vim-patch:911ead126903

Update runtime files
911ead1269

NA: vim-patch:602abeb20fb7
This commit is contained in:
Justin M. Keyes
2019-08-01 22:59:21 +02:00
parent 4d830ca31b
commit f379eac1ef
4 changed files with 9 additions and 6 deletions

View File

@@ -597,7 +597,7 @@ CompleteChanged *CompleteChanged*
recursively. recursively.
Sets these |v:event| keys: Sets these |v:event| keys:
completed_item completed_item See |complete-items|.
height nr of items visible height nr of items visible
width screen cells width screen cells
row top screen row row top screen row

View File

@@ -1819,6 +1819,7 @@ A jump table for the options with a short description can be found at |Q_op|.
< When using the ":set" command, you need to double the backslashes! < When using the ":set" command, you need to double the backslashes!
To avoid that use `:let` with a single quote string: > To avoid that use `:let` with a single quote string: >
let &l:define = '^\s*\ze\k\+\s*=\s*function(' let &l:define = '^\s*\ze\k\+\s*=\s*function('
<
*'delcombine'* *'deco'* *'nodelcombine'* *'nodeco'* *'delcombine'* *'deco'* *'nodelcombine'* *'nodeco'*
'delcombine' 'deco' boolean (default off) 'delcombine' 'deco' boolean (default off)
@@ -5614,7 +5615,8 @@ A jump table for the options with a short description can be found at |Q_op|.
set spelllang=en_us,nl,medical set spelllang=en_us,nl,medical
< This means US English, Dutch and medical words are recognized. Words < This means US English, Dutch and medical words are recognized. Words
that are not recognized will be highlighted. that are not recognized will be highlighted.
The word list name must not include a comma or dot. Using a dash is The word list name must consist of alphanumeric characters, a dash or
an underscore. It should not include a comma or dot. Using a dash is
recommended to separate the two letter language name from a recommended to separate the two letter language name from a
specification. Thus "en-rare" is used for rare English words. specification. Thus "en-rare" is used for rare English words.
A region name must come last and have the form "_xx", where "xx" is A region name must come last and have the form "_xx", where "xx" is

View File

@@ -1,7 +1,7 @@
" Vim filetype plugin file " Vim filetype plugin file
" Language: MS-DOS .bat files " Language: MS-DOS .bat files
" Maintainer: Mike Williams <mrw@eandem.co.uk> " Maintainer: Mike Williams <mrw@eandem.co.uk>
" Last Change: 8th May 2012 " Last Change: 14th April 2019
" Only do this when not done yet for this buffer " Only do this when not done yet for this buffer
if exists("b:did_ftplugin") if exists("b:did_ftplugin")
@@ -16,6 +16,7 @@ set cpo&vim
" BAT comment formatting " BAT comment formatting
setlocal comments=b:rem,b:@rem,b:REM,b:@REM,::: setlocal comments=b:rem,b:@rem,b:REM,b:@REM,:::
setlocal commentstring=::\ %s
setlocal formatoptions-=t formatoptions+=rol setlocal formatoptions-=t formatoptions+=rol
" Define patterns for the browse file filter " Define patterns for the browse file filter