remove support for dos
This commit is contained in:
parent
576fd2bafd
commit
de2fd164a5
@ -23,14 +23,12 @@ setlocal expandtab
|
|||||||
setlocal cindent
|
setlocal cindent
|
||||||
let &l:shiftwidth = s:tabwidth
|
let &l:shiftwidth = s:tabwidth
|
||||||
|
|
||||||
if (g:os == 'linux')
|
setlocal tags+=/usr/include/tags
|
||||||
setlocal tags+=/usr/include/tags
|
setlocal tags+=/usr/X11/include/tags
|
||||||
setlocal tags+=/usr/X11/include/tags
|
setlocal tags+=/usr/src/include/linux/tags
|
||||||
setlocal tags+=/usr/src/include/linux/tags
|
|
||||||
|
|
||||||
" filesearching
|
" filesearching
|
||||||
" setlocal path=.,/usr/include/**
|
" setlocal path=.,/usr/include/**
|
||||||
endif
|
|
||||||
setlocal suffixesadd=.h
|
setlocal suffixesadd=.h
|
||||||
|
|
||||||
" commenting
|
" commenting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user