Guest User

Untitled

a guest
Apr 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. augroup MyGroup
  2. autocmd!
  3. if exists('##QuitPre')
  4. autocmd QuitPre * if &filetype != 'qf' | silent! lclose | endif
  5. endif
  6. augroup END
  7.  
  8. :help :augroup
  9. :help :autocmd
  10. :help exists()
  11. :help QuitPre
Add Comment
Please, Sign In to add comment