Skip to content

Commit

Permalink
Close #501
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Aug 20, 2020
1 parent 1bc49dc commit 1933c6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoload/clap/provider/filer.vim
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ function! s:tab_action() abort
endif

call s:reset_to(current_entry)
call clap#sign#reset_to_first_line()

return ''
endfunction
Expand Down Expand Up @@ -262,7 +263,7 @@ endfunction

if has('win32')
function! s:normalize_path_sep(path) abort
return substitute(a:path, '[/\\]',s:PATH_SEPERATOR,'g')
return substitute(a:path, '[/\\]',s:PATH_SEPERATOR, 'g')
endfunction
else
function! s:normalize_path_sep(path) abort
Expand Down

0 comments on commit 1933c6c

Please sign in to comment.