diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-08 22:51:01 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-08 22:51:01 +0800 |
| commit | 6205a913b770c8fa053c22fb220fbd0c8287228a (patch) | |
| tree | 89fe387e3998bd326ace851ec6f6b327068a107d /core/autocommands.vim | |
| parent | de7b35e0deab733e73ac585d566767c7d67884b8 (diff) | |
Neovim --> Nvim
Diffstat (limited to 'core/autocommands.vim')
| -rw-r--r-- | core/autocommands.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/autocommands.vim b/core/autocommands.vim index 396e7b0..5306b63 100644 --- a/core/autocommands.vim +++ b/core/autocommands.vim @@ -84,7 +84,7 @@ augroup auto_close_win autocmd BufEnter * call s:quit_current_win() augroup END -" Quit Neovim if we have only one window, and its filetype match our pattern. +" Quit Nvim if we have only one window, and its filetype match our pattern. function! s:quit_current_win() abort let quit_filetypes = ['qf', 'vista'] let buftype = getbufvar(bufnr(), '&filetype') |
