.vimrc

changeset 180
96dbe6a6008d
parent 178
47bbb9255d78
child 188
ae4cf35b50ab
equal deleted inserted replaced
179:fe7e8d6d1853 180:96dbe6a6008d
184 set scrolloff=4 184 set scrolloff=4
185 set ruler 185 set ruler
186 set showcmd 186 set showcmd
187 set wildmenu 187 set wildmenu
188 188
189 set tags+=.tags
190
189 " Ignore compiled files and repositories 191 " Ignore compiled files and repositories
190 set wildignore=*.o,*~,*.pyc 192 set wildignore=*.o,*~,*.pyc
191 if on_windows == 1 193 if on_windows == 1
192 set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store 194 set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store
193 else 195 else
291 compiler perl 293 compiler perl
292 " even with g:perl_compiler_force_warnings = 0, perl -w is used and 294 " even with g:perl_compiler_force_warnings = 0, perl -w is used and
293 " that's just noisy with intentional no-warnings blocks out there 295 " that's just noisy with intentional no-warnings blocks out there
294 296
295 setlocal makeprg=perl\ -c\ %\ $* 297 setlocal makeprg=perl\ -c\ %\ $*
298 setlocal iskeyword+=:
296 endfunction 299 endfunction
297 300
298 " perl fold scanning is slow 301 " perl fold scanning is slow
299 "let perl_fold = 1 302 "let perl_fold = 1
300 let perl_include_pod = 1 303 let perl_include_pod = 1

mercurial