bb setings.

This commit is contained in:
Vahagn Khachatryan
2020-02-24 16:12:00 -05:00
parent fbd8aa8e74
commit 243da630af
3 changed files with 301 additions and 0 deletions

31
local/bb/.vimrc.local Executable file
View File

@@ -0,0 +1,31 @@
set expandtab
set visualbell
" Uncomment below to make screen not flash on error
set vb t_vb=""
set wildignore+=*.o,*.obj,*.bak,*.exe,*.tsk,*.d,*.dd
"set path=.,/usr/include,/usr/include/c++/4.4.4,../,../../src,../src,./src
set path=.,/usr/include,../../src,../src,./src
set path+=/bb/build/SunOS-sparc-32/release/robolibs/stage/dpkgroot/opt/bb/include/stlport
set path+=/bb/build/SunOS-sparc-32/release/robolibs/stage/opt/bb/include/
set path+=/bb/build/SunOS-sparc-32/release/robolibs/stage/opt/bb/include/00depbuild
set path+=/bb/build/SunOS-sparc-32/release/robolibs/stage/opt/bb/include/00deployed
set path+=/bb/build/SunOS-sparc-32/release/robolibs/stage/opt/bb/include/00offlonly
set path+=/bb/build/share/stp/include/00offlonly
set path+=/bbsrc/thirdparty/bbit/include
set path+=/bb/build/SunOS-sparc-32/release/robolibs/stage/dpkgroot/opt/bb/include/
set tags+=tags
set tags+=./tags
set tags+=../tags
set tags+=../../tags
"set tags+=../../../tags
"set tags+=../../../../tags
"set tags+=~/devel/bb/bbsrc/tags/all.tags
"for t in split(glob('~/devel/bb/bbsrc/tags/*.tags'), '\n')
" exec "set tags+=".t
"endfor
autocmd FileType make set noexpandtab