Guest User

Untitled

a guest
Aug 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. filetype plugin indent on
  2. autocmd FileType * echo 'FileType is triggered.'
  3.  
  4. edit foo
  5.  
  6. set verbosefile=case-2.log
  7. set verbose=99
  8. set updatetime=1
  9.  
  10. doautocmd User This_doautocmd_should_do_nothing_but_triggers_FileType_event.
  11.  
  12. quit
Add Comment
Please, Sign In to add comment