Skip to content

Commit b6a6d6f

Browse files
tsuyoshichoujihisa
andcommitted
System.Filepath: remove mis comment
Co-authored-by: ujihisa <[email protected]>
1 parent 809fd38 commit b6a6d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/vital/__vital__/System/Filepath.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let s:is_cygwin = has('win32unix')
1515
let s:is_mac = !s:is_windows && !s:is_cygwin
1616
\ && (has('mac') || has('macunix') || has('gui_macvim') ||
1717
\ (!isdirectory('/proc') && executable('sw_vers')))
18-
" windows expand follow do not need for file extension
18+
1919
let s:is_case_tolerant = filereadable(expand('<sfile>:r') . '.VIM')
2020

2121
if s:is_windows

0 commit comments

Comments
 (0)