.vimrc

changeset 180
96dbe6a6008d
parent 178
47bbb9255d78
child 188
ae4cf35b50ab
--- a/.vimrc
+++ b/.vimrc
@@ -186,6 +186,8 @@ set ruler
 set showcmd
 set wildmenu
 
+set tags+=.tags
+
 " Ignore compiled files and repositories
 set wildignore=*.o,*~,*.pyc
 if on_windows == 1
@@ -293,6 +295,7 @@ function! PerlSettings ()
   " that's just noisy with intentional no-warnings blocks out there
 
   setlocal makeprg=perl\ -c\ %\ $*
+  setlocal iskeyword+=:
 endfunction
 
 " perl fold scanning is slow

mercurial