1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 07:00:05 +08:00
SpaceVim/bundle/ChineseLinter.vim/plugin/ChineseLinter.vim
Eric Wong 13f564b23a chore(chinese): use bundle ChineseLinter
update to d819606eebc82dad34b2a9b7b1a861844380df84
2024-03-05 12:56:14 +08:00

5 lines
151 B
VimL

""
" Start checking the document, and the results will be shown in the local
" list.
command! -nargs=? CheckChinese call ChineseLinter#check(<q-args>)