aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMatt Singleton <matt@datadoghq.com>2011-12-19 10:50:12 -0500
committerMatt Singleton <matt@datadoghq.com>2011-12-19 10:50:12 -0500
commit22e1105f2bf5bcac6b62c3f098c70b9d9a677545 (patch)
treee1019f23e8307982b4db97e36dfcbf667f2035b3 /vimrc
parentc8ba9b8fbb15bd37789fc9e3b7dfe5511816247b (diff)
housekeeping
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 645f461..ae560fa 100644
--- a/vimrc
+++ b/vimrc
@@ -12,7 +12,7 @@ call pathogen#helptags()
set nocompatible " use vim, not vi settings
set wildmenu " command line tab completion menu
-set wildignore=*.pyc,.git
+set wildignore=*.pyc,.git " ignore from autocomplete
set ruler " show the cursor position all the time
set showcmd " display incomplete commands
set incsearch " do incremental searching