diff options
author | Matt Singleton <matt@datadoghq.com> | 2011-12-19 05:09:43 -0500 |
---|---|---|
committer | Matt Singleton <matt@datadoghq.com> | 2011-12-19 05:09:43 -0500 |
commit | c8ba9b8fbb15bd37789fc9e3b7dfe5511816247b (patch) | |
tree | 38be47a8a76546170fc00dec1646bf8a3d74f99a /vimrc | |
parent | 8edeb4c35086eba7c89a4663c8e527e10649e14c (diff) |
ignore some stuff from auto completing
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ call pathogen#helptags() set nocompatible " use vim, not vi settings set wildmenu " command line tab completion menu +set wildignore=*.pyc,.git set ruler " show the cursor position all the time set showcmd " display incomplete commands set incsearch " do incremental searching |