blob: a30355f8558afde3767a8693950a9da9f75d59ae [file] [log] [blame]
Wu, Zhenyufcbefe72024-04-11 21:25:39 +02001" Vim Compiler File
2" Language: vimdoc
3" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu>
Shane-XB-Qiane92ed1b2024-04-15 02:20:01 +08004" Latest Revision: 2024-04-13
Wu, Zhenyufcbefe72024-04-11 21:25:39 +02005"
Shane-XB-Qiane92ed1b2024-04-15 02:20:01 +08006" If you can not find 'vimdoc' in the package manager of your distribution e.g
7" 'pip', then you may need to build it from its source.
Wu, Zhenyufcbefe72024-04-11 21:25:39 +02008
9if exists('b:current_compiler')
10 finish
11endif
12let b:current_compiler = 'vimdoc'
13
14let s:save_cpoptions = &cpoptions
15set cpoptions&vim
16
17CompilerSet makeprg=vimdoc
18
19let &cpoptions = s:save_cpoptions
20unlet s:save_cpoptions