-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.2.3397: no test for what 8.2.3391 fixes * 8.2.3396: when libcall() fails invalid pointer may be used * 8.2.3395: Vim9: expression breakpoint not checked in :def function
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* [8.2.3394](https://github.com/vim/vim/commit/04626c243c47af91c2580eaf23e12286180e0e81): filler lines are wrong when changing text in diff mode\n* [8.2.3393](https://github.com/vim/vim/commit/6631597452d4644f485a09e4036d117e5f91de70): escaping for fish shell is skipping some characters\n* [8.2.3392](https://github.com/vim/vim/commit/b4d82e2a8d610c00139a74970df772eece2daf1c): augroup completion escapes regexp pattern characters\n* [8.2.3391](https://github.com/vim/vim/commit/20e0c3d27bda770542c1c0e4c81fd6443c12f3a6): crash with combination of 'linebreak' and other options\n* [8.2.3390](https://github.com/vim/vim/commit/ba02e4720f863fdb456e7023520f0a354eec0dcf): included xdiff code is outdated\n* [8.2.3389](https://github.com/vim/vim/commit/dca29d9cf46cd1d4d4519211c7af78b6b1c56960): cannot stop insert mode completion without side effects | ||
* [8.2.3397](https://github.com/vim/vim/commit/03d257998b6343fc91f9dfd5ffc92eebe98d4d24): no test for what 8.2.3391 fixes\n* [8.2.3396](https://github.com/vim/vim/commit/87e1587b8add93e40340170e4261cdadc4c8940e): when libcall() fails invalid pointer may be used\n* [8.2.3395](https://github.com/vim/vim/commit/26a4484da20039b61f18d3565a4b4339c4d1f7e3): Vim9: expression breakpoint not checked in :def function |
Submodule vim
updated
10 files
+28 −0 | src/debugger.c | |
+5 −0 | src/evalfunc.c | |
+1 −0 | src/proto/debugger.pro | |
+1 −0 | src/proto/vim9execute.pro | |
+18 −0 | src/testdir/test_breakindent.vim | |
+21 −0 | src/testdir/test_debugger.vim | |
+6 −0 | src/version.c | |
+9 −2 | src/vim.h | |
+2 −2 | src/vim9.h | |
+11 −1 | src/vim9execute.c |