Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Jan 31, 2021
1 parent f802698 commit 889552c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/fern_git_status/process.vim
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ endfunction
" Git for Windows return slash separated path but the path is
" not compatible with fern's slash separated path so normalization
" is required
if has("win32")
if has('win32')
function! s:normalize_path(path) abort
let filepath = fern#internal#filepath#from_slash(a:path)
return fern#internal#filepath#to_slash(filepath)
Expand Down

0 comments on commit 889552c

Please sign in to comment.