Skip to content

Commit

Permalink
def: setup map for popping the stack correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed May 31, 2023
1 parent bec58a6 commit dd8abce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/go.vim
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if get(g:, "go_def_mapping_enabled", 1)
nnoremap <buffer> <silent> g<LeftMouse> <LeftMouse>:GoDef<cr>
nnoremap <buffer> <silent> <C-w><C-]> :<C-u>call go#def#Jump("split", 0)<CR>
nnoremap <buffer> <silent> <C-w>] :<C-u>call go#def#Jump("split", 0)<CR>
if exists('*settagstack') is 0
if exists('*settagstack') is 0 || has('patch-8.2.0077')) is 0
nnoremap <buffer> <silent> <C-t> :<C-U>call go#def#StackPop(v:count1)<cr>
endif
endif
Expand Down

0 comments on commit dd8abce

Please sign in to comment.