Commit b31ae98
committed
vim: Import v8.2.4542
* 8.2.4542: Vim9: "break" inside try/catch not handled correctly
* 8.2.4541: Crash in debugger when a variable is not available
* 8.2.4540: line number for error is off by one
* 8.2.4539: when comparing special v:none and v:null are handled the same
* 8.2.4538: the find_tags_in_file() function is too long
* 8.2.4537: output from linter and language server shows up in git
* 8.2.4536: debugger test fails when breaking on expression
* 8.2.4535: filename modifer ":8" removes the filename
* 8.2.4534: Vim9: "is" operator with empty string and null returns true1 parent 5ea682f commit b31ae98
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .gitignore+6-1
- src/debugger.c+6-1
- src/eval.c+3
- src/filepath.c+1-1
- src/globals.h+2-1
- src/tag.c+734-625
- src/testdir/test_debugger.vim+15
- src/testdir/test_shortpathname.vim+5
- src/testdir/test_tagjump.vim+10-3
- src/testdir/test_vim9_expr.vim+29-1
- src/testdir/test_vim9_script.vim+22
- src/typval.c+16-2
- src/version.c+18
- src/vim9.h+1-1
- src/vim9cmds.c+20-6
- src/vim9compile.c+1-1
- src/vim9execute.c+6-4
- src/vim9instr.c+50-31
0 commit comments