Commit b66c7d1
committed
vim: Import v8.2.4710
* 8.2.4710: smart indenting does not work after completion
* 8.2.4709: after :redraw the statusline highlight might be used
* 8.2.4708: PHP test files are not recognized
* 8.2.4707: redrawing could be a bit more efficient
* 8.2.4706: buffer remains active with WinClosed and tabpages
* 8.2.4705: jump list marker disappears
* 8.2.4704: using "else" after return or break increases indent
* 8.2.4703: memory leak in handling 'cinscopedecls'
* 8.2.4702: C++ scope labels are hard-coded
* 8.2.4701: Kuka Robot Language files not recognized
* 8.2.4700: buffer remains active if WinClosed event throws an exception
* 8.2.4699: hard to reproduce hang when reading from a channel
* 8.2.4698: Vim9: script variable has no flag that it was set
* 8.2.4697: Vim9: crash when adding a duplicate key to a dictionary
* 8.2.4696: delete() with "rf" argument does not report a failure
* 8.2.4695: JSON encoding could be faster
* 8.2.4694: avoidance of #elif causes more preproc nesting
* 8.2.4693: new regexp does not accept pattern "\%>0v"
* 8.2.4692: no test for what 8.2.4691 fixes
* 8.2.4691: solution for <Cmd> in a mapping causes trouble
* 8.2.4690: channel tests fail on MS-Windows
* 8.2.4689: using <Cmd> in a mapping does not work for mouse keys
* 8.2.4688: new regexp engine does not give an error for "\%v"
* 8.2.4687: "vimgrep /\%v/ *" may cause a crash
* 8.2.4686: configure doesn't find the Motif library with Cygwin
* 8.2.4685: when a swap file is found for a popup there is no dialog
* 8.2.4684: cannot open a channel on a Unix domain socket
* 8.2.4683: verbose check with dict_find() to see if a key is present
* 8.2.4682: Vim9: can use :unlockvar for const variable
* 8.2.4681: build fails with a combination of features
* 8.2.4680: build failure without +postscript
* 8.2.4679: cannot have expandcmd() give an error message for mistakes
* 8.2.4678: Vim9: not all code is tested
* 8.2.4677: the Athena GUI support is outdated
* 8.2.4676: test fails with different error
* 8.2.4675: no error for missing expression after :elseif
* 8.2.4674: cannot force getting MouseMove events
* 8.2.4673: redrawing a split window is slow when using CTRL-F and CTRL-B
* 8.2.4672: using :normal with Ex mode may make :substitute hang
* 8.2.4671: 'wildignorecase' is sometimes not used for glob()
* 8.2.4670: memory allocation failures for new tab page not tested
* 8.2.4669: in compiled code len('string') is not inlined
* 8.2.4668: buffer allocation failures insufficiently tested
* 8.2.4667: expandcmd() fails on an error
* 8.2.4666: Vim9: assignment not recognized in skipped block
* 8.2.4665: popup with "minwidth" and scrollbar not updated properly
* 8.2.4664: Elvish files are not recognized
* 8.2.4663: occasional crash when running the GUI tests
* 8.2.4662: no error for using out of range list index
* 8.2.4661: Coverity warning for using uninitialized variable
* 8.2.4660: cursorcolumn is sometimes not correct
* 8.2.4659: invalid memory access when using printable function name
* 8.2.4658: org-mode files are not recognized
* 8.2.4657: errors for functions are sometimes hard to read
* 8.2.4656: Vim9: can't use item from "import autoload" with autoload dir
* 8.2.4655: cmdline completion popup menu positioned wrong
* 8.2.4654: missing changes for import check
* 8.2.4653: "import autoload" does not check the file name
* 8.2.4652: leaking memory if assignment fails
* 8.2.4651: test fails because path differs
* 8.2.4650: "import autoload" only works with using 'runtimepath'
* 8.2.4649: various formatting problems
* Update runtime files
* 8.2.4648: handling LSP messages is a bit slow1 parent 8277ff3 commit b66c7d1
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/indent.txt+5-3
- runtime/doc/options.txt+12-2
- runtime/doc/quickref.txt+1
- runtime/filetype.vim+4-3
- runtime/optwin.vim+5
- src/buffer.c+1
- src/change.c+6-2
- src/cindent.c+29-12
- src/edit.c+20-22
- src/ex_docmd.c+7
- src/fileio.c+21-22
- src/getchar.c+25-4
- src/globals.h+2
- src/memline.c+79-80
- src/option.c+26-25
- src/option.h+2
- src/optiondefs.h+10
- src/optionstr.c+1
- src/structs.h+2
- src/syntax.c+40-42
- src/testdir/dumps/Test_cursorcolumn_insert_on_tab_3.dump+8
- src/testdir/test_autocmd.vim+17
- src/testdir/test_cindent.vim+43
- src/testdir/test_filetype.vim+1-1
- src/testdir/test_highlight.vim+8
- src/testdir/test_ins_complete.vim+19
- src/testdir/test_registers.vim+18
- src/version.c+18
- src/window.c+1-1
0 commit comments