-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* runtime(asm): add byte directives to syntax script * 9.1.1054: Vim doesn't work well with TERM=xterm-direct
- Loading branch information
1 parent
3be5d1b
commit f15492a
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(filetype): commit 99181205c5f8284a3 breaks V lang detection](https://github.com/vim/vim/commit/fb49e3cde79de4ce558c86d21a56eb9d60aeabd5)\n* [runtime: decouple Open and Launch commands and gx mapping from netrw](https://github.com/vim/vim/commit/c729d6d154e097b439ff264b9736604824f4a5f4)\n* [9.1.1053](https://github.com/vim/vim/commit/d65aa1bbdb808ef8fecde6df240c48cc39a52a8e): "nosort" enables fuzzy filtering even if "fuzzy" isn't in 'completeopt'\n* [runtime(just): fix typo in syntax file](https://github.com/vim/vim/commit/509a8d58f9a8ce00744114c1f21f0d951a559ecd)\n* [runtime(filetype): Improve Verilog detection by checking for modules definition](https://github.com/vim/vim/commit/99181205c5f8284a30f839107a12932924168f17)\n* [9.1.1052](https://github.com/vim/vim/commit/3acfbb4b548f4b1659ff1368a1b626cdd263acbe): tests: off-by-one error in CheckCWD in test\_debugger.vim\n* [9.1.1051](https://github.com/vim/vim/commit/08ea2e1fb05b7a64557cc29ad3fa47ea7f23ea57): tests: no support for env variables when running Vim in terminal | ||
* [runtime(asm): add byte directives to syntax script](https://github.com/vim/vim/commit/db23436b92a1b08e91146ef462482f2c1a79dfe8)\n* [9.1.1054](https://github.com/vim/vim/commit/279dd703e16cfa9e5089fb5e7c60b21a0a7debc3): Vim doesn't work well with TERM=xterm-direct |
Submodule vim
updated
6 files
+6 −1 | runtime/doc/options.txt | |
+3 −1 | runtime/doc/version9.txt | |
+5 −2 | runtime/syntax/asm.vim | |
+38 −8 | src/term.c | |
+36 −0 | src/testdir/test_termcodes.vim | |
+2 −0 | src/version.c |