Commit a9b0b13
committed
vim: Import v8.2.4516
* 8.2.4516: build failure without the +eval feature
* 8.2.4515: old subsitute syntax is still supported
* 8.2.4514: Vim9: some flow commands can be shortened
* 8.2.4513: window-local directory is not applied if 'acd' fails
* 8.2.4512: the find_tags_in_file() function is much too long
* 8.2.4511: filetype test fails
* 8.2.4510: Vim9: shortening commands leads to confusing script
* 8.2.4509: Vim9: can declare a variable with ":va"
* 8.2.4508: Vim9: cannot assign to a global variable on the command line
* 8.2.4507: test fails because of new error message
* 8.2.4506: "pattern not found" for :global is not an error message
* 8.2.4505: Vim9: outdated "autocmd nested" still works
* 8.2.4504: when there is a partially matching map full map may not work
* 8.2.4503: Vim9: there is no point in supporting :Print and :mode
* 8.2.4502: in the GUI a modifier is not recognized after CTRL-X1 parent 6cdfb4f commit a9b0b13
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- Filelist+1-1
- runtime/autoload/dist/ft.vim+3-3
- src/Makefile-1
- src/errors.h+4-1
- src/evalvars.c+5-1
- src/ex_cmds.c+5
- src/ex_cmds.h+20-19
- src/ex_docmd.c+16-7
- src/quickfix.c+1-2
- src/tag.c+684-545
- src/testdir/dumps/Test_vim9_reject_declaration_1.dump
- src/testdir/dumps/Test_vim9_reject_declaration_2.dump+6
- src/testdir/test83-tags2-2
- src/testdir/test83-tags3-102
- src/testdir/test_autochdir.vim+9-4
- src/testdir/test_substitute.vim+4
- src/testdir/test_tagjump.vim+42-3
- src/testdir/test_vim9_assign.vim+5
- src/testdir/test_vim9_cmd.vim+6-2
- src/testdir/test_vim9_script.vim+62-3
- src/userfunc.c+5
- src/version.c+20
- src/vim9compile.c+1-1
- src/window.c-5
0 commit comments