refacotred and split
This commit is contained in:
8
after.bak/ftplugin/qf.vim.bak
Normal file
8
after.bak/ftplugin/qf.vim.bak
Normal file
@@ -0,0 +1,8 @@
|
||||
" Disable spell checking and set up custom mappings.
|
||||
setlocal nospell
|
||||
|
||||
if getwininfo(win_getid())[0].loclist == 0
|
||||
finish
|
||||
endif
|
||||
nnoremap <buffer> q :lclose<CR>
|
||||
nnoremap <buffer> dd :lremove<CR>
|
||||
Reference in New Issue
Block a user