mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
Incsubsitution feature
Originally implemented by * Clement0 * DesbyP * aym7 * Adrey06 * Robinhola in #4811. Major reworkings and bug fixes by * bfredl Most tests suggested by ZyX-l, suggestions for improvements by oni-link.
This commit is contained in:
@@ -474,7 +474,7 @@ static void fname2fnum(xfmark_T *fm)
|
||||
p = path_shorten_fname(NameBuff, IObuff);
|
||||
|
||||
/* buflist_new() will call fmarks_check_names() */
|
||||
(void)buflist_new(NameBuff, p, (linenr_T)1, 0);
|
||||
(void)buflist_new(NameBuff, p, (linenr_T)1, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user