Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
creasty committed Oct 2, 2023
1 parent 9755fb3 commit d9133df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nvim/plugin/better_tagfunc.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
if exists('g:loaded_better_tagfunc_vim')
if exists('g:loaded_better_tagfunc')
finish
endif

let g:loaded_better_tagfunc_vim = 1
let g:loaded_better_tagfunc = 1

function! BetterTagfunc(pattern, flags, info) abort
let l:pattern = a:pattern
Expand Down

0 comments on commit d9133df

Please sign in to comment.