-
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.1.0984: exception handling can be improved * runtime(doc): update doc for :horizontal * runtime(doc): update index.txt, windows.txt and version9.txt * runtime(doc): Tweak documentation about base64 function
- Loading branch information
1 parent
0ea9c6b
commit 0dd8f43
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(chordpro): update syntax script](https://github.com/vim/vim/commit/8dc98bf427d62501d9ecbb48d20ae2633c3db187)\n* [9.1.0983](https://github.com/vim/vim/commit/d4088edae21659e14ab5f763c820f4eab9d36981): not able to get the displayed items in complete\_info()\n* [runtime(doc): use standard SGR format at :h xterm-true-color](https://github.com/vim/vim/commit/34e271b32111cca3245283b7f9de2fe821982510)\n* [9.1.0982](https://github.com/vim/vim/commit/39a4eb0b2ca901b59800fad086550053556e59dc): TI linker files are not recognized | ||
* [9.1.0984](https://github.com/vim/vim/commit/663d18d6102f40d14e36096ec590445e61026ed6): exception handling can be improved\n* [runtime(doc): update doc for :horizontal](https://github.com/vim/vim/commit/fd771613b3e59923b1a82a5ed9036c82899d133b)\n* [runtime(doc): update index.txt, windows.txt and version9.txt](https://github.com/vim/vim/commit/0c3e57b403e0e3a1fefca7bbd5ad4cb950eea616)\n* [runtime(doc): Tweak documentation about base64 function](https://github.com/vim/vim/commit/e80f345b5dbc0ef3186d640e3d5adb7fcdfef64c) |
Submodule vim
updated
19 files
+56 −40 | runtime/doc/builtin.txt | |
+14 −5 | runtime/doc/eval.txt | |
+18 −10 | runtime/doc/index.txt | |
+4 −1 | runtime/doc/tags | |
+3 −2 | runtime/doc/usr_41.txt | |
+9 −6 | runtime/doc/version9.txt | |
+3 −3 | runtime/doc/windows.txt | |
+23 −0 | src/dict.c | |
+2 −0 | src/evalfunc.c | |
+2 −1 | src/evalvars.c | |
+8 −0 | src/ex_eval.c | |
+1 −0 | src/proto/dict.pro | |
+2 −0 | src/proto/scriptfile.pro | |
+83 −0 | src/scriptfile.c | |
+12 −12 | src/structs.h | |
+2 −0 | src/testdir/Make_all.mak | |
+107 −0 | src/testdir/test_stacktrace.vim | |
+2 −0 | src/version.c | |
+2 −1 | src/vim.h |