Patch 9.0.0195
Problem:Metafun files are not recogized.
Solution: Add filetype detection patterns.
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.0194/runtime/filetype.vim2022-08-10 11:48:07.089830558
+0100
--- runtime/filetype.vim2022-08-1
Hi Bram,
On Fri, Aug 12, 2022 at 10:06 AM Bram Moolenaar wrote:
>
>
> Ernie Rael wrote:
>
> > On 8/12/22 7:41 AM, Yegappan Lakshmanan wrote:
> > > Hi all,
> > >
> > > The index() function returns the lowest index in a List where an item
> > > has a value equal to the supplied expression. This fu
Not sure what to call it, indexfunc() ?
- indexof()
- indexby()
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message becau
Ernie Rael wrote:
> On 8/12/22 7:41 AM, Yegappan Lakshmanan wrote:
> > Hi all,
> >
> > The index() function returns the lowest index in a List where an item
> > has a value equal to the supplied expression. This function cannot be
> > used to find an item with a specific key/value pair in a Lis
On 8/12/22 7:41 AM, Yegappan Lakshmanan wrote:
Hi all,
The index() function returns the lowest index in a List where an item
has a value equal to the supplied expression. This function cannot be
used to find an item with a specific key/value pair in a List of Dicts
(or to use a custom search in
Hi all,
The index() function returns the lowest index in a List where an item
has a value equal to the supplied expression. This function cannot be
used to find an item with a specific key/value pair in a List of Dicts
(or to use a custom search in a List). You need to resort to using a
for loop
Patch 9.0.0194
Problem:Cursor displayed in wrong position after removing text prop. (Ben
Jackson)
Solution: Invalidate the cursor position. (closes #10898)
Files: src/move.c, src/proto/move.pro, src/change.c, src/textprop.c,
src/testdir/test_textprop.vim,