diff options
| author | Sean Dewar <seandewar@users.noreply.github.com> | 2022-05-08 10:15:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-08 10:15:36 +0100 |
| commit | 0d3f17a6c317b26cdc319b48e25e1574f3a0e9fd (patch) | |
| tree | 121cb4b0b1dd5da906ec3350b85533552bbfed7c /runtime/indent/testdir | |
| parent | 1b1cc4d864b4b15e705c1a500e64c7bfbacedae7 (diff) | |
| download | rneovim-0d3f17a6c317b26cdc319b48e25e1574f3a0e9fd.tar.gz rneovim-0d3f17a6c317b26cdc319b48e25e1574f3a0e9fd.tar.bz2 rneovim-0d3f17a6c317b26cdc319b48e25e1574f3a0e9fd.zip | |
vim-patch:partial:d899e5112079 (#18474)
Update runtime files
https://github.com/vim/vim/commit/d899e51120798d3fb5420abb1f19dddf3f014d05
- Skip vimhelp.vim stuff (syntax/help.vim, syntax.txt; v8.2.4891).
- Skip :let heredoc eval stuff (eval.txt; v8.2.4770).
- Skip uk.cp1251.po.
- Skip `*hl-CurSearch*` change (syntax.txt):
- Vim's CurSearch works differently (Nvim's uses current cursor pos).
Dunno know how applicable the redrawing comment is to Nvim...
- Might be preferred to move it under `*hl-Search*` like Vim?
Diffstat (limited to 'runtime/indent/testdir')
| -rw-r--r-- | runtime/indent/testdir/yaml.in | 5 | ||||
| -rw-r--r-- | runtime/indent/testdir/yaml.ok | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/runtime/indent/testdir/yaml.in b/runtime/indent/testdir/yaml.in index 32ddc60956..bf99668da2 100644 --- a/runtime/indent/testdir/yaml.in +++ b/runtime/indent/testdir/yaml.in @@ -14,11 +14,6 @@ map: val # END_INDENT # START_INDENT -map: multiline -value -# END_INDENT - -# START_INDENT map: | line1 line2 diff --git a/runtime/indent/testdir/yaml.ok b/runtime/indent/testdir/yaml.ok index becdb1bae1..8b38633e71 100644 --- a/runtime/indent/testdir/yaml.ok +++ b/runtime/indent/testdir/yaml.ok @@ -14,11 +14,6 @@ map: val # END_INDENT # START_INDENT -map: multiline - value -# END_INDENT - -# START_INDENT map: | line1 line2 |