-
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): Expand docs on :! vs. :term * runtime(netrw): Fixing powershell execution issues on Windows * 9.1.0882: too many strlen() calls in insexpand.c * 9.1.0881: GUI: message dialog may not get focus * runtime(netrw): update netrw's decompress logic * runtime(apache): Update syntax keyword definition * runtime(misc): add Italian LICENSE and (top-level) README file
- Loading branch information
1 parent
362012f
commit ee7a2d8
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(misc): add Italian LICENSE and (top-level) README file](https://github.com/vim/vim/commit/9c69453f0ee08fd99f910a20a6e760f15bb994d6) | ||
* [runtime(doc): Expand docs on :! vs. :term](https://github.com/vim/vim/commit/a01148d2cb2f8d2820a5b95474d11db0d1802360)\n* [runtime(netrw): Fixing powershell execution issues on Windows](https://github.com/vim/vim/commit/d7745acbd8fe1e4feb356a6dc7fc185eeab17d67)\n* [9.1.0882](https://github.com/vim/vim/commit/5e6ea92b2c58cbfc642d7e35bd717f99aa2e1e53): too many strlen() calls in insexpand.c\n* [9.1.0881](https://github.com/vim/vim/commit/991603cc04149aeed86470637540b22bc9f622c2): GUI: message dialog may not get focus\n* [runtime(netrw): update netrw's decompress logic](https://github.com/vim/vim/commit/cacfccf803949e62a29c85d4525372a10ea7e070)\n* [runtime(apache): Update syntax keyword definition](https://github.com/vim/vim/commit/4dd6c22ebeea86b9522e650d133f6b109a39177e)\n* [runtime(misc): add Italian LICENSE and (top-level) README file](https://github.com/vim/vim/commit/9c69453f0ee08fd99f910a20a6e760f15bb994d6) |
Submodule vim
updated
10 files
+37 −8 | runtime/autoload/netrw.vim | |
+30 −7 | runtime/doc/pi_netrw.txt | |
+2 −0 | runtime/doc/tags | |
+14 −1 | runtime/doc/terminal.txt | |
+16 −2 | runtime/doc/various.txt | |
+2 −1 | runtime/syntax/apache.vim | |
+2 −0 | src/gui_gtk.c | |
+279 −213 | src/insexpand.c | |
+1 −0 | src/proto/insexpand.pro | |
+4 −0 | src/version.c |