Guest User

Untitled

a guest
Jun 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. " ------------------------------------------------------------------------------
  2. " Set
  3. " ------------------------------------------------------------------------------
  4. autocmd BufRead,BufNewFile ~/Sites/CODLive* call SetCODTabOptions()
  5. function SetCODTabOptions()
  6. set noexpandtab
  7. endfunction
Add Comment
Please, Sign In to add comment