-
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.1.2237: mode() result depends on whether CURSOR_SHAPE is defined * 8.1.2236: ml_get error if pattern matches beyond last line * 8.1.2235: "C" with 'virtualedit' set does not include multi-byte char
- 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.1.2234](https://github.com/vim/vim/releases/tag/v8.1.2234): get_short_pathname() fails depending on encoding | ||
* [8.1.2237](https://github.com/vim/vim/releases/tag/v8.1.2237): mode() result depends on whether CURSOR_SHAPE is defined\n* [8.1.2236](https://github.com/vim/vim/releases/tag/v8.1.2236): ml_get error if pattern matches beyond last line\n* [8.1.2235](https://github.com/vim/vim/releases/tag/v8.1.2235): "C" with 'virtualedit' set does not include multi-byte char |
Submodule vim
updated
6 files
+5 −0 | src/ex_cmds.c | |
+2 −4 | src/normal.c | |
+2 −0 | src/ops.c | |
+10 −0 | src/testdir/test_substitute.vim | |
+9 −0 | src/testdir/test_virtualedit.vim | |
+6 −0 | src/version.c |