blob: d83b92417790ad4c6f3e948dff1cfc4e3cc2ea16 [file] [log] [blame]
Wu, Zhenyufcbefe72024-04-11 21:25:39 +02001" Vim Compiler File
2" Language: vimdoc
3" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu>
4" Latest Revision: 2024-04-09
5"
6" you can get it by `pip install vimdoc` or the package manager of your distribution.
7
8if exists('b:current_compiler')
9 finish
10endif
11let b:current_compiler = 'vimdoc'
12
13let s:save_cpoptions = &cpoptions
14set cpoptions&vim
15
16CompilerSet makeprg=vimdoc
17
18let &cpoptions = s:save_cpoptions
19unlet s:save_cpoptions