Advertisement
Guest User

Untitled

a guest
May 2nd, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $ pwd
  2. /home/dotancohen
  3. $ cat .vim/after/syntax/php.vim
  4. scriptencoding utf-8
  5. setlocal nolist
  6. syn match phpPlusEq '+='
  7. hi link phpPlusEq Error
  8. " vim: ts=8 sw=2
  9. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement