-
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.
* runtime(doc): Update version9.txt and mention $MYVIMDIR * 9.1.0718: hard to know the users personal Vim Runtime Directory * 9.1.0717: Unnecessary nextcmd NULL checks in parse_command_modifiers() * Maintainers: fix typo in author name * 9.1.0716: resetting setcellwidth() doesn't update the screen
- Loading branch information
1 parent
4537c69
commit f70ec5c
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(hcl,terraform): Add runtime files for HCL and Terraform](https://github.com/vim/vim/commit/150b5078ac886519083576124090489c3a21bd3b)\n* [runtime(tmux): Update syntax script](https://github.com/vim/vim/commit/315b6f7b73edfffe4c6e4b0a4d620707489f7315)\n* [9.1.0715](https://github.com/vim/vim/commit/fa16e4351afd8f639428b09aa6a04c213683e9c2): Not correctly parsing color names (after v9.1.0709) | ||
* [runtime(doc): Update version9.txt and mention $MYVIMDIR](https://github.com/vim/vim/commit/82f6134b1b46414fdbb97060276a5687f46abf89)\n* [9.1.0718](https://github.com/vim/vim/commit/4e7249a916bb6bb4be7e113b60381e4284ee574a): hard to know the users personal Vim Runtime Directory\n* [9.1.0717](https://github.com/vim/vim/commit/f7b8609446f171a6a287f61564e39a8dac5ff47d): Unnecessary nextcmd NULL checks in parse\_command\_modifiers()\n* [Maintainers: fix typo in author name](https://github.com/vim/vim/commit/233252fdf24e1c654da86220fad1b4c63c79a92d)\n* [9.1.0716](https://github.com/vim/vim/commit/539e9b571ae2a80dfa8a42eb132ad9f65f0bbcbc): resetting setcellwidth() doesn't update the screen |
Submodule vim
updated
10 files
+1 −1 | .github/MAINTAINERS | |
+9 −6 | runtime/doc/starting.txt | |
+1 −0 | runtime/doc/tags | |
+4 −0 | runtime/doc/version9.txt | |
+4 −7 | src/ex_docmd.c | |
+2 −1 | src/mbyte.c | |
+49 −0 | src/option.c | |
+3 −0 | src/testdir/test_utf8.vim | |
+18 −3 | src/testdir/test_xdg.vim | |
+6 −0 | src/version.c |