mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-11 10:03:39 +08:00
5 lines
151 B
VimL
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>)
|