-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.0.0984: GUI: remote_foreground() does not always work * 9.0.0983: stray characters displayed when starting the GUI * 9.0.0982: 'cursorline' not drawn before virtual text below * 9.0.0981: build error in tiny version * 9.0.0980: the keyboard state response may end up in a shell command * 9.0.0979: ch_log() text can be hard to find in the log file
- 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 @@ | ||
* [9.0.0978](https://github.com/vim/vim/commit/3b8c7083b265c35861a7f96b01c079471ff45152): build errors without the +channel feature\n* [9.0.0977](https://github.com/vim/vim/commit/4c5678ff0c376661d4a8183a5a074a1203413b9d): it is not easy to see what client-server commands are doing\n* [9.0.0976](https://github.com/vim/vim/commit/a87749e3eae3f918b6678f45cf975f0cf06d3e97): enabling the kitty keyboard protocol uses push/pop | ||
* [9.0.0984](https://github.com/vim/vim/commit/023930d62e898652e68c938c6d7ac232556cb7a9): GUI: remote\_foreground() does not always work\n* [9.0.0983](https://github.com/vim/vim/commit/184a622adaa4c3d413ee0d38da063474b67ccfe3): stray characters displayed when starting the GUI\n* [9.0.0982](https://github.com/vim/vim/commit/45e4eead2aaf9d883bcf19db779be47ffb4fa44a): 'cursorline' not drawn before virtual text below\n* [9.0.0981](https://github.com/vim/vim/commit/c3f1881aedae5e9a584bacf5a06944fba6357259): build error in tiny version\n* [9.0.0980](https://github.com/vim/vim/commit/733a69b29f0b0c3d2ddca463a41bdd912379bc5e): the keyboard state response may end up in a shell command\n* [9.0.0979](https://github.com/vim/vim/commit/4f501171f7ba8fe3d24c7e5bf5fcec5b5f246df1): ch\_log() text can be hard to find in the log file |
Submodule vim
updated
20 files
+3 −0 | runtime/doc/channel.txt | |
+12 −4 | runtime/doc/map.txt | |
+7 −0 | runtime/doc/term.txt | |
+61 −41 | src/drawline.c | |
+8 −3 | src/edit.c | |
+3 −0 | src/ex_getln.c | |
+12 −1 | src/gui_gtk_x11.c | |
+3 −1 | src/logfile.c | |
+20 −10 | src/main.c | |
+1 −1 | src/normal.c | |
+1 −0 | src/optiondefs.h | |
+1 −1 | src/os_unix.c | |
+1 −0 | src/proto/main.pro | |
+2 −0 | src/proto/term.pro | |
+53 −9 | src/term.c | |
+2 −0 | src/termdefs.h | |
+6 −0 | src/testdir/dumps/Test_prop_with_text_below_cul_1.dump | |
+2 −1 | src/testdir/test_channel.vim | |
+23 −0 | src/testdir/test_textprop.vim | |
+12 −0 | src/version.c |