Commit da4d650
committed
vim: Import v8.2.4956
* 8.2.4956: reading past end of line with "gf" in Visual block mode
* 8.2.4955: text property in wrong position after auto-indent
* 8.2.4954: inserting line breaks text property spanning two lines
* Update runtime files, new color schemes
* 8.2.4953: with 'si' inserting '}' after completion goes wrong
* 8.2.4952: GUI test will fail if color scheme changes
* 8.2.4951: smart indenting done when not enabled1 parent cd10ecb commit da4d650
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .github/CODEOWNERS+19
- runtime/colors/README.txt+57-10
- runtime/colors/blue.vim+442-50
- runtime/colors/darkblue.vim+460-57
- runtime/colors/delek.vim+335-51
- runtime/colors/desert.vim+326-99
- runtime/colors/elflord.vim+371-46
- runtime/colors/evening.vim+440-48
- runtime/colors/industry.vim+331-34
- runtime/colors/koehler.vim+357-70
- runtime/colors/morning.vim+326-48
- runtime/colors/murphy.vim+332-38
- runtime/colors/pablo.vim+359-23
- runtime/colors/peachpuff.vim+328-53
- runtime/colors/ron.vim+374-41
- runtime/colors/shine.vim+345-52
- runtime/colors/slate.vim+349-55
- runtime/colors/tools/check_colors.vim+189-220
- runtime/colors/torte.vim+356-44
- runtime/colors/zellner.vim+337-50
- runtime/doc/Makefile+6-2
- runtime/doc/eval.txt+3-3
- runtime/doc/help.txt+6-3
- runtime/doc/tags+35-32
- runtime/doc/todo.txt+9-2
- runtime/doc/usr_41.txt+3-846
- runtime/doc/usr_45.txt+3-3
- runtime/doc/usr_50.txt+25
- runtime/doc/usr_51.txt+860
- runtime/doc/usr_52.txt+10-10
- runtime/doc/usr_90.txt+2-2
- runtime/doc/usr_toc.txt+31-20
- runtime/doc/vim9.txt+3-2
- runtime/syntax/help.vim+2-2
- src/change.c+11-11
- src/edit.c+1-1
- src/indent.c+19-2
- src/normal.c+10-3
- src/ops.c+1-6
- src/proto/indent.pro+1
- src/testdir/test_gf.vim+15
- src/testdir/test_gui.vim+3-1
- src/testdir/test_smartindent.vim+22
- src/testdir/test_textprop.vim+45
- src/textprop.c+5-4
- src/version.c+12
0 commit comments