Commit b665e1d
committed
vim: Import v9.1.1779
* 9.1.1779: completion: 'autocomplete' cannot be enabled per buffer
* 9.1.1778: sha256() treats empty blob and null blob differently
* runtime(lf): update syntax to support lf version r38
* 9.1.1777: Mouse click to open fold doesn't work with utf-8 "foldclose" chars
* 9.1.1776: completion: "adding" expansion doesn't work with cfc=keyword
* Remove dlejay from maintainer list
* 9.1.1775: filetype: Mamba configuration files are not recognized
* 9.1.1774: cannot calculate sha256 of a Blob
* runtime(config): fix inconsistent group name
* 9.1.1773: Crash in BufLeave after BufUnload closes other windows
* 9.1.1772: completion: inconsistent selection of first item with 'autocomplete'
* 9.1.1771: complete: some redraw issues with 'autocomplete'
* 9.1.1770: Vim9: wrong behaviour with trailing comments in command blocks
* runtime(log): highlight Java Errors
* 9.1.1769: completion: "preinsert" insert wrong word with 'smartcase' and 'autocomplete'
* runtime(vim): Update base syntax, fix indented Vim9 :redir highlighting
* runtime(netrw): update regex to handle remote archives
* 9.1.1768: Makefile does not uninstall global plugins
* 9.1.1767: Patch v9.1.1765 was wrong1 parent 564c389 commit b665e1d
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .github/MAINTAINERS-1
- runtime/doc/options.txt+2-2
- runtime/optwin.vim+2-1
- runtime/syntax/lf.vim+8-6
- src/buffer.c+1
- src/edit.c+4-3
- src/evalfunc.c+3-6
- src/insexpand.c+15-10
- src/mouse.c+2-1
- src/option.c+10
- src/option.h+1
- src/optiondefs.h+2-1
- src/proto/insexpand.pro+2-1
- src/structs.h+1
- src/testdir/test_ins_complete.vim+10-3
- src/testdir/test_sha256.vim+11-10
- src/testdir/test_termcodes.vim+10-1
- src/version.c+8
0 commit comments