-
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.
* runtime(doc): clarify directory of Vim's executable vs CWD * 9.1.0665: Locked variable can be changed in a :for loop
- Loading branch information
1 parent
d11d365
commit ab072ae
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(proto): Add indent script for protobuf filetype](https://github.com/vim/vim/commit/39eff4cdc055a0f0db0d32fcf7a74fe30ea54f25)\n* [9.1.0664](https://github.com/vim/vim/commit/568cbc92a6637ef9272490fb0361adb73f158cfc): MS-Windows: console vim did not switch back to main screen on exit\n* [runtime(zip): zip plugin does not work with Vim 9.0](https://github.com/vim/vim/commit/e2d9b0d499d0504ba0e935024daf1cfa12e349c4) | ||
* [runtime(doc): clarify directory of Vim's executable vs CWD](https://github.com/vim/vim/commit/0cc5dce5780d39fe621f6146d4fb862318918125)\n* [9.1.0665](https://github.com/vim/vim/commit/6b97d7ad197de0fb38648c91552c4374e39fdf98): Locked variable can be changed in a :for loop |
Submodule vim
updated
4 files
+12 −7 | runtime/doc/builtin.txt | |
+1 −1 | src/evalvars.c | |
+26 −1 | src/testdir/test_eval_stuff.vim | |
+2 −0 | src/version.c |