File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11" Vim Compiler File
22" Language: vimdoc
33" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu>
4- " Latest Revision: 2024-04-09
4+ " Latest Revision: 2024-04-13
55"
6- " you can get it by `pip install vimdoc` or the package manager of your distribution.
6+ " 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.
78
89if exists (' b:current_compiler' )
910 finish
Original file line number Diff line number Diff line change 11" Vim filetype plugin
22" Language: Vim
33" Maintainer: Doug Kearns <dougkearns@gmail.com>
4- " Last Change: 2024 Apr 08
4+ " Last Change: 2024 Apr 13
55" Former Maintainer: Bram Moolenaar <Bram@vim.org>
66
77" Only do this when not done yet for this buffer
@@ -15,8 +15,6 @@ let b:did_ftplugin = 1
1515let s: cpo_save = &cpo
1616set cpo &vim
1717
18- compiler vimdoc
19-
2018if ! exists (' *VimFtpluginUndo' )
2119 func VimFtpluginUndo ()
2220 setl fo < isk < com < tw < commentstring < include < define <
You can’t perform that action at this time.
0 commit comments