-
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 e5c9ba601...a72d1be5a (4): > patch 9.1.0151: ml_get_buf_len() does not consider text properties > patch 9.1.0150: Several minor 'winfixbuf' issues > translation(sr): Update Serbian messages (#14143) > runtime(c): Recognize "__inline" (#14145) https://github.com/vim/vim-appimage/actions/runs/8165185578
- Loading branch information
1 parent
003e8ad
commit 7554cb0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
14 files
+1 −0 | nsis/gvim.nsi | |
+1 −1 | nsis/lang/serbian.nsi | |
+2 −2 | runtime/doc/message.txt | |
+1 −1 | runtime/syntax/c.vim | |
+1 −0 | src/change.c | |
+1 −0 | src/edit.c | |
+27 −20 | src/ex_cmds2.c | |
+10 −1 | src/memline.c | |
+15 −2 | src/po/sr.po | |
+37 −17 | src/quickfix.c | |
+2 −1 | src/structs.h | |
+111 −10 | src/testdir/test_winfixbuf.vim | |
+4 −0 | src/version.c | |
+2 −2 | src/window.c |