Skip to content

Commit 900f086

Browse files
author
Hasu
committed
fix: fix for comments
1 parent 87d4a9d commit 900f086

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

autoload/ctrlp.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ fu! s:Open()
330330
endf
331331

332332
fu! s:Close()
333-
if &cmdheight != 0 | set cmdheight=0 |en
333+
if &cmdheight != 0 | set cmdheight=0 |en
334334
cal s:async_glob_abort(0)
335335
cal s:buffunc(0)
336336
if winnr('$') == 1
@@ -2847,7 +2847,7 @@ fu! ctrlp#init(type, ...)
28472847
retu 0
28482848
en
28492849

2850-
if &cmdheight == 0 | set cmdheight=1 | en
2850+
if &cmdheight == 0 | set cmdheight=1 | en
28512851
cal s:BuildPrompt(1)
28522852
if s:keyloop | cal s:KeyLoop() | en
28532853
retu 1

0 commit comments

Comments
 (0)