diff options
| author | Yasuhiro Matsumoto | 2022-08-03 09:39:29 +0900 |
|---|---|---|
| committer | Yasuhiro Matsumoto | 2022-08-03 09:39:29 +0900 |
| commit | 00cd144122d82b339470f2406811aa6fdb09722d (patch) | |
| tree | 7a7291888ebbc55cc18f555a447586b96c138d5c | |
| parent | cc4aef3e45f081e02d80120bfe4812f2aa0c052c (diff) | |
| download | ctrlp.vim-00cd144122d82b339470f2406811aa6fdb09722d.tar.gz | |
cosmetic change
| -rw-r--r-- | autoload/ctrlp.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ctrlp.vim b/autoload/ctrlp.vim index c582c6a..b31c199 100644 --- a/autoload/ctrlp.vim +++ b/autoload/ctrlp.vim @@ -330,7 +330,7 @@ fu! s:Open() endf fu! s:Close() - if has('patch-9.0.0115') && &cmdheight != 0 | set cmdheight=0 |en + if has('patch-9.0.0115') && &cmdheight != 0 | set cmdheight=0 | en cal s:async_glob_abort(0) cal s:buffunc(0) if winnr('$') == 1 |