Add Go vim basics

git-svn-id: http://photonzero.com/dotfiles/trunk@97 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2011-05-04 20:35:07 +00:00
parent a4786ca303
commit c863f92442
7 changed files with 289 additions and 9 deletions

View file

@ -143,7 +143,7 @@ function! s:CtagsTest(path)
" if the location of the ctags executable is not already configured, then
" attempt to find it....
if a:path == "unk"
let l:test_paths = "/usr/local/bin/ctags /usr/bin/ctags" .
let l:test_paths = "/usr/local/bin/ctags /opt/local/bin/ctags /usr/bin/ctags" .
\ " C:\\gnu\\ctags\\ctags.exe "
let l:rpath = "fail"
while l:test_paths != ''