Skip to content

Commit

Permalink
fix: remove user events for tsdetect#coc#auto#swtich#%s#before
Browse files Browse the repository at this point in the history
  • Loading branch information
LumaKernel committed Mar 6, 2021
1 parent 8c60002 commit 098edb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload/tsdetect/coc/auto.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
for [s:node, s:deno] in [["node", "deno"], ["deno", "node"]]
execute join([
\ printf("function! tsdetect#coc#auto#switch_%s() abort", s:node),
\ printf(" doautocmd User tsdetect#coc#auto#swtich#%s#before", s:node),
\ printf(" let g:tsdetect#coc#auto#switched_%s = 1", s:node),
\ printf(" let g:tsdetect#coc#auto#switched_%s = 0", s:deno),
\ printf(" CocCommand tsdetect.internal.%s.initializeWorkspace", s:node),
Expand Down

0 comments on commit 098edb5

Please sign in to comment.