Skip to content
Snippets Groups Projects
Commit 0dd492fd authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.0090

parent d857f0e0
No related branches found
No related tags found
No related merge requests found
......@@ -4540,7 +4540,7 @@ file_name_in_line(line, col, options, count, rel_fname)
*/
ptr = line + col;
while (*ptr != NUL && !vim_isfilec(*ptr))
++ptr;
mb_ptr_adv(ptr);
if (*ptr == NUL) /* nothing found */
{
if (options & FNAME_MESS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment