Files
vim-matchup/after/ftplugin/javascript_matchup.vim
Andy K. Massimino 181b4f6518 Revert "Cleanup echo"
This reverts commit 3d3e6c5472.
2021-12-27 12:24:09 -05:00

16 lines
303 B
VimL

" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space
"
if !exists('g:loaded_matchup') || !exists('b:did_ftplugin')
finish
endif
if matchup#util#check_match_words('802f71c1')
call matchup#util#append_match_words('/\*:\*/')
endif
" vim: fdm=marker sw=2