-
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.
* 9.1.0205: Cannot use modifiers before :-Ntabmove * NSIS: Redesigning the appearance of the vimrc settings page (#14292) * 9.1.0204: Backspace inserts spaces with virtual text and 'smarttab' * runtime(doc): Update options.txt * 9.1.0203: build-error on GNU/Hurd * runtime(java): Recognise the inline kind of the {@return} tag (#14284) * runtime(netrw): Fix typo in netrw#NetWrite (#14283) * NSIS: Update nsis installer and nsis docs (#14256) * runtime(compiler): update errorformat for dot and neato compiler (#14257)
- 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 @@ | ||
* [runtime(netrw): Fix typo in netrw#NetWrite (#14283)](https://github.com/vim/vim/commit/4b715bdaf4ca08ba0f64475e250c0fe799ab6d9b)\n* [NSIS: Update nsis installer and nsis docs (#14256)](https://github.com/vim/vim/commit/51c94b650632f17f23efba1de928442d3e859b7d)\n* [runtime(compiler): update errorformat for dot and neato compiler (#14257)](https://github.com/vim/vim/commit/6f438199c92b3258c1faeba1c5ebddd2ce247658)\n* [9.1.0202](https://github.com/vim/vim/commit/7a2f217988afa1c35b9c093a9d3477198ea250b9): leaking memory in add\_user() on failure\n* [9.1.0201](https://github.com/vim/vim/commit/366c81a2005370ac738618d889ec0337397a9f96): gM not working correctly with virt text\n* [9.1.0200](https://github.com/vim/vim/commit/b2d124c6258ff41e1f951bf39a4afc386d79ddc4): \`gj\`/\`gk\` not skipping over outer virtual text lines\n* [runtime(termdebug): allow multibyte characters as breakpoint signs (#14274)](https://github.com/vim/vim/commit/d3c0ff5d5a9076999a8504ee4d23a2c5abaf494e) | ||
* [9.1.0205](https://github.com/vim/vim/commit/076faac5378cf517baa8c331c57488d39efadec0): Cannot use modifiers before :-Ntabmove\n* [NSIS: Redesigning the appearance of the vimrc settings page (#14292)](https://github.com/vim/vim/commit/6dcf59b89fd4a65df4a68a333a66357c2480d7b0)\n* [9.1.0204](https://github.com/vim/vim/commit/0185c7701434f1fbbf83fecd6384a19c1d2fc44e): Backspace inserts spaces with virtual text and 'smarttab'\n* [runtime(doc): Update options.txt](https://github.com/vim/vim/commit/ab01adf7c65b4ee350b402ab3ef1e7dfa5e074f1)\n* [9.1.0203](https://github.com/vim/vim/commit/4a95377593d06599a88670fcb6b49041a4b47abe): build-error on GNU/Hurd\n* [runtime(java): Recognise the inline kind of the {@return} tag (#14284)](https://github.com/vim/vim/commit/8e59a7ba88776d5425bafc6eefd978de3312fcdf)\n* [runtime(netrw): Fix typo in netrw#NetWrite (#14283)](https://github.com/vim/vim/commit/4b715bdaf4ca08ba0f64475e250c0fe799ab6d9b)\n* [NSIS: Update nsis installer and nsis docs (#14256)](https://github.com/vim/vim/commit/51c94b650632f17f23efba1de928442d3e859b7d)\n* [runtime(compiler): update errorformat for dot and neato compiler (#14257)](https://github.com/vim/vim/commit/6f438199c92b3258c1faeba1c5ebddd2ce247658) |
Submodule vim
updated
17 files
+11 −9 | nsis/gvim.nsi | |
+2 −2 | runtime/doc/options.txt | |
+4 −5 | runtime/doc/tabpage.txt | |
+24 −13 | runtime/syntax/java.vim | |
+17 −17 | runtime/syntax/testdir/dumps/java_comments_00.dump | |
+20 −20 | runtime/syntax/testdir/dumps/java_comments_01.dump | |
+20 −0 | runtime/syntax/testdir/dumps/java_comments_02.dump | |
+20 −0 | runtime/syntax/testdir/dumps/java_comments_03.dump | |
+20 −0 | runtime/syntax/testdir/dumps/java_comments_04.dump | |
+16 −16 | runtime/syntax/testdir/dumps/java_comments_99.dump | |
+75 −10 | runtime/syntax/testdir/input/java_comments.java | |
+48 −24 | src/edit.c | |
+12 −4 | src/ex_docmd.c | |
+109 −2 | src/testdir/test_edit.vim | |
+7 −1 | src/testdir/test_tabpage.vim | |
+6 −0 | src/version.c | |
+1 −1 | src/vim.h |