-
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 help tags * 9.1.0825: compile error for non-diff builds * runtime(netrw): fix E874 when browsing remote directory which contains `~` character * runtime(doc): update coding style documentation * runtime(debversions): Add plucky (25.04) as Ubuntu release name * 9.1.0824: too many strlen() calls in register.c * 9.1.0823: filetype: Zephyr overlay files not recognized * runtime(doc): Clean up minor formatting issues for builtin functions * runtime(netrw): make :Launch/Open autoloadable * runtime(netrw): fix regression with x mapping on Cygwin * runtime(netrw): fix filetype detection for remote files
- Loading branch information
1 parent
b1fe4bf
commit 36cfc41
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 regression with x mapping on Cygwin](https://github.com/vim/vim/commit/9f32069b8c4f74aa6af47e2f0ec07f2745feac57)\n* [runtime(netrw): fix filetype detection for remote files](https://github.com/vim/vim/commit/aa2ce6f58005bc3b81be2bf42f84ffd01ce22d57) | ||
* [runtime(doc): update help tags](https://github.com/vim/vim/commit/15f69de263418f8808c90e95d54e93023ab0c209)\n* [9.1.0825](https://github.com/vim/vim/commit/69f85c65061342846837f91f983bcca148c9c977): compile error for non-diff builds\n* [runtime(netrw): fix E874 when browsing remote directory which contains \`~\` character](https://github.com/vim/vim/commit/4d618006ecfd2557806d8af488f70b3e46878d70)\n* [runtime(doc): update coding style documentation](https://github.com/vim/vim/commit/55adc5b46a8f4a2fb126a0048436682e7e203e53)\n* [runtime(debversions): Add plucky (25.04) as Ubuntu release name](https://github.com/vim/vim/commit/6be21b937db1c088c4d191e4569989eb078adb45)\n* [9.1.0824](https://github.com/vim/vim/commit/79f6ffd388299ef3b1c95cbe658785e6e66df144): too many strlen() calls in register.c\n* [9.1.0823](https://github.com/vim/vim/commit/a68bd6f089239a51ba90026b18109707e601b107): filetype: Zephyr overlay files not recognized\n* [runtime(doc): Clean up minor formatting issues for builtin functions](https://github.com/vim/vim/commit/d52fb2fabdc30329f9d727fae1e08074e72e67ce)\n* [runtime(netrw): make :Launch/Open autoloadable](https://github.com/vim/vim/commit/8b0fa7a565d8aec306e5755307d182fa7d81e65f)\n* [runtime(netrw): fix regression with x mapping on Cygwin](https://github.com/vim/vim/commit/9f32069b8c4f74aa6af47e2f0ec07f2745feac57)\n* [runtime(netrw): fix filetype detection for remote files](https://github.com/vim/vim/commit/aa2ce6f58005bc3b81be2bf42f84ffd01ce22d57) |
Submodule vim
updated
21 files
+127 −76 | runtime/autoload/netrw.vim | |
+3 −2 | runtime/doc/builtin.txt | |
+234 −140 | runtime/doc/develop.txt | |
+52 −45 | runtime/doc/pi_netrw.txt | |
+8 −2 | runtime/doc/tags | |
+6 −2 | runtime/filetype.vim | |
+3 −78 | runtime/plugin/netrwPlugin.vim | |
+2 −2 | runtime/syntax/shared/debversions.vim | |
+20 −0 | runtime/syntax/testdir/dumps/dts_zephyr_00.dump | |
+20 −0 | runtime/syntax/testdir/dumps/dts_zmk_00.dump | |
+20 −0 | runtime/syntax/testdir/dumps/dts_zmk_01.dump | |
+16 −0 | runtime/syntax/testdir/input/dts_zephyr.overlay | |
+23 −0 | runtime/syntax/testdir/input/dts_zmk.keymap | |
+4 −4 | src/clipboard.c | |
+4 −0 | src/evalfunc.c | |
+9 −0 | src/macros.h | |
+173 −116 | src/register.c | |
+8 −1 | src/structs.h | |
+1 −1 | src/testdir/test_filetype.vim | |
+6 −0 | src/version.c | |
+32 −19 | src/viminfo.c |