Skip to content

Commit

Permalink
Debug variables removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Nov 3, 2012
1 parent 03d17d7 commit 5fbbf2f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ftplugin/vim_ftpdev.vim
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ fun! Goto(what, bang, ...) "{{{1
call add(nloclist, loc)
endfor
let loclist = nloclist
let g:loclist = copy(loclist)
let g:pattern = pattern
call filter(loclist, 'v:val["m_text"] =~ pattern')
call setloclist(0, loclist)
try
Expand Down Expand Up @@ -759,8 +757,8 @@ try|fun! <SID>GlobalDeclaration(word) " {{{1
else
let what = 'variable'
endif
let g:what = what
let g:word = a:word
" let g:what = what
" let g:word = a:word
call Goto(what, "", '\<'.word.'\>')
endfunc
catch /E127/
Expand Down

0 comments on commit 5fbbf2f

Please sign in to comment.