Guest User

Untitled

a guest
Nov 13th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. :verbose autocmd FileWritePost
  2. --- Auto-Commands ---
  3. gzip FileWritePost
  4. *.gz call gzip#write("gzip")
  5. Last set from /usr/share/vim/vim74/plugin/gzip.vim
  6. *.bz2 call gzip#write("bzip2")
  7. Last set from /usr/share/vim/vim74/plugin/gzip.vim
  8. *.Z call gzip#write("compress -f")
  9. Last set from /usr/share/vim/vim74/plugin/gzip.vim
  10. *.lzma call gzip#write("lzma -z")
  11. Last set from /usr/share/vim/vim74/plugin/gzip.vim
  12. *.xz call gzip#write("xz -z")
  13. Last set from /usr/share/vim/vim74/plugin/gzip.vim
  14. Press ENTER or type command to continue
Advertisement
Add Comment
Please, Sign In to add comment