aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Clason <christian.clason@uni-due.de>2021-09-08 16:24:12 +0200
committerGitHub <noreply@github.com>2021-09-08 07:24:12 -0700
commit79cbbd5179d816a64989243cb1ce85b802a2896f (patch)
tree4660059fb6aff39fccf4b9621b3ab4a6a06f9fc7 /src
parent5e5a329ea2e1742819320636d978e03bb030986f (diff)
downloadrneovim-79cbbd5179d816a64989243cb1ce85b802a2896f.tar.gz
rneovim-79cbbd5179d816a64989243cb1ce85b802a2896f.tar.bz2
rneovim-79cbbd5179d816a64989243cb1ce85b802a2896f.zip
vim-patch:d2ea7cf10a4d #15571
Update runtime files https://github.com/vim/vim/commit/d2ea7cf10a4d026ebd402594d656af7d5c811c24 omit `runtime/doc/if_tcl.txt` omit `runtime/doc/textprop.txt` omit `runtime/tutor/*` omit `runtime/syntax/vim.vim` (cherry-picked in https://github.com/neovim/neovim/commit/2dd7828511d04a8b7f1ac4331c719a751a5db869) manual merge of `runtime/pack/dist/opt/termdebug/plugin/termdebug.vim`
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_syntax.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_syntax.vim b/src/nvim/testdir/test_syntax.vim
index 2344bac498..914d9c2782 100644
--- a/src/nvim/testdir/test_syntax.vim
+++ b/src/nvim/testdir/test_syntax.vim
@@ -116,7 +116,7 @@ func Test_syntime()
let a = execute('syntime report')
call assert_equal("\nNo Syntax items defined for this buffer", a)
- view ../memfile_test.c
+ view samples/memfile_test.c
setfiletype cpp
redraw
let a = execute('syntime report')