diff options
Diffstat (limited to 'vimrc-common')
-rw-r--r-- | vimrc-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc-common b/vimrc-common index 30752fb..239cc91 100644 --- a/vimrc-common +++ b/vimrc-common | |||
@@ -12,7 +12,7 @@ set virtualedit=all | " virtual edit should be default behaviour, | |||
12 | set nonumber norelativenumber | " do not show numbers by default, because that causes a performance loss, instead activate them on a file type basis | 12 | set nonumber norelativenumber | " do not show numbers by default, because that causes a performance loss, instead activate them on a file type basis |
13 | set ignorecase smartcase | " search with ignore case by default, but use case sensitive search when one capital char is contained and highlight while typing (even though its slower) | 13 | set ignorecase smartcase | " search with ignore case by default, but use case sensitive search when one capital char is contained and highlight while typing (even though its slower) |
14 | set hlsearch incsearch | " highlight pattern while entering it (performance wise this isn't that good) | 14 | set hlsearch incsearch | " highlight pattern while entering it (performance wise this isn't that good) |
15 | set cindent cinoptions+=(0 | " indent at parentheses | 15 | " set cindent cinoptions+=(0 | " indent at parentheses |
16 | 16 | ||
17 | set path+=** | " allow recursive searches for files | 17 | set path+=** | " allow recursive searches for files |
18 | let &path = &path.",/usr/lib/modules/".substitute(system('uname -r'), "\n", "", "")."/build/include" | 18 | let &path = &path.",/usr/lib/modules/".substitute(system('uname -r'), "\n", "", "")."/build/include" |