We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809fd38 commit b6a6d6fCopy full SHA for b6a6d6f
autoload/vital/__vital__/System/Filepath.vim
@@ -15,7 +15,7 @@ let s:is_cygwin = has('win32unix')
15
let s:is_mac = !s:is_windows && !s:is_cygwin
16
\ && (has('mac') || has('macunix') || has('gui_macvim') ||
17
\ (!isdirectory('/proc') && executable('sw_vers')))
18
-" windows expand follow do not need for file extension
+
19
let s:is_case_tolerant = filereadable(expand('<sfile>:r') . '.VIM')
20
21
if s:is_windows
0 commit comments