File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1006,7 +1006,9 @@ fu! s:KeyLoop()
1006
1006
wh exists (' s:init' ) && s: keyloop
1007
1007
try
1008
1008
set t_ve =
1009
- set guicursor = a: NONE
1009
+ if guicursor != ' '
1010
+ set guicursor = a: NONE
1011
+ en
1010
1012
let nr = getchar ()
1011
1013
fina
1012
1014
let &t_ve = t_ve
@@ -2009,7 +2011,7 @@ fu! s:bufnrfilpath(line)
2009
2011
if (a: line = ~ ' [\/]\?\[\d\+\*No Name\]$' )
2010
2012
let bufnr = str2nr (matchstr (a: line , ' [\/]\?\[\zs\d\+\ze\*No Name\]$' ))
2011
2013
let filpath = bufnr
2012
- else
2014
+ els
2013
2015
let bufnr = bufnr (a: line )
2014
2016
retu [bufnr , a: line ]
2015
2017
en
@@ -2414,7 +2416,7 @@ fu! s:buildpat(lst)
2414
2416
let c = a: lst [item - 1 ]
2415
2417
let pat .= (c == ' /' ? ' [^/]\{-}' : ' [^' .c .' /]\{-}' ).a: lst [item]
2416
2418
endfo
2417
- else
2419
+ els
2418
2420
for item in range (1 , len (a: lst ) - 1 )
2419
2421
let pat .= ' [^' .a: lst [item - 1 ].' ]\{-}' .a: lst [item]
2420
2422
endfo
You can’t perform that action at this time.
0 commit comments