-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim 50f3ec289...5f5131d77 (7): > runtime(doc): clarify bracketed paste mode > runtime(doc): missing code formatting in if_pyth.txt > patch 9.0.2067: xxd: coloring was disabled on Cygwin > patch 9.0.2066: xxd: corrupting files when reversing bit dumps > patch 9.0.2065: EXPAND flag set for filetype option > patch 9.0.2064: cannot use buffer-number for errorformat > runtime(doc): Fix typos in several documents (#13420) https://github.com/vim/vim-appimage/actions/runs/6647954220
- Loading branch information
1 parent
fb56125
commit 4dad307
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
18 files
+1 −1 | runtime/doc/builtin.txt | |
+2 −2 | runtime/doc/if_pyth.txt | |
+3 −3 | runtime/doc/indent.txt | |
+3 −2 | runtime/doc/intro.txt | |
+13 −11 | runtime/doc/options.txt | |
+6 −0 | runtime/doc/quickfix.txt | |
+1 −1 | runtime/doc/syntax.txt | |
+9 −1 | runtime/doc/term.txt | |
+3 −2 | runtime/doc/terminal.txt | |
+0 −2 | runtime/doc/todo.txt | |
+2 −1 | runtime/doc/usr_41.txt | |
+2 −1 | runtime/doc/various.txt | |
+1 −1 | src/optiondefs.h | |
+36 −16 | src/quickfix.c | |
+49 −0 | src/testdir/test_quickfix.vim | |
+7 −0 | src/testdir/test_xxd.vim | |
+8 −0 | src/version.c | |
+9 −13 | src/xxd/xxd.c |