Skip to content

Commit e92ed1b

Browse files
runtime(vim): don't set compiler, update a comment for vimdoc compiler (#14532)
Signed-off-by: shane.xb.qian <shane.qian@foxmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent a7a9a47 commit e92ed1b

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

runtime/compiler/vimdoc.vim

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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

89
if exists('b:current_compiler')
910
finish

runtime/ftplugin/vim.vim

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
1515
let s:cpo_save = &cpo
1616
set cpo&vim
1717

18-
compiler vimdoc
19-
2018
if !exists('*VimFtpluginUndo')
2119
func VimFtpluginUndo()
2220
setl fo< isk< com< tw< commentstring< include< define<

0 commit comments

Comments
 (0)