summaryrefslogtreecommitdiff
path: root/.vim/after/syntax/python/self.vim
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-10-20 14:38:10 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-10-20 14:38:12 +0200
commit2787376e65b66123d26e513333887ba911d92586 (patch)
tree5e63735055da7b225a76e07b854c4dd7ca7766b1 /.vim/after/syntax/python/self.vim
parent95c319ab8de82f32d756787d452730a9230d29c8 (diff)
downloaddotfiles-2787376e65b66123d26e513333887ba911d92586.tar.gz
dotfiles-2787376e65b66123d26e513333887ba911d92586.tar.bz2
dotfiles-2787376e65b66123d26e513333887ba911d92586.zip
Cleanup .vim
Diffstat (limited to '')
-rw-r--r--.vim/after/syntax/python/self.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/.vim/after/syntax/python/self.vim b/.vim/after/syntax/python/self.vim
deleted file mode 100644
index 085e740..0000000
--- a/.vim/after/syntax/python/self.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-syn keyword selfType self
-syn keyword clsType cls
-
-command -nargs=+ HiLink hi def link <args>
-
- HiLink selfType Type
- HiLink clsType Type
-delcommand HiLink