- 
                Notifications
    You must be signed in to change notification settings 
- Fork 14
Open
Description
When I edited a markdown file, I experienced vim freezing several times. It seems that fnamemodify() is the reason.
| let l:cwd = fnamemodify(l:cwd, ':p:h') | 
If l:cwd is a text like '//a/b/c', vim freezes several seconds. Probably, fnamemodify() might try to search for a network drive in windows os (?) If l:cwd starts with \\ current one is expected behavior, but it would be nice to avoid it if l:cwd starts with //.
I'm using gvim 8.1.1005 on windows 10.
habamax and hhaoao
Metadata
Metadata
Assignees
Labels
No labels