version9.txt ForVim version 9.1. Last change: 2025 Mar 27VIM REFERENCE MANUAL by Bram Moolenaarvim-9.0vim-9version-9.0version9.0Welcome to Vim 9! Several years have passed since the previous release.A large number ofbugs have been fixed, many nice features have been addedand theVim9scriptsyntaxis here! This file mentions all the new things andchanges to existing features since Vim 8.2.0. The patches up to Vim 8.2 can befound here:vim-8.2.Use this command to see the full version and features information of the Vimprogram you are using::versionNEW FEATURESnew-9 Vimscript enhancementsnew-vim-script-9 Command line completion inapopup menunew-popup-compl Updated colorschemesnew-colorschemes-9 Various new itemsnew-items-9INCOMPATIBLE CHANGESincompatible-9IMPROVEMENTSimprovements-9COMPILE TIME CHANGEScompile-changes-9PATCHESpatches-9VERSION 9.1version-9.1Changedchanged-9.1Addedadded-9.1Patchespatches-9.1Seevi_diff.txt for an overview of differences betweenVi and Vim 9.0.Seeversion4.txt,version5.txt,version6.txt,version7.txt andversion8.txt for differences between Vim versions.You can find an overview of the most important changes (according to MartinTournoij) on this site:https://www.arp242.net/vimlog/Sven-GuckesVim version 9.0is dedicated to Sven Guckes, who passed away in February 2022when the release was being prepared. Sven wasa long time supporter of Vim.He registered the vim.org domain and created the first Vim website. We willremember him!BramMoolenaarBram-MoolenaarVim version 9.1is dedicated toBram Moolenaar, who passed away on August 3rd2023 while still working full-time on Vim. The Vim project would not existwithout his ongoing passion to lead and develop Vim and the community for morethan 30 years.Bram was also passionate about hisICCF foundation tohelpchildren in Uganda. If you enjoy using Vim, please consider donating! We willmiss his guidance, passion and leadership.Obituary Articles:https://github.com/vim/vim/discussions/12742Say Farewell:https://github.com/vim/vim/discussions/12737==============================================================================NEW FEATURESnew-9First an overview of the more interesting new features.A comprehensivelistis below.Vim9 scriptnew-vim-script-9The Vimscript language has been changed step by step over many years,preserving backwards compatibility. Several choices made in the early daysgot in the way of makingit work better. At the same time, Vimscriptisbeing used much more often, since there are so many plugins being used.Vim9script providesasyntax thatis much more similar to other languages.In other words: "less weird". Compiledfunctions are introduced which allowfora large speed improvement. You can expect around ten times fasterexecution, or even more. The price to payis thatVim9scriptis notbackwards compatible. But don't worry, you can still use your old scripts,the newscript languageis added,it does not replace the legacy script.Information aboutVim9script can be found in theVim9help file.Command line completion in a popup menunew-popup-complBefore there was the'wildmenu' option, which uses thespace of one line abovethe statusline to show matches. Onlya few matches fit there.Nowapopup menu can be used by setting'wildoptions' to "pum". This allowsfor showing many more matches. This requires redrawing more of the display,but since computers are fast enough thatis nota problem.Updated colorschemesnew-colorschemes-9Colorschemes fromhttps://github.com/vim/colorschemes have been included.They were made to work consistently across many types of terminals. Althoughgenerally an improvement,a lot of personal preferenceis involved. You canalways get the old version if you prefer it, look here:https://github.com/vim/colorschemes/blob/master/legacy_colors/Various new itemsnew-items-9Options:'autoshelldir'change directory to the shell's current directory'cdhome'change directory to thehome directory by ":cd"'cinscopedecls'words that are recognized by 'cino-g''guiligatures'GTK GUI: ASCII characters that can form shapes'mousemoveevent'report mouse moves with<MouseMove>'quickfixtextfunc'function for the text in thequickfixwindow'spelloptions'options forspell checking'thesaurusfunc'function to be used for thesaurus completion'xtermcodes'requestterminal codes from an xtermEx commands::abstract (reserved for future use):argdedupe remove duplicates from the argumentlist:balt like ":badd" but also set the alternate file:class (reserved for future use):def defineaVim9 user function:defcompile compileVim9 userfunctions in currentscript:disassemble disassembleVim9 user function:echoconsole like:echomsg but write to stdout:endinterface (reserved for future use):endclass (reserved for future use):enddefend ofa user function started with:def:endenum (reserved for future use):enum (reserved for future use):eval evaluate anexpression anddiscard the result:export Vim9: export an item fromascript:final declare an immutable variable inVim9:import Vim9: import an item from anotherscript:interface (reserved for future use):static (reserved for future use):type (reserved for future use):var variable declaration inVim9:vim9script indicatesVim9script fileEx command modifiers::legacy make following command use legacyscriptsyntax:vim9cmd make following command useVim9scriptsyntaxNew and extended functions:assert_nobeep() assert thata command does not causeabeepautocmd_add() addalist of autocmds and groupsautocmd_delete() deletealist of autocmds and groupsautocmd_get() returnalist of autocmdsblob2list() getalist of numbers fromablobcharclass()class ofa charactercharcol() character number of the cursor oramarkcharidx() characterindex ofa byte inastringdigraph_get() getdigraphdigraph_getlist() get alldigraphsdigraph_set()registerdigraphdigraph_setlist()register multipledigraphsechoraw() output characters as-isexists_compiled() likeexists() but checkat compile timeextendnew() makea newDictionary and append itemsflatten() flattenaListflattennew() flattena copy ofaListfullcommand() get full command namegetcharpos() get character position of cursor, mark, etc.getcharstr() geta character from the userasastringgetcmdcompltype() return current cmdline completion typegetcmdscreenpos() return the current cursor position in the cmdlinegetcursorcharpos() get character position of the cursorgetmarklist()list of global/local marksgetreginfo() get information aboutaregistergettext() lookup message translationhlget() get highlight group attributeshlset() set highlight group attributesisabsolutepath() check ifa pathis absolutelist2blob() getablob fromalist of numbersmaplist()list of all mappings,adict for eachmapnew() makea newList with changed itemsmapset() restoreamappingmatchfuzzy() fuzzy matchesastring inalist of stringsmatchfuzzypos() fuzzy matchesastring inalist of stringsmenu_info() get information abouta menu itempopup_list() getlist of allpopupwindow IDsprompt_getprompt() get the effective prompt text fora bufferprop_add_list() attacha propertyat multiple positionsprop_find() search fora propertyreadblob() reada file intoaBlobreaddirex() getaList of file information ina directoryreduce() reduceaList toa valuesearchcount() get number of matches before/after the cursorsetcellwidths() set character cell width overridessetcharpos() set character position of cursor, mark, etc.setcursorcharpos() set character position of the cursorslice() takeaslice ofaListstrcharlen() length ofastring in charactersterminalprops() properties of theterminaltest_gui_event() generateaGUI event fortestingtest_null_function() returnanullFuncreftest_srand_seed() set the seed value forsrand()test_unknown() returna value with unknown typetest_void() returna value with void typetypename() type ofa variableas textvirtcol2col() byteindex ofa character on screenwin_gettype() get type ofwindowwin_move_separator() movewindow vertical separatorwin_move_statusline() movewindow status linewindowsversion() getMS-Windows versionNew Vim variables:v:numbermax maximum value ofa numberv:numbermin minimum value ofa number (negative)v:numbersize number of bits inaNumberv:collate currentlocale setting for collation orderv:exiting vim exit codev:colornames dictionary that maps color names to hex color stringsv:sizeofint number of bytes in an intv:sizeoflong number of bytes ina longv:sizeofpointer number of bytes ina pointerv:maxcol maximum line lengthNew autocommand events:CompleteDonePre afterInsert mode completion done, before clearing infoDirChangedPre before the working directory will changeInsertLeavePre just before leavingInsert modeModeChanged afterchanging the modeSigUSR1 after the SIGUSR1 signal has been detectedWinClosed after closingawindowWinScrolled afterscrolling or resizingawindowVimSuspend when suspending VimVimResume when Vimis resumed after being suspendedNew operators:>> bitwise rightshift<< bitwise leftshift??falsyoperatorNew runtime files:Too many tolist here.==============================================================================INCOMPATIBLE CHANGESincompatible-9Thereis only one change thatis incompatible with previous releases:-Lua arrays are now one-based, they used to be zero-based.Note that when usingVim9script several things work differently, seevim9-differences.==============================================================================IMPROVEMENTSimprovements-9Various small and useful improvements have been made since Vim 8.2, hereisasummary.Many memory leaks, invalid memory accesses and crashes have been fixed.See thelist of patches below:bug-fixes-9.Support for Vimexpression evaluation ina string.interpolated-stringSupport for evaluating Vim expressions ina heredoc.:let-heredocSupport for fuzzy matching:-astring inaList of strings.fuzzy-matching- completion support for command line completion using'wildoptions'.- for:vimgrep.Added support for theHaiku OS.Support for "lsp"channel mode to simplify LSP server RPC communicationlanguage-server-protocol. Support for usingaUnix domain socket withachannel. IPv6 support in channelschannel-address.Support for sourcing lines from the current buffer.:source-rangeTerminalwindow improvements:- Support for openingaterminal inapopup window.popup-terminal- Allow settingunderline color in terminal.- Detect focus events interminal(FocusGained andFocusLost).- Add bell support for theterminal window. ('belloff')- Support mouse left-rightscrolling inaterminal window.Support for stoppingprofilinga Vim script: `:profile stop` and dumping thereport toa file: `:profile dump`.:profileCompletion improvements:- Argument completion support for the:breakadd,:breakdel,:diffget,:diffput,:profile,:profdel and:scriptnames commands.- Support using any Vim type for user_data with the completionfunctions(complete-items).- Stopinsert mode completion withoutchanging text(i_CTRL-X_CTRL-Z).- Add the "cmdline" option togetcompletion() to return the command line arguments.Support for setting the'foldtext','completefunc','omnifunc','operatorfunc','thesaurusfunc','quickfixtextfunc','tagfunc','imactivatefunc' and'imstatusfunc'options toa functionreference oralambda function orascript-local function.Support directly setting the'balloonexpr','charconvert''foldexpr','formatexpr','includeexpr','printexpr','patchexpr','indentexpr','modelineexpr','diffexpr' and'printexpr'options toascript-local function.Improvements in'fillchars':- Support for configuring the character used tomark the beginning ofa fold, showa closed fold and showa fold separator using "foldopen", "foldclose" and "foldsep" respectively in'fillchars'.- Support for configuring the character displayed in non existing lines using "eob" in'fillchars'.- Support for usingmultibyte items with the "stl", "stlnc", "foldopen", "foldclose" and "foldsep" items in the'fillchars' option.Support for the XChaCha20encryption method.'cryptmethod'Spell checking:- Spell check currentword withz= even when'spell'is off.- Add "timeout" to'spellsuggest' to limit the searching time forspell suggestions.- Add support forspell checking CamelCased words by adding "camel" to'spelloptions'.Support for executingEx commands ina map withoutchanging the current mode<Cmd> and<ScriptCmd>.Add optional error code to:cquit.Recognize numbersas unsigned when "unsigned"is set in'nrformats'.Expandscript ID using expand('<SID>') andscript name usingexpand('<script>').expand()Jump to the last accessedtab page usingg<Tab> and support using thelast accessedtab page in:tabnext et al.Locale awaresorting using:sort andsort().Hide cursor when sleeping using:sleep!.Add "multispace" to'listchars' to show two or more spaces no matter wherethey appear. Add "leadmultispace" to'listchars' to show two or more leadingspaces. Add "lead" to'listchars' to set the character used to show leadingspaces. Support specifyinga character using the hexadecimalnotation in'listchars' (\x, \u and \U).Make'listchars','virtualedit' and'thesaurusfunc'global-local options.Support for looping overastring using:for.Don't reset'wrap' fordiffwindows when "followwrap"is set in'diffopt'.Support for re-evaluating the'statusline'expressionasa statusline formatstring (%{%expr %})Addzp andzP to paste in block mode without adding trailing white space.Addzy toyank without trailing whitespace in block mode.Add the 'P' command in visual mode to paste text inVisual mode withoutyanking the deleted text to the unnamed register.put-Visual-modeAdd \%.l, \%<.l and \%>.l atoms to match the line the cursoris currently on.See/\%l for more information.Add "list" to'breakindentopt' to add additional indent for lines that matcha numbered or bulleted list. Add "column" to'breakindentopt' to indentsoft-wrapped linesata specific column.Add thehl-CursorLineSign andhl-CursorLineFold default highlight groups toadjust sign highlighting for'cursorline'.Add thehl-CurSearch default highlight group for the current search match.Add support for logging on Vimstartup(--log).Add support for customizing thequickfix buffer contents using'quickfixtextfunc'. Support for the "note" error type (%t) inerrorformat.Add support for parsing theend line number (%e) andend column number (%k)using'errorformat'.Support truncating thetag stack usingsettagstack().Display every option ina separate line when "!"is used with:set.Add "nostop" to'backspace' to allow backspacing over the start ofinsert forCTRL-W andCTRL-U also.Sync theundo file if'fsync'is set.Support excluding the'runtimepath' and'packpath'options froma session fileusing "skiprtp" in'sessionoptions'.Support for getting the number of lines (line count) ina buffer usinggetbufinfo().Supportfilter() andmap() forblob andstring types.Support for usingamulti-byte character for thetag kind.tags-file-formatAdd support for checking whethera function nameis valid usingexists().Update xdiff to version 2.33. Update libvterm to revision 789.Support'trim' for Python/Lua/Perl/Tcl/Ruby/MzScheme interface heredoc.Add thet_AU andt_8utermcap codes forunderline and undercurl. Add thet_fd andt_fetermcap codes for detecting focus events.Support for indentingC pragmas like normal code.(cino-P)Add support for defining thesyntax fold level.(:syn-foldlevel)Add support for using \<*xxx> inastring to prependa modifier toacharacter.(expr-quote)Add support trimming charactersat the beginning orend ofastring usingtrim().Make ":verbose pwd" show the scope of the directory.:pwd-verboseAdd the "0o"notation for specifyingoctal numbers.scriptversion-4Support forchanging to the previous tab-local and window-local directoriesusing the "tcd-" and "lcd-" commands.(:tcd- and:lcd-)Add support for skipping anexpression usingsearch().Add support forsorting the directory contents returned by thereaddir()andreaddirex()functions by case.Add support for executing(:@)aregister containing line continuation.Lua support:- Call Vimfunctions fromLua (vim.call() and vim.fn()).- ConvertaLua function andaclosure toa Vim funcref so thatit can be accessed ina Vimscript(lua-funcref).- Not backwards compatible: MakeLua arrays one based.- Add support for using table.insert() and table.remove()functions with Vim lists.- Support for running multipleEx-mode commands using vim.command().- Add vim.lua_version to get theLua version.- Add support for accessing Vim namespace dictionaries fromLua(lua-vim-variables).Support for newUTF-8 characters fromUnicode release 13.Support for usinga command block(:command-repl) when defininga:commandor an:autocmd.Support for using:z! to use the Vim display height instead of the currentwindow height.Support fordeletinga buffer-local command using ":delcommand -buffer{cmd}".Whenformattinga// comment aftera statement, find the start of the linecomment,insert the comment leader and indent the comment properly(fo-/).Add the "numhl" argument to `:sign define` to usea separate highlight groupfor the line number ona line wherea signis placed.:sign-defineWhen $SHELL ends in "nologin" or "false", start Vim in restricted mode.TermDebug enhancements:- Support for showing the disassembled code ina separate window.- Support for the GDB until command.- Usea separate group for the signs.xxd: Support for showing offsetasa decimal number (-d).TheC omni-completeplugin(ft-c-omni), the file type detectionscript(ft.vim) and thesyntax menu generationscript (makemenu.vim) have beenrewritten using theVim9script syntax.A large number of tests have been added to verify the Vim functionality. Mostof the old style tests have been converted to new style tests using the newstyle assert_* functions.Many Coverity static analysis warnings have been fixed.==============================================================================COMPILE TIME CHANGEScompile-changes-9The following features are now enabled in all the builds:+cindent+jumplist+lispindent+num64+smartindent+tag_binary+titleThe following features have been removed. They are either obsolete or didn'twork properly:- Athena and neXTawGUI support (useMotif instead)- EBCDIC support-AtariMiNT andBeOS-Mac CarbonGUI (use MacVim instead)Thergb.txt fileis no longer included, use colors/lists/default.vim instead.Several large source files were split, mainly to makeit easier to inspectcode coverage information. Source files have also been refactored formaintainability.Support for building Vim with Mingw64 clang compiler on MS-Windows.Support for building Vim withPython 3.10,Lua 5.4.4,Perl 5.34 andRuby 3.1.0.==============================================================================PATCHESpatches-9bug-fixes-9patches-after-8.2Thelist of patches that got included since 8.2.0. This includes all the newfeatures, but does not include runtime file changes (syntax, indent, help,etc.)Patch 8.2.0001Problem: #endif commentsdo not reflect corresponding #ifdef.Solution: Update the comments. (Rene Nyffenegger, closes #5351)Files: src/ui.cPatch 8.2.0002Problem: "dj" only deletes first line of closed fold.Solution: Adjust last line ofoperator forlinewise motion. (closes #5354)Files: src/ops.c, src/testdir/test_fold.vimPatch 8.2.0003Problem: Build file dependencies are incomplete.Solution: Fix the dependencies. (Ken Takata, closes #5356)Files: src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Make_vms.mms, src/MakefilePatch 8.2.0004Problem: GetE685 andE931 if bufferreloadis interrupted.Solution: Do not abortdeletinga dummy buffer. (closes #5361)Files: src/buffer.c, src/proto/buffer.pro, src/testdir/test_trycatch.vim, src/ex_cmds.c, src/ex_getln.c, src/misc2.c, src/quickfix.c, src/window.c, src/vim.hPatch 8.2.0005Problem: Duplication in version info.Solution: Use preprocessorstring concatenation. (Ken Takata, closes #5357)Files: src/version.hPatch 8.2.0006Problem: Test using long file name may fail. (Vladimir Lomov)Solution: Limit the name length. (Christian Brabandt, closes #5358)Files: src/testdir/test_display.vimPatch 8.2.0007Problem: Popup menu positioned wrong withfolding in two tabs.Solution: Update the cursor line height. (closes #5353)Files: src/move.c, src/proto/move.pro, src/popupmenu.c, src/testdir/test_ins_complete.vim, src/testdir/dumps/Test_pum_with_folds_two_tabs.dumpPatch 8.2.0008Problem: Test72is old style.Solution: Convert to new style test. (Yegappan Lakshmanan, closes #5362)Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms, src/testdir/test72.in, src/testdir/test72.ok, src/testdir/test_undo.vimPatch 8.2.0009Problem: VMS:terminal version doesn't build.Solution: Move MIN definition. Adjust #ifdefs. (Zoltan Arpadffy)Files: src/bufwrite.c, src/fileio.c, src/ui.c, src/xxd/Make_vms.mmsPatch 8.2.0010Problem: Test64is old style.Solution: Convert to new style test. (Yegappan Lakshmanan, closes #5363)Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms, src/testdir/test64.in, src/testdir/test64.ok, src/testdir/test95.in, src/testdir/test_regexp_latin.vimPatch 8.2.0011Problem: Screen updating wrong when opening preview window.Solution: Redraw thewindow when the previewwindow opens.Files: src/popupmenu.c, src/testdir/test_ins_complete.vim, src/testdir/dumps/Test_pum_with_preview_win.dumpPatch 8.2.0012Problem: Someundo functionalityis not tested.Solution: Adda few more test cases. (Dominique Pellé, closes #5364)Files: src/testdir/test_undo.vimPatch 8.2.0013Problem: Not usinga typedef for condstack.Solution: Adda typedef.Files: src/structs.h, src/ex_docmd.c, src/ex_eval.c, src/userfunc.c, src/ex_cmds.h, src/proto/ex_eval.proPatch 8.2.0014Problem: Test69 and test95 are old style.Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #5365)Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms, src/testdir/test69.in, src/testdir/test69.ok, src/testdir/test95.in, src/testdir/test95.ok, src/testdir/test_regexp_utf8.vim, src/testdir/test_textformat.vimPatch 8.2.0015Problem: Not allmodeline variants are tested.Solution: Addmodeline tests. (Dominique Pellé, closes #5369)Files: src/testdir/test_modeline.vimPatch 8.2.0016Problem: Test name used twice, option not restored properly.Solution: Rename function, restore option with "&".Files: src/testdir/test_textformat.vimPatch 8.2.0017Problem:OS/2 andMS-DOS are still mentioned, even though support was removed long ago.Solution: Update documentation. (Yegappan Lakshmanan, closes #5368)Files: runtime/doc/autocmd.txt, runtime/doc/change.txt, runtime/doc/cmdline.txt, runtime/doc/editing.txt, runtime/doc/eval.txt, runtime/doc/gui.txt, runtime/doc/insert.txt, runtime/doc/options.txt, runtime/doc/print.txt, runtime/doc/quickfix.txt, runtime/doc/repeat.txt, runtime/doc/starting.txt, runtime/doc/usr_01.txt, runtime/doc/usr_05.txt, runtime/doc/usr_41.txt, runtime/doc/vi_diff.txt, runtime/gvimrc_example.vim, runtime/tools/README.txt, runtime/vimrc_example.vim, src/feature.hPatch 8.2.0018Problem::join does not add whitespace whereit should. (Zdenek Dohnal)Solution: Handle joining multiple lines properly.Files: src/ops.c, src/testdir/test_join.vimPatch 8.2.0019Problem: Cannot get number of lines of another buffer.Solution: Add "linecount" to getbufinfo(). (Yasuhiro Matsumoto, closes #5370)Files: src/evalbuffer.c, src/testdir/test_bufwintabinfo.vim, runtime/doc/eval.txtPatch 8.2.0020Problem: Mouse clicks in the command line not tested.Solution: Add tests. (Dominique Pellé, closes #5366)Files: src/testdir/test_termcodes.vimPatch 8.2.0021Problem: Timer test fails too often on Travis with macOS.Solution: Beless strict with the time.Files: src/testdir/test_timers.vimPatch 8.2.0022Problem: Click inpopupwindow doesn't closeit in the GUI. (Sergey Vlasov)Solution: When processing the selection also senda button release event. (closes #5367)Files: src/gui.cPatch 8.2.0023Problem: Command line editing not sufficiently tested.Solution: Add more tests. (Dominique Pellé, closes #5374)Files: src/testdir/Make_all.mak, src/testdir/test_alot.vim, src/testdir/test_cmdline.vim, src/testdir/test_ex_mode.vimPatch 8.2.0024Problem: Filetype Rego not recognized.Solution: Add *.rego. (Matt Dunford, closes #5376)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0025Problem: Repeatedword in comment.Solution: Remove one. (Rene Nyffenegger, closes #5384)Files: src/structs.hPatch 8.2.0026Problem: Still some/* */ comments.Solution: Convert to// comments.Files: src/message.c, src/message_test.c, src/misc1.c, src/misc2.c, src/move.cPatch 8.2.0027Problem: Still some/* */ comments.Solution: Convert to// comments.Files: src/iid_ole.c, src/indent.c, src/insexpand.c, src/iscygpty.c, src/version.cPatch 8.2.0028Problem: Searchpairpos()is not tested.Solution: Add tests. Also improvesearchpair() testing. (Dominique Pellé, closes #5388)Files: src/testdir/test_search.vimPatch 8.2.0029Problem: MS-Windows: crash with emptyjob command.Solution: Check for NULL result. (Yasuhiro Matsumoto, closes #5390)Files: src/channel.c, src/testdir/test_channel.vimPatch 8.2.0030Problem: "gF" does not work on output of "verbose command".Solution: Recognize " line " and translations. (closes #5391)Files: src/globals.h, src/eval.c, src/findfile.c, src/testdir/test_gf.vimPatch 8.2.0031 (after 8.2.0029)Problem: MS-Windows: test for emptyjob failsSolution: Check for error message, makeit also fail on Unix.Files: src/channel.c, src/testdir/test_channel.vimPatch 8.2.0032 (after 8.2.0031)Problem: MS-Windows: test for blankjob failsSolution: Check before escaping.Files: src/channel.c, src/testdir/test_channel.vimPatch 8.2.0033Problem: Crash when make_extmatch() runs out of memory.Solution: Check for NULL. (Dominique Pellé, closes #5392)Files: src/regexp_bt.c, src/regexp_nfa.cPatch 8.2.0034Problem: Missing check for out of memory.Solution: Check for NULL after vim_strsave(). (Dominique Pellé, closes #5393)Files: src/filepath.cPatch 8.2.0035Problem: Saving and restoring called_emsgis clumsy.Solution: Count the number of error messages.Files: src/message.c, src/buffer.c, src/channel.c, src/drawscreen.c, src/ex_cmds2.c, src/gui.c, src/highlight.c, src/main.c, src/regexp.c, src/search.c, src/testing.c, src/globals.hPatch 8.2.0036Problem: Not enough test coverage for match functions.Solution: Adda few more test cases. (Dominique Pellé, closes #5394) Add error number.Files: src/testdir/test_match.vimPatch 8.2.0037Problem: Missing renamed message.Solution: Now really add the error number.Files: src/highlight.cPatch 8.2.0038Problem: Spell suggestions insufficiently tested.Solution: Addspell suggestion tests. (Dominique Pellé, closes #5398)Files: src/testdir/test_spell.vimPatch 8.2.0039Problem: Memory access error when "z=" has no suggestions.Solution: Check for negative index.Files: src/testdir/test_spell.vim, src/spellsuggest.cPatch 8.2.0040Problem: Timers testis still flaky on Travis for Mac.Solution: Run separately instead ofas part of test_alot.Files: src/testdir/Make_all.mak, src/testdir/test_alot.vimPatch 8.2.0041Problem: Leaking memory when selectingspell suggestion.Solution: Free previous valueat the right time.Files: src/spellsuggest.cPatch 8.2.0042Problem: Clearing funccal values twice.Solution: Remove clearing individual fields.Files: src/userfunc.cPatch 8.2.0043Problem: Timers testis still flaky on Travis for Mac.Solution: Increase maximum expected time.Files: src/testdir/test_timers.vimPatch 8.2.0044Problem: Expression typeis used inconsistently.Solution: Add "ETYPE_IS" and "ETYPE_ISNOT"as separateenum values. Rename "TYPE_" to "ETYPE_" to avoid confusion.Files: src/structs.h, src/eval.c, src/proto/eval.pro, src/debugger.cPatch 8.2.0045 (after 8.2.0044)Problem: Script test fails.Solution: For numbers "is" and "isnot" work like "==" and "!=".Files: src/eval.cPatch 8.2.0046Problem: Tests forspell suggestions are slow.Solution: Use shorter words. Test with latin1 andutf-8 to cover more code. (Dominique Pellé, closes #5399)Files: src/testdir/test_spell.vimPatch 8.2.0047Problem: Cannot skip tests for specificMS-Windows platform.Solution: Add windowsversion().Files: src/os_win32.c, src/globals.h, src/evalfunc.c, runtime/doc/eval.txt, src/testdir/gen_opt_test.vim, src/testdir/test_options.vimPatch 8.2.0048Problem: Anothertimers testis flaky on Travis for Mac.Solution: Increase maximum expected time.Files: src/testdir/test_timers.vimPatch 8.2.0049Problem: Command line completion not fully tested.Solution: Add more test cases. Makehelpsorting stable. (Dominique Pellé, closes #5402)Files: src/ex_cmds.c, src/testdir/test_cd.vim, src/testdir/test_cmdline.vim, src/testdir/test_help.vim, src/testdir/test_menu.vim, src/testdir/test_options.vim, src/testdir/test_syntax.vimPatch 8.2.0050Problem: Afterdeletinga filemarkitis still in viminfo.Solution: Whena filemark was deleted more recently than themark in the mergedviminfo file was updated,do not store the mark. (Pavol Juhas, closes #5401, closes #1339)Files: src/mark.c, src/testdir/test_marks.vim, src/testdir/test_viminfo.vim, src/viminfo.cPatch 8.2.0051 (after 8.2.0049)Problem: Command line completion test skipped. (Christian Brabandt)Solution: Invert condition.Files: src/testdir/test_cmdline.vimPatch 8.2.0052Problem: More-prompt not properly tested.Solution: Adda test case. (Dominique Pellé, closes #5404)Files: src/testdir/test_messages.vimPatch 8.2.0053Problem:windowsversion() does not always return the right value.Solution: Adda compatibilitysection in the manifest. (Ken Takata, closes #5407)Files: src/gvim.exe.mnfPatch 8.2.0054Problem::diffget and:diffput don't have good completion.Solution: Add proper completion. (Dominique Pellé, closes #5409)Files: runtime/doc/eval.txt, src/buffer.c, src/cmdexpand.c, src/testdir/test_diffmode.vim, src/usercmd.c, src/vim.hPatch 8.2.0055Problem: Cannot use ":gui" invimrc with VIMDLL enabled.Solution: Change the logic, check "gui.starting". (Ken Takata, closes #5408)Files: src/gui.cPatch 8.2.0056Problem: Execution stackis incomplete and inefficient.Solution: Introducea proper execution stack and useit instead of sourcing_name/sourcing_lnum. Createastring only when used.Files: src/structs.h, src/globals.h, src/autocmd.c, src/buffer.c src/debugger.c, src/ex_docmd.c, src/ex_eval.c, src/highlight.c, src/main.c, src/map.c, src/message.c, src/proto/scriptfile.pro, src/scriptfile.c, src/option.c, src/profiler.c, src/spellfile.c, src/term.c, src/testing.c, src/usercmd.c, src/userfunc.c, src/kword_test.c, src/testdir/test_debugger.vimPatch 8.2.0057 (after 8.2.0056)Problem: Cannot build with small features.Solution: Add #ifdefs.Files: src/scriptfile.cPatch 8.2.0058Problem: Running tests changes ~/.viminfo.Solution: Make'viminfo' empty when summarizing tests results. (closes #5414)Files: src/testdir/summarize.vimPatch 8.2.0059Problem: Compiler warnings for unusedvariables in small build. (Tony Mechelynck)Solution: Add #ifdef.Files: src/scriptfile.cPatch 8.2.0060Problem: Message test only runs with one encoding. (Dominique Pellé)Solution: Run the test with "utf-8" and "latin1". Fix underflow. (related to #5410)Files: src/message_test.c, src/message.cPatch 8.2.0061Problem: The execute stack can grow big and never shrinks.Solution: Reduce the size in garbage collect.Files: src/eval.cPatch 8.2.0062Problem: Memory testis flaky on FreeBSD.Solution: Adda short sleep before getting the first size.Files: src/testdir/test_memory_usage.vimPatch 8.2.0063Problem: Wrong size argument to vim_snprintf(). (Dominique Pellé)Solution: Reduce the size by the length. (related to #5410)Files: src/ops.cPatch 8.2.0064Problem: Diffmode completion doesn't use per-window setting.Solution: Check ifawindowis indiff mode. (Dominique Pellé, closes #5419)Files: src/buffer.c, src/testdir/test_diffmode.vimPatch 8.2.0065Problem:Amiga and alikes: autoopen only used onAmiga OS4.Solution: Adjust #ifdefs. (Ola Söder, closes #5413)Files: src/os_amiga.cPatch 8.2.0066Problem: Some corners of vim_snprintf() are not tested.Solution: Adda test in C. (Dominique Pellé, closes #5422)Files: src/message_test.cPatch 8.2.0067Problem: ERROR_UNKNOWN clashes on some systems.Solution: Rename ERROR_ to FCERR_. (Ola Söder, closes #5415)Files: src/evalfunc.c, src/userfunc.c, src/vim.hPatch 8.2.0068Problem: Crash when usingPython 3 with "utf32" encoding. (Dominique Pellé)Solution: Use "utf-8" whenever enc_utf8is set. (closes #5423)Files: src/testdir/test_python3.vim, src/if_py_both.hPatch 8.2.0069Problem: ETYPE_is used for two different enums.Solution: Rename one to use EXPR_.Files: src/structs.h, src/eval.c, src/debugger.cPatch 8.2.0070Problem: Crash when usingPython 3 with "debug" encoding. (Dominique Pellé)Solution: Use "euc-jp" whenever enc_dbcsis set.Files: src/testdir/test_python3.vim, src/if_py_both.hPatch 8.2.0071Problem: Memory test often fails on Cirrus CI.Solution: Allow for more tolerance in the upper limit. Remove sleep.Files: src/testdir/test_memory_usage.vimPatch 8.2.0072 (after 8.2.0071)Problem: Memory test still fails on Cirrus CI.Solution: Allow fora tiny bit more tolerance in the upper limit.Files: src/testdir/test_memory_usage.vimPatch 8.2.0073Problem: Initializing globals with COMMAis clumsy.Solution: Use INIT2(), INIT3(), etc.Files: src/vim.h, src/globals.hPatch 8.2.0074Problem:Python 3unicode test sometimes fails.Solution: Make'termencoding' empty. Correct number of error message.Files: src/change.c, runtime/doc/options.txt, runtime/doc/message.txt, src/testdir/test_python3.vimPatch 8.2.0075Problem:Python 3unicode test still sometimes fails.Solution: Skip the test when'termencoding'is not empty.Files: src/testdir/test_python3.vimPatch 8.2.0076Problem:Python 3unicode test fails on MS-Windows.Solution: Do not set'encoding' to "debug" on MS-Windows.Files: src/testdir/test_python3.vimPatch 8.2.0077Problem:settagstack() cannot truncateat current index.Solution: Add the "t" action. (Yegappan Lakshmanan, closes #5417)Files: runtime/doc/eval.txt, src/evalfunc.c, src/tag.c, src/testdir/test_tagjump.vimPatch 8.2.0078Problem: Expanding<sfile> works differently the second time.Solution: Keep the expanded name when redefininga function. (closes #5425)Files: src/testdir/test_vimscript.vim, src/userfunc.cPatch 8.2.0079Problem:Python 3unicode test still fails on MS-Windows.Solution: Do not set'encoding' to "euc-tw" on MS-Windows.Files: src/testdir/test_python3.vimPatch 8.2.0080Problem: Globals using INIT4() are not in thetags file.Solution: Adjust thetags command.Files: src/configure.ac, src/auto/configurePatch 8.2.0081Problem:MS-Windows also need the change to support INIT4().Solution: Add thectags arguments. (Ken Takata)Files: src/Make_cyg_ming.mak, src/Make_mvc.makPatch 8.2.0082Problem: When reusinga buffer listeners are not cleared. (Axel Forsman)Solution: Clear listeners when reusinga buffer. (closes #5431)Files: src/testdir/test_listener.vim, src/buffer.cPatch 8.2.0083Problem: Text properties wrong when tabs and spaces are exchanged.Solution: Take text properties into account. (Nobuhiro Takasaki, closes #5427)Files: src/edit.c, src/testdir/test_textprop.vimPatch 8.2.0084Problem: Complete item "user_data" can only bea string.Solution: Accept any type of variable. (closes #5412)Files: src/testdir/test_ins_complete.vim, src/insexpand.c, src/dict.c, src/proto/dict.pro, src/eval.c, runtime/doc/insert.txtPatch 8.2.0085Problem: Dead code in builtin functions.Solution: Clean up the code.Files: src/evalvars.c, src/sound.c, src/textprop.cPatch 8.2.0086 (after 8.2.0084)Problem: Build error for small version. (Tony Mechelynck)Solution: Only use "user_data" with the+eval feature. Remove unused variable.Files: src/insexpand.c, src/dict.cPatch 8.2.0087Problem: Crash in command line expansion when out of memory.Solution: Check for NULL pointer. Also make ExpandGeneric() static. (Dominique Pellé, closes #5437)Files: src/cmdexpand.c, src/proto/cmdexpand.proPatch 8.2.0088Problem: Insufficient tests for tags; bug in using extratag field when using anex command to position the cursor.Solution: Fix the bug, add more tests. (Yegappan Lakshmanan, closes #5439)Files: runtime/doc/tagsrch.txt, src/tag.c, src/testdir/test_ins_complete.vim, src/testdir/test_tagfunc.vim, src/testdir/test_tagjump.vim, src/testdir/test_taglist.vimPatch 8.2.0089Problem: Crash when running out of memory in:setfiletype completion.Solution: Do not allocate memory. (Dominique Pellé, closes #5438)Files: src/cmdexpand.cPatch 8.2.0090Problem: Generated files show up in git status.Solution: Ignorea few more files.Files: .gitignorePatch 8.2.0091Problem: Compiler warnings for size_t/ int types.Solution: Change type to size_t. (Mike Williams)Files: src/scriptfile.cPatch 8.2.0092Problem: Tags functionality insufficiently tested.Solution: Add moretags tests. (Yegappan Lakshmanan, closes #5446)Files: src/testdir/test_tagjump.vimPatch 8.2.0093Problem:win_splitmove() can make Vim hang.Solution: Checkwindows exists in the currenttab page. (closes #5444)Files: src/testdir/test_window_cmd.vim, src/evalwindow.cPatch 8.2.0094Problem: MS-Windows: cannot build with StrawberryPerl 5.30.Solution: Define __builtin_expect()asa workaround. (Ken Takata, closes #5267)Files: src/if_perl.xsPatch 8.2.0095Problem: Cannot specify exit code for :cquit.Solution: Add optional argument. (Thinca, Yegappan Lakshmanan, closes #5442)Files: runtime/doc/quickfix.txt, src/ex_cmds.h, src/ex_docmd.c, src/testdir/test_quickfix.vimPatch 8.2.0096Problem: Cannot create tinypopupwindow in last column. (Daniel Steinberg)Solution: Remove position limit. (closes #5447)Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_20.dump, src/testdir/dumps/Test_popupwin_21.dumpPatch 8.2.0097Problem: Crash withautocommand and spellfile. (Tim Pope)Solution: Do not pop exestack when not pushed. (closes #5450)Files: src/testdir/test_autocmd.vim, src/spellfile.cPatch 8.2.0098Problem: Exe stack length can be wrong without being detected.Solution: Adda check when ABORT_ON_INTERNAL_ERRORis defined.Files: src/macros.h, src/autocmd.c, src/buffer.c, src/ex_docmd.c, src/main.c, src/map.c, src/scriptfile.c, src/spellfile.c, src/userfunc.cPatch 8.2.0099Problem: Use of NULL pointer when out of memory.Solution: Check for NULL pointer. (Dominique Pellé, closes #5449)Files: src/cmdexpand.cPatch 8.2.0100Problem: Macros forRuby are too complicated.Solution: Do not use DYNAMIC_RUBY_VER, use RUBY_VERSION. (Ken Takata, closes #5452)Files: src/Make_cyg_ming.mak, src/Make_mvc.mak, src/auto/configure, src/configure.ac, src/if_ruby.cPatch 8.2.0101Problem: Crash when passingnullobject to ":echomsg".Solution: Check for NULL pointer. (Yasuhiro Matsumoto, closes #5460)Files: src/eval.c, src/testdir/test_messages.vimPatch 8.2.0102Problem: Messages test fails in small version.Solution: Only usetest_null_job() when available.Files: src/testdir/test_messages.vimPatch 8.2.0103Problem: Usingnullobject withexecute() has strange effects.Solution: Give an error message forJob and Channel.Files: src/testdir/test_execute_func.vim, src/globals.h, src/eval.c, src/evalfunc.cPatch 8.2.0104Problem: Usingchannel orjob with ":execute" has strange effects.Solution: Give an error message forJob and Channel.Files: src/testdir/test_eval_stuff.vim, src/eval.cPatch 8.2.0105Problem: Vimlicense noteasy to find on github.Solution: Adda separate LICENCE file. (closes #5458)Files: LICENSE, FilelistPatch 8.2.0106Problem: Printf formats are not exactly right.Solution: Adjust signed/unsigned conversions. (Frazer Clews, closes #5456)Files: runtime/tools/ccfilter.c, src/libvterm/src/parser.c, src/libvterm/src/pen.c, src/ui.cPatch 8.2.0107Problem: Hgignoreis out of sync from gitignore.Solution: Add lines to hgignore. (Ken Takata)Files: .hgignorePatch 8.2.0108Problem: When sign textis changeda manual redrawis needed. (Pontus Lietzler)Solution: Redraw automatically. (closes #5455)Files: src/testdir/test_signs.vim, src/sign.c, src/testdir/dumps/Test_sign_cursor_1.dump, src/testdir/dumps/Test_sign_cursor_2.dump, src/testdir/dumps/Test_sign_cursor_3.dump, src/testdir/dumps/Test_sign_cursor_01.dump, src/testdir/dumps/Test_sign_cursor_02.dumpPatch 8.2.0109Problem: Corrupted text properties when expanding spaces.Solution: Reallocate the line. (Nobuhiro Takasaki, closes #5457)Files: src/edit.c, src/testdir/test_textprop.vimPatch 8.2.0110Problem:prop_find()is not implemented.Solution: Implement prop_find(). (Ryan Hackett, closes #5421, closes #4970)Files: src/evalfunc.c, src/proto/textprop.pro, src/testdir/test_textprop.vim, src/textprop.c, runtime/doc/textprop.txtPatch 8.2.0111Problem: VAR_SPECIALis also used for booleans.Solution: Add VAR_BOOL for better type checking.Files: src/structs.h, src/dict.c, src/eval.c, src/evalfunc.c, src/evalvars.c, src/if_lua.c, src/if_mzsch.c, src/if_py_both.h, src/if_ruby.c, src/json.c, src/popupmenu.c, src/proto/dict.pro, src/testing.c, src/vim.h, src/viminfo.cPatch 8.2.0112Problem: Illegal memory access when using'cindent'.Solution: Check for NUL byte. (Dominique Pellé, closes #5470)Files: src/cindent.c, src/testdir/test_cindent.vimPatch 8.2.0113 (after 8.2.0095)Problem: "make cmdidxs" fails.Solution: Allow address for ":cquit". Add--not-a-term to avoida delay.Files: src/ex_cmds.h, src/Makefile, src/Make_cyg_ming.mak, src/Make_mvc.makPatch 8.2.0114Problem: Info about sourced scriptsis scattered.Solution: Use scriptitem_T for info abouta script, including s: variables. Drop ga_scripts.Files: src/structs.h, src/evalvars.c, src/scriptfile.c, src/eval.cPatch 8.2.0115Problem: Byte2line() does not work correctly with text properties. (Billie Cleek)Solution: Take the bytes of the text properties into account. (closes #5334)Files: src/testdir/test_textprop.vim, src/memline.cPatch 8.2.0116Problem:BufEnter autocmd not triggered on ":tab drop". (Andy Stewart)Solution: Decrement autocmd_no_enter for the last file. (closes #1660, closes #5473)Files: src/arglist.c, src/testdir/test_tabpage.vimPatch 8.2.0117Problem: Crash when usinggettabwinvar() with invalid arguments. (Yilin Yang)Solution: Use "curtab" if "tp"is NULL. (closes #5475)Files: src/evalwindow.c, src/testdir/test_getvar.vimPatch 8.2.0118Problem: Crash when cycling tobuffers involvingpopup window.Solution: Do not decrement bufferreference count.Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_infopopup_7.dumpPatch 8.2.0119Problem: Message test fails on some platforms. (Elimar Riesebieter)Solution: Add type cast to vim_snprintf() argument. (Dominique Pellé)Files: src/message_test.cPatch 8.2.0120Problem:virtcol() does not check arguments to be valid, which may lead toa crash.Solution: Check the column to be valid. Do not decrement MAXCOL. (closes #5480)Files: src/evalfunc.c, src/testdir/test_marks.vimPatch 8.2.0121Problem:filter() andmap() onblob don't work.Solution: Correct the code. (closes #5483)Files: src/list.c, src/testdir/test_blob.vimPatch 8.2.0122Problem: Readme files still mention MS-DOS.Solution: Update readme files. (Ken Takata, closes #5486)Files: README.md, README.txt, READMEdir/README_dos.txt, READMEdir/README_srcdos.txt, READMEdir/README_w32s.txt, runtime/doc/os_win32.txtPatch 8.2.0123Problem:complete_info() does not work whenCompleteDoneis triggered.Solution: TriggerCompleteDone before clearing the info.Files: src/insexpand.c, runtime/doc/autocmd.txt, src/testdir/test_ins_complete.vimPatch 8.2.0124Problem: Compiler warnings for variable types.Solution: Change type, add type cast. (Mike Williams)Files: src/memline.cPatch 8.2.0125Problem::mode no longer works for any system.Solution: Always give an error message.Files: src/ex_docmd.c, runtime/doc/quickref.txt, src/os_amiga.c, src/proto/os_amiga.pro, src/os_mswin.c, src/proto/os_mswin.pro, src/os_unix.c, src/proto/os_unix.proPatch 8.2.0126 (after 8.2.0124)Problem: Textprop test fails.Solution: Fix sign in computation.Files: src/memline.cPatch 8.2.0127Problem: Some buffer commands work inapopup window.Solution: Disallow :bnext, :bprev, etc. (Naruhiko Nishino, closes #5494)Files: src/ex_docmd.c, src/testdir/test_popupwin.vimPatch 8.2.0128Problem: Cannotlistoptions one per line.Solution: Use ":set!" tolist one option per line.Files: src/ex_docmd.c, src/option.c, src/proto/option.pro, src/vim.h, src/ex_cmds.h, src/optiondefs.h, src/testdir/test_options.vim, runtime/doc/options.txtPatch 8.2.0129Problem:MS-Windows installer doesn't use Turkish translations.Solution: Enable the Turkish translations and fixa few. (Emir Sarı, closes #5493)Files: nsis/gvim.nsi, nsis/lang/turkish.nsiPatch 8.2.0130Problem: Python3 ranges are not tested.Solution: Add test. (Dominique Pellé, closes #5498)Files: src/testdir/test_python3.vimPatch 8.2.0131Problem: Command lineis not cleared when switching tabs and the command line height differs.Solution: Set the "clear_cmdline" flag when needed. (Naruhiko Nishino, closes #5495)Files: src/testdir/dumps/Test_cmdlineclear_tabenter.dump, src/testdir/test_cmdline.vim, src/window.cPatch 8.2.0132Problem: Script may be re-used whendeleting and creatinga new one.Solution: When the inode matches, also check the file name.Files: src/scriptfile.c, src/testdir/test_source.vimPatch 8.2.0133Problem: Invalid memory access with search command.Solution: When:normal runs out of characters in bracketed paste mode break out of the loop.(closes #5511)Files: src/testdir/test_search.vim, src/edit.cPatch 8.2.0134Problem: Some map functionality not covered by tests.Solution: Add tests. (Yegappan Lakshmanan, closes #5504)Files: src/testdir/test_maparg.vim, src/testdir/test_mapping.vimPatch 8.2.0135 (after 8.2.0133)Problem: Bracketed paste can still cause invalid memory access. (Dominique Pellé)Solution: Check for NULL pointer.Files: src/edit.c, src/testdir/test_search.vimPatch 8.2.0136Problem: Straych_logfile() call.Solution: Remove it. (closes #5503)Files: src/testdir/test_source.vimPatch 8.2.0137Problem: Crash when usingwin_execute() froma new tab.Solution: Set the tp_*win pointers. (Ozaki Kiichi, closes #5512)Files: src/testdir/test_winbuf_close.vim, src/window.cPatch 8.2.0138Problem: Memory leak whenstartingajob fails.Solution: Free thelist of arguments. (Ozaki Kiichi, closes #5510)Files: src/channel.c, src/testdir/test_channel.vimPatch 8.2.0139Problem: MS-Windows: default forIMEis inconsistent.Solution: Also makeIME default enabled with MVC. (Ken Takata, closes #5508)Files: src/Make_mvc.makPatch 8.2.0140Problem: CI does not test building doc tags.Solution: Add the vimtags/gcc build. Cleanup showing version. (Ozaki Kiichi, closes #5513)Files: .travis.yml, Filelist, ci/if_ver-1.vim, ci/if_ver-2.vim, ci/if_ver-cmd.vim, runtime/doc/Makefile, runtime/doc/doctags.vim, src/testdir/if_ver-1.vim, src/testdir/if_ver-2.vimPatch 8.2.0141Problem: No swiftfiletype detection.Solution: Add swift, swiftgyb and sil. (Emir Sarı, closes #5517)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0142Problem: Possible to enterpopupwindow withCTRL-W p. (John Devin)Solution: Check enteredwindowis notapopup window. (closes #5515)Files: src/window.c, src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_previewpopup_9.dump, src/testdir/dumps/Test_popupwin_previewpopup_10.dumpPatch 8.2.0143Problem: Coverity warning for possible use of NULL pointer.Solution: Check argvis not NULL.Files: src/channel.cPatch 8.2.0144Problem: Somemapping codeis not fully tested.Solution: Add more test cases. (Yegappan Lakshmanan, closes #5519)Files: src/testdir/test_langmap.vim, src/testdir/test_maparg.vim, src/testdir/test_mapping.vimPatch 8.2.0145Problem: Using #error for compilationerrors should be OK now.Solution: Use #error. (Ken Takata, closes #5299)Files: src/blowfish.c, src/vim.hPatch 8.2.0146Problem: Wrong indent when'showbreak' and'breakindent' are set and'briopt' includes "sbr".Solution: Reset "need_showbreak" where needed. (Ken Takata, closes #5523)Files: src/drawline.c, src/testdir/test_breakindent.vimPatch 8.2.0147Problem: BlockVisual mode operators not correct when'linebreak' set.Solution: Set w_p_lbr to lbr_saved more often. (Ken Takata, closes #5524)Files: src/ops.c, src/testdir/test_listlbr.vimPatch 8.2.0148Problem: Mapping related function in wrong source file.Solution: Move the function. Adda few more test cases. (Yegappan Lakshmanan, closes #5528)Files: src/map.c, src/proto/term.pro, src/term.c, src/testdir/test_mapping.vimPatch 8.2.0149Problem: MaintainingaVim9 branch separatelyis more work.Solution: Merge theVim9script changes.Files: README.md, README_VIM9.md, runtime/doc/Makefile, runtime/doc/eval.txt, runtime/doc/options.txt, runtime/doc/tags, runtime/doc/vim9.txt, runtime/ftplugin/vim.vim, runtime/indent/vim.vim, runtime/syntax/vim.vim, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Makefile, src/blob.c, src/channel.c, src/dict.c, src/eval.c, src/evalbuffer.c, src/evalfunc.c, src/evalvars.c, src/ex_cmdidxs.h, src/ex_cmds.h, src/ex_docmd.c, src/ex_eval.c, src/filepath.c, src/globals.h, src/gui.c, src/if_lua.c, src/if_py_both.h, src/insexpand.c, src/json.c, src/list.c, src/macros.h, src/main.c, src/message.c, src/misc1.c, src/proto.h, src/proto/blob.pro, src/proto/eval.pro, src/proto/evalfunc.pro, src/proto/evalvars.pro, src/proto/ex_docmd.pro, src/proto/ex_eval.pro, src/proto/list.pro, src/proto/message.pro, src/proto/scriptfile.pro, src/proto/userfunc.pro, src/proto/vim9compile.pro, src/proto/vim9execute.pro, src/proto/vim9script.pro, src/scriptfile.c, src/session.c, src/structs.h, src/syntax.c, src/testdir/Make_all.mak, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vim, src/testing.c, src/userfunc.c, src/vim.h, src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/vim9script.c, src/viminfo.cPatch 8.2.0150Problem: Cannot definepython function when using :execute. (Yasuhiro Matsumoto)Solution: Do not recognize "def" inside "function.Files: src/testdir/test_vim9_script.vim, src/userfunc.cPatch 8.2.0151Problem: Detectingascript was already sourcedis unreliable.Solution: Do not use the inode number.Files: src/scriptfile.c, src/structs.h, src/testdir/test_vim9_script.vimPatch 8.2.0152Problem: Restoring ctrl_x_modeis not needed.Solution: Remove restoring the old value, it's changed again soon.Files: src/insexpand.cPatch 8.2.0153Problem: Warning shows when listing version info.Solution: Use "-u NONE". (Ozaki Kiichi, closes #5534)Files: .travis.ymlPatch 8.2.0154Problem: Reallocating thelist of scriptsis inefficient.Solution: Instead of usinga growarray of scriptitem_T, store pointers and allocate each scriptitem_T separately. Also avoids that the growarray pointers change when sourcinga new script.Files: src/globals.h, src/eval.c, src/evalvars.c, src/ex_docmd.c, src/profiler.c, src/scriptfile.c, src/vim9compile.c, src/vim9execute.c, src/vim9script.cPatch 8.2.0155Problem: Warnings from MinGW compiler. (John Marriott) Json test fails when building without+float feature.Solution: Init variables. Fix Json parsing. Skipa few tests that require the+float feature.Files: src/vim9script.c, src/vim9compile.c, src/vim9execute.c, src/if_py_both.h, src/json.c, src/testdir/test_method.vimPatch 8.2.0156Problem: Various typos in source files and tests.Solution: Fix the typos. (Emir Sarı, closes #5532)Files: Makefile, src/INSTALLvms.txt, src/Make_vms.mms, src/beval.h, src/buffer.c, src/charset.c, src/evalvars.c, src/ex_cmds.c, src/ex_docmd.c, src/getchar.c, src/gui.c, src/gui_mac.c, src/gui_photon.c, src/if_perl.xs, src/libvterm/t/11state_movecursor.test, src/libvterm/t/41screen_unicode.test, src/mbyte.c, src/memline.c, src/normal.c, src/ops.c, src/option.c, src/option.h, src/os_unix.c, src/os_win32.c, src/quickfix.c, src/register.c, src/spell.c, src/tag.c, src/term.c, src/testdir/test_breakindent.vim, src/testdir/test_channel.vim, src/testdir/test_cindent.vim, src/testdir/test_digraph.vim, src/testdir/test_edit.vim, src/testdir/test_netbeans.vim, src/testdir/test_quickfix.vim, src/testdir/test_registers.vim, src/testdir/test_stat.vim, src/ui.c, src/xxd/xxd.cPatch 8.2.0157Problem:Vim9script files not inlist of distributed files.Solution: Add the entries.Files: FilelistPatch 8.2.0158 (after 8.2.0123)Problem: TriggeringCompleteDone earlieris not backwards compatible. (Daniel Hahler)Solution: AddCompleteDonePre instead.Files: src/insexpand.c, runtime/doc/autocmd.txt, src/autocmd.c, src/vim.h, src/testdir/test_ins_complete.vimPatch 8.2.0159Problem: Non-materializedrange()list causes problems. (Fujiwara Takuya)Solution: Materialize thelist where needed.Files: src/testdir/test_functions.vim, src/testdir/test_python3.vim, src/userfunc.c, src/evalfunc.c, src/highlight.c, src/evalvars.c, src/popupmenu.c, src/insexpand.c, src/json.c, src/channel.c, src/eval.cPatch 8.2.0160 (after 8.2.0159)Problem: Range test fails.Solution: Include change inlist code. (#5541)Files: src/list.cPatch 8.2.0161Problem: Not recognizing .gv fileas dot filetype.Solution: Add *.gv to dot pattern. (closes #5544)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0162Problem: Balloon test fails in the GUI.Solution: Skip test in the GUI.Files: src/testdir/test_functions.vimPatch 8.2.0163Problem: Test hangs onMS-Windows console.Solution: usefeedkeys() instead of test_feedinput(). (Ken Takata)Files: src/testdir/test_functions.vim, src/testing.cPatch 8.2.0164Problem: Test_alot takes too long.Solution: Run several tests individually.Files: src/testdir/test_alot.vim, src/testdir/Make_all.makPatch 8.2.0165Problem: Coverity warning for using NULL pointer.Solution: Add missing "else".Files: src/vim9compile.cPatch 8.2.0166Problem: Coverity warning for using uninitialized variable.Solution: Check for failure.Files: src/vim9execute.cPatch 8.2.0167Problem: Coverity warning for ignoring return value.Solution: Check the return value and jump if failed.Files: src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.0168Problem: Coverity warning for assigning NULL to an option.Solution: Use emptystring instead of NULL.Files: src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.0169Problem: Coverity warning for dead code.Solution: Check if inside try-finally.Files: src/vim9execute.cPatch 8.2.0170Problem: Coverity warning for ignoring return value.Solution: Check the return value and return if failed.Files: src/vim9compile.cPatch 8.2.0171Problem: Coverity warning for using uninitialized buffer.Solution: Check the skip flag.Files: src/userfunc.cPatch 8.2.0172Problem: Coverity warning for not restoring character.Solution: Restore the character also incase of failure.Files: src/vim9script.cPatch 8.2.0173Problem: Build fails with old compiler.Solution: Do not use anonymous unions. (John Marriott)Files: src/vim9compile.c, src/evalvars.c, src/list.c, src/structs.h, src/evalfunc.c, src/channel.c, src/if_mzsch.c, src/if_py_both.hPatch 8.2.0174Problem: Various commands not completely tested.Solution: Add more test cases. (Yegappan Lakshmanan, closes #5551)Files: src/testdir/test_excmd.vim, src/testdir/test_fnameescape.vim, src/testdir/test_ga.vim, src/testdir/test_global.vim, src/testdir/test_move.vim, src/testdir/test_options.vim, src/testdir/test_packadd.vim, src/testdir/test_sort.vim, src/testdir/test_substitute.vim, src/testdir/test_textformat.vim, src/testdir/test_writefile.vimPatch 8.2.0175Problem: Crash when removinglist element in map().Solution: Lock the list. (closes #2652)Files: src/testdir/test_filter_map.vim, src/list.cPatch 8.2.0176Problem: Generating os headers does not work for Swedish.Solution: Set thelocale to C. (Christian Brabandt, closes #5258)Files: src/osdef.shPatch 8.2.0177Problem: Memory leak in get_tags().Solution: Free matches when findinga pseudo-tag line. (Dominique Pellé, closes #5553)Files: src/tag.cPatch 8.2.0178Problem: With VTP the screen may not be restored properly.Solution: Add another set of saved RGB values. (Nobuhiro Takasaki, closes #5548)Files: src/os_win32.cPatch 8.2.0179Problem: Stilla few places whererange() does not work.Solution: Fix usingrange() causing problems.Files: src/terminal.c, src/testdir/test_functions.vim, src/testdir/test_popupwin.vim, src/popupwin.c, src/tag.c, src/testdir/dumps/Test_popupwin_20.dump, src/testdir/dumps/Test_popupwin_21.dump, src/testdir/dumps/Test_popup_settext_07.dump, src/globals.hPatch 8.2.0180Problem: Test for wrapmargin fails ifterminalis not 80 columns.Solution: Vertical split the window. (Ken Takata, closes #5554)Files: src/testdir/test_textformat.vimPatch 8.2.0181Problem: Problems parsing :term arguments.Solution: Improve parsing, fix memory leak, add tests. (Ozaki Kiichi, closes #5536)Files: src/channel.c, src/proto/channel.pro, src/structs.h, src/terminal.c, src/testdir/test_terminal.vimPatch 8.2.0182Problem: Min() andmax() materializearange() list.Solution: Compute the result without materializing the list. (#5541)Files: src/evalfunc.cPatch 8.2.0183Problem: Tests fail when the float featureis disabled.Solution: Skip tests that don't work without float support.Files: src/testdir/shared.vim, src/testdir/test_blob.vim, src/testdir/test_channel.vim, src/testdir/test_cscope.vim, src/testdir/test_execute_func.vim, src/testdir/test_expr.vim, src/testdir/test_functions.vim, src/testdir/test_lambda.vim, src/testdir/test_listdict.vim, src/testdir/test_lua.vim, src/testdir/test_options.vim, src/testdir/test_partial.vim, src/testdir/test_ruby.vim, src/testdir/test_sort.vim, src/testdir/test_timers.vim, src/testdir/test_true_false.vim, src/testdir/test_user_func.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vimscript.vim, src/testdir/test_regexp_latin.vim, src/testdir/test_glob2regpat.vimPatch 8.2.0184Problem:Blob test fails.Solution: Check for different error when float featureis missing.Files: src/testdir/test_blob.vimPatch 8.2.0185Problem:Vim9 script: cannot use "ifhas()" to skip lines.Solution: Evaluate constantexpressionat runtime.Files: src/vim9compile.c, src/evalfunc.c, src/proto/evalfunc.pro, src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.0186Problem:A couple of tests may fail when features are missing.Solution: Check for features. (Dominique Pellé, closes #5561)Files: src/testdir/test_functions.vim, src/testdir/test_highlight.vimPatch 8.2.0187Problem: Redundant code.Solution: Remove unused assignments. (Dominique Pellé, closes #5557)Files: src/vim9compile.cPatch 8.2.0188Problem: Check commands don't work well withVim9 script.Solution: Improve constantexpression handling.Files: src/vim9compile.c, src/testdir/check.vim, src/testdir/test_vim9_expr.vimPatch 8.2.0189Problem: cd() with NULL argument crashes.Solution: Check for NULL. (Ken Takata, closes #5558)Files: src/testdir/test_cd.vim, src/ex_docmd.cPatch 8.2.0190Problem: Kotlin files are not recognized.Solution: Detect Kotlin files. (Alkeryn, closes #5560)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0191Problem: Cannotputaterminal inapopup window.Solution: Allow openingaterminal inapopup window. It will always have keyboard focus until closed.Files: src/popupwin.c, src/proto/popupwin.pro, src/terminal.c, src/proto/terminal.pro, src/macros.h, src/mouse.c, src/highlight.c, src/drawline.c, src/optionstr.c, src/window.c, src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_popup_1.dump, src/testdir/dumps/Test_terminal_popup_2.dump, src/testdir/dumps/Test_terminal_popup_3.dumpPatch 8.2.0192 (after 8.2.0191)Problem: Build failure without+terminal feature.Solution: Add #ifdefs.Files: src/popupwin.cPatch 8.2.0193 (after 8.2.0191)Problem: Still build failure without+terminal feature.Solution: Add more #ifdefs.Files: src/macros.hPatch 8.2.0194 (after 8.2.0193)Problem: Some commands can cause problems interminal popup.Solution: Disallow more commands.Files: src/macros.h, src/popupwin.c, src/proto/popupwin.pro, src/arglist.c, src/ex_docmd.c, src/window.c, src/testdir/test_terminal.vimPatch 8.2.0195Problem: Some tests fail when run in the GUI.Solution: Make sure thewindow widthis enough. In theGUI runterminal Vim in the terminal, if possible.Files: src/testdir/test_highlight.vim, src/testdir/check.vim, src/testdir/test_terminal.vimPatch 8.2.0196Problem: Blocking commands fora finishedjob inapopup window.Solution: Do not block commands if thejob has finished. Adjust test.Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/window.c, src/terminal.c, src/proto/terminal.proPatch 8.2.0197Problem: SomeEx commands not sufficiently tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #5565)Files: src/testdir/test_global.vim, src/testdir/test_help.vim, src/testdir/test_help_tagjump.vim, src/testdir/test_options.vim, src/testdir/test_substitute.vim, src/testdir/test_textformat.vim, src/testdir/test_writefile.vimPatch 8.2.0198Problem: No tests for y/n prompt.Solution: Add tests. (Dominique Pellé, closes #5564)Files: src/testdir/test_messages.vimPatch 8.2.0199Problem:Vim9script commands not sufficiently tested.Solution: Add more tests. Fixscript-local function use.Files: src/vim9execute.c, src/testdir/test_vim9_script.vim, src/userfunc.cPatch 8.2.0200Problem:Vim9script commands not sufficiently tested.Solution: Add more tests. Fix storing global variable. Makescriptvariables work.Files: src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/evalvars.c, src/proto/evalvars.pro, src/testdir/test_vim9_script.vim, src/misc1.c, src/proto/misc1.proPatch 8.2.0201Problem: Cannot assign to an imported variable.Solution: Makeit work.Files: src/evalvars.c, src/vim9compile.c, src/proto/vim9compile.pro, src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.0202Problem: When'lazyredraw'is set thewindow title may not be updated.Solution: Set "do_redraw" before entering the main loop. (Jason Franklin)Files: src/main.cPatch 8.2.0203Problem::helptags and some other functionality not tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #5567)Files: src/testdir/test_compiler.vim, src/testdir/test_ex_mode.vim, src/testdir/test_excmd.vim, src/testdir/test_filechanged.vim, src/testdir/test_help.vim, src/testdir/test_help_tagjump.vim, src/testdir/test_timers.vim, src/testdir/test_window_cmd.vimPatch 8.2.0204Problem: Crash when using winnr('j') inapopup window.Solution: Do not search for neighbors inapopup window. (closes #5568)Files: src/window.c, src/testdir/test_popupwin.vim, src/evalwindow.cPatch 8.2.0205Problem: Error codeE899 used twice.Solution: UseE863 for theterminal inpopup error.Files: src/popupwin.cPatch 8.2.0206Problem: CallingVim9 function using default argument fails.Solution: Give an appropriate error. (closes #5572)Files: src/testdir/test_vim9_script.vim, src/vim9compile.c, src/vim9execute.cPatch 8.2.0207Problem: Crash when missing member type onlist argument.Solution: Check for invalid type. (closes #5572)Files: src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.0208Problem: Fnamemodify() does not apply ":~" when followed by ":.".Solution: Don't leta failing ":." cause the ":~" to be skipped. (Yasuhiro Matsumoto, closes #5577)Files: runtime/doc/cmdline.txt, src/filepath.c, src/testdir/test_fnamemodify.vimPatch 8.2.0209Problem: Functiona bit far away from where it's used.Solution: Move function close to where it's used. (Ken Takata, closes #5569)Files: src/fileio.c, src/filepath.cPatch 8.2.0210Problem: Coverity complains about uninitialized field.Solution: Initialize the field.Files: src/vim9compile.cPatch 8.2.0211Problem: Test for ANSI colors fails without an "ls" command.Solution: Use "dir". (Ken Takata, closes #5582)Files: src/testdir/test_functions.vimPatch 8.2.0212Problem: Missing search/substitutepattern hardly tested.Solution: Add test_clear_search_pat() and tests. (Yegappan Lakshmanan, closes #5579)Files: runtime/doc/eval.txt, runtime/doc/testing.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/proto/regexp.pro, src/proto/search.pro, src/proto/testing.pro, src/regexp.c, src/search.c, src/testdir/test_quickfix.vim, src/testdir/test_search.vim, src/testdir/test_sort.vim, src/testdir/test_substitute.vim, src/testing.cPatch 8.2.0213Problem: Configure does not recognize gcc 10.0 and later.Solution: Adjust thepattern matching the version number. (Sergei Trofimovich, closes #5580)Files: src/configure.ac, src/auto/configurePatch 8.2.0214Problem:Apopupwindow withaterminal can be made hidden.Solution: Disallow hidingaterminal popup.Files: src/testdir/test_terminal.vim, src/popupwin.c, src/testdir/dumps/Test_terminal_popup_4.dumpPatch 8.2.0215 (after 8.2.0208)Problem: Wrong file name shortening. (Ingo Karkat)Solution: Better check for path separator. (Yasuhiro Matsumoto, closes #5583, closes #5584)Files: src/filepath.c, src/testdir/test_fnamemodify.vimPatch 8.2.0216Problem: SeveralVim9 instructions are not tested.Solution: Add more tests. Fix:disassemble output. Make catch withpattern work.Files: src/testdir/test_vim9_script.vim, src/vim9execute.c, src/vim9compile.cPatch 8.2.0217 (after 8.2.0214)Problem: Terminal test fails on Mac.Solution: Adda short wait.Files: src/testdir/test_terminal.vimPatch 8.2.0218Problem: SeveralVim9 instructions are not tested.Solution: Add more tests.Files: src/testdir/test_vim9_script.vimPatch 8.2.0219 (after 8.2.0217)Problem: Terminal test still fails on Mac.Solution: Skip part of the test on Mac.Files: src/testdir/test_terminal.vimPatch 8.2.0220Problem: Terminal test did pass on Mac.Solution: Remove the skip again.Files: src/testdir/test_terminal.vimPatch 8.2.0221Problem: No test forVim9 += and ..=.Solution: Add tests.Files: src/testdir/test_vim9_script.vimPatch 8.2.0222Problem: Vim9: optional function arguments don't work yet.Solution: Implement optional function arguments.Files: src/userfunc.c, src/vim9compile.c, src/vim9execute.c, src/structs.h, src/testdir/test_vim9_script.vimPatch 8.2.0223Problem: Some instructions not yet tested.Solution: Disassemble more instructions. Move tests toa new file. Compile call to s:function().Files: src/testdir/test_vim9_script.vim, src/testdir/Make_all.mak, src/testdir/test_vim9_disassemble.vim, src/vim9compile.c, src/userfunc.c, src/proto/userfunc.pro, src/vim.hPatch 8.2.0224Problem: compiling:elseif not tested yet.Solution: Add test for :elseif. Fix generating jumps.Files: src/testdir/test_vim9_script.vim, src/vim9compile.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.0225Problem: compilinglambda not tested yet.Solution: Add test forlambda and funcref. Drop unused instruction arg.Files: src/testdir/test_vim9_disassemble.vim, src/vim9.h, src/vim9execute.cPatch 8.2.0226Problem: Compiling for loop not tested.Solution: Adda test. Make variableinitialization work for more types.Files: src/testdir/test_vim9_disassemble.vim, src/vim9compile.cPatch 8.2.0227Problem: Compilinga few instructions not tested.Solution: Add more test cases.Files: src/testdir/test_vim9_disassemble.vimPatch 8.2.0228Problem: Configure does not recognize gcc version on BSD.Solution: Do not use "\+" in thepattern matching the version number. (Ozaki Kiichi, closes #5590)Files: src/configure.ac, src/auto/configurePatch 8.2.0229Problem: Compare instructions not tested.Solution: Add test cases. Fix disassemble with line continuation.Files: src/testdir/test_vim9_disassemble.vim, src/vim9execute.c, src/vim9compile.cPatch 8.2.0230Problem: Terminalpopup testis flaky.Solution: Increase wait timea bit.Files: src/testdir/test_terminal.vimPatch 8.2.0231Problem: Silent system command may clear the screen.Solution: Do not clear the screen in t_te.Files: src/term.cPatch 8.2.0232Problem: The:compiler command causesa crash. (Daniel Steinberg)Solution: Do not use thescriptindex ifit isn't set.Files: src/ex_docmd.c, src/testdir/test_compiler.vimPatch 8.2.0233Problem: Crash when usinggarbagecollect() in between rand().Solution: Redesign therand() andsrand() implementation. (Yasuhiro Matsumoto, closes #5587, closes #5588)Files: src/evalfunc.c, src/testdir/test_random.vim, runtime/doc/testing.txt, runtime/doc/eval.txtPatch 8.2.0234Problem: Message test fails on SunOS.Solution: Adjust expectation for printf "%p". (Ozaki Kiichi, closes #5595)Files: src/message_test.cPatch 8.2.0235Problem: Draw error when an empty groupis removed from'statusline'.Solution: Do not use highlighting froma removed group.Files: src/buffer.c, src/testdir/test_statusline.vim, src/testdir/dumps/Test_statusline_1.dumpPatch 8.2.0236Problem:MS-Windows uninstall doesn't delete vimtutor.bat.Solution: Change directory before deletion. (Ken Takata, closes #5603)Files: src/uninstall.cPatch 8.2.0237Problem: Crash when setting'wincolor' on finishedterminal window. (Bakudankun)Solution: Check that the vtermis not NULL. (Yasuhiro Matsumoto, closes #5607, closes #5610)Files: src/terminal.c, src/testdir/test_terminal.vimPatch 8.2.0238Problem: MS-Windows:job_stop() results in exit value zero.Solution: Call TerminateJobObject() with -1 instead of 0. (Yasuhiro Matsumoto, closes #5150, closes #5614)Files: src/os_win32.c, src/testdir/test_channel.vimPatch 8.2.0239Problem: MS-Windows:'env'job option does not override existing environment variables. (Tim Pope)Solution: Set the environmentvariables later. (Yasuhiro Matsumoto, closes #5485, closes #5608)Files: src/os_win32.c, src/testdir/test_channel.vimPatch 8.2.0240Problem: Using memory afterit was freed. (Dominique Pellé)Solution: Do not mix conversion buffer with other buffer.Files: src/viminfo.c, src/vim.hPatch 8.2.0241Problem: Crash when setting'buftype' to "quickfix".Solution: Check that errorlistis not NULL. (closes #5613)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.0242Problem: Previewpopupwindow test fails with long directory name. (JakubKądziołka)Solution: Use "silent cd". (closes #5615)Files: src/testdir/test_popupwin.vimPatch 8.2.0243Problem: Insufficient code coverage for ex_docmd.c functions.Solution: Add more tests. (Yegappan Lakshmanan, closes #5618)Files: src/testdir/Make_all.mak, src/testdir/test_arglist.vim, src/testdir/test_buffer.vim, src/testdir/test_cd.vim, src/testdir/test_cmdline.vim, src/testdir/test_ex_mode.vim, src/testdir/test_excmd.vim, src/testdir/test_mapping.vim, src/testdir/test_quickfix.vim, src/testdir/test_search.vim, src/testdir/test_sort.vim, src/testdir/test_source.vim, src/testdir/test_substitute.vim, src/testdir/test_undo.vim, src/testdir/test_vimscript.vim, src/testdir/test_window_cmd.vim, src/testdir/test_writefile.vimPatch 8.2.0244Problem: Compiler warning inLua interface.Solution: Add type cast. (Ken Takata, closes #5621)Files: src/if_lua.cPatch 8.2.0245Problem: MSVC: error message if the auto directory already exists.Solution: Add "if not exists". (Ken Takata, closes #5620)Files: src/Make_mvc.makPatch 8.2.0246Problem: MSVC: deprecation warnings with Ruby.Solution: Move _CRT_SECURE_NO_DEPRECATE to build file. (Ken Takata, closes #5622)Files: src/Make_mvc.mak, src/if_ruby.c, src/os_win32.h, src/vim.h, src/vimio.hPatch 8.2.0247Problem: Misleading comment in NSIS installer script.Solution: Negate the meaning of the comment. (Ken Takata, closes #5627)Files: nsis/gvim.nsiPatch 8.2.0248Problem: MS-Windows: dealing with deprecationis too complicated.Solution: Use io.h directly. Move _CRT_SECURE_NO_DEPRECATE to the build file. Suppress C4091 warning by setting "_WIN32_WINNT". (Ken Takata, closes #5626)Files: src/Make_mvc.mak, src/dosinst.h, src/vim.h, src/vimio.h, src/winclip.c, FilelistPatch 8.2.0249Problem: MS-Windows:various warnings.Solution: Set thecharset to utf-8. Add _WIN32_WINNT and _USING_V110_SDK71_. (Ken Takata, closes #5625)Files: src/GvimExt/Makefile, src/Make_mvc.makPatch 8.2.0250Problem: test_clear_search_pat()is unused.Solution: Remove the function. (Yegappan Lakshmanan, closes #5624)Files: runtime/doc/eval.txt, runtime/doc/testing.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/proto/regexp.pro, src/proto/search.pro, src/proto/testing.pro, src/regexp.c, src/search.c, src/testdir/test_writefile.vim, src/testing.cPatch 8.2.0251Problem:A couple of function return types can be more specific.Solution: Usea better return type. (Ken Takata, closes #5629)Files: src/evalfunc.c, src/globals.hPatch 8.2.0252Problem: Windows compiler warns for using size_t.Solution: Change to int. (Mike Williams)Files: src/vim9compile.cPatch 8.2.0253Problem: Crash when using:disassemble without argument. (Dhiraj Mishra)Solution: Check for missing argument. (Dominique Pellé, closes #5635, closes #5637)Files: src/vim9execute.c, src/testdir/test_vim9_disassemble.vim, src/ex_cmds.hPatch 8.2.0254Problem: Compiler warning for checking size_t to be negative.Solution: Only check for zero. (Zoltan Arpadffy)Files: src/vim9compile.cPatch 8.2.0255Problem: VMS: missing files in build.Solution: Add the files. (Zoltan Arpadffy)Files: src/Make_vms.mmsPatch 8.2.0256Problem: Time andtimer related codeis spread out.Solution: Move time andtimer related code toa new file. (Yegappan Lakshmanan, closes #5604)Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/README.md, src/evalfunc.c, src/ex_cmds.c, src/ex_cmds2.c, src/main.c, src/memline.c, src/misc1.c, src/misc2.c, src/proto.h, src/proto/ex_cmds.pro, src/proto/ex_cmds2.pro, src/proto/main.pro, src/proto/memline.pro, src/proto/misc1.pro, src/proto/misc2.pro, src/proto/time.pro, src/time.cPatch 8.2.0257Problem: Cannot recognizeaterminal inapopup window.Solution: Add thewin_gettype() function.Files: runtime/doc/eval.txt, src/evalfunc.c, src/evalwindow.c, src/proto/evalwindow.pro, src/testdir/test_cmdline.vim, src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_popup_1.dumpPatch 8.2.0258Problem: ModifyOtherKeys cannot be temporarily disabled.Solution: Addechoraw() with an example for modifyOtherKeys.Files: runtime/doc/eval.txt, src/evalfunc.c, src/testdir/test_functions.vim, src/testdir/dumps/Test_functions_echoraw.dumpPatch 8.2.0259Problem: Terminal inpopup test sometimes fails.Solution: Clear the command line.Files: src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_popup_1.dumpPatch 8.2.0260Problem: Several lines of code are duplicated.Solution: Move duplicated code toa function. (Yegappan Lakshmanan, closes #5330)Files: src/option.c, src/os_unix.c, src/os_win32.c, src/proto/term.pro, src/quickfix.c, src/regexp.c, src/regexp_bt.c, src/regexp_nfa.c, src/term.cPatch 8.2.0261Problem: Some code not covered by tests.Solution: Add test cases. (Yegappan Lakshmanan, closes #5645)Files: src/testdir/test_buffer.vim, src/testdir/test_cmdline.vim, src/testdir/test_exists.vim, src/testdir/test_filechanged.vim, src/testdir/test_fileformat.vim, src/testdir/test_mapping.vim, src/testdir/test_marks.vim, src/testdir/test_normal.vim, src/testdir/test_plus_arg_edit.vim, src/testdir/test_quickfix.vim, src/testdir/test_tabpage.vim, src/testdir/test_visual.vim, src/testdir/test_window_cmd.vim, src/testdir/test_writefile.vimPatch 8.2.0262 (after 8.2.0261)Problem: Fileformat test fails on MS-Windows.Solution: Set fileformat of buffer.Files: src/testdir/test_fileformat.vimPatch 8.2.0263Problem:A few newVim9messages are not localized.Solution: Add the gettext wrapper. (Dominique Pellé, closes #5647)Files: src/vim9compile.c, src/vim9execute.cPatch 8.2.0264 (after 8.2.0262)Problem: Fileformat test still fails on MS-Windows.Solution: Set fileformat of buffer in the right place.Files: src/testdir/test_fileformat.vimPatch 8.2.0265Problem: "eval" after "if0" doesn't check for following command.Solution: Add "eval" tolist of commands that check fora following command. (closes #5640)Files: src/ex_docmd.c, src/testdir/test_expr.vimPatch 8.2.0266Problem: Terminal inpopup test sometimes fails on Mac.Solution: Adda short delay.Files: src/testdir/test_terminal.vimPatch 8.2.0267Problem: No check fora following command when callinga function fails.Solution: Also check fora following command when insidea try block. (closes #5642)Files: src/userfunc.c, src/testdir/test_user_func.vimPatch 8.2.0268 (after 8.2.0267)Problem: Trycatch test fails.Solution: When calling function fails only check for following command,do not give another error.Files: src/userfunc.cPatch 8.2.0269Problem: Vim9:operator afterlistindex does not work. (Yasuhiro Matsumoto)Solution: After indexingalist change the type to thelist member type. (closes #5651)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.0270Problem: Some code not covered by tests.Solution: Add test cases. (Yegappan Lakshmanan, closes #5649)Files: src/testdir/test_autocmd.vim, src/testdir/test_buffer.vim, src/testdir/test_edit.vim, src/testdir/test_ex_mode.vim, src/testdir/test_excmd.vim, src/testdir/test_expand.vim, src/testdir/test_filetype.vim, src/testdir/test_findfile.vim, src/testdir/test_join.vim, src/testdir/test_move.vim, src/testdir/test_normal.vim, src/testdir/test_registers.vim, src/testdir/test_source.vim, src/testdir/test_tabpage.vim, src/testdir/test_tagjump.vim, src/testdir/test_vimscript.vim, src/testdir/test_visual.vim, src/testdir/test_window_cmd.vim, src/testdir/test_writefile.vimPatch 8.2.0271Problem: The "num64" featureis available everywhere and building withoutit causes problems.Solution: Graduate the "num64" feature. (James McCoy, closes #5650)Files: src/evalfunc.c, src/feature.h, src/message.c, src/structs.h, src/testdir/test_expr.vim, src/testdir/test_largefile.vim, src/testdir/test_sort.vim, src/testdir/test_vimscript.vim, src/version.cPatch 8.2.0272Problem: ":helptags ALL" gives error for directories without write permission. (Matěj Cepl)Solution: Ignoreerrors for ":helptags ALL". (Ken Takata, closes #5026, closes #5652)Files: src/ex_cmds.c, src/testdir/test_help.vimPatch 8.2.0273Problem:MS-Windows uninstall may delete wrong batch file.Solution: Add specific marker in the generated batch file. (Ken Takata, closes #5654)Files: src/Make_mvc.mak, src/dosinst.c, src/dosinst.h, src/uninstall.cPatch 8.2.0274Problem: Hang with combination of feedkeys(),Ex mode and :global. (Yegappan Lakshmanan)Solution: Add the pending_exmode_active flag.Files: src/ex_docmd.c, src/globals.h, src/getchar.c, src/testdir/test_ex_mode.vimPatch 8.2.0275Problem: SomeEx code not covered by tests.Solution: Add test cases. (Yegappan Lakshmanan, closes #5659)Files: src/testdir/test_arglist.vim, src/testdir/test_autocmd.vim, src/testdir/test_excmd.vim, src/testdir/test_quickfix.vim, src/testdir/test_search.vim, src/testdir/test_swap.vim, src/testdir/test_window_cmd.vimPatch 8.2.0276Problem: Vim9: not allowingspace before ")" in function callis too restrictive. (Ben Jackson)Solution: Skipspace before the ")". Adjust otherspace checks.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.0277Problem: Vim9: not all instructions covered by tests.Solution: Add more test cases.Files: src/testdir/test_vim9_disassemble.vimPatch 8.2.0278Problem:Channel testis flaky on Mac.Solution: Reset variable before sending message.Files: src/testdir/test_channel.vimPatch 8.2.0279Problem: Vim9: no test for deleted:def function.Solution: Adda test. Clear uf_cleared flag when redefininga function.Files: src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.0280Problem: Vim9: throw in:def function not caught higher up.Solution: Set "need_rethrow".Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.0281Problem: Two placedsigns in the same line are not combined. E.g. in theterminal debuggera breakpoint and the PC cannot be both be displayed.Solution: Combine the sign column and line highlight attributes.Files: src/sign.c, src/testdir/test_signs.vim, src/testdir/dumps/Test_sign_cursor_3.dump, src/testdir/dumps/Test_sign_cursor_4.dumpPatch 8.2.0282Problem: Vim9: setting number option not tested.Solution: Add more tests. Fix assigning to global variable.Files: src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vim, src/vim9execute.cPatch 8.2.0283Problem: Vim9: failing to loadscript var not tested.Solution: Add more tests. Fix using s: in old script.Files: src/testdir/test_vim9_expr.vim, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.0284Problem: Vim9: assignment test fails.Solution: Avoid duplicating "s:".Files: src/vim9compile.cPatch 8.2.0285Problem: Unused error message. Cannot create s:var.Solution: Remove the error message. Make assignment tos:var work.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.0286Problem: Cannot usepopup_close() foraterminal popup.Solution: Allow using popup_close(). (closes #5666)Files: src/popupwin.c, runtime/doc/popup.txt, src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_popup_5.dump, src/testdir/dumps/Test_terminal_popup_6.dumpPatch 8.2.0287Problem: Vim9: return in try block not tested; catch withpattern not tested.Solution: Add tests. Makeit work.Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.0288Problem: Vim9: some float andblob operators not tested.Solution: Add float andblob tests. Fix addition.Files: src/testdir/test_vim9_expr.vim, src/vim9compile.cPatch 8.2.0289Problem: Vim9::echo did not clear the rest of the line.Solution: Call msg_clr_eos(). (Ken Takata, closes #5668)Files: src/vim9execute.cPatch 8.2.0290Problem: Running individual test differs from all tests.Solution: Pass on environment variables. (Yee Cheng Chin, closes #5672)Files: src/testdir/Makefile, src/testdir/README.txtPatch 8.2.0291Problem: Vim9: assigning[] to list<string> doesn't work.Solution: Use void for emptylist and dict. (Ken Takata, closes #5669)Files: src/vim9compile.c, src/globals.h, src/testdir/test_vim9_script.vimPatch 8.2.0292Problem: Vim9: CHECKNR and CHECKTYPE instructions not tested.Solution: Add tests.Files: src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.0293Problem: VariousEx commands not sufficiently tested.Solution: Add more test cases. (Yegappan Lakshmanan, closes #5673)Files: src/testdir/test_arglist.vim, src/testdir/test_cmdline.vim, src/testdir/test_ex_mode.vim, src/testdir/test_excmd.vim, src/testdir/test_expand.vim, src/testdir/test_filetype.vim, src/testdir/test_filter_cmd.vim, src/testdir/test_global.vim, src/testdir/test_normal.vim, src/testdir/test_plus_arg_edit.vim, src/testdir/test_quickfix.vim, src/testdir/test_trycatch.vim, src/testdir/test_vimscript.vimPatch 8.2.0294Problem: Cannot useEx command thatis alsoa function name.Solution: Recognize anEx command bya colon prefix.Files: src/vim9compile.c, src/testdir/test_vim9_script.vim, runtime/doc/vim9.txtPatch 8.2.0295Problem: Highlighting for:s wrong when using different separator.Solution: Use separate argument for search direction and separator. (Rob Pilling, closes #5665)Files: src/ex_docmd.c, src/ex_getln.c, src/gui.c, src/normal.c, src/proto/search.pro, src/quickfix.c, src/search.c, src/spell.c, src/tag.c, src/testdir/dumps/Test_incsearch_substitute_15.dump, src/testdir/test_search.vimPatch 8.2.0296Problem: Mixing up "long long" and __int64 may cause problems. (John Marriott)Solution: Pass varnumber_T to vim_snprintf(). Add v:numbersize.Files: src/message.c, src/eval.c, src/fileio.c, src/json.c, src/ops.c, src/vim.h, src/structs.h, src/evalvars.c, runtime/doc/eval.txt, runtime/doc/various.txt, src/testdir/test_eval_stuff.vimPatch 8.2.0297Problem: Compiler warnings for theRuby interface.Solution: Undefinea few macros, fix initialization. (Ozaki Kiichi, closes #5677)Files: src/if_ruby.cPatch 8.2.0298Problem:Vim9 script: cannot start command withastring constant.Solution: Recognizeexpressionstarting with '('.Files: src/ex_docmd.c, src/vim9compile.c, src/testdir/test_vim9_script.vim, runtime/doc/vim9.txtPatch 8.2.0299Problem: Vim9: ISN_STORE with argument not tested. Some cases in tv2bool() not tested.Solution: Add tests. Addtest_unknown() and test_void().Files: src/testing.c, src/proto/testing.pro, src/evalfunc.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vim, runtime/doc/eval.txt, runtime/doc/testing.txtPatch 8.2.0300Problem: Vim9:expression test fails withoutchannel support.Solution: Add has('channel') check.Files: src/testdir/test_vim9_expr.vimPatch 8.2.0301Problem: Insufficienttesting for exception handling and the "attention" prompt.Solution: Add test cases. (Yegappan Lakshmanan, closes #5681)Files: src/testdir/test_swap.vim, src/testdir/test_trycatch.vimPatch 8.2.0302Problem: Setting'term' may cause error inTermChanged autocommand.Solution: Use aucmd_prepbuf() to switch to the buffer where theautocommandis to be executed. (closes #5682)Files: src/term.c, src/testdir/test_autocmd.vimPatch 8.2.0303Problem:TermChanged test fails in the GUI.Solution: Skip the test when running the GUI.Files: src/testdir/test_autocmd.vimPatch 8.2.0304Problem: Terminal test if failing on some systems.Solution: Wait for thejob to finish. (James McCoy)Files: src/testdir/test_terminal.vimPatch 8.2.0305Problem: Relativenumber test fails on some systems. (James McCoy)Solution: Clear the command line.Files: src/testdir/test_number.vim, src/testdir/dumps/Test_relnr_colors_2.dump, src/testdir/dumps/Test_relnr_colors_3.dumpPatch 8.2.0306Problem: Vim9: :substitute(pat(repl does not work inVim9 script.Solution: Rememberstarting witha colon. (closes #5676)Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.0307Problem:Python 3 vim.eval not well tested.Solution: Adda test. (Dominique Pellé, closes #5680)Files: src/testdir/test_python3.vimPatch 8.2.0308Problem:'showbreak' does not work fora very long line. (John Little)Solution: Check whether'briopt' contains "sbr". (Ken Takata, closes #5523, closes #5684)Files: src/drawline.c, src/testdir/test_breakindent.vimPatch 8.2.0309Problem: Window-local values have confusing name.Solution: Rename w_p_bri* to w_briopt_*.Files: src/structs.h, src/indent.c, src/drawline.cPatch 8.2.0310Problem: Autocmd test fails ona slow system.Solution: Adjust the expectations. (James McCoy, closes #5685)Files: src/testdir/test_autocmd.vimPatch 8.2.0311Problem: Vim9: insufficientscript tests.Solution: Add tests. Free imports when re-usinga script.Files: src/testdir/test_vim9_script.vim, src/scriptfile.cPatch 8.2.0312Problem: Vim9: insufficientscript tests.Solution: Add more tests. Make "import *as Name" work.Files: src/testdir/test_vim9_script.vim, src/vim9script.c, src/proto/vim9script.pro, src/vim9compile.cPatch 8.2.0313Problem: Vim9: insufficientscript tests.Solution: Add tests. Make import of alphanumeric name work.Files: src/testdir/test_vim9_script.vim, src/vim9script.cPatch 8.2.0314Problem: Short name not set forterminal buffer.Solution: Set the short name. (closes #5687)Files: src/terminal.c, src/testdir/test_terminal.vimPatch 8.2.0315Problem: Build failure on HP-UX system.Solution: Use LONG_LONG_MIN instead of LLONG_MIN. Add type casts for switch statement. (John Marriott)Files: src/structs.h, src/json.cPatch 8.2.0316Problem: ex_getln.c code has insufficient test coverage.Solution: Add more tests. Fixa problem. (Yegappan Lakshmanan, closes #5693)Files: src/cmdhist.c, src/testdir/test_cmdline.vim, src/testdir/test_functions.vim, src/testdir/test_history.vim, src/testdir/test_menu.vimPatch 8.2.0317Problem: MSVC: _CRT_SECURE_NO_DEPRECATE not defined on DEBUG build.Solution: Move where CFLAGSis updated. (Ken Takata, closes #5692)Files: src/Make_mvc.makPatch 8.2.0318Problem: Vim9: types not sufficiently tested.Solution: Add tests with more types.Files: src/globals.h, src/vim9compile.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_expr.vimPatch 8.2.0319Problem: File missing in distribution, comments outdated.Solution: Correct path of README file. Update comments.Files: Filelist, src/evalvars.c, src/register.c, src/if_python3.cPatch 8.2.0320Problem: NoHaiku support.Solution: Add support for Haiku. (Emir Sarı, closes #5605)Files: Filelist, runtime/doc/Makefile, runtime/doc/eval.txt, runtime/doc/gui.txt, runtime/doc/help.txt, runtime/doc/options.txt, runtime/doc/os_haiku.txt, runtime/doc/starting.txt, runtime/doc/tags, runtime/gvimrc_example.vim, runtime/vimrc_example.vim, src/INSTALL, src/Makefile, src/auto/configure, src/configure.ac, src/evalfunc.c, src/feature.h, src/fileio.c, src/globals.h, src/gui.c, src/gui.h, src/gui_haiku.cc, src/gui_haiku.h, src/mbyte.c, src/menu.c, src/misc1.c, src/mouse.c, src/option.h, src/os_haiku.h, src/os_haiku.rdef, src/os_unix.c, src/os_unix.h, src/osdef1.h.in, src/proto.h, src/proto/gui_haiku.pro, src/pty.c, src/screen.c, src/structs.h, src/term.c, src/version.c, src/vim.hPatch 8.2.0321Problem: Vim9: ":execute" does not work yet.Solution: Add ISN_EXECUTE. (closes #5699) Also make:echo work with more than one argument.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_script.vimPatch 8.2.0322Problem: Vim9: error checks not tested.Solution: Add more test cases. Avoid error for function loaded later.Files: src/vim9compile.c, src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.0323Problem: Vim9: callinga function thatis defined lateris slow.Solution: Once the functionis found update the instruction soit can be called directly.Files: src/vim9execute.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.0324Problem: Text property not updated correctly when inserting/deleting.Solution: Use the right column when deleting. Make zero-width text properties respect start_incl and end_incl. (Axel Forsman, closes #5696, closes #5679)Files: src/change.c, src/textprop.c, src/testdir/test_listener.vim, src/testdir/test_textprop.vimPatch 8.2.0325Problem: Ex_getln.c code not covered by tests.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #5702)Files: src/testdir/test_cmdline.vim, src/testdir/test_ex_mode.vim, src/testdir/test_functions.vim, src/testdir/test_history.vim, src/testdir/test_options.vimPatch 8.2.0326Problem: Compiler warning for using uninitialized variable. (Yegappan Lakshmanan)Solution: Do not jump to failed but return.Files: src/vim9execute.cPatch 8.2.0327Problem: Crash when opening and closing twopopupterminal windows.Solution: Check that prevwinis valid. (closes #5707)Files: src/popupwin.c, src/testdir/test_terminal.vimPatch 8.2.0328Problem: No redraw when leaving terminal-normal mode inaterminalpopup window.Solution: Redraw thepopup window. (closes #5708)Files: src/macros.h, src/vim.h, src/terminal.c, src/drawscreen.c, src/move.c, src/popupwin.c, src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_popup_7.dump, src/testdir/dumps/Test_terminal_popup_8.dumpPatch 8.2.0329Problem: Popupfilter converts 0x80 bytes.Solution: Keep 0x80 bytes as-is. (Ozaki Kiichi, closes #5706)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.0330Problem: Build error withpopupwindow but without terminal.Solution: Add #ifdef.Files: src/popupwin.cPatch 8.2.0331Problem: Internal error when usingtest_void() and test_unknown(). (Dominique Pellé)Solution: Givea normal error.Files: src/evalfunc.c, src/testdir/test_functions.vim, src/testdir/test_vimscript.vimPatch 8.2.0332Problem: Some code in ex_getln.c not covered by tests.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #5710)Files: src/testdir/test_arabic.vim, src/testdir/test_cmdline.vimPatch 8.2.0333Problem: Terminal inpopup testis flaky.Solution: Make sure redrawis done before opening the popup.Files: src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_popup_1.dumpPatch 8.2.0334Problem: Abort called when using test_void(). (Dominique Pellé)Solution: Only give an error, don't abort.Files: src/message.c, src/proto/message.pro, src/evalfunc.c, src/eval.c, src/json.c, src/testdir/test_functions.vimPatch 8.2.0335Problem: No completion for :disassemble.Solution: Make completion work. Also completescript-localfunctions if the name starts with "s:".Files: src/cmdexpand.c, src/testdir/test_cmdline.vim, runtime/doc/vim9.txtPatch 8.2.0336Problem: Vim9: insufficient test coverage for compiling.Solution: Add more tests.Files: src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vim, src/vim9.h, src/vim9compile.c, src/vim9execute.cPatch 8.2.0337Problem: Build fails ona few systems.Solution: Use vim_snprintf() instead of snprintf().Files: src/cmdexpand.cPatch 8.2.0338Problem: Build failure without thechannel feature.Solution: Add #ifdefFiles: src/vim9compile.cPatch 8.2.0339Problem: Vim9: function return type may depend on arguments.Solution: Instead ofa fixed return type usea function to figure out the return type.Files: src/evalfunc.c, src/proto/evalfunc.pro, src/vim9compile.c, src/evalbuffer.c, src/proto/evalbuffer.pro, src/testdir/test_vim9_script.vimPatch 8.2.0340Problem: Vim9: function andpartial types not tested.Solution: Support more for partial, add tests.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.0341Problem: Using ":for" inVim9script gives an error.Solution: Pass the LET_NO_COMMAND flag. (closes #5715)Files: src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.0342Problem: Some code in ex_getln.c not covered by tests.Solution: Add more tests. (Yegappan Lakshmanan, closes #5717)Files: src/testdir/test_cmdline.vim, src/testdir/test_ex_mode.vim, src/testdir/test_history.vim, src/testdir/test_iminsert.vimPatch 8.2.0343Problem: Vim9: using wrong instruction, limited test coverage.Solution: Use ISN_PUSHJOB. Adda few more tests.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.0344Problem: ":def" not skipped properly.Solution: Add CMD_def tolist of commands the require evaluation even when not being executed.Files: src/ex_docmd.cPatch 8.2.0345Problem: Compiler warning when building without the float feature.Solution: Add #ifdef. (John Marriott)Files: src/evalfunc.cPatch 8.2.0346Problem: Vim9: finding commonlist type not tested.Solution: Add more tests. Fix listing function. Fix overwriting type.Files: src/vim9compile.c, src/userfunc.c, src/testdir/test_vim9_script.vim, src/testdir/runtest.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.0347Problem: Various code not covered by tests.Solution: Add more test coverage. (Yegappan Lakshmanan, closes #5720)Files: src/testdir/gen_opt_test.vim, src/testdir/test86.in, src/testdir/test_cmdline.vim, src/testdir/test_digraph.vim, src/testdir/test_ex_mode.vim, src/testdir/test_history.vimPatch 8.2.0348Problem: Vim9: not all code tested.Solution: Adda few more tests. fix using "b:" in literal dictionary.Files: src/testdir/test_vim9_expr.vim, src/vim9compile.c, src/proto/vim9compile.pro, src/testdir/test_vim9_script.vimPatch 8.2.0349Problem: Vim9: constantexpression not well tested.Solution: Add tests for "if" with constant expression.Files: src/testdir/test_vim9_script.vimPatch 8.2.0350Problem: Vim9:expression tests don't use recognized constants.Solution: Recognize "true" and "false"as constants. Make skipping work for assignment andexpression evaluation.Files: src/vim9compile.cPatch 8.2.0351Problem: Terminal inpopup testis stilla bit flaky.Solution: Clear and redraw before opening the popup.Files: src/testdir/test_terminal.vimPatch 8.2.0352Problem: FreeBSD: test for sourcingutf-8is skipped.Solution: Run the matchadd_conceal test separately to avoid that setting'term' to "ansi" causes problems for other tests. (Ozaki Kiichi, closes #5721)Files: src/testdir/Make_all.mak, src/testdir/test_alot_utf8.vim, src/testdir/test_source_utf8.vimPatch 8.2.0353Problem: Vim9: while loop not tested.Solution: Add test with "while", "break" and "continue"Files: src/testdir/test_vim9_script.vimPatch 8.2.0354Problem:Python 3.9 does not define _Py_DEC_REFTOTAL. (Zdenek Dohnal)Solution: Remove it,it was only for debugging.Files: src/if_python3.cPatch 8.2.0355Problem: Vim9: str_valis confusing, it'sa numberSolution: Rename to stnr_val.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.cPatch 8.2.0356Problem: MS-Windows:feedkeys() with VIMDLL cannot handle CSI correctly.Solution: Modify mch_inchar() to encode CSI bytes. (Ozaki Kiichi, Ken Takata, closes #5726)Files: src/getchar.c, src/os_win32.c, src/testdir/test_popupwin.vimPatch 8.2.0357Problem: Cannot deletea text property matching both id and type. (Axel Forsman)Solution: Add the "both" argument.Files: src/textprop.c, runtime/doc/textprop.txt, src/testdir/test_textprop.vimPatch 8.2.0358Problem: Insufficienttesting for indent.c.Solution: Add indent tests. (Yegappan Lakshmanan, closes #5736)Files: src/testdir/Make_all.mak, src/testdir/test_ex_mode.vim, src/testdir/test_expand_func.vim, src/testdir/test_indent.vim, src/testdir/test_lispwords.vim, src/testdir/test_smartindent.vim, src/testdir/test_vartabs.vimPatch 8.2.0359Problem:popup_atcursor() may hang. (Yasuhiro Matsumoto)Solution: Take the decoration into account. (closes #5728)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.0360Problem: Yaml files are only recognized by the file extension.Solution: Check fora linestarting with "%YAML". (Jason Franklin)Files: runtime/scripts.vim, src/testdir/test_filetype.vimPatch 8.2.0361Problem: Internal error when using "0" fora callback.Solution: Givea normal error. (closes #5743)Files: src/evalvars.c, src/testdir/test_timers.vimPatch 8.2.0362Problem: MS-Windows:channel test fails ifgrepis not available.Solution: Use another command. (Ken Takata, closes #5739)Files: src/testdir/test_channel.vimPatch 8.2.0363Problem: SomeNormal mode commands not tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #5746)Files: src/testdir/test_cindent.vim, src/testdir/test_cmdline.vim, src/testdir/test_edit.vim, src/testdir/test_indent.vim, src/testdir/test_normal.vim, src/testdir/test_prompt_buffer.vim, src/testdir/test_virtualedit.vim, src/testdir/test_visual.vimPatch 8.2.0364Problem: Printf test failing on Haiku.Solution: Makea difference between int and short. (Dominique Pellé, closes #5749)Files: src/message.cPatch 8.2.0365Problem: Tag kind can't beamultibyte character. (Marcin Szamotulski)Solution: Recognizemultibyte character. (closes #5724)Files: src/tag.c, src/testdir/test_taglist.vimPatch 8.2.0366Problem: Hardcopy command not tested enough.Solution: Add tests for printing. (Dominique Pellé, closes #5748)Files: src/testdir/test_hardcopy.vimPatch 8.2.0367Problem: Can use:pedit inapopup window.Solution: Disallow it.Files: src/ex_docmd.c, src/testdir/test_popupwin.vimPatch 8.2.0368Problem: Vim9: import that redefines local variable does not fail.Solution: Check for already defined symbols.Files: src/vim9script.c, src/proto/vim9script.pro, src/vim9compile.c, src/proto/vim9compile.pro, src/testdir/test_vim9_script.vimPatch 8.2.0369Problem: VariousNormal mode commands not fully tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #5751)Files: src/testdir/test_arglist.vim, src/testdir/test_changelist.vim, src/testdir/test_charsearch.vim, src/testdir/test_cmdline.vim, src/testdir/test_edit.vim, src/testdir/test_ex_mode.vim, src/testdir/test_excmd.vim, src/testdir/test_gf.vim, src/testdir/test_iminsert.vim, src/testdir/test_increment.vim, src/testdir/test_marks.vim, src/testdir/test_normal.vim, src/testdir/test_prompt_buffer.vim, src/testdir/test_put.vim, src/testdir/test_registers.vim, src/testdir/test_tagjump.vim, src/testdir/test_visual.vimPatch 8.2.0370Problem: The typebuf_was_filled flagis sometimes not reset, which may causea hang.Solution: Make sure typebuf_was_filledis reset when the typeahead bufferis empty.Files: src/edit.c, src/getchar.c,Patch 8.2.0371Problem: Crash with combination ofterminalpopup and autocmd.Solution: Disallow closingapopup thatis the current window. Adda check that the current bufferis valid. (closes #5754)Files: src/macros.h, src/buffer.c, src/popupwin.c, src/terminal.c, src/testdir/test_terminal.vimPatch 8.2.0372Problem: Prop_find() may not find text propertyat start of the line.Solution: Adjust the loop to find properties. (Axel Forsman, closes #5761, closes #5663)Files: src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.0373Problem: Type ofterm_sendkeys()is unknown.Solution: Just return zero. (closes #5762)Files: src/terminal.c, src/testdir/test_terminal.vimPatch 8.2.0374Problem: Using wrong printf directive for jump location.Solution: Change "%lld" to "%d". (James McCoy, closes #5773)Files: src/vim9execute.cPatch 8.2.0375Problem: Coverity warning for not using return value.Solution: Move error message to separate function.Files: src/popupwin.cPatch 8.2.0376Problem: Nasty callback test fails on some systems.Solution: Increase the sleep time.Files: src/testdir/test_terminal.vimPatch 8.2.0377Problem: No CI test fora big-endian system.Solution: Test with s390x. (James McCoy, closes #5772)Files: .travis.ymlPatch 8.2.0378Problem:prop_find() does not find all props.Solution: Check being in the start line. (Axel Forsman, closes #5776)Files: src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.0379Problem: Gcc warns for ambiguous else.Solution: Add braces. (Dominique Pellé, closes #5778)Files: src/textprop.cPatch 8.2.0380Problem: Tinypopup when creatingaterminalpopup without minwidth.Solution: Usea default minimum size of 5 lines of 20 characters.Files: src/popupwin.c, src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_popup_m1.dumpPatch 8.2.0381Problem: Using freed memory with:lvimgrep and autocommand. (extracted from POC by Dominique Pellé)Solution: Avoiddeletinga dummy buffer used ina window. (closes #5777)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.0382Problem: Some tests fail when run under valgrind.Solution: Increase timeouts.Files: src/testdir/test_autocmd.vim, src/testdir/test_debugger.vim, src/testdir/test_channel.vim, src/testdir/test_ins_complete.vim, src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_popup_1.dump, src/testdir/dumps/Test_terminal_popup_2.dump, src/testdir/dumps/Test_terminal_popup_3.dump, src/testdir/dumps/Test_terminal_popup_5.dump, src/testdir/dumps/Test_terminal_popup_6.dump, src/testdir/dumps/Test_terminal_popup_7.dump, src/testdir/dumps/Test_terminal_popup_8.dump, src/testdir/dumps/Test_terminal_popup_m1.dumpPatch 8.2.0383Problem: Wrong feature check causes test not to be run.Solution: Use CheckFunction instead of CheckFeature. (Ozaki Kiichi, closes #5781)Files: src/testdir/test_channel.vimPatch 8.2.0384Problem: Travis CI has warnings.Solution: Avoid warnings, clean up the config. (Ozaki Kiichi, closes #5779)Files: .travis.ymlPatch 8.2.0385Problem: Menu functionality insufficiently tested.Solution: Add tests. Add menu_info(). (Yegappan Lakshmanan, closes #5760)Files: runtime/doc/eval.txt, runtime/doc/gui.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/menu.c, src/proto/menu.pro, src/testdir/test_menu.vim, src/testdir/test_popup.vim, src/testdir/test_termcodes.vimPatch 8.2.0386 (after 8.2.0385)Problem: Part from unfinished patch got included.Solution: Undo that part.Files: src/evalfunc.cPatch 8.2.0387Problem: Error for possible NULL argument to qsort().Solution: Don't call qsort() when thereis nothing to sort. (Dominique Pellé, closes #5780)Files: src/spellsuggest.cPatch 8.2.0388Problem: Printmbcharset option not tested.Solution: Adda test. Enable PostScript for AppVeyor build. (Dominique Pellé, closes #5783)Files: appveyor.yml, src/testdir/test_hardcopy.vimPatch 8.2.0389Problem: Delayed redraw when shifting text fromInsert mode.Solution: Use msg_attr_keep() instead of msg(). (closes #5782)Files: src/ops.cPatch 8.2.0390Problem: Terminal postponed scrollback testis flaky.Solution: Add delay in between sending keys. Rename dump files.Files: src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_01.dump, src/testdir/dumps/Test_terminal_02.dump, src/testdir/dumps/Test_terminal_03.dump, src/testdir/dumps/Test_terminal_scrollback_1.dump, src/testdir/dumps/Test_terminal_scrollback_2.dump, src/testdir/dumps/Test_terminal_scrollback_3.dumpPatch 8.2.0391 (after 8.2.0377)Problem: CI test coverage dropped.Solution: Set $DISPLAY also for non-GUI builds. (James McCoy, closes #5788)Files: .travis.ymlPatch 8.2.0392Problem: Coverity warns for using arrayindex out of range.Solution: Add extra "if" to avoid warning.Files: src/menu.cPatch 8.2.0393Problem: Coverity warns for not using return value.Solution: Add (void).Files: src/popupmenu.cPatch 8.2.0394Problem: Coverity complains about using NULL pointer.Solution: Use emptystring when option valueis NULL.Files: src/optionstr.cPatch 8.2.0395Problem: Build fails with FEAT_EVAL but without FEAT_MENU.Solution: Add #ifdef. (John Marriott)Files: src/evalfunc.cPatch 8.2.0396Problem: Cmdexpand.c insufficiently tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #5789)Files: src/testdir/test_cmdline.vim, src/testdir/test_taglist.vim, src/testdir/test_terminal.vim, src/testdir/test_usercommands.vimPatch 8.2.0397Problem: Delayed screen update when usingundo fromInsert mode.Solution: Update w_topline and cursor shape before sleeping. (closes #5790)Files: src/normal.cPatch 8.2.0398Problem: Profile test fails when twofunctions take same time.Solution: Adda short sleep in once function. (closes #5797)Files: src/testdir/test_profile.vimPatch 8.2.0399Problem: Various memory leaks.Solution: Avoid the leaks. (Ozaki Kiichi, closes #5803)Files: src/ex_docmd.c, src/ex_getln.c, src/menu.c, src/message.c, src/scriptfile.c, src/userfunc.cPatch 8.2.0400Problem: Not all tests usingaterminal are in thelist of flaky tests.Solution: Introduce the test_is_flaky flag.Files: src/testdir/runtest.vim, src/testdir/term_util.vim, src/testdir/screendump.vim, src/testdir/test_autocmd.vimPatch 8.2.0401Problem: Not enough test coverage for evalvars.c.Solution: Add more tests. (Yegappan Lakshmanan, closes #5804)Files: src/testdir/test_cmdline.vim, src/testdir/test_const.vim, src/testdir/test_diffmode.vim, src/testdir/test_excmd.vim, src/testdir/test_functions.vim, src/testdir/test_let.vim, src/testdir/test_listdict.vim, src/testdir/test_spell.vim, src/testdir/test_unlet.vim, src/testdir/test_user_func.vim, src/testdir/test_vimscript.vimPatch 8.2.0402 (after 8.2.0401)Problem: Setting local instead of global flag.Solution: Prepend "g:" to "test_is_flaky".Files: src/testdir/term_util.vim, src/testdir/screendump.vim, src/testdir/test_autocmd.vimPatch 8.2.0403Problem: When'buftype'is "nofile" thereis no overwrite check.Solution: Also check for existing file when'buftype'is set. (closes #5807)Files: src/ex_cmds.c, src/testdir/test_options.vimPatch 8.2.0404Problem: Writefile() error does not givea hint.Solution: Add remark about first argument.Files: src/filepath.c, src/testdir/test_writefile.vimPatch 8.2.0405Problem: MSVC: build fails with some combination of features.Solution: Enable CHANNEL if TERMINALis enabled. (Mike Williams)Files: src/Make_mvc.makPatch 8.2.0406Problem:FileReadCmd event not well tested.Solution: Adda test.Files: src/testdir/test_autocmd.vimPatch 8.2.0407Problem: No early check if:find and:sfind have an argument.Solution: Add EX_NEEDARG.Files: src/ex_cmds.h, src/testdir/test_findfile.vim, src/testdir/test_find_complete.vimPatch 8.2.0408Problem: Delete() commented out for testing.Solution: Undo commenting-out.Files: src/testdir/test_vim9_disassemble.vimPatch 8.2.0409Problem: Search test leaves file behind.Solution: Delete the file. Also use Check commands.Files: src/testdir/test_search.vimPatch 8.2.0410Problem:Channel test fails too often on slow Mac.Solution: Increase waiting time to 10 seconds.Files: src/testdir/test_channel.vimPatch 8.2.0411Problem: Mac: breakcheckis usinga value from the stone ages.Solution: Delete BREAKCHECK_SKIP from theMac header file. (Ben Jackson)Files: src/os_mac.hPatch 8.2.0412Problem: MS-Windows: cannot usevimtutor from the start menu.Solution: Better check for writable directory. Use the right path for the executable. (Wu Yongwei, closes #5774, closes #5756)Files: vimtutor.batPatch 8.2.0413Problem: Buffer menu does not handle specialbuffers properly.Solution: Keepa dictionary with buffer names to reliably keep track of entries. Also triggerBufFilePre andBufFilePost for command-line andterminalbuffers when the name changes.Files: src/testdir/test_alot.vim, src/testdir/Make_all.mak, runtime/menu.vim, src/ex_getln.c, src/terminal.c, src/testdir/test_menu.vimPatch 8.2.0414Problem:Channel connect_waittime() testis flaky.Solution: Set the test_is_flaky flag. Use test_is_flaky for more tests.Files: src/testdir/test_channel.vim, src/testdir/test_terminal.vim, src/testdir/runtest.vimPatch 8.2.0415Problem: Bsdlfiletypeis not detected.Solution: Add an entry in thefiletype list. (Daniel Kho, closes #5810)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0416Problem: Test leaves file behind.Solution: Delete the file.Files: src/testdir/test_indent.vimPatch 8.2.0417Problem: Travis CI config can be improved.Solution: Remove COVERAGE variable. Add load-snd-dummy script. add "-i NONE" to avoidmessages about viminfo. (Ozaki Kiichi, closes #5813)Files: .travis.yml, ci/load-snd-dummy.shPatch 8.2.0418Problem: Code in eval.c not sufficiently covered by tests.Solution: Add more tests. (Yegappan Lakshmanan, closes #5815)Files: src/testdir/test_blob.vim, src/testdir/test_channel.vim, src/testdir/test_cmdline.vim, src/testdir/test_eval_stuff.vim, src/testdir/test_expr.vim, src/testdir/test_functions.vim, src/testdir/test_job_fails.vim, src/testdir/test_lambda.vim, src/testdir/test_let.vim, src/testdir/test_listdict.vim, src/testdir/test_marks.vim, src/testdir/test_method.vim, src/testdir/test_normal.vim, src/testdir/test_unlet.vim, src/testdir/test_usercommands.vim, src/testdir/test_vimscript.vim, src/testdir/test_window_cmd.vimPatch 8.2.0419Problem: Various memory leaks inVim9script code.Solution: Fix the leaks. (Ozaki Kiichi, closes #5814)Files: src/proto/vim9compile.pro, src/scriptfile.c, src/structs.h, src/testdir/test_vim9_script.vim, src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/vim9script.cPatch 8.2.0420Problem: Vim9: cannot interrupta loop withCTRL-C.Solution: Check forCTRL-C once ina while. Doesn't fully work yet.Files: src/misc1.c, src/proto/misc1.pro, src/testdir/test_vim9_script.vimPatch 8.2.0421Problem: Interrupting withCTRL-C does not always work.Solution: RecognizeCTRL-C whilemodifyOtherKeysis set.Files: src/ui.c, src/testdir/test_vim9_script.vim, src/evalfunc.cPatch 8.2.0422Problem: Crash when passingpopupwindow to win_splitmove(). (john Devin)Solution: Disallow movingapopup window. (closes #5816)Files: src/testdir/test_popupwin.vim, src/evalwindow.cPatch 8.2.0423Problem: In some environmentsa few tests are expected to fail.Solution: Add $TEST_MAY_FAIL tolist tests that should not cause make to fail.Files: src/testdir/runtest.vimPatch 8.2.0424Problem: Checking for wrong return value. (Tom)Solution: Invert the check and fix the test.Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.0425Problem: Code for modeless selection not sufficiently tested.Solution: Add tests. Move mouse code functionality toa commonscript file. (Yegappan Lakshmanan, closes #5821)Files: src/testdir/Make_all.mak, src/testdir/gen_opt_test.vim, src/testdir/mouse.vim, src/testdir/test_edit.vim, src/testdir/test_global.vim, src/testdir/test_modeless.vim, src/testdir/test_normal.vim, src/testdir/test_selectmode.vim, src/testdir/test_termcodes.vim, src/testdir/test_visual.vim, src/ui.cPatch 8.2.0426Problem: Someerrors were not tested for.Solution: Add tests. (Dominique Pellé, closes #5824)Files: src/testdir/test_buffer.vim, src/testdir/test_options.vim, src/testdir/test_tcl.vim, src/testdir/test_terminal.vim, src/testdir/test_window_cmd.vimPatch 8.2.0427Problem: Itis not possible to check fora typo ina feature name.Solution: Add an extra argument to has().Files: runtime/doc/eval.txt, src/evalfunc.c, src/testdir/check.vim, src/testdir/test_functions.vimPatch 8.2.0428Problem: Buffer name may leak.Solution: Free the buffer name before overwriting it.Files: src/terminal.cPatch 8.2.0429Problem: No warning when test checks for option that never exists.Solution: In tests check that the option can exist.Files: src/testdir/check.vimPatch 8.2.0430Problem: Window creation failure not properly tested.Solution: Improve the test. (Yegappan Lakshmanan, closes #5826)Files: src/testdir/test_cmdline.vim, src/testdir/test_window_cmd.vimPatch 8.2.0431Problem: Some compilers don't support using \e for Esc. (Yegappan Lakshmanan)Solution: use \033 instead.Files: src/ui.cPatch 8.2.0432Problem:A few tests fail ina huge terminal.Solution: Make the tests pass. (Dominique Pellé, closes #5829)Files: src/testdir/test_autocmd.vim, src/testdir/test_options.vim, src/testdir/test_termcodes.vim, src/testdir/test_terminal.vim, src/testdir/test_window_cmd.vimPatch 8.2.0433Problem: INT signal not properly tested.Solution: Adda test. Also clean up some unnecessary lines. (Dominique Pellé, closes #5828)Files: src/testdir/test_display.vim, src/testdir/test_ex_mode.vim, src/testdir/test_excmd.vim, src/testdir/test_messages.vim, src/testdir/test_signals.vimPatch 8.2.0434Problem:MS-Windows with VTP:Normal color not working.Solution: Afterchanging theNormal color update the VTP console color. (Nobuhiro Takasaki, closes #5836)Files: src/highlight.cPatch 8.2.0435Problem:Channel contents might be freed twice.Solution: Call either channel_free_channel() or channel_free(), not both. (Nobuhiro Takasaki, closes #5835)Files: src/channel.cPatch 8.2.0436Problem: No warnings for incorrect printf arguments.Solution: Fix attribute in declaration. Fix uncovered mistakes. (Dominique Pellé, closes #5834)Files: src/proto.h, src/eval.c, src/ops.c, src/spellfile.c, src/vim9compile.c, src/vim9execute.c, src/viminfo.c, src/gui.cPatch 8.2.0437Problem:MS-Windows installer contains old stuff.Solution: Rely on Windows NT. (Ken Takata, closes #5832)Files: src/dosinst.cPatch 8.2.0438Problem: Terminal noblock testis very flaky on BSD.Solution: Change WaitFor() to WaitForAssert() to be able to see whyit failed. Adda short wait in between sending keys.Files: src/testdir/test_terminal.vimPatch 8.2.0439Problem::disassemble has minor flaws.Solution: Format the code. Use (int) instead of (char) for %c. (also by James McCoy, closes #5831)Files: src/vim9execute.cPatch 8.2.0440Problem: Terminal noblock testis still very flaky on BSD.Solution: Increase the waiting time.Files: src/testdir/test_terminal.vimPatch 8.2.0441Problem: Terminal noblock testis still failing on BSD.Solution: Reduce the amount of text.Files: src/testdir/test_terminal.vimPatch 8.2.0442Problem:Channel contents might be used after being freed.Solution: Reset thejobchannel before freeing the channel.Files: src/channel.cPatch 8.2.0443Problem: Clipboard codeis spread out.Solution: Moveclipboard code to its own file. (Yegappan Lakshmanan, closes #5827)Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/README.md, src/clipboard.c, src/ops.c, src/proto.h, src/proto/clipboard.pro, src/proto/ops.pro, src/proto/register.pro, src/proto/ui.pro, src/register.c, src/ui.cPatch 8.2.0444Problem: Swap file test fails on some systems.Solution: Preserve the swap file. Send NL terminated keys.Files: src/testdir/test_swap.vimPatch 8.2.0445Problem: Png and xpm files not inMS-Windowszip file.Solution: Move files to shared betweenUnix and Windows target.Files: FilelistPatch 8.2.0446Problem: Listener withundo ofdeleting all lines not tested.Solution: Adda test.Files: src/testdir/test_listener.vimPatch 8.2.0447Problem: Terminal scroll tests fails on some systems.Solution: Remove the fixed 100msec wait for Win32. Adda loop to wait untilscrolling has finished. (James McCoy, closes #5842)Files: src/testdir/test_terminal.vimPatch 8.2.0448Problem: Variousfunctions not properly tested.Solution: Add more tests, especially for failures. (Yegappan Lakshmanan, closes #5843)Files: runtime/doc/eval.txt, src/testdir/test_blob.vim, src/testdir/test_breakindent.vim, src/testdir/test_charsearch.vim, src/testdir/test_clientserver.vim, src/testdir/test_cmdline.vim, src/testdir/test_exists.vim, src/testdir/test_expand_func.vim, src/testdir/test_expr.vim, src/testdir/test_file_perm.vim, src/testdir/test_functions.vim, src/testdir/test_gui.vim, src/testdir/test_listdict.vim, src/testdir/test_marks.vim, src/testdir/test_partial.vim, src/testdir/test_registers.vim, src/testdir/test_search.vim, src/testdir/test_spell.vim, src/testdir/test_substitute.vim, src/testdir/test_syn_attr.vim, src/testdir/test_syntax.vim, src/testdir/test_taglist.vim, src/testdir/test_utf8.vim, src/testdir/test_vartabs.vim, src/testdir/test_window_cmd.vimPatch 8.2.0449Problem: Vim9: crash if return typeis invalid. (Yegappan Lakshmanan)Solution: Always return some type, not NULL.Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.0450Problem: Not enoughtesting for restricted mode and function calls.Solution: Add more tests. (Yegappan Lakshmanan, closes #5847)Files: src/testdir/test_method.vim, src/testdir/test_restricted.vim, src/testdir/test_vim9_script.vimPatch 8.2.0451Problem: Win32: double-width character displayed incorrectly.Solution: First move the cursor to the first column. (Nobuhiro Takasaki, closes #5848)Files: src/os_win32.cPatch 8.2.0452Problem: channel_parse_messages() fails when called recursively.Solution: Return fora recursive call. (closes #5835)Files: src/channel.cPatch 8.2.0453Problem: Trailingspace injob_start() command causes empty argument.Solution: Ignore trailing space. (closes #5851)Files: src/misc2.c, src/testdir/test_channel.vimPatch 8.2.0454Problem: Some tests fail when the systemis slow.Solution: Make the run number global, use in the test to increase the waiting time. (closes #5841)Files: src/testdir/runtest.vim, src/testdir/test_functions.vimPatch 8.2.0455Problem: Cannot set the highlight group fora specific terminal.Solution: Add the "highlight" option to term_start(). (closes #5818)Files: src/terminal.c, src/structs.h, src/channel.c, src/testdir/test_terminal.vim, runtime/doc/terminal.txt, src/testdir/dumps/Test_terminal_popup_Terminal.dump, src/testdir/dumps/Test_terminal_popup_MyTermCol.dumpPatch 8.2.0456Problem: Test_confirm_cmdis flaky.Solution: Addaterm_wait() call. (closes #5854)Files: src/testdir/test_excmd.vimPatch 8.2.0457Problem: Test_quotestar() often fails when run under valgrind.Solution: Wait longer for theGUI to start.Files: src/testdir/test_quotestar.vimPatch 8.2.0458Problem: Missing feature check in test function.Solution: Add check commands.Files: src/testdir/test_excmd.vimPatch 8.2.0459Problem: Cannot check ifa function nameis correct.Solution: Add "?funcname" to exists().Files: runtime/doc/eval.txt, src/evalfunc.c, src/testdir/test_exists.vim, src/testdir/check.vimPatch 8.2.0460 (after 8.2.0459)Problem: Build failure because of wrong feature name.Solution: Correct feature name.Files: src/evalfunc.cPatch 8.2.0461Problem: Confirm test fails on amd64 system. (Alimar Riesebieter)Solution: Add an extra WaitForAssert(). (Dominique Pellé)Files: src/testdir/test_excmd.vimPatch 8.2.0462Problem: Previewwindow test fails on some systems. (James McCoy)Solution: Waita bit after sending the "o". (closes #5849)Files: src/testdir/test_popup.vim, src/testdir/dumps/Test_popup_and_previewwindow_01.dumpPatch 8.2.0463Problem: Build error without float andchannel feature. (John Marriott)Solution: Define return types always.Files: src/globals.h, src/evalfunc.cPatch 8.2.0464Problem: Typos and other small problems.Solution: Fix the typos. Add missing files to the distribution.Files: Filelist, src/buffer.c, src/drawline.c, src/gui_gtk_x11.c, src/os_unixx.h, src/proto/popupwin.proPatch 8.2.0465Problem: Vim9: dead code and wrong return type.Solution: Remove dead code. Fix return type. Add more tests.Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.0466 (after 8.2.0452)Problem: Not parsingmessages recursively breaks the govim plugin.Solution: When called recursivelydo handlemessages butdo not close channels.Files: src/channel.cPatch 8.2.0467Problem: Vim9: someerrors are not testedSolution: Add more tests. Fix thatVim9script flagis not reset.Files: src/vim9compile.c, src/scriptfile.c, src/dict.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.0468Problem: GUI: pixel dust with some fonts and characters.Solution: Always redraw the character before the cursor. (Nir Lichtman, closes #5549, closes #5856)Files: src/gui.c, src/proto/gui.pro, src/screen.cPatch 8.2.0469Problem: Vim9: no error for missing] after list.Solution: Add error message. Add more tests.Files: src/globals.h, src/list.c, src/userfunc.c, src/testdir/test_vim9_expr.vim, src/testdir/test_lambda.vimPatch 8.2.0470Problem: Test_confirm_cmd_cancel() can fail ona slow system.Solution: Use WaitForAssert(). (Ozaki Kiichi, closes #5861)Files: src/testdir/test_excmd.vimPatch 8.2.0471Problem: Missing change to compile_list().Solution: Add error message.Files: src/vim9compile.cPatch 8.2.0472Problem: Terminal highlight nameis set twice, leaking memory.Solution: Delete one.Files: src/terminal.cPatch 8.2.0473Problem: Variables declared in an outer scope.Solution: Declarevariables only in the scope where they are used.Files: src/evalvars.cPatch 8.2.0474 (after 8.2.0403)Problem: Cannot use:write when usingaplugin with BufWriteCmd.Solution: Reset BF_NOTEDITED after BufWriteCmd. (closes #5807)Files: src/fileio.c, src/testdir/test_autocmd.vimPatch 8.2.0475Problem:Channelout_cb test still fails sometimes on Mac.Solution: Use an even longer timeout.Files: src/testdir/test_channel.vimPatch 8.2.0476Problem: Terminal nasty callback test fails sometimes.Solution: useterm_wait() instead ofa sleep. (Yee Cheng Chin, closes #5865)Files: src/testdir/test_terminal.vimPatch 8.2.0477Problem: Vim9: errormessages not tested.Solution: Add more tests.Files: src/testdir/test_vim9_expr.vim, src/vim9execute.cPatch 8.2.0478Problem: Newbuffers are not added to the Buffers menu.Solution: Turn number into string. (Yee Cheng Chin, closes #5864)Files: runtime/menu.vim, src/testdir/test_menu.vimPatch 8.2.0479Problem: Unloading shared libraries on exit has no purpose.Solution: Do not unload shared libraries on exit.Files: src/if_lua.c, src/if_perl.xs, src/if_python.c, src/if_python3.c, src/if_ruby.c, src/if_tcl.cPatch 8.2.0480Problem: Vim9: some codeis not tested.Solution: Add more tests.Files: src/testdir/test_vim9_expr.vim, src/vim9compile.cPatch 8.2.0481Problem: Travisis still using trusty.Solution: Adjust config to use bionic. (Ozaki Kiichi, closes #5868)Files: .travis.yml, src/testdir/lsan-suppress.txtPatch 8.2.0482Problem:Channel andsandbox code not sufficiently tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #5855)Files: src/option.h, src/testdir/test_channel.vim, src/testdir/test_clientserver.vim, src/testdir/test_cmdline.vim, src/testdir/test_edit.vim, src/testdir/test_excmd.vim, src/testdir/test_normal.vim, src/testdir/test_prompt_buffer.vim, src/testdir/test_restricted.vim, src/testdir/test_smartindent.vim, src/testdir/test_substitute.vim, src/testdir/test_terminal.vim, src/testdir/test_textformat.vim, src/testdir/test_visual.vimPatch 8.2.0483Problem: Vim9: "letx=x+ 1" does not give an error.Solution: Hide the variable when compiling the expression.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.0484Problem: Vim9: some errormessages not tested.Solution: Add more tests.Files: src/testdir/test_vim9_expr.vimPatch 8.2.0485 (after 8.2.0483)Problem:Vim9script test fails.Solution: Stricter condition for adding new local variable.Files: Stricter condition for adding new local variable.Patch 8.2.0486Problem: Vim9: some code and errormessages not tested.Solution: Add more tests.Files: src/vim9compile.c, src/evalvars.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.0487Problem: Vim9: compiling not sufficiently tested.Solution: Add more tests. Fix bug with PCALL.Files: src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.0488Problem: Vim9: Compiling can break when usingalambda inside :def.Solution: Do not keepa pointer to the dfunc_T for longer time.Files: src/vim9compile.c, src/vim9.hPatch 8.2.0489Problem: Vim9: memory leaks.Solution: Free memory in the right place. Add hints for using asan.Files: src/vim9compile.c, src/testdir/lsan-suppress.txt, src/MakefilePatch 8.2.0490Problem: Win32: VTP doesn't respect'restorescreen'.Solution: Useescape codes to switch to alternate screen. (Nobuhiro Takasaki, closes #5872)Files: src/os_win32.cPatch 8.2.0491Problem: Cannot recognizea<script>mapping using maparg().Solution: Add the "script" key. (closes #5873)Files: src/map.c, runtime/doc/eval.txt, src/testdir/test_maparg.vimPatch 8.2.0492Problem: Vim9: some errormessages not tested.Solution: Add more tests. Remove dead code. Fix uncovered bugs.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.0493Problem: Vim9: some errormessages not tested.Solution: Add more tests. Fix uncovered bugs.Files: src/vim9compile.c, src/vim9execute.c, src/testing.c, src/eval.c, src/proto/testing.pro, src/evalfunc.c, runtime/doc/eval.txt, runtime/doc/testing.txt, src/testdir/test_vim9_script.vimPatch 8.2.0494Problem: Vim9: asan error.Solution: Only get the type when thereis one.Files: src/vim9compile.cPatch 8.2.0495Problem: Vim9: some code not tested.Solution: Add more tests. Support more const expressions.Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.0496Problem: Vim9: disassemble test fails.Solution: Separate test cases with recognized constant expressions.Files: src/testdir/test_vim9_disassemble.vimPatch 8.2.0497Problem: Tooverbose output from the asan build in Travis.Solution: Filter out suppression messages. (Ozaki Kiichi, closes #5874)Files: .travis.ymlPatch 8.2.0498Problem: Coverity complains about uninitialized field.Solution: Initialize the whole typval_T.Files: src/vim9compile.cPatch 8.2.0499Problem: Callingalambdais slower than evaluatinga string.Solution: Make callingalambda faster. (Ken Takata, closes #5727)Files: src/userfunc.cPatch 8.2.0500Problem: Using the same loop in many places.Solution: Define more FOR_ALL macros. (Yegappan Lakshmanan, closes #5339)Files: src/arglist.c, src/autocmd.c, src/buffer.c, src/change.c, src/channel.c, src/cmdexpand.c, src/diff.c, src/eval.c, src/evalbuffer.c, src/evalfunc.c, src/evalvars.c, src/evalwindow.c, src/ex_cmds2.c, src/filepath.c, src/globals.h, src/gui.c, src/if_py_both.h, src/if_ruby.c, src/insexpand.c, src/list.c, src/misc2.c, src/netbeans.c, src/popupwin.c, src/quickfix.c, src/screen.c, src/sign.c, src/spell.c, src/spellfile.c, src/spellsuggest.c, src/tag.c, src/terminal.c, src/userfunc.c, src/window.cPatch 8.2.0501Problem: Vim9:script test fails whenchannel featureis missing.Solution: Addahas() condition.Files: src/testdir/test_vim9_script.vimPatch 8.2.0502Problem: Vim9: some codeis not tested.Solution: Add more tests. Fix uncovered problems.Files: src/vim9compile.c, src/regexp.c, src/proto/regexp.pro, src/cmdexpand.c, src/ex_cmds.c, src/ex_docmd.c, src/ex_eval.c, src/ex_getln.c, src/highlight.c, src/search.c, src/syntax.c, src/tag.c, src/userfunc.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.0503Problem: Vim9: some codeis not tested.Solution: Add tests. Fix uncovered problems.Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.0504Problem: Vim9: leaking scope memory when compilation fails.Solution: Cleanup the scope list.Files: src/vim9compile.cPatch 8.2.0505Problem:term_gettty() not sufficiently tested.Solution: Add more asserts. (Dominique Pellé, closes #5877)Files: src/testdir/test_terminal.vimPatch 8.2.0506Problem: Coverity complains about ignoring return value.Solution: Add (void).Files: src/userfunc.cPatch 8.2.0507 (after 8.2.0472)Problem: Getbufvar() may get the wrong dictionary. (David le Blanc)Solution: Check for empty name. (closes #5878)Files: src/evalvars.c, src/testdir/test_functions.vimPatch 8.2.0508Problem: Vim9: func andpartial types not done yetSolution: Fill in details about func declaration, dropa separatepartial declaration.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/globals.h, src/structs.h, src/evalfunc.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.0509Problem:various codeis not properly tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #5871)Files: src/main.c, src/testdir/check.vim, src/testdir/shared.vim, src/testdir/term_util.vim, src/testdir/test_clientserver.vim, src/testdir/test_ex_mode.vim, src/testdir/test_expand.vim, src/testdir/test_functions.vim, src/testdir/test_options.vim, src/testdir/test_startup.vim, src/testdir/test_textformat.vim, src/testdir/test_trycatch.vim, src/testdir/test_viminfo.vimPatch 8.2.0510Problem: Coverity complains about using uninitialized variable.Solution: Assigna value to "scol". Move code inside NULL check.Files: src/beval.c, src/popupwin.cPatch 8.2.0511Problem:Cscope code not fully tested.Solution: Add more test cases. (Dominique Pellé, closes #5886)Files: src/testdir/test_cscope.vimPatch 8.2.0512Problem: Vim9: no optional arguments in func type.Solution: Check for questionmark after type. Find functionreference without function().Files: src/vim9compile.c, src/vim9execute.c, src/structs.h, src/globals.h, src/vim.h, src/vim9.h, src/userfunc.c, src/testdir/Make_all.mak, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.0513Problem: Reading past allocated memory when using varargs.Solution: Fixcopying function argument types.Files: src/vim9compile.cPatch 8.2.0514Problem: Several globalfunctions are used in only one file.Solution: Make thefunctions static. (Yegappan Lakshmanan, closes #5884)Files: src/drawscreen.c, src/evalvars.c, src/getchar.c, src/list.c, src/proto/drawscreen.pro, src/proto/evalvars.pro, src/proto/getchar.pro, src/proto/list.pro, src/proto/version.pro, src/version.cPatch 8.2.0515Problem: Some compilers cannot add to "void *".Solution: Cast to "char *".Files: src/vim9compile.cPatch 8.2.0516Problem: Client-server codeis spread out.Solution: Moveclient-server code toa new file. (Yegappan Lakshmanan, closes #5885)Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/README.md, src/clientserver.c, src/evalfunc.c, src/main.c, src/proto.h, src/proto/clientserver.pro, src/proto/main.proPatch 8.2.0517Problem: Vim9: cannot separate "func" and "func(): void".Solution: Use VAR_ANY for "any" and VAR_UNKNOWN for "no type".Files: src/structs.h, src/globals.h, src/eval.c, src/evalfunc.c, src/evalvars.c, src/testing.c, src/vim9compile.c, src/vim9execute.c, src/viminfo.c, src/if_py_both.h, src/json.c, src/testdir/test_vim9_func.vimPatch 8.2.0518Problem:Aterminal falls back to setting $TERM to "xterm".Solution: Use "xterm-color" if more than 16 colors are supported and "xterm-256color" ifat least 256 colors are supported. (closes #5887)Files: src/os_unix.cPatch 8.2.0519Problem: Vim9: return type not properly checked.Solution: Check type properly, alsoat runtime.Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.0520Problem: Tests are not listed in sorted order.Solution: Move test_ex_mode. (Doug Richardson, closes #5889)Files: src/testdir/Make_all.makPatch 8.2.0521Problem: Crash when readingablob fails.Solution: Avoid keepinga pointer toa freedblob object. (Dominique Pellé, closes #5890) Adjust error messages.Files: src/filepath.c, src/testdir/test_blob.vimPatch 8.2.0522Problem: Severalerrors are not tested for.Solution: Add tests. (Yegappan Lakshmanan, closes #5892)Files: src/testdir/test_autocmd.vim, src/testdir/test_clientserver.vim, src/testdir/test_digraph.vim, src/testdir/test_expand.vim, src/testdir/test_expr.vim, src/testdir/test_functions.vim, src/testdir/test_gui.vim, src/testdir/test_highlight.vim, src/testdir/test_ins_complete.vim, src/testdir/test_lambda.vim, src/testdir/test_listdict.vim, src/testdir/test_normal.vim, src/testdir/test_options.vim, src/testdir/test_preview.vim, src/testdir/test_user_func.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vim, src/testdir/test_viminfo.vim, src/testdir/test_vimscript.vim, src/testdir/test_window_cmd.vimPatch 8.2.0523Problem: Loops are repeated.Solution: Use FOR_ALL_ macros. (Yegappan Lakshmanan, closes #5882)Files: src/buffer.c, src/drawscreen.c, src/evalfunc.c, src/evalwindow.c, src/globals.h, src/gui_athena.c, src/gui_gtk.c, src/gui_motif.c, src/gui_w32.c, src/list.c, src/menu.c, src/popupmenu.c, src/popupwin.c, src/quickfix.c, src/syntax.c, src/time.c, src/userfunc.c, src/vim9compile.cPatch 8.2.0524Problem: Win32: searching for file matchesis slow.Solution: Instead of making another round to find any short filename, check for the short name right away. Avoid using an ordinary file likea directory. (Nir Lichtman, closes #5883)Files: src/filepath.cPatch 8.2.0525 (after 8.2.0524)Problem: Win32: typo in assignment and misplaced paren.Solution: Fix the syntax.Files: src/filepath.cPatch 8.2.0526Problem: Gcc 9 complains about empty statement.Solution: Add {}. (Dominique Pellé, closes #5894)Files: src/evalfunc.cPatch 8.2.0527Problem: Vim9: function types insufficiently tested.Solution: Add more tests. Fix whitespace check. Add "test_vim9" target.Files: src/vim9compile.c, src/testdir/test_vim9_func.vim, src/Makefile, src/testdir/Makefile, src/testdir/Make_all.makPatch 8.2.0528Problem: Vim9: function arguments insufficiently tested.Solution: Check types. Add more tests. Fix function with varargs only.Files: src/vim9compile.c, src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.0529Problem: Vim9: function argument with default not checked.Solution: Check type of argument with default value.Files: src/vim9compile.c, src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.0530Problem: Test crashes on s390. (James McCoy)Solution: Explicitly define an 8 big signed type. (closes #5897)Files: src/structs.hPatch 8.2.0531Problem: Variouserrors not tested.Solution: Add tests. (Yegappan Lakshmanan, closes #5895)Files: src/testdir/test_search.vim, src/testdir/test_source.vim, src/testdir/test_syntax.vim, src/testdir/test_user_func.vim, src/testdir/test_vimscript.vimPatch 8.2.0532Problem: Cannot usesimplify()asa method.Solution: Add FEARG_1. (closes #5896)Files: runtime/doc/eval.txt, src/evalfunc.c, src/testdir/test_functions.vimPatch 8.2.0533Problem: Tests usingterm_wait() can still be flaky.Solution: Increase the wait time when rerunninga test. (James McCoy, closes #5899) Halve the initial times to make tests run faster when thereis no rerun.Files: src/testdir/term_util.vim, src/testdir/test_arglist.vim, src/testdir/test_autocmd.vim, src/testdir/test_balloon.vim, src/testdir/test_bufline.vim, src/testdir/test_channel.vim, src/testdir/test_cmdline.vim, src/testdir/test_conceal.vim, src/testdir/test_cursorline.vim, src/testdir/test_debugger.vim, src/testdir/test_diffmode.vim, src/testdir/test_display.vim, src/testdir/test_functions.vim, src/testdir/test_highlight.vim, src/testdir/test_ins_complete.vim, src/testdir/test_mapping.vim, src/testdir/test_match.vim, src/testdir/test_matchadd_conceal.vim, src/testdir/test_messages.vim, src/testdir/test_number.vim, src/testdir/test_popup.vim, src/testdir/test_popupwin.vim, src/testdir/test_profile.vim, src/testdir/test_search.vim, src/testdir/test_search_stat.vim, src/testdir/test_startup.vim, src/testdir/test_startup_utf8.vim, src/testdir/test_statusline.vim, src/testdir/test_suspend.vim, src/testdir/test_swap.vim, src/testdir/test_tagjump.vim, src/testdir/test_terminal.vim, src/testdir/test_terminal_fail.vim, src/testdir/test_timers.vim, src/testdir/test_vimscript.vimPatch 8.2.0534Problem: Client-server test fails under valgrind.Solution: Use WaitForAssert().Files: src/testdir/test_clientserver.vimPatch 8.2.0535Problem: Regexp patterns not fully tested.Solution: Add moreregexp tests and others. (Yegappan Lakshmanan, closes #5901)Files: src/testdir/test_marks.vim, src/testdir/test_options.vim, src/testdir/test_regexp_latin.vim, src/testdir/test_search.vimPatch 8.2.0536Problem: Vim9: some compilation code not tested.Solution: Add more test cases.Files: src/evalvars.c, src/proto/evalvars.pro, src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.0537Problem: Vim9: no check forsandbox when setting v:var.Solution: Check for sandbox.Files: src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.0538Problem: Vim9: VAR_PARTIALis not used during compilation.Solution: Remove VAR_PARTIAL.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.cPatch 8.2.0539Problem: Comparing two NULLlist fails.Solution: Change the order of comparing two lists.Files: src/list.c, src/testdir/test_assert.vimPatch 8.2.0540Problem: Regexp and other code not tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #5904)Files: src/testdir/test_backspace_opt.vim, src/testdir/test_expr.vim, src/testdir/test_increment.vim, src/testdir/test_normal.vim, src/testdir/test_options.vim, src/testdir/test_regexp_latin.vim, src/testdir/test_search.vim, src/testdir/test_substitute.vim, src/testdir/test_terminal.vim, src/testdir/test_virtualedit.vimPatch 8.2.0541Problem: Travis CI does not give compiler warnings.Solution: Add flags for warnings. Fix uncovered problems. (Ozaki Kiichi, closes #5898)Files: .travis.yml, ci/config.mk.clang.sed, ci/config.mk.gcc.sed, ci/config.mk.sed, src/if_perl.xs, src/if_ruby.c, src/libvterm/t/harness.cPatch 8.2.0542Problem: No test for E386.Solution: Adda test. (Dominique Pellé, closes #5911)Files: src/testdir/test_search.vimPatch 8.2.0543Problem: Vim9: function with varargs does not work properly.Solution: Improve function type spec and add tests. Fix bugs.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/vim9execute.c, src/structs.h, src/testdir/test_vim9_func.vimPatch 8.2.0544Problem: Memory leak in search test.Solution: Free msgbuf. (Dominique Pellé, closes #5912)Files: src/search.cPatch 8.2.0545Problem: Unused arguments ignored in non-standard way.Solution: Add UNUSED instead of (void).Files: src/libvterm/t/harness.cPatch 8.2.0546Problem: Vim9: varargs implementationis inefficient.Solution: Createlist without moving the arguments.Files: src/vim9compile.c, src/vim9execute.cPatch 8.2.0547Problem: Win32: restoring screen not always done right.Solution: Usea more appropriate method. (Nobuhiro Takasaki, closes #5909)Files: src/os_win32.cPatch 8.2.0548Problem: Vim9: not all possible func typeerrors tested.Solution: Add more tests.Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.0549Problem:User systemd files not recognized.Solution: Addfiletype patterns. (Kevin Locke, closes #5914)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0550Problem: Some changes in the libvterm upstream code.Solution: Include some changes.Files: src/libvterm/t/harness.cPatch 8.2.0551Problem: Not all code foroptionsis tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #5913)Files: src/testdir/test_options.vim, src/testdir/test_python3.vim, src/testdir/test_undo.vim, src/testdir/test_vimscript.vimPatch 8.2.0552Problem: Vim9: someerrors not covered by tests.Solution: Add more tests. CheckFuncref argument types.Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.0553 (after 8.2.0550)Problem: Error for unused argument.Solution: Add UNUSED.Files: src/libvterm/t/harness.cPatch 8.2.0554Problem: TheGUI doesn't set t_Co.Solution: In theGUI sett_Co to 256 * 256 * 256. (closes #5903)Files: src/term.c, src/proto/term.pro, src/gui.c, src/testdir/test_gui.vimPatch 8.2.0555Problem: Vim9: line continuationis not always needed.Solution: Recognize continuation lines automatically inlist and dict.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.0556Problem: Vim9: memory leak when finding common type.Solution: Store allocated memory in type growarray.Files: src/vim9compile.cPatch 8.2.0557Problem: No IPv6 support for channels.Solution: Add IPv6 support. (Ozaki Kiichi, closes #5893)Files: .travis.yml, runtime/doc/channel.txt, runtime/doc/various.txt, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/auto/configure, src/channel.c, src/config.h.in, src/configure.ac, src/evalfunc.c, src/proto/channel.pro, src/testdir/check.vim, src/testdir/runtest.vim, src/testdir/test_cdo.vim, src/testdir/test_channel.py, src/testdir/test_channel.vim, src/testdir/test_channel_6.py, src/testdir/test_escaped_glob.vim, src/testdir/test_getcwd.vim, src/testdir/test_hide.vimPatch 8.2.0558Problem: Vim9:dict code not covered by tests.Solution: Remove dead code, adjust test case.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.0559Problem: Clearinga structis verbose.Solution: Define and use CLEAR_FIELD() and CLEAR_POINTER().Files: src/vim.h, src/blowfish.c, src/channel.c, src/charset.c, src/clipboard.c, src/diff.c, src/eval.c, src/evalfunc.c, src/ex_cmds2.c, src/ex_docmd.c, src/ex_getln.c, src/findfile.c, src/gui_gtk_f.c, src/gui_mac.c, src/gui_motif.c, src/gui_w32.c, src/gui_x11.c, src/hardcopy.c, src/hashtab.c, src/highlight.c, src/if_mzsch.c, src/insexpand.c, src/kword_test.c, src/list.c, src/main.c, src/map.c, src/memfile.c, src/message_test.c, src/misc1.c, src/netbeans.c, src/normal.c, src/ops.c, src/option.c, src/os_mswin.c, src/os_win32.c, src/popupmenu.c, src/quickfix.c, src/regexp.c, src/regexp_bt.c, src/regexp_nfa.c, src/search.c, src/sign.c, src/spell.c, src/spellfile.c, src/spellsuggest.c, src/syntax.c, src/tag.c, src/terminal.c, src/time.c, src/undo.c, src/userfunc.c, src/vim9compile.c, src/vim9execute.c, src/if_py_both.hPatch 8.2.0560Problem: Compiler warning in tiny build.Solution: Move declaration inside #ifdef. (Dominique Pellé, closes #5915)Files: src/ex_docmd.cPatch 8.2.0561Problem: Vim9: cannot split function call in multiple lines.Solution: Find more arguments in following lines.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.0562Problem: Vim9: cannot split anexpression into multiple lines.Solution: Continue in next line after an operator.Files: runtime/doc/vim9.txt, src/macros.h, src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.0563Problem: Vim9: cannot splita function line.Solution: Continue in next line so longas the function isn't done.Files: runtime/doc/vim9.txt, src/userfunc.c, src/proto/userfunc.pro, src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.0564Problem: Vim9: callinga def function from non-vim9 may fail.Solution: Convert varargs toa list.Files: src/testdir/test_vim9_func.vim, src/vim9execute.cPatch 8.2.0565Problem: Vim9: tests contain superfluous line continuation.Solution: Remove line continuation no longer needed. Skip empty lines.Files: src/vim9compile.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.0566Problem: Vim9: variable can be used uninitialized.Solution: Jump to after where variableis used.Files: src/vim9execute.cPatch 8.2.0567Problem: Vim9: cannotput comments halfway expressions.Solution: Support# comments in many places.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/userfunc.c, src/ex_docmd.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.0568Problem: The manfiletypeplugin overwrites the unnamed register.Solution: Use the black hole register. (Jason Franklin)Files: runtime/ftplugin/man.vim, src/testdir/test_man.vimPatch 8.2.0569Problem: Build failure with tiny version.Solution: Add #ifdef.Files: src/ex_docmd.cPatch 8.2.0570Problem: Vim9: no error when omitting type from argument.Solution: Enforce specifying argument types.Files: src/userfunc.c, src/ex_eval.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.0571Problem: Double free when passing invalid argument to job_start().Solution: Clear the argument when freed. (Masato Nishihata, closes #5926)Files: src/misc2.c, src/testdir/test_channel.vimPatch 8.2.0572 (after 8.2.0571)Problem: Using two lines for free and reset.Solution: Use VIM_CLEAR() instead. (Yegappan Lakshmanan)Files: src/misc2.cPatch 8.2.0573Problem: using:version twice leaks memorySolution: Only initializevariables once. (Dominique Pellé, closes #5917)Files: src/testdir/Make_all.mak, src/testdir/test_alot.vim, src/testdir/test_version.vim, src/version.c, src/globals.hPatch 8.2.0574Problem: Ipv6 feature not shown in:version output.Solution: Add ipv6 in:version output. (Ozaki Kiichi, closes #5924)Files: runtime/doc/eval.txt, src/version.cPatch 8.2.0575Problem: :digraph! not tested.Solution: Adda test. (Dominique Pellé, closes #5925)Files: src/testdir/test_digraph.vimPatch 8.2.0576Problem: Someerrors are not covered by tests.Solution: Adda few more tests. (Dominique Pellé, closes #5920)Files: src/testdir/test_buffer.vim, src/testdir/test_digraph.vim, src/testdir/test_expr.vim, src/testdir/test_messages.vimPatch 8.2.0577Problem: Not all modifiers supported for :options.Solution: Use all cmdmod.split flags. (closes #4401)Files: src/usercmd.c, src/proto/usercmd.pro, src/scriptfile.c, src/testdir/test_options.vim, src/testdir/test_usercommands.vimPatch 8.2.0578Problem: Heredoc for interfaces does not support "trim".Solution: Update thescript heredoc support to be sameas the:let command. (Yegappan Lakshmanan, closes #5916)Files: runtime/doc/if_lua.txt, runtime/doc/if_mzsch.txt, runtime/doc/if_perl.txt, runtime/doc/if_pyth.txt, runtime/doc/if_ruby.txt, runtime/doc/if_tcl.txt, src/evalvars.c, src/ex_getln.c, src/proto/evalvars.pro, src/testdir/test86.in, src/testdir/test87.in, src/testdir/test_lua.vim, src/testdir/test_perl.vim, src/testdir/test_python2.vim, src/testdir/test_python3.vim, src/testdir/test_pyx2.vim, src/testdir/test_pyx3.vim, src/testdir/test_ruby.vim, src/testdir/test_tcl.vim, src/userfunc.c, src/vim9compile.cPatch 8.2.0579Problem: Coverity warns for unused value.Solution: Change order and use "else if".Files: src/os_unix.cPatch 8.2.0580Problem: Window size wrong if'ea'is off and'splitright'is on and splitting then closinga window.Solution: Put abandonedwindowspace in the right place. (Mark Waggoner)Files: src/testdir/test_winbuf_close.vim, src/window.cPatch 8.2.0581 (after 8.2.0547)Problem:Win32 console: the cursor positionis always top-left.Solution: Revert the patch for restoring screen.Files: src/os_win32.cPatch 8.2.0582Problem: Color ramp test does not show text colors.Solution: Adda row of 16 text colors and 16bold text colors.Files: src/testdir/color_ramp.vimPatch 8.2.0583Problem: Vim9:# comment not recognized in:def function.Solution: Recognize and skip# comment.Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.0584Problem: Viminfo file uses obsolete function file_readable().Solution: Use filereadable(). (closes #5934)Files: src/session.cPatch 8.2.0585Problem: Vim9:# comment not recognized after :vim9script.Solution: Checkscript type. Make comment after ":echo" work. And in several other places.Files: src/ex_docmd.c, src/proto/ex_docmd.pro, src/eval.c, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.0586Problem: Vim9:# comment not sufficiently testedSolution: Check for preceding white space.Files: src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.0587Problem: Compiler warning for unused variable.Solution: Add UNUSED.Files: src/ex_docmd.cPatch 8.2.0588Problem: Putty does not use "sgr"'ttymouse' by default.Solution: Make "sgr" the default for Putty. (Christian Brabandt, closes #5942)Files: src/term.cPatch 8.2.0589Problem: .bsd file type not recognized.Solution: Recognize .bsdas BSDL. (Daniel Kho, closes #5945)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0590Problem: No'backspace' value allows ignoring the insertion point.Solution: Add the "nostop" and 3 values. (Christian Brabandt, closes #5940)Files: runtime/doc/options.txt, src/edit.c, src/option.c, src/option.h, src/optionstr.c, src/testdir/gen_opt_test.vim, src/testdir/test_backspace_opt.vimPatch 8.2.0591Problem: MS-Windows: should always support IPv6Solution: Add build flag. (Ozaki Kiichi, closes #5944)Files: src/Make_cyg_ming.mak, src/Make_mvc.makPatch 8.2.0592Problem:MS-Windows with VTP: cursoris not made invisible.Solution: Output the code to make the cursor visible or invisible. (Nobuhiro Takasaki, closes #5941)Files: src/os_win32.cPatch 8.2.0593Problem: Findinga user commandis not optimal.Solution: Start further down in thelist of commands.Files: src/ex_cmds.h, src/ex_docmd.cPatch 8.2.0594Problem: MS-Windows: cannot build with WINVER set to 0x0501.Solution: Only use inet_ntop() when available. (Ozaki Kiichi, closes #5946)Files: src/Make_cyg_ming.mak, src/Make_mvc.mak, src/auto/configure, src/channel.c, src/config.h.in, src/configure.acPatch 8.2.0595Problem: Vim9: not all commands using ends_excmd() tested.Solution: Find# comment after regular commands. Add more tests. Report error for whereit was caused.Files: src/ex_docmd.c, src/vim9compile.c, src/vim9execute.c, src/usercmd.c, src/evalfunc.c, src/userfunc.c, src/proto/userfunc.pro, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.0596Problem: Crash in test49.Solution: Check the right pointer.Files: src/userfunc.c, src/testdir/test_eval.okPatch 8.2.0597Problem: Test_evalis old style.Solution: Change some tests toa new style test.Files: src/testdir/test_eval.in, src/testdir/test_eval.ok, src/testdir/test_eval_stuff.vimPatch 8.2.0598Problem: Test_eval_stuff fails in normal terminal.Solution: Close the new window.Files: src/testdir/test_eval_stuff.vimPatch 8.2.0599Problem: Netbeans interface insufficiently tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #5921)Files: runtime/doc/netbeans.txt, src/netbeans.c, src/os_win32.c, src/testdir/runtest.vim, src/testdir/test_netbeans.py, src/testdir/test_netbeans.vimPatch 8.2.0600Problem: Vim9: cannot read or write w:,t: andb: variables.Solution: Implement load and store for w:,t: andb: variables. (closes #5950)Files: src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vim, src/vim9.h, src/vim9compile.c, src/vim9execute.cPatch 8.2.0601Problem: Vim9::unletis not compiled.Solution: Implement:unlet instruction and check for errors.Files: src/vim9compile.c, src/proto/vim9compile.pro, src/vim9.h, src/vim9execute.c, src/evalvars.c, src/proto/evalvars.pro, src/eval.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.0602Problem::unlet $VAR does not work properly.Solution: Make ":lockvar $VAR" fail. Check the "skip" flag.Files: src/evalvars.c, src/globals.h, src/testdir/test_vimscript.vimPatch 8.2.0603Problem: Configure does not detect moonjit.Solution: Add check for moonjit. (Shlomi Fish, closes #5947)Files: src/configure.ac, src/auto/configurePatch 8.2.0604Problem::startinsert inaterminalwindow used later.Solution: Ignore:startinsert inaterminal window. (closes #5952)Files: src/ex_docmd.c, src/testdir/test_terminal.vimPatch 8.2.0605Problem: Vim9: cannot unlet an environment variable.Solution: Implement unlet for $VAR.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.0606Problem: Severalsyntax HLerrors not checked.Solution: Add tests. (Yegappan Lakshmanan, closes #5954)Files: src/testdir/test_syntax.vimPatch 8.2.0607Problem: Gcc warns for using uninitialized variable. (John Marriott)Solution: Set name_end also for environment variables.Files: src/evalvars.cPatch 8.2.0608Problem: Warning from clang when building message test.Solution: Usea void pointer. (Dominique Pellé, closes #5958)Files: src/message_test.cPatch 8.2.0609Problem: Configure does not detect moonjit correctly.Solution: Double the brackets. (Ozaki Kiichi)Files: src/configure.ac, src/auto/configurePatch 8.2.0610Problem: Some tests are still old style.Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #5957)Files: src/testdir/test_blob.vim, src/testdir/test_cursor_func.vim, src/testdir/test_eval.in, src/testdir/test_eval.ok, src/testdir/test_eval_func.vim, src/testdir/test_eval_stuff.vim, src/testdir/test_expr.vim, src/testdir/test_filter_map.vim, src/testdir/test_functions.vim, src/testdir/test_listdict.vim, src/testdir/test_sort.vim, src/testdir/test_syntax.vim, src/testdir/test_utf8.vim, src/testdir/test_vimscript.vimPatch 8.2.0611Problem: Vim9: no check forspace before #comment.Solution: Addspace checks.Files: src/eval.c, src/evalvars.c, src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.0612Problem: Vim9: no check forspace before #comment.Solution: Addspace checks.Files: src/ex_eval.c, src/ex_cmds.c, src/regexp.c, src/proto/regexp.pro, src/gui.c, src/highlight.c, src/testdir/test_vim9_script.vim, src/testdir/test_sort.vimPatch 8.2.0613Problem: Vim9: no check forspace before #comment.Solution: Addspace checks.Files: src/highlight.c, src/menu.c, src/syntax.c, src/testdir/test_vim9_script.vim, runtime/lang/menu_de_de.latin1.vimPatch 8.2.0614Problem: Get ml_get error whendeletinga line in'completefunc'. (Yegappan Lakshmanan)Solution: Lock the text while evaluating'completefunc'.Files: src/insexpand.c, src/globals.h, src/edit.c, src/ex_getln.c, src/undo.c, src/testdir/test_edit.vim, src/testdir/test_excmd.vim, src/testdir/test_gf.vim, src/testdir/test_popup.vim, src/testdir/test_ex_mode.vim, runtime/doc/insert.txtPatch 8.2.0615Problem: Regexp benchmark testis old style.Solution: Makeita new style test. Fix usinga NULL list. Add more tests. (Yegappan Lakshmanan, closes #5963)Files: src/evalbuffer.c, src/testdir/Make_dos.mak, src/testdir/Make_ming.mak, src/testdir/Makefile, src/testdir/bench_re_freeze.in, src/testdir/bench_re_freeze.vim, src/testdir/test_autocmd.vim, src/testdir/test_bench_regexp.vim, src/testdir/test_blob.vim, src/testdir/test_bufline.vim, src/testdir/test_channel.vim, src/testdir/test_cmdline.vim, src/testdir/test_functions.vim, src/testdir/test_ins_complete.vim, src/testdir/test_popupwin.vim, src/testdir/test_prompt_buffer.vim, src/testdir/test_tagjump.vim, src/testdir/test_window_cmd.vimPatch 8.2.0616Problem: Build error when disabling thediff feature.Solution: Move parenthesis outside of #ifdef. (Tom Ryder)Files: src/drawline.cPatch 8.2.0617Problem: New error check triggers in Swedish menu.Solution:Insert backslash. (Mats Tegner, closes #5966)Files: runtime/lang/menu_sv_se.latin1.vimPatch 8.2.0618Problem: Echoinganulllist results in no output. (Yegappan Lakshmanan)Solution: Return "[]" instead of NULL in echo_string_core().Files: src/eval.c, src/testdir/test_messages.vimPatch 8.2.0619Problem: Nulldictis not handled like an empty dict.Solution: Fix the code and add tests. (Yegappan Lakshmanan, closes #5968)Files: src/dict.c, src/eval.c, src/testdir/test_blob.vim, src/testdir/test_expr.vim, src/testdir/test_filter_map.vim, src/testdir/test_let.vim, src/testdir/test_listdict.vim, src/testdir/test_search.vim, src/testdir/test_unlet.vim, src/testdir/test_usercommands.vim, src/testdir/test_vimscript.vimPatch 8.2.0620Problem: Error in menu translations.Solution:Insertabackslash beforea space.Files: runtime/lang/menu_it_it.latin1.vim, runtime/lang/menu_chinese_gb.936.vimPatch 8.2.0621Problem: After running tests asan files may remain.Solution: Clean up asan files with "make testclean".Files: src/testdir/Makefile, src/MakefilePatch 8.2.0622Problem: Haiku:GUI does not compile.Solution: Various fixes. (Emir Sarı, closes #5961)Files: Filelist, README.md, READMEdir/README_haiku.txt, runtime/doc/os_haiku.txt, src/Makefile, src/beval.h, src/gui_haiku.cc, src/proto/gui_haiku.proPatch 8.2.0623Problem: Typo in test comment. (Christ van Willegen)Solution: Avoid mixing upa data structure witha body part.Files: src/testdir/test_listdict.vimPatch 8.2.0624Problem: Vim9: no check forspace before #comment.Solution: Addspace checks. Fix:throw with double quoted string.Files: src/usercmd.c, src/userfunc.c, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.0625Problem: Vim9: confusing error when calling unknown function.Solution: Give error while compiling.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.0626Problem: Vim9: wrongsyntax of function inVim9 script.Solution: Give error for missing space. Implement:echomsg and :echoerr. (closes #5670)Files: src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/userfunc.c, src/eval.c, src/globals.h, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_script.vimPatch 8.2.0627Problem: Vim9: error message does not work. (Yegappan Lakshmanan)Solution: Swap lines.Files: src/userfunc.cPatch 8.2.0628Problem: Error in menu translations.Solution:Insertabackslash beforeaspace in one more file. (Shun Bai, Emir Sarı)Files: runtime/lang/menu_zh_cn.utf-8.vim, runtime/lang/menu_ca_es.latin1.vim, runtime/lang/menu_cs_cz.iso_8859-2.vim, runtime/lang/menu_cs_cz.utf-8.vim, runtime/lang/menu_czech_czech_republic.1250.vim, runtime/lang/menu_czech_czech_republic.ascii.vim, runtime/lang/menu_da.utf-8.vim, runtime/lang/menu_fi_fi.latin1.vim, runtime/lang/menu_hu_hu.iso_8859-2.vim, runtime/lang/menu_hu_hu.utf-8.vim, runtime/lang/menu_is_is.latin1.vim, runtime/lang/menu_no_no.latin1.vim, runtime/lang/menu_pt_br.vim, runtime/lang/menu_pt_pt.vim, runtime/lang/menu_sk_sk.iso_8859-2.vim, runtime/lang/menu_sl_si.latin2.vim, runtime/lang/menu_slovak_slovak_republic.1250.vim, runtime/lang/menu_tr_tr.cp1254.vim, runtime/lang/menu_tr_tr.iso_8859-9.vim, runtime/lang/menu_tr_tr.utf-8.vim, runtime/lang/menu_vi_vn.vimPatch 8.2.0629Problem: Settingaboolean option tov:false does not work.Solution: Do not use thestring representation of the value. (Christian Brabandt, closes #5974)Files: src/evalvars.c, src/testdir/test_options.vimPatch 8.2.0630Problem: "maketags" does not coverHaikuGUI file.Solution: Add *.cc files.Files: src/Make_all.makPatch 8.2.0631Problem:Haiku file formatted with wrong tabstop.Solution: Use normal tabstop. Fix white space.Files: src/gui_haiku.ccPatch 8.2.0632Problem: Crash when using Haiku.Solution: Lock the screen. (closes #5975, closes #5973)Files: src/screen.cPatch 8.2.0633Problem: Crash when usingnullpartial in filter().Solution: Fix crash. Add more tests. (Yegappan Lakshmanan, closes #5976)Files: src/eval.c, src/testdir/test_blob.vim, src/testdir/test_channel.vim, src/testdir/test_eval_stuff.vim, src/testdir/test_execute_func.vim, src/testdir/test_expr.vim, src/testdir/test_filter_map.vim, src/testdir/test_fold.vim, src/testdir/test_functions.vim, src/testdir/test_let.vim, src/testdir/test_listdict.vim, src/testdir/test_partial.vim, src/testdir/test_usercommands.vimPatch 8.2.0634Problem: Crash withnullpartial and blob.Solution: Check for NULL pointer. Add more tests. (Yegappan Lakshmanan, closes #5984)Files: src/eval.c, src/list.c, src/testdir/test_blob.vim, src/testdir/test_bufwintabinfo.vim, src/testdir/test_cd.vim, src/testdir/test_channel.vim, src/testdir/test_cursor_func.vim, src/testdir/test_eval_stuff.vim, src/testdir/test_expr.vim, src/testdir/test_filter_map.vim, src/testdir/test_fnamemodify.vim, src/testdir/test_functions.vim, src/testdir/test_getvar.vim, src/testdir/test_listdict.vim, src/testdir/test_messages.vim, src/testdir/test_partial.vim, src/testdir/test_quickfix.vim, src/testdir/test_tabpage.vim, src/testdir/test_vimscript.vim, src/testdir/test_window_cmd.vim, src/testdir/test_window_id.vim, src/testdir/test_writefile.vimPatch 8.2.0635Problem: When using 256 colors DarkYellow does not show expected color.Solution: Use color 3 instead of 130. (Romain Lafourcade, closes #5985)Files: src/highlight.cPatch 8.2.0636Problem::messages does not show the maintainer when $LANGis unset.Solution: Call get_mess_lang() if available. (closes #5978)Files: src/message.cPatch 8.2.0637Problem: Incsearch highlighting does not work for ":sort!".Solution: Skip over the exclamation point. (closes #5983)Files: src/ex_getln.c, src/testdir/test_search.vim, src/testdir/dumps/Test_incsearch_sort_02.dumpPatch 8.2.0638Problem: MS-Windows:messages test fails.Solution: Clear environment variables.Files: src/testdir/test_messages.vimPatch 8.2.0639Problem: MS-Windows:messages test still fails.Solution: Filter out the maintainer message.Files: src/testdir/test_messages.vimPatch 8.2.0640Problem: Vim9: expanding=expr does not work.Solution: Findwildcards in not compiled commands. Reorganize test files.Files: Filelist, src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/vim9.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vim, src/testdir/Make_all.makPatch 8.2.0641Problem: Vim9:=expr not expanded in:hardcopy and "syntax include".Solution: Add the EX_EXPAND flag. Expend "syntax include".Files: src/ex_cmds.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_cmd.vimPatch 8.2.0642Problem: Vim9: using invalid index.Solution: Checkindex for being valid. Fix memory leak.Files: src/vim9compile.c, src/clientserver.cPatch 8.2.0643 (after 8.2.0635)Problem: Terminal uses brown instead of dark yellow. (Romain Lafourcade)Solution: Use colorindex 3 instead of 130. (closes #5993)Files: src/terminal.cPatch 8.2.0644Problem: Insufficienttesting for invalid function arguments.Solution: Add more tests. (Yegappan Lakshmanan, closes #5988)Files: runtime/doc/eval.txt, src/testdir/test_bufline.vim, src/testdir/test_channel.vim, src/testdir/test_clientserver.vim, src/testdir/test_expr.vim, src/testdir/test_functions.vim, src/testdir/test_listener.vim, src/testdir/test_match.vim, src/testdir/test_menu.vim, src/testdir/test_quickfix.vim, src/testdir/test_registers.vim, src/testdir/test_reltime.vim, src/testdir/test_terminal.vim, src/testdir/test_textprop.vim, src/testdir/test_window_cmd.vim, src/testdir/test_window_id.vim, src/testdir/test_writefile.vimPatch 8.2.0645Problem:MS-Windows terminal:CTRL-C does not get to child job.Solution: Remove CREATE_NEW_PROCESS_GROUP from CreateProcessW(). (Nobuhiro Takasaki, closes #5987)Files: src/terminal.cPatch 8.2.0646Problem:t_Co uses the value of $COLORS in the GUI. (Masato Nishihata)Solution: Ignore $COLORS for the GUI. (closes #5992)Files: src/os_unix.c, src/term.cPatch 8.2.0647Problem: MS-Windows: repeatcount for events was not used.Solution: Check the repeat count. (Nobuhiro Takasaki, closes #5989)Files: src/os_win32.cPatch 8.2.0648Problem: Semicolon search does not work in first line.Solution: Allow the cursor to be in line zero. (Christian Brabandt, closes #5996)Files: src/ex_docmd.c, src/testdir/test_cmdline.vimPatch 8.2.0649Problem: Undo problem when anInsertLeaveautocommand resets undo. (Kutsan Kaplan)Solution: Do not createa newundo block when leavingInsert mode.Files: src/edit.c, src/testdir/test_edit.vimPatch 8.2.0650Problem: Vim9:script function can be deleted.Solution: Disallowdeletingscript function. Deletefunctions when sourcingascript again.Files: src/userfunc.c, src/proto/userfunc.pro, src/evalfunc.c, src/vim9compile.c, src/vim9execute.c, src/vim9script.c, src/scriptfile.c, src/testing.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.0651Problem: Old style benchmark test still inlist of distributed files.Solution: Remove the files from the list.Files: FilelistPatch 8.2.0652 (after 8.2.0650)Problem: Compiler warning for char conversion.Solution: Use unsigned char buffer.Files: src/userfunc.cPatch 8.2.0653 (after 8.2.0650)Problem: using uninitialized pointer.Solution: Move assignment up. (John Marriott)Files: src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.0654Problem: Building withPython fails.Solution: Add missing argument.Files: src/if_py_both.hPatch 8.2.0655Problem: Search code not sufficiently tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #5999)Files: src/testdir/test_charsearch.vim, src/testdir/test_gn.vim, src/testdir/test_goto.vim, src/testdir/test_ins_complete.vim, src/testdir/test_normal.vim, src/testdir/test_search.vim, src/testdir/test_textformat.vim, src/testdir/test_textobjects.vim, src/testdir/test_visual.vimPatch 8.2.0656Problem: MS-Windows: redrawing right screen edge may not be needed.Solution: Check the build version. (Nobuhiro Takasaki, closes #6002)Files: src/drawscreen.c, src/os_win32.c, src/proto/os_win32.proPatch 8.2.0657Problem: Vim9: no check if called variableisa FuncRef.Solution: Adda type check.Files: src/vim9compile.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_expr.vimPatch 8.2.0658 (after 8.2.0646)Problem: HP-UX build fails whensetenv()is not defined.Solution: Change "colors" to "t_colors". (John Marriott)Files: src/os_unix.cPatch 8.2.0659Problem: Vim9: no test for equal func type.Solution: Adda test. Improve type check.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.0660Problem: The search.c fileisa bit big.Solution: Split off the textobject code toa separate file. (Yegappan Lakshmanan, closes #6007)Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/README.md, src/proto.h, src/proto/search.pro, src/proto/textobject.pro, src/search.c, src/textobject.cPatch 8.2.0661Problem: Eval testis still old style.Solution: Change into new style tests. (Yegappan Lakshmanan, closes #6009)Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms, src/testdir/test_eval.in, src/testdir/test_eval.ok, src/testdir/test_eval_stuff.vimPatch 8.2.0662Problem: Cannot useinput() inachannel callback.Solution: Reset vgetc_busy. (closes #6010)Files: src/globals.h, src/ex_getln.c, src/evalfunc.c, src/testdir/test_channel.vimPatch 8.2.0663Problem: Not all systemd temp files are recognized.Solution: Add two more patterns. (Jamie Macdonald, closes #6003)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0664Problem: Included undesired changes in Makefile.Solution: Revert the changes.Files: src/MakefilePatch 8.2.0665Problem: Wrongly assumingPython executableis called "python".Solution: Use detectedpython command. (Ken Takata, closes #6016) Also use CheckFunction if possible.Files: src/testdir/test_terminal.vim, src/testdir/check.vimPatch 8.2.0666Problem:Ruby test fails on MS-Windows.Solution: Remove the "maintainer" line. (Ken Takata, closes #6015)Files: src/testdir/shared.vim, src/testdir/test_messages.vim, src/testdir/test_ruby.vimPatch 8.2.0667Problem: CannotinstallHaiku version from source.Solution: Update Makefile and rdef file. (Emir Sarı, closes #6013)Files: Filelist, READMEdir/README_haiku.txt, runtime/doc/os_haiku.txt, src/Makefile, src/os_haiku.rdef.in, src/os_haiku.rdefPatch 8.2.0668Problem: Compiler warning for int/size_t usage.Solution: Change "int" to "size_t". (Mike Williams)Files: src/vim9execute.cPatch 8.2.0669Problem: MS-Windows: display in VTPisa bit slow.Solution: Optimize the code. (Nobuhiro Takasaki, closes #6014)Files: src/os_win32.c, src/screen.cPatch 8.2.0670Problem: Cannot changewindow when evaluating'completefunc'.Solution: Makea difference between notchanging text orbuffers and also notchanging window.Files: src/ex_getln.c, src/beval.c, src/change.c, src/edit.c, src/eval.c, src/ex_docmd.c, src/insexpand.c, src/globals.h, src/indent.c, src/map.c, src/window.c, src/proto/ex_getln.pro, src/register.c, src/undo.c, src/testdir/test_edit.vim, src/testdir/test_ins_complete.vim, src/testdir/test_popup.vimPatch 8.2.0671Problem: Haiku: compiler warnings.Solution: Avoid the warnings. Drop display_errors() copy. (Emir Sarı, closes #6018)Files: .gitignore, src/gui.c, src/gui_haiku.ccPatch 8.2.0672Problem: Heredoc in scripts does not accept lowercase marker.Solution: Allow lowercase only in non-Vim scripts. (Ken Takata, closes #6019)Files: src/evalvars.c, src/testdir/test_lua.vim, src/testdir/test_perl.vim, src/testdir/test_python2.vim, src/testdir/test_python3.vim, src/testdir/test_pyx2.vim, src/testdir/test_pyx3.vim, src/testdir/test_ruby.vimPatch 8.2.0673Problem: Cannot buildHaiku in shadow directory.Solution: Add symlink. (Ozaki Kiichi, closes #6023)Files: src/MakefilePatch 8.2.0674Problem: Some source files are too big.Solution: Move textformattingfunctions toa new file. (Yegappan Lakshmanan, closes #6021)Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/README.md, src/edit.c, src/getchar.c, src/ops.c, src/option.c, src/proto.h, src/proto/edit.pro, src/proto/getchar.pro, src/proto/ops.pro, src/proto/option.pro, src/proto/textformat.pro, src/textformat.cPatch 8.2.0675Problem: Vim9: no support for closures.Solution: Do not re-use stack entries.Files: src/vim9compile.c, src/ex_docmd.c, src/proto/ex_docmd.pro, src/evalvars.c, src/proto/evalvars.proPatch 8.2.0676Problem:Pattern inlist of distributed files does not match.Solution: Drop "testdir/test_[a-z]*.ok". Add CI sed files.Files: FilelistPatch 8.2.0677Problem: Vim9: no support for closures.Solution: Findvariables in the outer function scope, so longas the scope exists.Files: src/vim9compile.c, src/proto/vim9compile.pro, src/userfunc.c, src/vim9execute.c, src/structs.h, src/vim9.h, src/testdir/test_vim9_func.vimPatch 8.2.0678Problem: Rare crash forpopup menu.Solution: Check for NULL pointer. (Nobuhiro Takasaki, closes #6027)Files: src/popupmenu.cPatch 8.2.0679Problem: Vim9: incomplete support for closures.Solution: At theend ofa function copy arguments and localvariables if they are still used bya referenced closure.Files: src/structs.h, src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.0680Problem: PTYGROUP and PTYMODE are unused.Solution: Remove from autoconf. (closes #6024)Files: src/configure.ac, src/auto/configure, src/config.h.inPatch 8.2.0681Problem:Pattern for'hlsearch' highlighting may leak. (Dominique Pellé)Solution: Call end_search_hl() to make sure the previouspatternis freed. (closes #6028)Files: src/screen.cPatch 8.2.0682Problem: Vim9: parsing function argument type can get stuck.Solution: Bail out when not making progress.Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.0683Problem: Vim9: parsing type does not always work.Solution: Handle func type without return value. Test more closures. Fix type check offset. Fix garbage collection.Files: src/vim9compile.c, src/vim9execute.c, src/proto/vim9execute.pro, src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.0684Problem: Vim9: memory leak when using lambda.Solution: Move the funccal context to the partial. Free the function when exiting.Files: src/vim9.h, src/structs.h, src/vim9execute.c, src/userfunc.c, src/eval.c, src/testdir/test_vim9_func.vimPatch 8.2.0685 (after 8.2.0684)Problem: Build failure.Solution: Include missing changes.Files: src/vim9compile.cPatch 8.2.0686Problem: Formatoptions not sufficiently tested.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #6031)Files: src/testdir/test_normal.vim, src/testdir/test_textformat.vimPatch 8.2.0687Problem: Some testsdo not work on FreeBSD.Solution: Enable modeline. Use WaitFor() in more cases. (Ozaki Kiichi, closes #6036)Files: src/testdir/test_quickfix.vim, src/testdir/test_terminal.vimPatch 8.2.0688Problem: Output clobbered if setting'verbose' to see shell commands.Solution: Only output "Searching for" when'verbose'is 11 or higher.Files: src/scriptfile.c, runtime/doc/options.txtPatch 8.2.0689Problem: When using getaddrinfo() the error messageis unclear.Solution: Use gai_strerror() to get the message. (Ozaki Kiichi, closes #6034)Files: src/channel.cPatch 8.2.0690Problem: Line number of option set bymodelineis wrong.Solution: Do not double the line number. (Ozaki Kiichi, closes #6035)Files: src/option.c, src/testdir/test_modeline.vimPatch 8.2.0691Problem: Startup test fails.Solution: Adjust expected output from -V2 argument.Files: src/testdir/test_startup.vimPatch 8.2.0692Problem: Startup test fails on MS-Windows.Solution: Allow for any path.Files: src/testdir/test_startup.vimPatch 8.2.0693Problem: Closure using argument not tested.Solution: Adda test, makeit work.Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.0694Problem: Haiku:channel andterminaldo not work.Solution: Close files when thejob has finished. (Ozaki Kiichi, closes #6039)Files: src/channel.c, src/getchar.c, src/gui_haiku.cc, src/misc1.cPatch 8.2.0695Problem: Vim9: cannot definea function insidea function.Solution: Initial support for:def inside :def.Files: src/userfunc.c, src/proto/userfunc.pro, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.0696Problem: Vim9: nested function does not work properlySolution: Createa function reference. Check argument count.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.0697Problem: Vim9: memory leak when using nested function.Solution: Unreference function whendeleting instructions. Adjustreferencecount for local variables.Files: src/vim9compile.c, src/vim9execute.cPatch 8.2.0698Problem:Insert mode completion not fully tested.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #6041)Files: src/testdir/test_edit.vim, src/testdir/test_ins_complete.vim, src/testdir/test_textformat.vimPatch 8.2.0699Problem: Vim9: not allerrors tested.Solution: Add test for deleted function. Bail out on first error.Files: src/vim9execute.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_expr.vim, src/testdir/vim9.vimPatch 8.2.0700Problem: Vim9: converting error message to exception not tested.Solution: Test exception from error. Do not continue after :echoerr.Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.0701Problem:Vim9 test fails withoutjob feature.Solution: Add feature check.Files: src/testdir/test_vim9_script.vimPatch 8.2.0702Problem: Runningchannel tests may leave running process behind.Solution: MakePython client exit when running into EOF. (Kurtis Rader, part of #6046)Files: src/testdir/test_channel_pipe.pyPatch 8.2.0703Problem: Vim9:closure cannot store value in outer context.Solution: Make storing value in outer context work. Make:disassemble accepta function reference.Files: src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/eval.c, src/structs.h, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_func.vimPatch 8.2.0704Problem: Vim9: memory leak in disassemble test.Solution: Decrement refcount when creating funccal.Files: src/vim9execute.cPatch 8.2.0705Problem: Indent tests don't run on CI for FreeBSD.Solution: Set modeline. (Ozaki Kiichi, closes #6048)Files: .cirrus.yml, runtime/indent/testdir/runtest.vimPatch 8.2.0706Problem: Vim9: usingassert_fails() causes function to finish.Solution: Check did_emsg instead of called_emsg.Files: src/vim9execute.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_script.vimPatch 8.2.0707Problem:Vim9 function test fails.Solution: Adjust expected error code.Files: src/testdir/test_vim9_func.vimPatch 8.2.0708Problem: Vim9: constant expressions are not simplified.Solution: Simplifystring concatenation.Files: src/vim9compile.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vimPatch 8.2.0709Problem: MS-Windows: compiler warning for int vs size_t.Solution: Add type cast. (Mike Williams)Files: src/channel.cPatch 8.2.0710Problem: Netbeans test sometimes fails.Solution:Mark any test using an external commandas flaky.Files: src/testdir/shared.vimPatch 8.2.0711Problem: Witha long running Vim the temp directory might be cleared on some systems.Solution: Lock the temp directory. (closes #6044)Files: src/config.h.in, src/configure.ac, src/auto/configure, src/fileio.c, src/globals.h, src/os_unix.hPatch 8.2.0712Problem: Various code not fully tested.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #6049)Files: src/testdir/test_functions.vim, src/testdir/test_options.vim, src/testdir/test_system.vim, src/testdir/test_termcodes.vimPatch 8.2.0713Problem: The pam_environment fileis not recognized.Solution: Addafiletypepattern for pamenv. (closes #6051)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0714Problem: Vim9: handling constantexpression does not scale.Solution: Use another solution, passing typval_T.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.0715Problem: Vim9: leaking memory.Solution: Free strings after concatenating them.Files: src/vim9compile.cPatch 8.2.0716Problem: Vim9: another memory leak.Solution: Clear typval when failing.Files: src/vim9compile.cPatch 8.2.0717Problem: Vim9: postponed constant expressions does not scale.Solution: Adda structure to pass around postponed constants.Files: src/vim9compile.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.0718Problem: Gcc warning for returning pointer to local variable. (John Marriott)Solution: Return another pointer.Files: src/evalvars.cPatch 8.2.0719Problem: Vim9: more expressions can be evaluatedat compile timeSolution: Recognize has('name').Files: src/vim9compile.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vimPatch 8.2.0720Problem: Occasional exit when encountering anX error. (Manfred Lotz)Solution: On anX errordo not exit,do preserve files.Files: src/os_unix.cPatch 8.2.0721Problem: Vim9: leaking memory when skipping.Solution: Disable skipping in generate_ppconst().Files: src/vim9compile.cPatch 8.2.0722Problem: Vim9: not handling constantexpression for elseif.Solution: Use postponed constants. Delete the code for evaluatinga constant expression.Files: src/vim9compile.cPatch 8.2.0723Problem: Vim9: nested constantexpression not evaluated compile time.Solution: Use compile_expr1() for parenthesis.Files: src/vim9compile.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.0724Problem: Vim9: appending to buffer/window/tab variable not testedSolution: Adda test.Files: src/testdir/test_vim9_script.vimPatch 8.2.0725Problem: Vim9: cannot calla function declared later inVim9 script.Solution: Make two passes through thescript file.Files: src/scriptfile.c, src/proto/scriptfile.pro, src/vim9script.c, src/vim9compile.c, src/vim9execute.c, src/proto/vim9compile.pro, src/userfunc.c, src/proto/userfunc.pro, src/evalvars.c, src/proto/evalvars.pro, src/vim.h, src/testdir/test_vim9_disassemble.vimPatch 8.2.0726Problem: Vim9: leaking memory when calling not compiled:def function.Solution: Check if functionis compiled earlier.Files: src/vim9execute.cPatch 8.2.0727Problem: MS-Windows: new gcc compiler does not support scanf format.Solution: Use "%ll" instead of "%I". (Ken Takata)Files: src/vim.hPatch 8.2.0728Problem: Messages abouta deadly signal are not left aligned.Solution: Outputa CR before the NL. (Dominique Pellé, #6055)Files: src/misc1.c, src/os_unix.cPatch 8.2.0729Problem: Vim9: When reloadingascriptvariables are not cleared.Solution: When sourcingascript again clear allscript-local variables.Files: src/dict.c, src/proto/dict.pro, src/scriptfile.c, src/testdir/test_vim9_script.vimPatch 8.2.0730Problem: Vim9: Assignment todict member does not work.Solution: Parsedict assignment. Implement gettingdict member.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/globals.h, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_script.vimPatch 8.2.0731Problem: Vim9: parsing declarations continues after :finish.Solution: Bail out when encountering :finish.Files: src/vim9script.c, src/testdir/test_vim9_script.vimPatch 8.2.0732Problem: Vim9: storing value indict messes up stack.Solution: Correct itemcount of stack.Files: src/vim9execute.c, src/testdir/test_vim9_cmd.vimPatch 8.2.0733Problem: Vim9: assigning todict orlist argument does not work.Solution: Recognize an argumentas assignment target.Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.0734Problem: Vim9: leaking memory when using :finish.Solution: Do not check for next line in third pass.Files: src/scriptfile.cPatch 8.2.0735Problem: Vim9: using uninitialized memory.Solution: Clear the arg_lvar field.Files: src/vim9compile.cPatch 8.2.0736Problem: Some files not recognizedas pamenv.Solution: Add pam_inv.conf. (closes #6065)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0737Problem: When shell doesn't supportCTRL-Z Vim still handles it.Solution: Ignore the STOP signal ifit was ignored on startup. (Kurtis Rader, closes #5990, closes #6058)Files: src/os_unix.cPatch 8.2.0738Problem: Mouse handling inaterminalwindow not well tested.Solution: Add tests. (Yegappan Lakshmanan, closes #6052)Files: src/testdir/term_util.vim, src/testdir/test_gui.vim, src/testdir/test_modeless.vim, src/testdir/test_terminal.vimPatch 8.2.0739Problem: Incompleteprofiling whenexiting because ofa deadly signal.Solution: Call __gcov_flush() if available.Files: src/os_unix.c, src/Makefile, .travis.ymlPatch 8.2.0740Problem: Minor message mistakes.Solution: Change vim to Vim and other fixes.Files: src/if_py_both.h, src/if_tcl.c, src/main.cPatch 8.2.0741Problem:Python tests fail because of changed message.Solution: Adjust the expectedmessages (Dominique Pellé, closes #6066)Files: src/testdir/test86.ok, src/testdir/test87.okPatch 8.2.0742Problem: Handling ofaTERM signal not tested.Solution: Adda test for SIGTERM. (Dominique Pellé, closes #6055)Files: src/testdir/test_signals.vimPatch 8.2.0743Problem: Can move to another buffer fromaterminal inpopup window.Solution: Do not allow "gf" or editinga file. (closes #6072)Files: src/normal.c, src/ex_cmds.c, src/testdir/test_popupwin.vimPatch 8.2.0744Problem: The name vimis not capitalized ina message.Solution: Use "Vim" instead of "vim".Files: src/main.cPatch 8.2.0745Problem: Crash on exit when not all popups are closed.Solution: Close popups when freeing all memory. Disable checking forpopup when editinga file for now.Files: src/misc2.c, src/ex_cmds.cPatch 8.2.0746Problem:popup_clear() hangs whenapopup can't be closed.Solution: Bail out whenapopup can't be closed.Files: src/popupwin.c, src/proto/popupwin.proPatch 8.2.0747Problem: Cannot forcefully close all popups.Solution: Add the "force" argument to popup_clear(). Useit after runninga test. Put back the check forapopup when editinga file.Files: runtime/doc/popup.txt, src/evalfunc.c, src/popupwin.c, src/proto/popupwin.pro, src/tag.c, src/window.c, src/misc2.c, src/ex_cmds.c, src/channel.c, src/testdir/runtest.vim, src/testdir/test_terminal.vimPatch 8.2.0748Problem: Cannot getalist of all popups.Solution: Add popup_list(). Useit in the test runner.Files: runtime/doc/eval.txt, runtime/doc/popup.txt, src/popupwin.c, src/proto/popupwin.pro, src/evalfunc.c, src/testdir/test_popupwin.vim, src/testdir/runtest.vimPatch 8.2.0749Problem:TERM signal test fails on FreeBSD.Solution: Do not check the messages, the may appear anywhere. (Dominique Pellé, closes #6075)Files: src/testdir/test_signals.vimPatch 8.2.0750Problem: Netbeans testisa bit flaky.Solution: Allow for standard sign to be defined. Use WaitForAssert().Files: src/testdir/test_netbeans.vimPatch 8.2.0751Problem: Vim9: performance can be improved.Solution: Don't call break. Inline check forlist materialize. Make an inline version of ga_grow().Files: src/macros.h, src/evalfunc.c, src/misc2.c, src/proto/misc2.pro, src/channel.c, src/eval.c, src/evalbuffer.c, src/evalvars.c, src/filepath.c, src/highlight.c, src/insexpand.c, src/json.c, src/list.c, src/popupmenu.c, src/popupwin.c, src/userfunc.c, src/if_py_both.hPatch 8.2.0752Problem: Terminal inpopupwindow testisa bit flaky.Solution: Wait for shelljob status to be "run".Markas flaky test.Files: src/testdir/test_popupwin.vimPatch 8.2.0753Problem: Vim9: expressions are evaluated in the discovery phase.Solution: Bail out if anexpressionis nota constant. Requirea type for declared constants.Files: src/vim.h, src/evalvars.c, src/eval.c, src/ex_eval.c, src/evalfunc.c, src/userfunc.c, src/dict.c, src/list.c, src/vim9compile.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.0754Problem: Vim9: No test for forward declaration.Solution: Adda test.Files: src/testdir/test_vim9_script.vimPatch 8.2.0755Problem: Vim9: No error when variable initializeris nota constant.Solution: Return FAIL when trying to geta variable value. Do not executeascript when an erroris detected in the first or second phase.Files: src/eval.c, src/vim9script.c, src/testdir/test_vim9_script.vimPatch 8.2.0756 (after 8.2.0249)Problem: MS-Windows: stilla compiler warning.Solution: Move flag to another place in the Makefile. (Ken Takata, closes #6083)Files: src/Make_mvc.makPatch 8.2.0757Problem: Vim9: no test for MEMBER instruction.Solution: Adda test. Make matches stricter.Files: src/testdir/test_vim9_disassemble.vimPatch 8.2.0758Problem: Vim9: no test for STORELIST and STOREDICT.Solution: Adda test. Make matches stricter.Files: src/testdir/test_vim9_disassemble.vimPatch 8.2.0759 (after 8.2.0751)Problem: Vim9: missing changes for performance improvementsSolution: Use GA_GROW(). Don't call breakcheck so often.Files: src/vim9execute.cPatch 8.2.0760Problem: Vim9:dict membererrors not tested.Solution: Delete unreachable error. Add tests.Files: src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.0761Problem: Vim9: instructions not testedSolution: Usea variable instead ofa constant.Files: src/testdir/test_vim9_expr.vimPatch 8.2.0762Problem: Bufferis not considered modified after setting crypt key.Solution: Set the modified flag. (Christian Brabandt, closes #6082)Files: src/optionstr.c, src/testdir/test_crypt.vimPatch 8.2.0763Problem:GUI test fails without theterminal feature.Solution: Check theterminal featureis supported. (Ken Takata, closes #6084)Files: src/testdir/test_gui.vimPatch 8.2.0764Problem: Vim9: assigning to option not fully tested.Solution: Add more test cases. Allow using any type for assignment.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.0765Problem: In theGUI can't use all the modifiers. (Andri Möll)Solution: Do not apply Alt/Meta early,doit later like with the terminal. Avoid theMotif test from crashing.Files: src/gui_gtk_x11.c, src/gui_x11.c, src/gui_mac.c, src/gui_w32.c, src/gui_motif.cPatch 8.2.0766Problem: Display error when using'number' and'breakindent'.Solution: Adjust extra spaces in the first row. (Ken Takata, closes #6089, closes #5986)Files: src/drawline.c, src/testdir/test_breakindent.vimPatch 8.2.0767Problem: ModifyOtherKeys active when usinga shell command in autocmd.Solution: Output T_CTE when going to cooked mode. (closes 5617)Files: src/term.cPatch 8.2.0768Problem: Vim9: memory leak inscript test.Solution: Clear typval before giving an error message.Files: src/vim9execute.cPatch 8.2.0769Problem:VimLeavePre not triggered when Vimis terminated.Solution: Unblock autocommands.Files: src/main.c, src/testdir/test_signals.vimPatch 8.2.0770Problem: Cannot mapCTRL-B when using the GUI.Solution: Reset the CTRL modifier when used. (closes #6092)Files: src/gui_gtk_x11.cPatch 8.2.0771Problem: Vim9: cannot calla compiledclosure from not compiled code.Solution: Pass funcexe to call_user_func().Files: src/userfunc.c, src/vim9execute.c, src/proto/vim9execute.pro, src/eval.c, src/testdir/test_vim9_func.vimPatch 8.2.0772Problem: Vim9: some variable initializations not tested.Solution: Adda few more testsFiles: src/testdir/test_vim9_script.vimPatch 8.2.0773Problem: Switching to raw mode every time ":"is used.Solution: When executinga shell set cur_tmode to TMODE_UNKNOWN, so that the next time TMODE_RAWis useditis set, but not every time.Files: src/term.h, src/os_unix.c, src/term.c, src/os_amiga.c, src/os_win32.cPatch 8.2.0774Problem:t_TI andt_TE are output when using'visualbell'. (Dominique Pellé)Solution: Do not change theterminal mode fora short sleep. Do not outputt_TI andt_TE when switching to/from TMODE_SLEEP. Make tmode an enum.Files: src/os_unix.c, src/proto/os_unix.pro, src/os_amiga.c, src/proto/os_amiga.pro, src/os_mswin.c, src/proto/os_mswin.pro, src/os_vms.c, src/proto/os_vms.pro, src/os_win32.c, src/proto/os_win32.pro, src/term.c, src/term.h, src/globals.hPatch 8.2.0775Problem: Noteasy to calla Vim function from Lua.Solution: Add vim.call() and vim.fn(). (Prabir Shrestha, closes #6063)Files: runtime/doc/if_lua.txt, src/if_lua.c, src/testdir/test_lua.vimPatch 8.2.0776Problem: Libvterm code lags behind the upstream version.Solution: Include revision 719.Files: Filelist, src/libvterm/README, src/libvterm/Makefile, src/libvterm/find-wide-chars.pl, src/libvterm/src/fullwidth.inc, src/libvterm/src/unicode.cPatch 8.2.0777 (after 8.2.0776)Problem: Terminal test fails.Solution: Adjust character position for double-wide characters.Files: src/testdir/test_terminal.vimPatch 8.2.0778Problem: Libvterm code lags behind the upstream version.Solution: Include revisions 720- 723.Files: src/libvterm/t/10state_putglyph.test, src/libvterm/Makefile, src/libvterm/t/run-test.pl, src/libvterm/src/state.c, src/libvterm/t/92lp1805050.testPatch 8.2.0779Problem: Tmode_T not used everywhere.Solution: Also use tmode_T for settmode().Files: src/term.c, src/proto/term.proPatch 8.2.0780Problem: Libvterm code lags behind the upstream version.Solution: Include revisions 724- 726.Files: Filelist, src/libvterm/t/40screen_ascii.test, src/libvterm/t/60screen_ascii.test, src/libvterm/t/41screen_unicode.test, src/libvterm/t/61screen_unicode.test, src/libvterm/t/42screen_damage.test, src/libvterm/t/62screen_damage.test, src/libvterm/t/43screen_resize.test, src/libvterm/t/63screen_resize.test, src/libvterm/t/44screen_pen.test, src/libvterm/t/64screen_pen.test, src/libvterm/t/45screen_protect.test, src/libvterm/t/65screen_protect.test, src/libvterm/t/46screen_extent.test, src/libvterm/t/66screen_extent.test, src/libvterm/t/47screen_dbl_wh.test, src/libvterm/t/67screen_dbl_wh.test, src/libvterm/t/48screen_termprops.test, src/libvterm/t/68screen_termprops.test, src/libvterm/t/30pen.test, src/libvterm/t/30state_pen.test, src/libvterm/t/92lp1805050.test, src/libvterm/t/31state_rep.test, src/libvterm/doc/seqs.txtPatch 8.2.0781 (after 8.2.0775)Problem: Compiler warning for not using value in Lua.Solution: Add "(void)".Files: src/if_lua.cPatch 8.2.0782Problem: Cannot build withLua on MS-Windows.Solution: Add DLL symbol for luaL_Loadstring. (Ken Takata)Files: src/if_lua.cPatch 8.2.0783Problem: Libvterm code lags behind the upstream version.Solution: Include revisions 728- 729.Files: src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Makefile, src/libvterm/src/keyboard.c, src/libvterm/t/25state_input.test, src/libvterm/t/harness.c, src/libvterm/src/vterm.c, src/libvterm/src/vterm_internal.h, src/libvterm/t/26state_query.testPatch 8.2.0784Problem: Libvterm code lags behind the upstream version.Solution: Include revisions 730- 733.Files: src/libvterm/src/vterm.c, src/libvterm/src/state.c, src/libvterm/include/vterm.h, src/libvterm/src/vterm_internal.h, src/libvterm/t/harness.cPatch 8.2.0785Problem: Libvterm code lags behind the upstream version.Solution: Include revisions 734- 740.Files: src/libvterm/include/vterm.h, src/libvterm/src/pen.c, src/libvterm/src/vterm.c, src/libvterm/doc/seqs.txt, src/libvterm/t/30state_pen.test, src/libvterm/t/run-test.pl, src/libvterm/Makefile, src/libvterm/CONTRIBUTINGPatch 8.2.0786Problem:Channel testis flaky on FreeBSD.Solution: Set the socket TCP_NODELAY option. Adjust expected linecount innetbeans test. (Ozaki Kiichi, closes #6097)Files: src/testdir/test_channel.py, src/testdir/test_netbeans.vimPatch 8.2.0787Problem: Libvterm code lags behind the upstream version.Solution: Include revisions 741- 742.Files: Filelist, src/libvterm/src/screen.cPatch 8.2.0788Problem: Memory leak in libvterm.Solution: free tmpbuffer.Files: src/libvterm/src/vterm.cPatch 8.2.0789Problem: Vim9:expressiontesting lost coverage using constants.Solution: Usea fewvariables instead of constants.Files: src/testdir/test_vim9_expr.vimPatch 8.2.0790Problem: Vim9:listindex not well tested.Solution: Adda few more tests.Files: src/testdir/test_vim9_script.vimPatch 8.2.0791Problem:A secondpopupwindow withterminal causes trouble.Solution: Disallow openinga second terminal-popup window. (closes #6101, closes #6103) Avoid defaulting to an invalid line number.Files: runtime/doc/popup.txt, src/popupwin.c, src/ex_docmd.c, src/testdir/test_popupwin.vim, src/testdir/test_terminal.vimPatch 8.2.0792Problem: Build failure with small features.Solution: Add #ifdef.Files: src/popupwin.cPatch 8.2.0793Problem: MS-Windows: cannot buildGUI with small features. (Michael Soyka)Solution: Add #ifdef around use of windowsVersion. (Ken Takata)Files: src/os_win32.cPatch 8.2.0794Problem: Libvterm code lags behind the upstream version.Solution: Include revisions 743- 747.Files: src/libvterm/src/state.c, src/libvterm/src/screen.c, src/libvterm/src/vterm_internal.h, src/libvterm/include/vterm.h, src/libvterm/t/67screen_dbl_wh.test, src/libvterm/t/run-test.plPatch 8.2.0795Problem: Libvterm code lags behind the upstream version.Solution: Include revisions 748- 754.Files: src/libvterm/include/vterm.h, src/libvterm/src/screen.c, src/libvterm/src/state.c, src/libvterm/t/32state_flow.test, src/libvterm/t/60screen_ascii.test, src/libvterm/t/62screen_damage.test, src/libvterm/t/63screen_resize.test, src/libvterm/t/harness.c, src/libvterm/t/run-test.plPatch 8.2.0796Problem: MS-Windows: compiler can't handleC99 construct in libvterm.Solution: Change to C90 construct.Files: src/libvterm/src/state.cPatch 8.2.0797Problem: MS-Windows: compiler still can't handleC99 construct.Solution: Change to C90 construct. (Dominique Pellé, closes #6106)Files: src/libvterm/src/state.cPatch 8.2.0798Problem: Libvterm code lags behind the upstream version.Solution: Include revisions 755- 758.Files: src/libvterm/t/run-test.pl, src/libvterm/src/screen.c, src/libvterm/t/harness.c, src/libvterm/include/vterm.h, src/libvterm/src/parser.c, src/libvterm/src/state.c, src/libvterm/src/vterm.c, src/libvterm/src/vterm_internal.h, src/libvterm/t/02parser.test, src/libvterm/t/18state_termprops.test, src/libvterm/t/29state_fallback.test, src/libvterm/t/68screen_termprops.test, src/terminal.cPatch 8.2.0799Problem: Build fails if snprintfis not available.Solution: Use vim_snprintf().Files: src/libvterm/src/state.cPatch 8.2.0800Problem: Errors from failing test are unclear.Solution: Include text where parsing failed.Files: src/json.c, src/testdir/test_json.vimPatch 8.2.0801Problem: Terminal test fails on Mac.Solution: Concatenate OSC pieces.Files: src/terminal.cPatch 8.2.0802Problem: Libvterm code lags behind the upstream version.Solution: Include revisions 759- 762.Files: src/terminal.c, src/libvterm/doc/seqs.txt, src/libvterm/include/vterm.h, src/libvterm/src/pen.c, src/libvterm/src/screen.c, src/libvterm/src/state.c, src/libvterm/src/vterm.c, src/libvterm/src/vterm_internal.h, src/libvterm/t/harness.c, src/libvterm/t/12state_scroll.testPatch 8.2.0803Problem: Libvterm code lags behind the upstream version.Solution: Include revisions 764- 767Files: src/Makefile, src/libvterm/src/parser.c, src/libvterm/src/vterm_internal.h, src/libvterm/t/02parser.test, src/libvterm/t/run-test.pl, src/libvterm/find-wide-chars.pl, src/libvterm/src/fullwidth.incPatch 8.2.0804Problem: Libvterm code lags behind the upstream version.Solution: Include revision 727, but add theindex instead of switching between RGB and indexed.Files: src/terminal.c, src/term.c, src/libvterm/include/vterm.h, src/libvterm/src/pen.c, src/libvterm/src/screen.c, src/libvterm/src/vterm_internal.h, src/libvterm/t/30state_pen.test, src/libvterm/t/harness.c, src/libvterm/src/state.c, src/libvterm/t/26state_query.test, src/libvterm/t/64screen_pen.testPatch 8.2.0805Problem: Terminal key codes test fails on some systems.Solution: Skip keypad 3 and 9. (Yegappan Lakshmanan, closes #6070)Files: src/testdir/test_terminal.vimPatch 8.2.0806Problem: using "func!" aftervim9script gives confusing error.Solution: Give E477. (closes #6107)Files: src/vim9script.c, src/testdir/test_vim9_script.vimPatch 8.2.0807Problem: Cannot easily restorea mapping.Solution: Add mapset().Files: runtime/doc/eval.txt, src/map.c, src/proto/map.pro, src/evalfunc.c src/testdir/test_maparg.vimPatch 8.2.0808Problem: Not enoughtesting for theterminal window.Solution: Add more tests. (Yegappan Lakshmanan, closes #6069) Fix memory leak.Files: src/testdir/test_gui.vim, src/testdir/test_terminal.vim, src/terminal.cPatch 8.2.0809Problem: Build failure with small features. (Tony Mechelynck)Solution: Move "expr" inside #ifdef.Files: src/map.cPatch 8.2.0810Problem: Error when appending "tagfile" to'wildoptions'.Solution: use flags P_ONECOMMA and P_NODUP. (Dmitri Vereshchagin, closes #6105)Files: src/optiondefs.h, src/testdir/test_options.vimPatch 8.2.0811Problem: Terminal keycode testis flaky.Solution: Use WaitForAssert()Files: src/testdir/test_terminal.vimPatch 8.2.0812Problem:mapset() does not properly handle<> notation.Solution: Convert<> codes. (closes #6116)Files: src/map.c, src/testdir/test_maparg.vimPatch 8.2.0813Problem: libvterm codeis slightly different from upstream.Solution: Use upstream text to avoid futuremerge problems. Mainly comment style changes.Files: src/libvterm/include/vterm.h, src/libvterm/src/rect.h, src/libvterm/src/utf8.h, src/libvterm/src/vterm_internal.h, src/libvterm/src/encoding.c, src/libvterm/src/keyboard.c, src/libvterm/src/mouse.c, src/libvterm/src/parser.c, src/libvterm/src/pen.c, src/libvterm/src/screen.c, src/libvterm/src/state.c, src/libvterm/src/unicode.c, src/libvterm/src/vterm.cPatch 8.2.0814Problem: Clang warning for implicit conversion.Solution: Add type cast. (Dominique Pellé, closes #6124)Files: src/evalfunc.cPatch 8.2.0815Problem:maparg() does not provide enough information for mapset().Solution: Add "lhsraw" and "lhsrawalt" items. Drop "simplified"Files: src/map.c, runtime/doc/eval.txt, src/testdir/test_maparg.vimPatch 8.2.0816Problem: Terminal test fails when compiled with Athena.Solution: Do give an error when theGUIis not running. (hint by Dominique Pellé, closes #5928, closes #6132)Files: src/globals.h, src/gui.c, src/term.c, src/channel.c, src/testdir/test_terminal.vimPatch 8.2.0817Problem: Not enough memory allocated when convertingstring with special character.Solution: Reservespace for modifier code. (closes #6130)Files: src/eval.c, src/testdir/test_functions.vimPatch 8.2.0818Problem: Vim9: usinga discovery phase doesn't work well.Solution: Remove the discovery phase, instead compilea function only whenitis used. Add:defcompile to compile deffunctions earlier.Files: runtime/doc/vim9.txt, src/vim9script.c, src/structs.h, src/userfunc.c, src/proto/userfunc.pro, src/eval.c, src/evalvars.c, src/proto/evalvars.pro, src/vim9compile.c, src/proto/vim9compile.pro, src/vim9execute.c, src/ex_cmds.h, src/ex_docmd.c, src/ex_cmdidxs.h, src/vim.h, src/testdir/vim9.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.0819Problem: Compiler warning for unused variable.Solution: Remove the variable.Files: src/evalvars.cPatch 8.2.0820Problem: Vim9: function type isn't set until compiled.Solution: Set function type early.Files: src/vim9compile.c, src/proto/vim9compile.pro, src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.0821Problem: Vim9: memory leak inexpr test.Solution: Do not decrement the length of thelist offunctions if the current functionis notat the end.Files: src/vim9compile.cPatch 8.2.0822Problem: Vim9: code left over from discovery phase.Solution: Remove the dead code.Files: src/scriptfile.c, src/proto/scriptfile.pro, src/ex_cmds.h, src/evalvars.c, src/proto/evalvars.pro, src/ex_docmd.cPatch 8.2.0823Problem: Vim9:scriptreload testis disabled.Solution: Compilea function in the context of thescript whereit was defined. Set execution stack for compiled function. Adda test that an erroris reported for the right file/function.Files: src/vim9compile.c, src/vim9execute.c, src/scriptfile.c, src/proto/scriptfile.pro, src/userfunc.c, src/globals.h, src/structs.h, src/ex_docmd.c, src/ex_eval.c, src/testdir/test_vim9_script.vimPatch 8.2.0824 (after 8.2.0817)Problem: Still not enough memory allocated when convertingstring with special character.Solution: Reservespace for expanding K_SPECIAL. (closes #6130)Files: src/eval.c, src/testdir/test_functions.vimPatch 8.2.0825Problem: def_function() may return pointer that was freed.Solution: Set "fp" to NULL after freeing it.Files: src/userfunc.cPatch 8.2.0826Problem: Vim9: crash in :defcompile.Solution: Restart the loop aftera call to compile_def_function() caused the hash table to resize.Files: src/userfunc.cPatch 8.2.0827Problem: Vim9: crash in :defcompile.Solution: Fix off-by-one error.Files: src/userfunc.cPatch 8.2.0828Problem: Travis:regexppattern doesn't work everywhere.Solution: Use[:blank:] instead of \b. (Ozaki Kiichi, closes #6146)Files: .travis.yml, ci/config.mk.clang.sed, ci/config.mk.gcc.sed, ci/config.mk.sed, src/if_ruby.cPatch 8.2.0829Problem:filter() may give misleading error message.Solution: Also mentionBlobas an allowed argument.Files: src/list.c, src/testdir/test_filter_map.vimPatch 8.2.0830Problem: Motif: can't map "!". (Ben Jackson)Solution: Remove theshift modifier if it's already included in the key. (closes #6147)Files: src/gui_x11.cPatch 8.2.0831Problem: Compiler warnings for integer sizes.Solution: Add type casts. (Mike Williams)Files: src/libvterm/src/pen.c, src/terminal.cPatch 8.2.0832Problem: Compiler warning for uninitialized variable. (Tony Mechelynck)Solution: Add initial value.Files: src/map.cPatch 8.2.0833Problem: Mapping<C-bslash> doesn't work in the GUI.Solution: Reset seenModifyOtherKeys whenstarting the GUI. (closes #6150)Files: src/gui.cPatch 8.2.0834Problem::drop command interminalpopup causes problems.Solution: Check for usingapopup window. (closes #6151)Files: src/ex_cmds.c, src/testdir/test_popupwin.vimPatch 8.2.0835Problem: Motif:mapping<C-bslash> still doesn't work.Solution: Accept CSI for K_SPECIAL. Do not apply CTRL to the character early. (closes #6150)Files: src/getchar.c, src/gui_x11.cPatch 8.2.0836Problem: Not all:cdo outputis visible.Solution: Reset'shortmess' temporarily. (Yegappan Lakshmanan, closes #6155)Files: src/ex_cmds2.c, src/testdir/test_cdo.vimPatch 8.2.0837Problem: Compiler warning for value set but not used.Solution: Move variable inside #ifdef.Files: src/channel.cPatch 8.2.0838Problem: MS-Windows: compiler warning for uninitialized variables.Solution: Initialize variables.Files: src/screen.cPatch 8.2.0839Problem: Dropping modifier when puttinga character back in typeahead.Solution: Add modifier to ins_char_typebuf(). (closes #6158)Files: src/getchar.c, src/proto/getchar.pro, src/message.c, src/normal.c, src/terminal.c, src/globals.h, src/testdir/test_messages.vimPatch 8.2.0840Problem: Search matchcount wrong when only matchis in fold.Solution: Update search stats when ina closed fold. (Christian Brabandt, closes #6160, closes #6152)Files: src/search.c, src/testdir/dumps/Test_searchstat_3.dump, src/testdir/test_search_stat.vimPatch 8.2.0841Problem:'verbose' value 16 causes duplicate output.Solution: Combine levels 15 and 16 into one message. (Christian Brabandt, closes #6153)Files: runtime/doc/options.txt, src/ex_docmd.cPatch 8.2.0842 (after 8.2.0837)Problem: MS-Windows:channel tests fail.Solution: Adjust #ifdefs. (closes #6162)Files: src/channel.cPatch 8.2.0843Problem: Filetype elm not detected.Solution: Recognize *.elm files. (closes #6157)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0844Problem: Text properties crossing lines not handled correctly.Solution: When saving forundo include an extra line when needed anddo not adjust properties when undoing. (Axel Forsman, closes #5875)Files: src/memline.c, src/proto/memline.pro, src/undo.c, src/structs.hPatch 8.2.0845Problem: Text properties crossing lines not handled correctly.Solution: When joining linesmerge text properties if possible. (Axel Forsman, closes #5839, closes #5683)Files: src/testdir/test_textprop.vim, src/memline.c, src/ops.c, src/proto/textprop.pro, src/textprop.c, src/testdir/dumps/Test_textprop_01.dumpPatch 8.2.0846Problem: Build failure with small features.Solution: Add #ifdef.Files: src/undo.cPatch 8.2.0847Problem: Typval related codeis spread out.Solution: Move code to new typval.c file. (Yegappan Lakshmanan, closes #6093)Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/README.md, src/eval.c, src/evalfunc.c, src/globals.h, src/proto.h, src/proto/eval.pro, src/proto/evalfunc.pro, src/proto/typval.pro, src/typval.cPatch 8.2.0848Problem: MS-Windows: the Windowsterminal code has some flaws.Solution: Do not redraw the right edge of the screen. Remove the background color trick. Flush the screen output buffer often. (Nobuhiro Takasaki, #5546)Files: src/os_win32.c, src/proto/os_win32.pro, src/term.cPatch 8.2.0849Problem:BeOS codeis not maintained and probably unused.Solution: Remove theBeOS code. (Emir Sarı, closes #5817)Files: Filelist, src/Makefile, src/configure.ac, src/auto/configure, src/evalfunc.c, src/normal.c, src/os_beos.c, src/os_beos.h, src/os_beos.rsrc, src/os_unix.c, src/proto.h, src/proto/os_beos.pro, src/pty.c, src/screen.c, src/term.c, src/testdir/test_functions.vim, src/ui.c, src/vim.hPatch 8.2.0850Problem: MS-Windows:exepath() works differently from cmd.exe.Solution: Makeexepath() work better on MS-Windows. (closes #6115)Files: runtime/doc/eval.txt, src/os_win32.c, src/testdir/test_functions.vimPatch 8.2.0851 (after 8.2.0833)Problem: Can't distinguish<M-a> from accented "a" in the GUI.Solution: Use another way to makemapping<C-bslash> work. (closes #6163)Files: src/gui.c, src/gui_gtk_x11.c, src/getchar.cPatch 8.2.0852Problem: Cannot mapCTRL-S on some systems.Solution: Do not useCTRL-S for flow control.Files: src/os_unix.cPatch 8.2.0853Problem: ml_delete() often called withFALSE argument.Solution: Use ml_delete_flags(x, ML_DEL_MESSAGE) when argumentis TRUE.Files: src/buffer.c, src/change.c, src/diff.c, src/evalbuffer.c, src/ex_cmds.c, src/ex_docmd.c, src/fileio.c, src/if_lua.c, src/if_mzsch.c, src/if_ruby.c, src/if_tcl.c, src/normal.c, src/popupmenu.c, src/popupwin.c, src/quickfix.c, src/spell.c, src/terminal.c, src/if_perl.xs, src/if_py_both.h, src/memline.c, src/proto/memline.proPatch 8.2.0854Problem: Xxd cannot show offsetasa decimal number.Solution: Add the "-d" flag. (Aapo Rantalainen, closes #5616)Files: src/testdir/test_xxd.vim, src/xxd/xxd.cPatch 8.2.0855Problem:GUI tests fail because the test doesn't usea modifier.Solution: Add "\{xxx}" to be able to encodea modifier.Files: runtime/doc/eval.txt, src/typval.c, src/misc2.c, src/vim.h, src/proto/misc2.pro, src/gui_mac.c, src/option.c, src/highlight.c, src/term.c, src/testdir/test_backspace_opt.vim, src/testdir/test_mapping.vim, src/testdir/test_messages.vimPatch 8.2.0856 (after 8.2.0852)Problem:CTRL-S stops output.Solution: Invert the IXON flag. (closes #6166)Files: src/os_unix.cPatch 8.2.0857Problem:GTK cell height can bea pixel too much.Solution: Subtract 3 instead of 1 when rounding. (closes #6168)Files: src/gui_gtk_x11.cPatch 8.2.0858Problem: Noteasy to requireLua modules.Solution: Improve use ofLua path. (Prabir Shrestha, closes #6098)Files: Filelist, src/if_lua.c, src/optionstr.c, src/proto/if_lua.pro, src/testdir/test_lua.vim, src/testdir/testluaplugin/lua/testluaplugin/hello.lua, src/testdir/testluaplugin/lua/testluaplugin/init.luaPatch 8.2.0859Problem: No Turkish translation of the manual.Solution: Add Turkish translations. (Emir Sarı, closes #5641)Files: Filelist, runtime/doc/Makefile, runtime/doc/evim-tr.1, runtime/doc/evim-tr.UTF-8.1, runtime/doc/vim-tr.1, runtime/doc/vim-tr.UTF-8.1, runtime/doc/vimdiff-tr.1, runtime/doc/vimdiff-tr.UTF-8.1, runtime/doc/vimtutor-tr.1, runtime/doc/vimtutor-tr.UTF-8.1, src/MakefilePatch 8.2.0860Problem: Cannot useCTRL-A andCTRL-X on unsigned numbers.Solution: Add "unsigned" to'nrformats'. (Naruhiko Nishino, closes #6144)Files: runtime/doc/options.txt, src/ops.c, src/optionstr.c, src/testdir/test_increment.vimPatch 8.2.0861Problem: Cannot easily get all the current marks.Solution: Add getmarklist(). (Yegappan Lakshmanan, closes #6032)Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/mark.c, src/proto/mark.pro, src/testdir/test_marks.vimPatch 8.2.0862Problem: ":term ++curwin" makes the current buffer hidden. (Harm te Hennepe)Solution: Do not hide the current buffer. (closes #6170)Files: src/terminal.c, src/testdir/test_terminal.vimPatch 8.2.0863Problem: Cannot seta separate color for underline/undercurl.Solution: Add thet_AU andt_8utermcap codes. (Timur Celik, closes #6011)Files: runtime/doc/syntax.txt, runtime/doc/term.txt, src/globals.h, src/highlight.c, src/optiondefs.h, src/proto/term.pro, src/screen.c, src/structs.h, src/term.c, src/term.h, src/testdir/test_options.vimPatch 8.2.0864Problem: Pragmas are indented all the way to the left.Solution: Add an option to indent pragmas like normal code. (Max Rumpf, closes #5468)Files: runtime/doc/indent.txt, src/cindent.c, src/structs.h, src/testdir/test_cindent.vimPatch 8.2.0865Problem:Syntax foldlevelis taken from the start of the line.Solution: Add ":syn foldlevel" to be able to use the minimal foldlevel in the line. (Brad King, closes #6087)Files: runtime/doc/syntax.txt, src/structs.h, src/syntax.c, src/testdir/test_syntax.vimPatch 8.2.0866Problem: Not enough tests for buffer writing.Solution: Add more tests. Use CheckRunVimInTerminal in more places. (Yegappan Lakshmanan, closes #6167)Files: src/testdir/test_arglist.vim, src/testdir/test_match.vim, src/testdir/test_messages.vim, src/testdir/test_netbeans.py, src/testdir/test_netbeans.vim, src/testdir/test_search.vim, src/testdir/test_signals.vim, src/testdir/test_signs.vim, src/testdir/test_startup.vim, src/testdir/test_startup_utf8.vim, src/testdir/test_syntax.vim, src/testdir/test_tabpage.vim, src/testdir/test_timers.vim, src/testdir/test_vimscript.vim, src/testdir/test_writefile.vimPatch 8.2.0867Problem: Using \{xxx} for encodinga modifieris not nice.Solution: Use \<*xxx> instead, since it's the sameas \<xxx> but producinga different code.Files: runtime/doc/eval.txt, src/typval.c, src/misc2.c, src/vim.h, src/testdir/test_backspace_opt.vim, src/testdir/test_mapping.vim, src/testdir/test_messages.vimPatch 8.2.0868Problem:trim() always trims both ends.Solution: Add an argument to only trim the beginning or end. (Yegappan Lakshmanan, closes #6126)Files: runtime/doc/eval.txt, src/evalfunc.c, src/testdir/test_functions.vimPatch 8.2.0869Problem: Itis not possible to customize thequickfixwindow contents.Solution: Add'quickfixtextfunc'. (Yegappan Lakshmanan, closes #5465)Files: runtime/doc/eval.txt, runtime/doc/options.txt, runtime/doc/quickfix.txt, src/option.h, src/optiondefs.h, src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.0870Problem: MS-Windows: Control keys don't work in the GUI.Solution: Don't set seenModifyOtherKeys for now. (Yasuhiro Matsumoto, closes #6175)Files: src/gui.cPatch 8.2.0871Problem: Cannot usegetmarklist()asa method.Solution: Makegetmarklist() workasa method. Add one to the column number to match getpos(). (Yegappan Lakshmanan, closes #6176)Files: runtime/doc/eval.txt, src/evalfunc.c, src/mark.c, src/testdir/test_marks.vimPatch 8.2.0872Problem:XIM codeis mixed withmultibyte code.Solution: Move theXIM code toa separate file. (Yegappan Lakshmanan, closes #6177)Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/gui_xim.c, src/mbyte.c, src/proto.h, src/proto/gui_xim.pro, src/proto/mbyte.proPatch 8.2.0873Problem:A .jl file can be sawfish (lisp) or Julia.Solution: Do not recognize *.jlas lisp, sinceit might be Julia. (closes #6178)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0874Problem: Signals testisa bit flaky.Solution: Flush the XautoOut file. Delete files that may be left behind froma failure. (Dominique Pellé, closes #6179)Files: src/testdir/test_signals.vimPatch 8.2.0875Problem: Getting attributes for directory entriesis slow.Solution: Add readdirex(). (Ken Takata, closes #5619)Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/fileio.c, src/filepath.c, src/proto/fileio.pro, src/proto/filepath.pro, src/testdir/test_functions.vimPatch 8.2.0876Problem::pwd does not givea hint about the scope of the directorySolution: Make ":verbose pwd" show the scope. (Takuya Fujiwara, closes #5469)Files: runtime/doc/editing.txt, src/ex_docmd.c, src/testdir/test_cd.vimPatch 8.2.0877Problem: Cannot get the search statistics.Solution: Add thesearchcount() function. (Fujiwara Takuya, closes #4446)Files: runtime/doc/eval.txt, src/evalfunc.c, src/macros.h, src/proto/search.pro, src/search.c, src/testdir/test_search_stat.vimPatch 8.2.0878Problem: Noreduce() function.Solution: Addareduce() function. (closes #5481)Files: runtime/doc/eval.txt, src/evalfunc.c, src/globals.h, src/list.c, src/proto/list.pro, src/testdir/test_listdict.vimPatch 8.2.0879Problem: Compiler warning for unused function argument.Solution: Add UNUSED.Files: src/search.cPatch 8.2.0880 (after 8.2.0877)Problem: Leaking memory when using searchcount().Solution: Free the last used search pattern.Files: src/search.cPatch 8.2.0881Problem: Compiler warning for argument type.Solution: Add type cast. (Mike Williams)Files: src/ops.cPatch 8.2.0882Problem: Leaking memory when using reduce().Solution: Free the intermediate value.Files: src/list.cPatch 8.2.0883Problem: Memory leak in test 49.Solution: Free "sfile" from the exception.Files: src/ex_docmd.cPatch 8.2.0884Problem: Searchcount() test fails on slower systems.Solution: Seta longer timeout.Files: src/search.c, src/testdir/test_search_stat.vimPatch 8.2.0885Problem: "make shadow" does not link newlua test dir.Solution: Also link testdir/testluaplugin. (Elimar Riesebieter)Files: src/MakefilePatch 8.2.0886Problem: Cannot useoctal numbers inscriptversion 4.Solution: Add the "0o" notation. (Ken Takata, closes #5304)Files: runtime/doc/eval.txt, src/charset.c, src/evalfunc.c, src/testdir/test_eval_stuff.vim, src/testdir/test_functions.vim, src/vim.hPatch 8.2.0887Problem: Searchcount().exact_matchis 1 right aftera match.Solution: Use LT_POS() instead of LTOREQ_POS(). (closes #6189)Files: src/search.c, src/testdir/test_search_stat.vimPatch 8.2.0888Problem: Readdirex() returns size -2 fora directory.Solution: Add missing "else". (Ken Takata, closes #6185)Files: src/fileio.c, src/testdir/test_functions.vimPatch 8.2.0889Problem: Using old style comments.Solution: Use// comments. (Yegappan Lakshmanan, closes #6190)Files: src/gui_xim.cPatch 8.2.0890Problem: No color interminalwindow when'termguicolors'is set.Solution: Clear theunderline color. (closes #6186)Files: src/highlight.cPatch 8.2.0891Problem: Clang warns for invalid conversion.Solution: Use zero instead of INVALCOLOR.Files: src/highlight.cPatch 8.2.0892Problem: Ubsan warns for undefined behavior.Solution: Use unsigned instead of signed variable. (Dominique Pellé, closes #6193)Files: src/regexp_nfa.cPatch 8.2.0893Problem: Assert_equalfile() does not takea third argument.Solution: Implement the third argument. (Gary Johnson)Files: runtime/doc/eval.txt, runtime/doc/testing.txt, src/evalfunc.c, src/testdir/test_assert.vim, src/testing.cPatch 8.2.0894Problem::mkspell can take very long if thewordcountis high.Solution: Use long to avoid negative numbers. Increase thelimits by 20% if the compression did not have effect.Files: src/spellfile.cPatch 8.2.0895Problem::mkspell output does not mention the tree type.Solution: Back out increasing the limits,it has no effect. Mention the tree being compressed. Only givea message once per second.Files: src/spellfile.cPatch 8.2.0896Problem: Crash when callingsearchcount() witha string.Solution: Check the argumentisa dict. (closes #6192)Files: src/search.c, src/testdir/test_search_stat.vimPatch 8.2.0897Problem:List offunctions in patched versionis outdated.Solution: Update the function lists only.Files: runtime/doc/eval.txt, runtime/doc/usr_41.txtPatch 8.2.0898Problem: Missinghelp fora function goes unnoticed.Solution: Adda test. (Gary Johnson)Files: src/testdir/test_function_lists.vim, src/testdir/Make_all.makPatch 8.2.0899Problem: Assert_equalfile() does not givea hint about the difference.Solution: Display the last seen text.Files: src/testing.c, src/testdir/test_assert.vimPatch 8.2.0900Problem: Functionlist test fails on MS-Windows.Solution: Make sure the fileformatis "unix"Files: src/testdir/test_function_lists.vimPatch 8.2.0901Problem: Formatting CJK text isn't optimal.Solution: Properly break CJK lines. (closes #3875)Files: runtime/doc/change.txt, src/mbyte.c, src/ops.c, src/option.h, src/proto/mbyte.pro, src/testdir/Make_all.mak, src/textformat.c, src/testdir/test_cjk_linebreak.vimPatch 8.2.0902Problem: Usingsearchcount() in'statusline' causes an error.Solution: Avoid saving/restoring the searchpattern recursively. (closes #6194)Files: src/search.c, src/testdir/test_search_stat.vim, src/testdir/dumps/Test_searchstat_4.dumpPatch 8.2.0903Problem: comparing WINVER does not work correctly.Solution: Use arithmetic expansion. (Ozaki Kiichi, closes #6197)Files: src/Make_cyg_ming.makPatch 8.2.0904Problem: AssumingmodifyOtherKeys for rhs of mapping.Solution: Ignore seenModifyOtherKeys for mapped characters. (closes #6200)Files: src/getchar.c, src/testdir/test_gui.vimPatch 8.2.0905Problem: Test coverage could be better.Solution: Adda couple of tests. (Dominique Pellé, closes #6202)Files: src/testdir/test_cmdline.vim, src/testdir/test_ga.vimPatch 8.2.0906Problem: When setting'termguicolors' SpellBadis no longer red.Solution: Only use the RGB guisp color for cterm when using the "underline" or "undercurl" attributes to avoid the background color to be cleared. Also maket_8u empty when the termresponse indicatesa real xterm. (closes #6207)Files: src/highlight.c, src/term.cPatch 8.2.0907Problem: When using:globalclipboard isn't set correctly.Solution: Set "clip_unnamed_saved" instead of "clip_unnamed". (Christian Brabandt, closes #6203, closes #6198)Files: src/clipboard.c, src/testdir/test_global.vimPatch 8.2.0908Problem: Crash whenchanging the function table while listing it.Solution: Bail out when the function table changes. (closes #6209)Files: src/userfunc.c, src/testdir/test_timers.vimPatch 8.2.0909Problem: Cannotgo back to the previous local directory.Solution: Add "tcd-" and "lcd-". (Yegappan Lakshmanan, closes #4362)Files: runtime/doc/editing.txt, src/filepath.c, src/ex_docmd.c, src/structs.h, src/testdir/test_cd.vim, src/window.cPatch 8.2.0910Problem: Vimis not reproducibly buildable.Solution: Use the $SOURCE_DATE_EPOCH environment variable in configure. (James McCoy, closes #513) Givea warning about using it.Files: src/config.h.in, src/config.mk.in, src/configure.ac, src/auto/configure, src/version.c, src/MakefilePatch 8.2.0911Problem: Crash when openinga buffer for the cmdlinewindow fails. (Chris Barber)Solution: Check do_ecmd() succeeds. Reset got_int if "q" was usedat the more prompt. (closes #6211)Files: src/ex_getln.c, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_cmdwin_interrupted.dumpPatch 8.2.0912Problem:A few test cases for CJKformatting are disabled.Solution: Fix the tests and enable them. (closes #6212)Files: src/testdir/test_cjk_linebreak.vimPatch 8.2.0913Problem: Code for resettingv:registeris duplicated.Solution: Add reset_reg_var().Files: src/evalvars.c, src/proto/evalvars.pro, src/main.c, src/normal.cPatch 8.2.0914Problem: MS-Windows: cannot specifya "modified by" text.Solution: Add MODIFIED_BY in the MSVC build file. (Chen Lei, closes #1275)Files: src/Make_mvc.makPatch 8.2.0915Problem: Search() cannot skip over matches likesearchpair() can.Solution: Add an optional "skip" argument. (Christian Brabandt, closes #861)Files: runtime/doc/eval.txt, src/evalfunc.c, src/testdir/test_syntax.vim, src/structs.h, src/evalvars.c, src/proto/evalvars.proPatch 8.2.0916Problem: Mapping with partlymodifyOtherKeys code does not work.Solution: If thereis nomapping witha separate modifier include the modifier in the key and then trymapping again. (closes #6200)Files: src/getchar.c, src/proto/getchar.pro, src/edit.c, src/term.c, src/proto/term.pro, src/testdir/test_termcodes.vimPatch 8.2.0917Problem:Quickfix entriesdo not supporta "note" type.Solution: Add support for "note". (partly by Yegappan Lakshmanan, closes #5527, closes #6216)Files: runtime/doc/quickfix.txt, src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.0918Problem: Duplicate code for evaluatingexpression argument.Solution: Merge the code and make the use more flexible.Files: src/evalfunc.c, src/eval.c, src/proto/eval.pro, src/evalvars.c, src/proto/evalvars.pro, src/structs.hPatch 8.2.0919Problem: Merging modifier formodifyOtherKeysis done twice.Solution: Remove the merging done in vgetc().Files: src/getchar.c, src/ex_getln.cPatch 8.2.0920Problem: Writingviminfo fails witha circular reference.Solution: Use copyID to detect the cycle. (closes #6217)Files: src/testdir/test_viminfo.vim, src/viminfo.cPatch 8.2.0921Problem:CTRL-WT in cmdlinewindow causes trouble.Solution: DisallowCTRL-WT in the cmdline window. Add more tests. (Naruhiko Nishino, closes #6219)Files: src/testdir/test_cmdline.vim, src/window.cPatch 8.2.0922Problem: Search test fails.Solution: Remove failure tests for calls that no longer fail.Files: src/testdir/test_search.vimPatch 8.2.0923Problem:Cmdline testis slow.Solution: Use WaitForAssert().Files: src/testdir/test_cmdline.vimPatch 8.2.0924Problem: Cannot save and restorearegister properly.Solution: Addgetreginfo() and makesetreg() accepta dictionary. (Andy Massimino, closes #3370)Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/proto/register.pro, src/register.c, src/testdir/test_eval_stuff.vim, src/testdir/test_registers.vimPatch 8.2.0925Problem: Getcompletion() does not return command line arguments.Solution: Add the "cmdline" option. (Shougo, closes #1140)Files: runtime/doc/eval.txt, src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.0926Problem:Cmdline test fails on Appveyor.Solution: Add CR to the commands. (Naruhiko Nishino, closes #6220)Files: src/testdir/test_cmdline.vimPatch 8.2.0927Problem: Some sshconfig and ssdhconfig files are not recognized.Solution: Addfiletype patterns.Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0928Problem: Many type casts are used for vim_strnsave().Solution: Make the length argument size_t instead of int. (Ken Takata, closes #5633) Remove some type casts.Files: src/misc2.c, src/proto/misc2.pro, src/autocmd.c, src/channel.c, src/cmdexpand.c, src/dict.c, src/diff.c, src/digraph.c, src/eval.c, src/evalfunc.c, src/highlight.c, src/syntax.cPatch 8.2.0929Problem:v:registeris not cleared after anoperator was executed.Solution: Clearv:register after finishing anoperator (Andy Massimino, closes #5305)Files: src/normal.c, src/testdir/test_registers.vimPatch 8.2.0930Problem: Scriptfiletype detection trips over env-S argument.Solution: Remove "-S" and "--ignore-environment". (closes #5013) Add tests.Files: runtime/scripts.vim, src/testdir/test_filetype.vimPatch 8.2.0931Problem: Some remarks aboutBeOS remain.Solution: RemoveBeOS remarks from thehelp and other files. (Emir Sarı, closes #6221)Files: READMEdir/README_extra.txt, runtime/doc/options.txt, runtime/doc/os_beos.txt, runtime/doc/os_vms.txt, runtime/doc/vi_diff.txt, src/INSTALLPatch 8.2.0932Problem: Misspelling spelllang.Solution: Add an "l". (Dominique Pellé)Files: src/optionstr.c, src/proto/spell.pro, src/spell.cPatch 8.2.0933Problem:'quickfixtextfunc' does not getwindow ID of location list.Solution: Add "winid" to thedict argument. (Yegappan Lakshmanan, closes #6222)Files: runtime/doc/quickfix.txt, src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.0934Problem: Running lhelpgrep twice inahelpwindow doesn't jump to thehelp topic.Solution: Check whether anywindow with the locationlistis present. (Yegappan Lakshmanan, closes #6215)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.0935Problem: Flatteningalist with existing codeis slow.Solution: Add flatten(). (Mopp, closes #3676)Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/list.c, src/proto/list.pro, src/testdir/Make_all.mak, src/testdir/test_flatten.vimPatch 8.2.0936Problem: Some terminals misinterpret the code for getting cursor style.Solution: Senda sequence to theterminal and check the result. (IWAMOTO Kouichi, closes #2126) Merged with current code.Files: src/main.c, src/term.c, src/proto/term.pro, src/testdir/term_util.vim, src/testdir/test_quickfix.vim, src/testdir/test_terminal.vim, src/testdir/test_startup_utf8.vim, src/testdir/dumps/Test_balloon_eval_term_01.dump, src/testdir/dumps/Test_balloon_eval_term_01a.dump, src/testdir/dumps/Test_balloon_eval_term_02.dump, src/testdir/dumps/Test_terminal_all_ansi_colors.dumpPatch 8.2.0937Problem: Asan failure in theflatten() test.Solution: Free the flattened list.Files: src/list.cPatch 8.2.0938Problem:NFAregexp usestolower() to compare ignore-case. (Thayne McCombs)Solution: Use utf_fold() when possible. (ref. neovim #12456)Files: src/macros.h, src/diff.c, src/regexp_nfa.c, src/testdir/test_regexp_utf8.vimPatch 8.2.0939Problem: checking for termescape sequencesis long and confusingSolution: Refactor code into separate functions.Files: src/term.cPatch 8.2.0940 (after 8.2.0939)Problem: Build failure with tiny features.Solution: Add #ifdef. Add UNUSED.A bit more cleaning up.Files: src/term.cPatch 8.2.0941Problem: Detectingterminal propertiesis unstructured.Solution: Adda table withterminal properties. Set properties whenaterminalis detected.Files: src/term.cPatch 8.2.0942Problem: Expanding to local dir after homedir keeps "~/".Solution: Adjust modify_fname(). (Christian Brabandt, closes #6205, closes #5979)Files: src/filepath.c, src/testdir/test_fnamemodify.vimPatch 8.2.0943Problem: Displaying ^M or ^J depends on current buffer.Solution: Pass the displayed buffer to transchar(). (closes #6225)Files: src/drawline.c, src/charset.c, src/proto/charset.pro, src/ex_cmds.c, src/gui_beval.c, src/message.c, src/testdir/test_display.vim, src/testdir/dumps/Test_display_unprintable_01.dump, src/testdir/dumps/Test_display_unprintable_02.dumpPatch 8.2.0944Problem: Xxd test leaves file behind.Solution: Delete the file "XXDfile". (Christian Brabandt, closes #6228)Files: src/testdir/test_xxd.vimPatch 8.2.0945Problem: Cannot use "z=" when'spell'is off.Solution: Make "z=" work even when'spell'is off. (Christian Brabandt, Gary Johnson, closes #6227)Files: runtime/doc/eval.txt, src/evalfunc.c, src/spell.c, src/spellsuggest.c, src/testdir/test_spell.vim, src/globals.hPatch 8.2.0946Problem: Cannot use "q" to cancela number prompt.Solution: Recognize "q" instead of ignoring it.Files: src/misc1.c, src/testdir/test_functions.vimPatch 8.2.0947Problem: Readdirex() doesn't handle broken link properly.Solution: Small fixes to readdirex(). (Christian Brabandt, closes #6226, closes #6213)Files: src/fileio.c, src/testdir/test_functions.vimPatch 8.2.0948Problem: Spell test fails.Solution: Adjust expected text of the prompt.Files: src/testdir/test_spell.vimPatch 8.2.0949Problem: Strptime() does not use DST.Solution: Set the tm_isdst field to -1. (Tomáš Janoušek, closes #6230)Files: src/time.c, src/testdir/test_functions.vimPatch 8.2.0950Problem: Tagjump test fails.Solution: Adjust expected text of the prompt.Files: src/testdir/test_tagjump.vimPatch 8.2.0951Problem: Search stat test has leftover from debugging.Solution: Remove line that writesa file. (Christian Brabandt, closes #6224)Files: src/testdir/test_search_stat.vimPatch 8.2.0952Problem: No simple way to interrupt Vim.Solution: Add theSigUSR1 autocommand, triggered by SIGUSR1. (Jacob Hayes, closes #1718)Files: runtime/doc/autocmd.txt, src/vim.h, src/autocmd.c, src/getchar.c, src/globals.h, src/os_unix.c, src/testdir/test_autocmd.vimPatch 8.2.0953Problem: Spell checking doesn't work for CamelCased words.Solution: Add the "camel" value in the new option'spelloptions'. (closes #1235)Files: runtime/doc/options.txt, runtime/doc/spell.txt, src/optiondefs.h, src/option.h, src/option.c, src/buffer.c, src/optionstr.c, src/testdir/gen_opt_test.vim, src/testdir/test_spell.vimPatch 8.2.0954Problem: Not all desktop files are recognized.Solution: Add the *.directory pattern. (Eisuke Kawashima, closes #3317)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0955 (after 8.2.0953)Problem: Build fails.Solution: Add missing struct change.Files: src/structs.hPatch 8.2.0956 (after 8.2.0953)Problem: Spell test fails.Solution: Add missing change thespell checking.Files: src/spell.cPatch 8.2.0957Problem: Compiler warning for uninitialized variable. (Tony Mechelynck)Solution: Initialize one variable.Files: src/spell.cPatch 8.2.0958Problem: Not sufficienttesting for buffer writing.Solution: Adda few tests. (Yegappan Lakshmanan, closes #6238)Files: src/testdir/test_backup.vim, src/testdir/test_writefile.vimPatch 8.2.0959Problem: Using'quickfixtextfunc'isa bit slow.Solution: Processalist of entries. (Yegappan Lakshmanan, closes #6234)Files: runtime/doc/quickfix.txt, src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.0960Problem: Cannot use:import in legacy Vim script.Solution: Support:import in any Vim script.Files: src/vim9script.c, src/evalvars.c, src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.0961Problem: MS-Windows: no completion for locales.Solution: Use the directories in $VIMRUNTIME/lang to complete locales. (Christian Brabandt, closes 36248)Files: src/cmdexpand.c, src/ex_cmds2.c, src/testdir/test_cmdline.vimPatch 8.2.0962Problem: Terminal test sometimes hangs on Travis.Solution: Do show output for this test temporarily.Files: src/testdir/MakefilePatch 8.2.0963Problem:Number increment/decrement does not work with'virtualedit'.Solution: Handle coladd changing. (Christian Brabandt, closes #6240, closes #923)Files: runtime/doc/options.txt, runtime/doc/various.txt, src/ops.c, src/testdir/test_increment.vimPatch 8.2.0964Problem:TextYankPost does not provide info aboutVisual selection.Solution: Add the'visual' key in v:event. (closes #6249)Files: runtime/doc/autocmd.txt, src/register.c, src/testdir/test_autocmd.vimPatch 8.2.0965Problem: Has_funcundefined()is not used.Solution: Delete the function. (Dominique Pellé, closes #6242)Files: src/autocmd.c, src/proto/autocmd.proPatch 8.2.0966Problem:'shortmess' flag "n" not used in two places.Solution: Make use of the "n" flag consistent. (Nick Jensen, closes #6245, closes #6244)Files: src/bufwrite.c, src/proto/bufwrite.pro, src/buffer.c, src/fileio.c, src/testdir/dumps/Test_popup_textprop_corn_5.dump, src/testdir/dumps/Test_start_with_tabs.dumpPatch 8.2.0967Problem: Unnecessary type casts for vim_strnsave().Solution: Remove the type casts.Files: src/evalvars.c, src/ex_cmds.c, src/ex_eval.c, src/fileio.c, src/filepath.c, src/findfile.c, src/highlight.c, src/if_ruby.c, src/insexpand.c, src/json.c, src/mark.c, src/memline.c, src/menu.c, src/misc1.c, src/ops.c, src/os_win32.c, src/regexp.c, src/regexp_bt.c, src/regexp_nfa.c, src/register.c, src/search.c, src/sign.c, src/syntax.c, src/term.c, src/terminal.c, src/undo.c, src/usercmd.c, src/userfunc.c, src/vim9compile.c, src/if_perl.xsPatch 8.2.0968Problem: No propertesting of the'cpoptions' flags.Solution: Add tests. (Yegappan Lakshmanan, closes #6251)Files: src/testdir/Make_all.mak, src/testdir/test_cpoptions.vim, src/testdir/test_edit.vim, src/testdir/test_normal.vimPatch 8.2.0969Problem: Assert_equal() output for dictsis hard to figure out.Solution: Only show the different items.Files: src/testing.c, src/testdir/test_assert.vimPatch 8.2.0970Problem: Terminal properties are not available in Vim script.Solution: Add theterminalprops() function.Files: src/term.c, src/proto/term.pro, src/evalfunc.c, src/main.c, src/testing.c, src/globals.h, src/testdir/test_termcodes.vim, runtime/doc/usr_41.txt, runtime/doc/eval.txt, runtime/doc/testing.txtPatch 8.2.0971Problem: Build with tiny features fails.Solution: Add #ifdef.Files: src/term.cPatch 8.2.0972Problem:Vim9script variable declarations needa type.Solution: Make "let var: type" declareascript-local variable.Files: src/evalvars.c, src/vim9script.c, src/proto/vim9script.pro, src/globals.h, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.0973Problem: Vim9: typeis not checked when assigning toascript variable.Solution: Check the type.Files: src/evalvars.c, src/vim9script.c, src/proto/vim9script.pro, src/vim9compile.c, src/proto/vim9compile.pro, src/testdir/test_vim9_script.vimPatch 8.2.0974Problem: Vim9: memory leak whenscript var has wrong type.Solution: Free the variable name.Files: src/vim9script.vimPatch 8.2.0975Problem: Vim9:script variable does not accept optional s: prefix.Solution: Adjust the accepted syntax.Files: src/vim9script.c, src/testdir/test_vim9_script.vimPatch 8.2.0976Problem: Some'cpoptions' not tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #6253)Files: src/testdir/test_cd.vim, src/testdir/test_charsearch.vim, src/testdir/test_cpoptions.vim, src/testdir/test_normal.vimPatch 8.2.0977Problem:t_8uis made empty for the wrong terminals. (Dominique Pelle)Solution: Invert the check for TPR_YES. (closes #6254)Files: src/term.c, src/testdir/test_termcodes.vimPatch 8.2.0978Problem: Leaking memory in termcodes test.Solution: Sett_8u with set_option_value().Files: src/term.cPatch 8.2.0979Problem:A couple of screendump tests fail.Solution: Do not redraw when clearing t_8u.Files: src/term.cPatch 8.2.0980Problem: Raku file extension not recognized. (Steven Penny)Solution: Recognize .raku and .rakumod. (closes #6255)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0981Problem: Vim9: cannot compile "[var, var]=list".Solution: Implementlist assignment.Files: src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/evalvars.c, src/proto/evalvars.pro, src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.0982Problem: Insufficienttesting for reading/writing files.Solution: Add more tests. (Yegappan Lakshmanan, closes #6257) Add "ui_delay" totest_override() and useit for theCTRL-O test.Files: src/testing.c, src/globals.h, src/ui.c, runtime/doc/testing.txt, src/testdir/test_autocmd.vim, src/testdir/test_edit.vim, src/testdir/test_filechanged.vim, src/testdir/test_writefile.vimPatch 8.2.0983Problem: SConstruct file type not recognized.Solution: Usepython for SConstruct files. (Roland Hieber)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.0984Problem: Not using previouswindow when closinga shellpopup window.Solution: Use "prevwin" ifit was set. (closes #6267)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.0985Problem: Simplify() does not remove slashes from "///path".Solution: Reduce> 2 slashes to one. (closes #6263)Files: src/findfile.c, src/testdir/test_functions.vimPatch 8.2.0986 (after 8.2.0985)Problem: MS-Windows:functions test fails.Solution: Only simplify ///path on Unix.Files: src/testdir/test_functions.vimPatch 8.2.0987Problem: Vim9: cannot assign to [var; var].Solution: Assign rest of items toa list.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/list.c, src/proto/list.pro, src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.0988Problem: Getting directory contentsis alwayscase sorted.Solution: Add sortoptions and v:collate. (Christian Brabandt, closes #6229)Files: runtime/doc/eval.txt, runtime/doc/mlang.txt, src/auto/configure, src/cmdexpand.c, src/config.h.in, src/configure.ac, src/evalfunc.c, src/evalvars.c, src/ex_cmds2.c, src/fileio.c, src/filepath.c, src/globals.h, src/proto/fileio.pro, src/testdir/test_cmdline.vim, src/testdir/test_functions.vim, src/vim.hPatch 8.2.0989Problem: Crash after resizingaterminal window. (August Masquelier)Solution: Add check for valid row in libvterm. (closes #6273)Files: src/libvterm/src/state.c, src/libvterm/src/screen.cPatch 8.2.0990 (after 8.2.0988)Problem: Using duplicate error number.Solution: Use an unused error number. Adda test for it.Files: src/globals.h, src/testdir/test_functions.vimPatch 8.2.0991Problem: Cannot getwindow type for autocmd and preview window.Solution: Add types to win_gettype(). (Yegappan Lakshmanan, closes #6277)Files: runtime/doc/eval.txt, src/evalwindow.c, src/testdir/test_autocmd.vim, src/testdir/test_preview.vimPatch 8.2.0992Problem: Vim9: crash when using:import in the Vim command.Solution: Give an error when using:import outside ofa script. (closes #6271)Files: src/vim9script.c, src/testdir/test_vim9_script.vim, src/testdir/term_util.vimPatch 8.2.0993Problem:Vim9script test fails with normal features.Solution: Use :func instead of:def for now.Files: src/testdir/test_vim9_script.vimPatch 8.2.0994Problem: Vim9: missing function causes compilation error.Solution: Call test function indirectly.Files: src/testdir/test_vim9_script.vimPatch 8.2.0995Problem: Insufficienttesting for thereaddir() sort option.Solution: Adda few more tests. (Christian Brabandt, closes #6278)Files: src/testdir/test_functions.vimPatch 8.2.0996Problem: Using "aucmdwin" inwin_gettype()is not ideal.Solution: Rename to "autocmd".Files: runtime/doc/eval.txt, src/evalwindow.c, src/testdir/test_autocmd.vimPatch 8.2.0997Problem: Cannot executearegister containing line continuation.Solution: Concatenate lines where needed. (Yegappan Lakshmanan, closes #6272)Files: runtime/doc/repeat.txt, src/register.c, src/testdir/test_registers.vimPatch 8.2.0998Problem: Not alltag codeis tested.Solution: Adda few more test cases. (Yegappan Lakshmanan, closes #6284)Files: src/testdir/test_tagjump.vimPatch 8.2.0999Problem: Moving to nextsentence gets stuck onquote.Solution: When moving to the nextsentence doesn't result in moving, advancea character and try again. (closes #6291)Files: src/textobject.c, src/testdir/test_textobjects.vimPatch 8.2.1000Problem: Get error when leavingEx mode with:visual anda CmdLineEnterautocommand was used.Solution: Reset ex_pressedreturn. (closes #6293)Files: src/ex_docmd.c, src/testdir/test_ex_mode.vimPatch 8.2.1001Problem: Vim9: crash with nested "if" and assignment.Solution: Skip more of the assignment. Do not set ctx_skip when codeis reachable.Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1002Problem: Test may fail when run directly.Solution: Check if g:run_nr exists. (Christian Brabandt, closes #6285)Files: src/testdir/term_util.vimPatch 8.2.1003Problem: Vim9: return type ofsort()is too generic.Solution: Get type from the first argument. (closes #6292)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1004Problem: Line numbers below filler lines not always updated.Solution: Don't break out of the win_line() loop too early. (Christian Brabandt, closes #6294, closes #6138)Files: src/drawline.c, src/testdir/dumps/Test_diff_rnu_01.dump, src/testdir/dumps/Test_diff_rnu_02.dump, src/testdir/dumps/Test_diff_rnu_03.dump, src/testdir/test_diffmode.vimPatch 8.2.1005Problem: Vim9: using TRUE/FALSE/MAYBE for ctx_skipis confusing.Solution: Use anenum value.Files: src/vim9compile.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.1006Problem: Vim9: require unnecessary return statement.Solution: Improve the use of the had_return flag. (closes #6270)Files: src/vim9compile.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_func.vimPatch 8.2.1007Problem: Completion doesn't work after ":r ++arg!".Solution: Skip over "++arg". (Christian Brabandt, closes #6275, closes #6258)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.1008Problem: Vim9: no test for disassembling newly added instructions.Solution: Adda function and check disassembly.Files: src/testdir/test_vim9_disassemble.vimPatch 8.2.1009Problem: Vim9: some failures not checked for.Solution: Add test cases. Remove unused code.Files: src/testdir/test_vim9_script.vim, src/vim9execute.cPatch 8.2.1010Problem: Build failure in libvterm with debug enabled. (John Little)Solution: Use "->" instead of ".".Files: src/libvterm/src/state.cPatch 8.2.1011Problem: Vim9: some code not tested.Solution: Adda few more test cases. Reorder checks for clearer error. Remove unreachable code.Files: src/evalvars.c, src/vim9script.c, src/vim9execute.c, src/proto/vim9script.pro, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1012Problem: Vim9: cannot declare single characterscript variables.Solution: Don't see "b:", "s:", etc.as namespace. Fix item size of sn_var_vals.Files: src/vim9script.c, src/scriptfile.c, src/testdir/test_vim9_script.vimPatch 8.2.1013Problem:Channel tests can bea bit flaky.Solution: Set the g:test_is_flaky flag in SetUp().Files: src/testdir/test_channel.vimPatch 8.2.1014Problem: Using "name" forastring resultis confusing.Solution: Rename to "end".Files: src/typval.cPatch 8.2.1015Problem: Popupfilter gets key with modifier prepended when using modifyOtherKeys.Solution: Remove theshift modifier whenitis included in the key, also when the Alt or Meta modifieris used.Files: src/term.c, src/misc2.c, src/testdir/test_popupwin.vimPatch 8.2.1016Problem: Vim9: test fails whenchannel featureis missing.Solution: Process an:if command when skippingFiles: src/vim9compile.cPatch 8.2.1017Problem: Appveyor output doesn't show MinGW console features.Solution:List the features of the console build.Files: ci/appveyor.batPatch 8.2.1018Problem: Typo inenum value. (James McCoy)Solution: Fix the typo.Files: src/vim9compile.cPatch 8.2.1019Problem: Mapping<M-S-a> does not work in the GUI.Solution: Move the logic to remove theshift modifier to may_remove_shift_modifier() and also useit in the GUI.Files: src/gui_gtk_x11.c, src/misc2.c, src/proto/misc2.pro, src/term.cPatch 8.2.1020Problem: Popupwin test fails in the GUI.Solution: SendGUI byte sequence for<C-S-a>.Files: src/testdir/test_popupwin.vimPatch 8.2.1021Problem:Ruby interface not tested enough.Solution: Adda couple more tests. (Dominique Pellé, closes #6301)Files: src/testdir/test_ruby.vimPatch 8.2.1022Problem: Various parts of code not covered by tests.Solution: Add more tests. (Yegappan Lakshmanan, closes #6300)Files: src/testdir/test_blob.vim, src/testdir/test_cpoptions.vim, src/testdir/test_digraph.vim, src/testdir/test_edit.vim, src/testdir/test_iminsert.vim, src/testdir/test_paste.vim, src/testdir/test_prompt_buffer.vim, src/testdir/test_selectmode.vim, src/testdir/test_tabpage.vim, src/testdir/test_tagjump.vim, src/testdir/test_textformat.vim, src/testdir/test_viminfo.vim, src/testdir/test_virtualedit.vim, src/testdir/test_visual.vimPatch 8.2.1023Problem: Vim9: redefininga function usesa newindex every time.Solution: When redefininga function clear the contents and re-use the index.Files: src/vim9compile.c, src/proto/vim9compile.pro, src/userfunc.c, src/structs.h, src/eval.c, src/evalvars.c, src/vim9execute.cPatch 8.2.1024Problem: Vim9: no error for using "letg:var= val".Solution: Add an error.Files: src/evalvars.c, src/globals.h, src/structs.h, src/vim9compile.c, src/scriptfile.c, src/userfunc.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_func.vimPatch 8.2.1025Problem: Tabpage menu and tabline not sufficiently tested.Solution: Add tests. (Yegappan Lakshmanan, closes #6307)Files: src/testdir/test_digraph.vim, src/testdir/test_tabpage.vimPatch 8.2.1026Problem: Vim9: cannot break the line after "->".Solution: Check fora continuation line after "->", "[" and ".". Ignore trailing white space.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1027Problem: GUI:multibyte charactersdo not work ina terminal.Solution: Do not assumea keyis one byte. (closes #6304)Files: src/gui_gtk_x11.c, src/gui_x11.cPatch 8.2.1028Problem: Vim9: no error for declaring buffer, window, etc. variable.Solution: Give an error. Unify the error messages.Files: src/evalvars.c, src/globals.h, src/vim9compile.c, src/proto/vim9compile.pro, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.1029Problem: Vim9: cannot chain function calls with->at line start.Solution: Peek ahead fora following linestarting with "->". (closes #6306)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1030Problem: Reducing size ofaterminalwindow may causea crash.Solution: Make sure the row and column don't become negative. (closes #6273)Files: src/libvterm/src/state.c, src/libvterm/src/screen.cPatch 8.2.1031Problem: Build failure with Perl5.32.Solution: Definea few more functions. (Felix Yan, closes #6310)Files: src/if_perl.xsPatch 8.2.1032Problem: Error message for declaringa variable cannot be translated.Solution: Enclose in _(). Make environment variablea separate message.Files: src/globals.h, src/vim9compile.cPatch 8.2.1033Problem: Noteasy to read the test time in the test output.Solution: Align the times. Make slow tests bold.Files: src/testdir/runtest.vimPatch 8.2.1034Problem: Compiler warning for uninitialized variables.Solution: Add initializations. (John Marriott)Files: src/vim9compile.cPatch 8.2.1035Problem:setreg() does not always clear the register.Solution: Clear theregister if thedict argumentis empty. (Andy Massimino, closes #3370)Files: src/evalfunc.c, src/testdir/test_registers.vimPatch 8.2.1036Problem: Popupwin test fails sometimes.Solution: Use WaitForAssert() instead ofa sleep.Files: src/testdir/test_popupwin.vimPatch 8.2.1037Problem: Vim9: crash when using line continuation inside :def.Solution: Check for no more lines available.Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1038Problem: Popupwin test fails.Solution: Fix WaitForAssert() argument.Files: src/testdir/test_popupwin.vimPatch 8.2.1039Problem: Cannotput NUL byte on clipboard.Solution: Use the text length. (Christian Brabandt, closes #6312, closes #6149)Files: src/winclip.c, src/testdir/test_registers.vimPatch 8.2.1040Problem: Not enoughtesting formovement commands.Solution: Add more tests. (Yegappan Lakshmanan, closes #6313)Files: src/testdir/test_cursor_func.vim, src/testdir/test_functions.vim, src/testdir/test_gf.vim, src/testdir/test_normal.vim, src/testdir/test_options.vim, src/testdir/test_quickfix.vimPatch 8.2.1041Problem: Test summaryis missing executed count.Solution: Adjustpattern used for counting.Files: src/testdir/summarize.vimPatch 8.2.1042Problem: Vim9: cannotput anoperator on the next line.Solution: Requirea colon beforea range to see if that causes problems.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/ex_docmd.c, src/globals.h, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1043Problem: %a item in'statusline' not tested.Solution: Adda test. (Dominique Pellé, closes #6318)Files: src/testdir/test_statusline.vimPatch 8.2.1044Problem: Not all systemd file types are recognized.Solution: Match several more files. (Guido Cella, closes #6319)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.1045Problem: Vim9: line break beforeoperator does not work.Solution: Peek the next line for an operator.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1046Problem: Insufficient tests for src/buffer.c.Solution: Add more tests. Move comments related tests toa separate file. (Yegappan Lakshmanan, closes #6325)Files: src/testdir/Make_all.mak, src/testdir/test_buffer.vim, src/testdir/test_cmdline.vim, src/testdir/test_comments.vim, src/testdir/test_normal.vim, src/testdir/test_textformat.vimPatch 8.2.1047Problem: Vim9:script cannot use line continuation like ina:def function.Solution: Pass the getline function pointer to theeval() functions. Useit for addition and multiplication operators.Files: src/vim.h, src/structs.h, src/globals.h, src/ex_eval.c, src/eval.c, src/proto/eval.pro, src/dict.c, src/evalfunc.c, src/evalvars.c, src/list.c, src/userfunc.c, src/scriptfile.c, src/proto/scriptfile.pro, src/testdir/test_vim9_expr.vimPatch 8.2.1048 (after 8.2.1047)Problem: Build failure without theeval feature.Solution: Add dummy typedef.Files: src/structs.hPatch 8.2.1049 (after 8.2.1047)Problem: Vim9: leaking memory when using continuation line.Solution: Keepa pointer to the continuation line in evalarg_T. Centralize checking fora next command.Files: src/structs.h, src/eval.c, src/proto/eval.pro, src/beval.c, src/buffer.c, src/clientserver.c, src/evalvars.c, src/ex_docmd.c, src/ex_eval.c, src/filepath.c, src/findfile.c, src/fold.c, src/globals.h, src/if_ole.cpp, src/if_perl.xs, src/if_tcl.c, src/map.c, src/quickfix.c, src/regexp.c, src/register.c, src/screen.c, src/userfunc.cPatch 8.2.1050 (after 8.2.1049)Problem: Missing change in struct.Solution: Add missing change.Files: src/ex_cmds.hPatch 8.2.1051Problem: Crash whenchangingalist while usingreduce() on it.Solution: Lock the list. (closes #6330)Files: src/list.c, src/testdir/test_listdict.vimPatch 8.2.1052Problem: Build failure with older compilers.Solution: Move declaration to start of block.Files: src/eval.cPatch 8.2.1053Problem: Insufficienttesting for'statusline' and'tabline'.Solution: Add more tests. (Yegappan Lakshmanan, closes #6333)Files: src/testdir/test_autocmd.vim, src/testdir/test_statusline.vim, src/testdir/test_tabline.vimPatch 8.2.1054Problem: Not soeasy to passalua function to Vim.Solution: ConvertaLua function andclosure toa Vim funcref. (Prabir Shrestha, closes #6246)Files: runtime/doc/if_lua.txt, src/if_lua.c, src/proto/userfunc.pro, src/structs.h, src/testdir/test_lua.vim, src/userfunc.cPatch 8.2.1055Problem: Nofiletype set for pacman config files.Solution: Recognize pacman.conf and *.hook. (Guido Cella, closes #6335)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.1056Problem: Wrong display when mixing matchconceal andsyntax conceal.Solution: Adjust howconceal flags are used. (closes #6327, closes #6303)Files: src/drawline.c, src/highlight.c, src/testdir/test_matchadd_conceal.vimPatch 8.2.1057 (after 8.2.1054)Problem: Cannot build with dynamic Lua.Solution: Add dll variables.Files: src/if_lua.cPatch 8.2.1058Problem: Multilineconceal causes display errors.Solution: Do not allowconceal cross over EOL. (closes #6326, closes #4854, closes #6302)Files: src/drawline.c, src/testdir/test_conceal.vim, src/testdir/test_diffmode.vimPatch 8.2.1059Problem: Crash when using:tabonly in an autocommand. (Yegappan Lakshmanan)Solution: Do not allow theautocommandwindow to be closed.Files: src/ex_docmd.c, src/window.c, src/globals.h, src/testdir/test_autocmd.vimPatch 8.2.1060Problem: Not all elinks files are recognized.Solution: Just check for "elinks.conf". (Guido Cella, closes #6337)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.1061Problem: Insufficienttesting for src/window.c.Solution: Add more tests. (Yegappan Lakshmanan, closes #6345)Files: src/testdir/test_excmd.vim, src/testdir/test_gf.vim, src/testdir/test_options.vim, src/testdir/test_popupwin.vim, src/testdir/test_quickfix.vim, src/testdir/test_tabpage.vim, src/testdir/test_tagjump.vim, src/testdir/test_window_cmd.vim, src/window.cPatch 8.2.1062Problem: Vim9: no line break allowed inside "cond? val1: val2".Solution: Check foroperator after line break.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1063Problem: Vim9: no line break allowed before || or &&.Solution: Check foroperator after line break.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1064Problem: Vim9: no line break allowed before comparators.Solution: Check for comparator after line break.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1065Problem: Vim9: no line break allowed insidea list.Solution: Handle line break insidealist inVim9 script.Files: src/eval.c, src/proto/eval.pro, src/list.c, src/proto/list.pro, src/vim9compile.c, src/testdir/test_vim9_expr.vim, src/testdir/test_arglist.vimPatch 8.2.1066Problem:Lua arrays are zero based.Solution: MakeLua arrays one based. (Prabir Shrestha, closes #6347)Note: thisis not backwards compatible.Files: runtime/doc/if_lua.txt, src/if_lua.c, src/testdir/test_lua.vimPatch 8.2.1067Problem: Expression "!expr->func()" does not work.Solution: Apply plus and minus earlier. (closes #6348)Files: src/eval.c, src/proto/eval.pro, src/evalvars.c, src/userfunc.c, src/testdir/test_expr.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1068Problem: Vim9: no line break allowed insidea dict.Solution: Handle line break insideadict inVim9 script.Files: src/eval.c, src/dict.c, src/proto/dict.pro, src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1069Problem: Vim9: fail to check for whitespace in list.Solution: Add check for white space.Files: src/list.cPatch 8.2.1070Problem: Vim9: leaking memory when lacking whitespace in dict.Solution: Clear the typval.Files: src/dict.cPatch 8.2.1071Problem: Vim9: no line break allowed insidea lambda.Solution: Handle line break insidealambda inVim9 script.Files: src/eval.c, src/proto/eval.pro, src/evalvars.c, src/userfunc.c, src/proto/userfunc.pro, src/popupwin.c, src/vim9compile.c, src/ex_eval.c, src/globals.h, src/structs.h, src/testdir/test_vim9_expr.vimPatch 8.2.1072Problem: Missing libvterm test.Solution: Sync with libvterm revision 768.Files: src/libvterm/src/state.c, src/libvterm/t/63screen_resize.testPatch 8.2.1073Problem: Vim9: no line break allowed in () expression.Solution: Skipa line break.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1074Problem: Vim9: no line break allowed after some operators.Solution: Skipa line break after the operator. Add eval_may_get_next_line() to simplify checking fora line break.Files: src/eval.c, src/proto/eval.pro, src/dict.c, src/list.c, src/userfunc.c, src/testdir/test_vim9_expr.vimPatch 8.2.1075Problem: Vim9: no line break allowed in:echo expression.Solution: Skip linebreak.Files: src/eval.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1076Problem: Vim9: no line break allowed in:if expression.Solution: Skip linebreak.Files: src/eval.c, src/proto/eval.pro, src/evalvars.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1077Problem: No enough test coverage for highlighting.Solution: Add more tests. (Yegappan Lakshmanan, closes #6351)Files: runtime/doc/syntax.txt, src/testdir/test_cmdline.vim, src/testdir/test_highlight.vim, src/testdir/test_match.vimPatch 8.2.1078Problem: Highlight and match functionality together in one file.Solution: Move match functionality toa separate file. (Yegappan Lakshmanan, closes #6352)Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/README.md, src/highlight.c, src/match.c, src/proto.h, src/proto/highlight.pro, src/proto/match.proPatch 8.2.1079Problem: Vim9: no line break allowed ina while loop.Solution: Update stored loop lines when finding line breaks.Files: src/structs.h, src/globals.h, src/eval.c, src/evalvars.c, src/ex_docmd.c, src/proto/ex_docmd.pro, src/testdir/test_vim9_cmd.vimPatch 8.2.1080Problem: Vim9: no line break allowed ina for loop.Solution: Skip line breaks in for command.Files: src/eval.c, src/ex_eval.c, src/proto/eval.pro, src/userfunc.c, src/structs.h, src/globals.h, src/testdir/test_vim9_cmd.vimPatch 8.2.1081Problem: Lua: cannot use table.insert() and table.remove().Solution: Add thelist functions. (Prabir Shrestha, closes #6353)Files: runtime/doc/if_lua.txt, src/if_lua.c, src/testdir/test_lua.vimPatch 8.2.1082Problem: Coverity complains about ignoring dict_add() return value.Solution: Add (void).Files: src/evalfunc.cPatch 8.2.1083Problem: Crash when usingreduce() ona NULL list.Solution: Only access thelist when not NULL.Files: src/list.c, src/testdir/test_listdict.vimPatch 8.2.1084Problem: Lua: registering function has useless code.Solution: Remove clearing grow arrays.Files: src/userfunc.cPatch 8.2.1085Problem: Coverity complains about ignoring dict_add() return value.Solution: Add (void).Files: src/register.cPatch 8.2.1086Problem: Possibly using freed memory when text properties used whenchanging indent ofa line.Solution: Compute the offset before calling ml_replace().Files: src/indent.cPatch 8.2.1087Problem: Possible memory leak when file expansion fails.Solution: Clear the grow array when returning FAIL. Use an error message instead of an empty string.Files: src/filepath.cPatch 8.2.1088Problem:A very long translation might causea buffer overflow.Solution: Truncate the message if needed.Files: src/fileio.cPatch 8.2.1089Problem: Coverity warns for pointer computation.Solution: Avoid computinga pointer to invalid memory.Files: src/spellfile.cPatch 8.2.1090Problem: May use NULL pointer when skipping over name.Solution: Always set ll_name_end.Files: src/eval.cPatch 8.2.1091Problem: No check if openinga pty works.Solution: Check for invalid file descriptor.Files: src/os_unix.cPatch 8.2.1092Problem: Not checking if saving forundo succeeds.Solution: Bail out if u_savesub() returns FAIL.Files: src/textprop.cPatch 8.2.1093Problem: Python: double free when adding item todict fails.Solution: Remove vim_free() call.Files: src/if_py_both.hPatch 8.2.1094Problem: Dead code in libvterm.Solution: Remove condition thatis always true.Files: src/libvterm/src/pen.cPatch 8.2.1095Problem: May use pointer after freeingit when text properties are used.Solution: Updateredo buffer before calling ml_replace().Files: src/spellsuggest.cPatch 8.2.1096Problem: Vim9: return type ofgetqflist()is wrong.Solution: Let the return type depend on the arguments. Also for getloclist(). (closes #6357)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1097Problem: Highlight code not sufficiently tested.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #6359)Files: src/testdir/test_filter_cmd.vim, src/testdir/test_highlight.vimPatch 8.2.1098Problem: Vim9: cannot use line break in:throw argument.Solution: Check for line break.Files: src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.1099Problem: Vim9: cannot use line break in:cexpr argument.Solution: Check for line break.Files: src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.1100Problem: Vim9: cannot use line break in :execute,:echomsg and:echoerr argument.Solution: Check for line break.Files: src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.1101Problem: No error when using wrong arguments forsetqflist() or setloclist().Solution: Check for the error.Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.1102Problem: Coverity gets confused by an unnecessary NULL check.Solution: Remove the check for NULL.Files: src/quickfix.cPatch 8.2.1103Problem: Coverity reports an unnecessary NULL check.Solution: Remove the check for NULL.Files: src/eval.cPatch 8.2.1104Problem: Coverity warns for possible NULL pointer use.Solution: Check "pbyts"is not NULL.Files: src/spellsuggest.cPatch 8.2.1105Problem: Insufficient test coverage for Lua.Solution: Add tests. (Yegappan Lakshmanan, closes #6368) Fix uncovered memory leak. Avoid unnecessary copy/free.Files: src/if_lua.c, src/testdir/test_lua.vimPatch 8.2.1106Problem: Crash when trying to use s: variable in typed command.Solution: Don't use thescriptindex when not set. (Ken Takata, closes #6366)Files: src/vim9compile.c, src/testdir/test_vimscript.vimPatch 8.2.1107Problem:'imactivatefunc' and'imstatusfunc' are not used in the GUI.Solution: Adjust the #ifdefs. (closes #6367)Files: runtime/doc/options.txt, src/gui_xim.c, src/testdir/test_iminsert.vimPatch 8.2.1108Problem: Mouse left-right scrollis not supported interminal window.Solution: Implement mouse codes 6 and 7. (Trygve Aaberge, closes #6363)Files: src/libvterm/src/mouse.c, src/mouse.c, src/terminal.c, src/testdir/mouse.vim, src/testdir/test_termcodes.vimPatch 8.2.1109 (after 8.2.1106)Problem: Still crashing when using s:variable.Solution: Remove assignment. (Ken Takata)Files: src/vim9compile.cPatch 8.2.1110Problem: Vim9: line continuation does not work in function arguments.Solution: Pass "evalarg" to get_func_tv(). Fix seeing double quotedstringas comment.Files: src/userfunc.c, src/proto/userfunc.pro, src/eval.c, src/ex_eval.c, src/list.c, src/dict.c, src/proto/eval.pro, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vimPatch 8.2.1111Problem: Inconsistent naming of get_list_tv() and eval_dict().Solution: Rename get_list_tv() to eval_list(). Similarly for eval_number(), eval_string(), eval_lit_string() anda few others.Files: src/eval.c, src/list.c, src/proto/list.pro, src/vim9compile.c, src/typval.c, src/proto/typval.pro, src/vim9script.c, src/evalfunc.c, src/evalvars.c, src/proto/evalvars.pro, src/vim9execute.cPatch 8.2.1112Problem: Vim9: no line continuation allowed inmethod call.Solution: Handle line continuation inexpression beforemethod call.Files: src/ex_docmd.c, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1113Problem: No test forverbose output of :call.Solution: Adda test.Files: src/testdir/test_user_func.vimPatch 8.2.1114Problem: Terminal test sometimes times out.Solution: Split the test in two parts.Files: src/testdir/Makefile, src/testdir/Make_all.mak, src/testdir/term_util.vim, src/testdir/test_terminal.vim, src/testdir/test_terminal2.vimPatch 8.2.1115Problem: Iminsert test fails when compiled with VIMDLL.Solution: Change condition. (Ken Takata, closes #6376)Files: src/testdir/test_iminsert.vimPatch 8.2.1116Problem: Vim9: parsing command checks forlist twice.Solution: Adjust howa commandis parsed.Files: src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1117Problem: Coverity warns for using uninitialized field.Solution: Initialize v_lock.Files: src/if_lua.cPatch 8.2.1118Problem: Condition can never be true, dead code.Solution: Remove the dead code.Files: src/move.cPatch 8.2.1119Problem: Configure fails with Xcode 12 beta.Solution: use "return" instead of "exit()". (Nico Weber, closes #6381)Files: src/configure.ac, src/auto/configurePatch 8.2.1120Problem:Python code not tested properly.Solution: Add more tests and convert old-style test into new-style test. (Yegappan Lakshmanan, closes #6370)Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms, src/testdir/test86.in, src/testdir/test86.ok, src/testdir/test_python2.vimPatch 8.2.1121Problem: Command completion not working after ++arg.Solution: Move skipping up. (Christian Brabandt, closes #6382)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.1122Problem: Vim9: line continuation indict member not recognized.Solution: Check for line continuation.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1123Problem:Python 3 testis old style.Solution: Turn into new style test. (Yegappan Lakshmanan, closes #6385)Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms, src/testdir/test87.in, src/testdir/test87.ok, src/testdir/test_python2.vim, src/testdir/test_python3.vimPatch 8.2.1124Problem: Vim9: no line break allowed in:import command.Solution: Skip over line breaks.Files: src/vim9script.c, src/proto/vim9script.pro, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1125Problem: Vim9: doublequote can beastring ora comment.Solution: Only support commentsstarting with# to avoid confusion.Files: src/eval.c, src/proto/eval.pro, src/dict.c, src/list.c, src/vim9script.cPatch 8.2.1126Problem: Vim9: using:copen causes an error.Solution: Add flag LET_NO_COMMAND in set_var().Files: src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.1127Problem: Vim9: gettingadict member may not work.Solution: Clear thedict only aftercopying the item. (closes #6390)Files: src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.1128Problem: The write message mentions characters, but it's actually bytes.Solution: Change "C" to "B" and "characters" to "bytes".Files: runtime/doc/options.txt, src/fileio.c, src/testdir/test_cscope.vim, src/testdir/test_netbeans.vim, src/testdir/dumps/Test_diff_syntax_1.dump, src/testdir/dumps/Test_long_file_name_1.dump, src/testdir/dumps/Test_display_unprintable_01.dump, src/testdir/dumps/Test_tselect_1.dumpPatch 8.2.1129Problem: Vim9:bar not recognized after not compiled command.Solution: Check forbar for commands where thisis possible. (closes #6391)Files: src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1130Problem: Vim9:bar not recognized after function callSolution: Skip whitespace. (closes #6391)Files: src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1131Problem: Vim9: error message for returninga value ina function that does not return anythingis not clear.Solution: Adda specific message.Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1132Problem: Vim9: return type ofrepeat()is not specific enough.Solution: Return the type of the first argument. (closes #6395)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1133Problem: Vim9: return type ofadd()is not specific enough.Solution: Return the type of the first argument. (closes #6395)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1134Problem: Vim9: gettingalist member may not work.Solution: Clear thelist only aftercopying the item. (closes #6393)Files: src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.1135Problem: Vim9: gettingadict member may not work.Solution: Clear thedict only aftercopying the item.Files: src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.1136Problem: Vim9: return type ofargv()is always any.Solution: Use list<string> if thereis no argument.Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1137Problem: Vim9: modifiers not cleared after compiling function.Solution: Clear command modifiers. (closes #6396)Files: src/vim9compile.c, src/ex_docmd.c, src/proto/ex_docmd.pro, src/testdir/test_vim9_func.vim, src/testdir/dumps/Test_vim9_silent_echo.dumpPatch 8.2.1138Problem: Vim9: return type ofcopy() anddeepcopy()is any.Solution: Use type of the argument.Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1139 (after 8.2.1137)Problem: Vim9: test for silent echo fails in some environments.Solution: Use:function instead of :def.Files: src/testdir/test_vim9_func.vimPatch 8.2.1140Problem: Vim9: return type ofextend()is any.Solution: Use type of the argument.Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1141Problem: Vim9: return type offilter()is any.Solution: Use type of the argument.Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1142Problem: Vim9: return type ofinsert()is any.Solution: Use type of the first argument.Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1143Problem: Vim9: return type ofremove()is any.Solution: Use the member type of the first argument, if known.Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1144Problem: Vim9: return type ofreverse()is any.Solution: Use the type of the first argument.Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1145Problem: Vim9: "for" only acceptsalistat compile time.Solution: Also acceptalistat runtime.Files: src/vim9compile.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1146Problem: Not enoughtesting for Python.Solution: Add more tests. Fix uncovered problems. (Yegappan Lakshmanan, closes #6392)Files: src/if_py_both.h, src/if_python3.c, src/testdir/shared.vim, src/testdir/test_python2.vim, src/testdir/test_python3.vimPatch 8.2.1147Problem::confirm may happen in cooked mode. (Jason Franklin)Solution: Switch to raw mode before prompting. (Brandon Pfeifer)Files: src/message.c, src/testdir/test_excmd.vimPatch 8.2.1148Problem: Warning for using int instead of size_t.Solution: Change "len" argument to size_t. (Mike Williams)Files: src/vim9compile.c, src/proto/vim9compile.pro, src/vim9script.cPatch 8.2.1149Problem: Vim9::eval command not handled properly.Solution: Compile the:eval command. (closes #6408)Files: src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1150Problem: ml_get error when using Python. (Yegappan Lakshmanan)Solution: Check the line numberis not out of range. Call "Check" with "fromObj" instead of "from".Files: src/if_py_both.h, src/testdir/test_python2.vim, src/testdir/test_python3.vimPatch 8.2.1151Problem: Insufficient test coverage for Python.Solution: Add more test cases. (Yegappan Lakshmanan, closes #6415)Files: src/testdir/test_python2.vim, src/testdir/test_python3.vimPatch 8.2.1152Problem: Vim9: functionreferenceis missingscript prefix.Solution: Use the actual function name instead of the name searched for in thescript context. (closes #6412)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1153Problem: Vim9:script test fails on some systems.Solution: Return proper value from Compare().Files: src/testdir/test_vim9_script.vimPatch 8.2.1154Problem: Vim9: crash when using imported function.Solution: Check fora function type. Set thescript context when callinga function. (closes #6412)Files: src/evalvars.c, src/scriptfile.c, src/proto/scriptfile.pro, src/vim9execute.c, src/structs.h, src/testdir/test_vim9_script.vimPatch 8.2.1155Problem: Vim9: cannot handle line break inside lambda.Solution: Pass the compilation context through. (closes #6407, closes #6409)Files: src/structs.h, src/vim9compile.c, src/proto/vim9compile.pro, src/eval.c, src/testdir/test_vim9_func.vimPatch 8.2.1156Problem: Vim9: No error for invalid command in compiled function.Solution: Handle CMD_SIZE.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1157Problem: Vim9: dict.nameis not recognizedas an expression.Solution: Recognize ".name". (closes #6418)Files: src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1158 (after 8.2.1155)Problem: Build error.Solution: Add missing change to globals.Files: src/globals.hPatch 8.2.1159Problem: Vim9: no error for missingspace aftera comma.Solution: Check for white space.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.1160Problem: Vim9: memory leak in allocated types.Solution: Free the type pointers.Files: src/vim9script.c, src/userfunc.c, src/vim9compile.c, src/proto/vim9compile.proPatch 8.2.1161Problem: Vim9: using freed memory.Solution: Put pointer back in evalarg instead of freeing it.Files: src/userfunc.c, src/vim9compile.c, src/eval.c, src/proto/eval.pro, src/structs.hPatch 8.2.1162Problem: Crash when usinga lambda.Solution: Check for evalarg to be NULL.Files: src/userfunc.cPatch 8.2.1163 (after 8.2.1161)Problem: Build error.Solution: Add missing change to globals.Files: src/globals.hPatch 8.2.1164Problem: Text cleared by checkingterminal properties not redrawn. (Alexey Radkov)Solution:Mark the screen charactersas invalid. (closes #6422)Files: src/screen.c, src/proto/screen.pro, src/term.cPatch 8.2.1165Problem: Insufficienttesting for theTcl interface.Solution: Add more tests. (Yegappan Lakshmanan, closes #6423)Files: src/testdir/test_tcl.vimPatch 8.2.1166Problem: Once mouse move events are enabledgetchar() returns them.Solution: Ignore K_MOUSEMOVE in getchar(). (closes #6424)Files: runtime/doc/eval.txt, src/getchar.cPatch 8.2.1167Problem: Vim9: builtin functionmethod call only supports first argument.Solution: Shift arguments when needed. (closes #6305, closes #6419)Files: src/evalfunc.c, src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1168Problem: Wrongmethod argument for appendbufline().Solution: Use FEARG_3.Files: src/evalfunc.cPatch 8.2.1169Problem: Write NUL past allocatedspace using corruptedspell file. (Markus Vervier)Solution: Init "c" every time.Files: src/spellfile.cPatch 8.2.1170Problem: Cursor off by one with block paste while'virtualedit'is "all".Solution: Adjust condition. (Hugo Gualandi, closes #6430)Files: src/register.c, src/testdir/test_registers.vimPatch 8.2.1171Problem: Possible crash when out of memory.Solution: Check for NULL pointer. (Dominique Pellé, closes #6432)Files: src/syntax.cPatch 8.2.1172Problem: Errormessages when doing "make clean" in the runtime/doc or src/tee directories.Solution: Use "rm-f".Files: runtime/doc/Makefile, src/tee/MakefilePatch 8.2.1173Problem: Tee doesn't build on some systems.Solution: Include header files. (Dominique Pelle, closes #6431)Files: src/tee/tee.cPatch 8.2.1174Problem: No test for the "recording @x" message.Solution: Adda test. (Dominique Pellé, closes #6427)Files: src/testdir/test_registers.vimPatch 8.2.1175Problem: Vim9: Cannot splita line before ".member".Solution: Check for ".member" after line break.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1176Problem: Vim9: not enough type checking inVim9 script.Solution: Use same type checkingas ina:def function.Files: src/vim9compile.c, src/proto/vim9compile.pro, src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1177Problem: Terminal2 test sometimes hangs in the GUI.Solution: Move some tests to other files to further locate the problem. Set theGUI toa fixed screen size.Files: src/testdir/test_terminal.vim, src/testdir/test_terminal2.vim, src/testdir/test_terminal3.vim, src/testdir/Make_all.mak, src/testdir/runtest.vimPatch 8.2.1178Problem: Vim9:filter function recognizedas command modifier, leading toa crash.Solution: Clear cmdmod after freeing items. Do not recognizea command modifier followed by non-white space. (closes #6434)Files: src/ex_docmd.c, src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1179Problem: Test_termwinscroll() sometimes hangs in the GUI.Solution: Skip the test in the GUI.Files: src/testdir/test_terminal2.vimPatch 8.2.1180Problem: Build failure in small version.Solution: Add #ifdef.Files: src/ex_docmd.cPatch 8.2.1181Problem: Json code not fully tested.Solution: Add more test coverage. (Dominique Pellé, closes #6433)Files: src/testdir/test_json.vimPatch 8.2.1182Problem: Vim9: no check forwhitespace after comma in lambda.Solution: Give error if whitespaceis missing.Files: src/userfunc.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vimPatch 8.2.1183Problem:assert_fails() checks the last error message.Solution: Check the first error,itis more relevant. Fix all the tests that rely on the old behavior.Files: runtime/doc/testing.txt, src/message.c, src/globals.h, src/testing.c, src/testdir/test_autocmd.vim, src/testdir/test_buffer.vim, src/testdir/test_cd.vim, src/testdir/test_channel.vim, src/testdir/test_clientserver.vim, src/testdir/test_cmdline.vim, src/testdir/test_cpoptions.vim, src/testdir/test_cscope.vim, src/if_cscope.c, src/testdir/test_excmd.vim, src/evalvars.c, src/testdir/test_expr.vim, src/testdir/test_functions.vim, src/testdir/test_json.vim, src/testdir/test_let.vim, src/testdir/test_listdict.vim, src/testdir/test_listener.vim, src/testdir/test_match.vim, src/testdir/test_menu.vim, src/testdir/test_method.vim, src/testdir/test_normal.vim, src/testdir/test_popup.vim, src/testdir/test_python2.vim, src/testdir/test_python3.vim, src/testdir/test_quickfix.vim, src/testdir/test_random.vim, src/testdir/test_search.vim, src/testdir/test_signs.vim, src/testdir/test_spell.vim, src/testdir/test_substitute.vim, src/testdir/test_syntax.vim, src/testdir/test_tagjump.vim, src/testdir/test_taglist.vim, src/testdir/test_terminal.vim, src/testdir/test_textprop.vim, src/testdir/test_trycatch.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_func.vim, src/vim9compile.c, src/testdir/test_vim9_script.vim, src/testdir/test_viminfo.vim, src/testdir/test_winbuf_close.vim, src/testdir/test_window_cmd.vim, src/testdir/test_writefile.vim, src/testdir/test_regexp_latin.vim, src/testdir/test_utf8.vim, src/testdir/test_global.vim, src/testdir/test_tagfunc.vimPatch 8.2.1184 (after 8.2.1183)Problem: Some tests fail.Solution: Adjust tests for differentassert_fails() behavior. Remove unused variable.Files: src/testdir/test_assert.vim, src/testdir/test_eval_stuff.vim, src/evalvars.cPatch 8.2.1185 (after 8.2.1183)Problem: Some other tests fail.Solution: Adjust tests for differentassert_fails() behavior.Files: src/testdir/test_lua.vim, src/testdir/test_tcl.vimPatch 8.2.1186Problem: With SGR mouse codes balloon doesn't show up after click.Solution: Add the MOUSE_RELEASE bits to mouse_code.Files: src/mouse.cPatch 8.2.1187Problem: Terminal2 test sometimes hangs in theGUI on Travis.Solution: Disable Test_zz2_terminal_guioptions_bang() for now.Files: src/testdir/test_terminal2.vimPatch 8.2.1188Problem: Memory leak with invalid json input.Solution: Free all keysat the end. (Dominique Pellé, closes #6443, closes #6442)Files: src/json.c, src/testdir/test_json.vimPatch 8.2.1189Problem: Vim9: line continuation inlambda doesn't always work.Solution: Do not usea local evalarg unless there isn't one. (closes #6439)Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1190Problem: Vim9: checking forVim9syntaxis spread out.Solution: Use in_vim9script().Files: src/vim9script.c, src/dict.c, src/eval.c, src/evalvars.c, src/ex_docmd.c, src/list.c, src/scriptfile.c, src/userfunc.cPatch 8.2.1191Problem: Vim9: crash when function calls itself.Solution: Add status UF_COMPILING. (closes #6441)Files: src/structs.h, src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1192Problem:Lua test fails with olderLua version.Solution: Adjust expected error messages. (closes #6444)Files: src/testdir/test_lua.vimPatch 8.2.1193Problem: Terminalwindow not redrawn when draggingapopupwindow over it.Solution: Redrawterminal window. (fixes #6438)Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_term_01.dump, src/testdir/dumps/Test_popupwin_term_02.dumpPatch 8.2.1194Problem: Test failure because shell prompt differs.Solution: Set the shell prompt.Files: src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_term_01.dump, src/testdir/dumps/Test_popupwin_term_02.dumpPatch 8.2.1195Problem: Clientserver test fails on MS-Windows.Solution: Expecta different error message.Files: src/testdir/test_clientserver.vimPatch 8.2.1196Problem: Build failure with normal features.Solution: Add #ifdef.Files: src/popupwin.cPatch 8.2.1197Problem: Clientserver test still fails on MS-Windows.Solution: Expecta different error message.Files: src/testdir/test_clientserver.vimPatch 8.2.1198Problem: Terminal2 test sometimes hangs in theGUI on Travis.Solution: Move test function to terminal3 to see if the problem moves too.Files: src/testdir/test_terminal2.vim, src/testdir/test_terminal3.vimPatch 8.2.1199Problem: Not all assertfunctions are fully tested.Solution: Test more assert functions.Files: src/testing.c, src/testdir/test_assert.vimPatch 8.2.1200Problem: Vim9: cannot disassemblealambda function.Solution: Recognize "<lambda>123"asa function name.Files: src/vim9execute.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.1201Problem: Vim9: crash when passing numberasdict key.Solution: Check key type to be string. (closes #6449)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1202Problem: Vim9: crash when callingaclosure froma builtin function.Solution: Use the current execution context. (closes #6441)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.1203Problem: Unused assignments inexpression evaluation.Solution: Move declarations and assignments to inner blocks where possible.Files: src/eval.cPatch 8.2.1204Problem: Vim9:true andfalse not recognized inVim9 script.Solution: Recognizetrue and false.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1205Problem: Vim9: && and || work differently when not compiled.Solution: Keep the value.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1206Problem: Vim9: crash inexpr test when run in the GUI.Solution: Temporarily comment out two test lines.Files: src/testdir/test_vim9_expr.vimPatch 8.2.1207Problem: Vim9: crash inexpr test when run in the GUI.Solution: Break out of loop over hashtab also when function got removed and added.Files: src/userfunc.c, src/testdir/test_vim9_expr.vimPatch 8.2.1208Problem: Build failure.Solution: Add missing change.Files: src/structs.hPatch 8.2.1209Problem: Vim9: test failure.Solution: Add missing changes to hashtab.Files: src/hashtab.cPatch 8.2.1210Problem: Using ht_used when looping througha hashtabisless reliable.Solution: Use ht_changed ina few more places.Files: src/userfunc.c, src/if_py_both.hPatch 8.2.1211 (after 8.2.1118)Problem: Removed more than dead code.Solution: Put back the decrement.Files: src/move.c, src/testdir/test_diffmode.vimPatch 8.2.1212Problem: Cannot build withLua 5.4.Solution: Use luaL_typeerror instead defining it. (closes #6454)Files: src/if_lua.cPatch 8.2.1213Problem: Mouse codes not tested sufficiently.Solution: Add more tests for mouse codes. (closes #6436)Files: src/testdir/test_termcodes.vimPatch 8.2.1214Problem: MS-Windows: default_vimrc not correct in silentinstall mode.Solution: Add the LoadDefaultVimrc macro. (Ken Takata, closes #6451)Files: nsis/gvim.nsiPatch 8.2.1215Problem:AtariMiNT supportis outdated.Solution: Nobody responded this codeis still useful, so let's delete it.Files: Filelist, src/os_mint.h, src/vim.h, src/Make_mint.mak, src/digraph.c, src/fileio.c, src/memfile.c, src/os_unix.c, src/term.c, READMEdir/README_extra.txt, runtime/doc/os_mint.txt, src/INSTALLPatch 8.2.1216Problem: Startup test fails.Solution: Adjust expected values for deleted lines.Files: src/testdir/test_startup.vimPatch 8.2.1217Problem: Startup test depends onrandom source file.Solution: Writea test file to findquickfixerrors in.Files: src/testdir/test_startup.vimPatch 8.2.1218Problem: Vim9: cannot use'text'->func().Solution: Recognizestringat start of command.Files: src/vim9compile.c, src/ex_docmd.c, src/testdir/test_vim9_func.vimPatch 8.2.1219Problem: Symlink not followed if dirname ends in //.Solution: Resolve symlink earlier. (Tomáš Janoušek, closes #6454)Files: src/memline.c, src/testdir/test_swap.vimPatch 8.2.1220Problem: memory access error when draggingapopupwindow overa buffer with folding.Solution: Avoid going over theend of the cache. (closes #6438)Files: src/mouse.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_term_01.dump, src/testdir/dumps/Test_popupwin_term_02.dump, src/testdir/dumps/Test_popupwin_term_03.dump, src/testdir/dumps/Test_popupwin_term_04.dumpPatch 8.2.1221Problem: Memory leak when updatingpopup window.Solution: Clear search highlighting.Files: src/popupwin.cPatch 8.2.1222Problem: When usingvalgrinda Vim command started bya test uses the same log file name which gets overwritten.Solution: Fixregexp to rename the log file.Files: src/testdir/shared.vimPatch 8.2.1223Problem: Vim9: invalid type error for function default value.Solution: Use right argument index. (closes #6458)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1224Problem: Vim9: arguments frompartial are not used.Solution: Put thepartial arguments on the stack. (closes #6460)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.1225Problem: Linkererrors when building with dynamicPython 3.9.Solution: Add #defined items. (closes #6461)Files: src/if_python3.cPatch 8.2.1226Problem: MS-Windows:windows positioning wrong when the taskbaris placedat the top or left of the screen.Solution: Use GetWindowRect and MoveWindow APIs. (Yukihiro Nakadaira, Ken Takata, closes #6455)Files: src/gui_w32.cPatch 8.2.1227Problem: Vim9: allowing both quoted and# commentsis confusing.Solution: Only support# comments inVim9 script.Files: runtime/doc/vim9.txt, src/ex_docmd.c, src/proto/ex_docmd.pro, src/vim9compile.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.1228Problem: Scrollbars not flush against thewindow edges when maximised.Solution: Add padding. (Ken Takata, closes #5602, closes #6466)Files: src/gui.c, src/gui_athena.c, src/gui_gtk.c, src/gui_haiku.cc, src/gui_mac.c, src/gui_motif.c, src/gui_photon.c, src/gui_w32.c, src/proto/gui_athena.pro, src/proto/gui_gtk.pro, src/proto/gui_haiku.pro, src/proto/gui_mac.pro, src/proto/gui_motif.pro, src/proto/gui_photon.pro, src/proto/gui_w32.proPatch 8.2.1229Problem: Build error without theeval feature.Solution: Declare starts_with_colon. Make function local.Files: src/ex_docmd.c, src/proto/ex_docmd.proPatch 8.2.1230Problem: Vim9:listindex error not caught by try/catch.Solution: Do not bail out if an erroris inside try/catch. (closes #6462)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1231Problem: MS-Windows:GUI code can be cleaned up.Solution: Doa bit of cleaning up. (Ken Takata, closes #6465)Files: src/gui_w32.c, src/proto/gui_w32.proPatch 8.2.1232Problem:MS-Windows GUI: Snap cancelled by split command.Solution: Do not cancel Snap when splittinga window. (Ken Takata, closes #6467)Files: src/gui_w32.cPatch 8.2.1233Problem: Vim9:variouserrors not caught by try/catch.Solution: Do not bail out if an erroris inside try/catch.Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1234Problem:Lua build problem with old compiler.Solution: Move declarations to start of the block. (Taro Muraoka, closes #6477)Files: src/if_lua.cPatch 8.2.1235Problem: Not all mouse codes covered by tests.Solution: Add more tests for the mouse. (Yegappan Lakshmanan, closes #6472)Files: src/testdir/mouse.vim, src/testdir/test_termcodes.vimPatch 8.2.1236Problem: Vim9:a fewerrors not caught by try/catch.Solution: Do not bail out if an erroris inside try/catch. Fix thata not matching catch doesn't jump to :endtry.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1237Problem: Changing'completepopup' after openingapopup has no effect. (Jay Sitter)Solution: Close thepopup when theoptions are changed. (closes #6471)Files: runtime/doc/options.txt, src/popupwin.c, src/proto/popupwin.pro, src/optionstr.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_infopopup_8.dumpPatch 8.2.1238Problem: Vim9:a few remainingerrors not caught by try/catch.Solution: Do not bail out if an erroris inside try/catch.Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1239Problem: "maxwidth" in'completepopup' not obeyed. (Jay Sitter)Solution: Add separate field for value from option. (closes #6470)Files: src/structs.h, src/popupwin.c, src/popupmenu.c, src/testdir/dumps/Test_popupwin_infopopup_9.dumpPatch 8.2.1240Problem:GUI tests sometimes fail because of translations.Solution: Reload themenus without translation. (Taro Muraoka, closes #6486)Files: src/testdir/runtest.vimPatch 8.2.1241Problem: Cannot usegetbufinfo()asa method.Solution: Support usinggetbufinfo()asa method. (closes #6458)Files: runtime/doc/eval.txt, src/evalfunc.c, src/testdir/test_bufwintabinfo.vimPatch 8.2.1242Problem: Vim9: no error if callinga function with wrong argument type.Solution: Check types of arguments. (closes #6469)Files: src/vim9compile.c, src/proto/vim9compile.pro, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.1243Problem: Vim9: cannot havea comment or empty line halfwayalistatscript level.Solution: Skip more than one line if needed.Files: src/vim9compile.c, src/proto/vim9compile.pro, src/eval.c, src/scriptfile.cPatch 8.2.1244Problem: Vim9: inlambdaindex assumesa list.Solution: Use the value type to decide aboutlist or dict. (closes #6479)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1245Problem: Build failure in tiny version.Solution: Add #ifdef.Files: src/scriptfile.cPatch 8.2.1246Problem: Vim9: comment after assignment doesn't work.Solution: Skip over white space. (closes #6481)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1247Problem: Vim9: cannotindexa character ina string.Solution: Add ISN_STRINDEX instruction. (closes #6478)Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.1248Problem: Netbeans testis flaky in the GUI.Solution: Filter out geometry messages. (Taro Muraoka, closes #6487)Files: src/testdir/test_netbeans.vimPatch 8.2.1249Problem: Vim9: disassemble test fails.Solution: Change INDEX to LISTINDEX. Add test for STRINDEX.Files: src/testdir/test_vim9_disassemble.vimPatch 8.2.1250Problem: Vim9: cannot use the g:, b:,t: andw: namespaces.Solution: Add instructions to pushadict for the namespaces. (closes #6480)Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1251Problem: Vim9: warning for pointer usage, test failure undetected.Solution: Fix pointer indirection. Give error when executing function failed for any reason. Fix instruction names.Files: src/vim9execute.c, src/userfunc.c, src/proto/userfunc.proPatch 8.2.1252Problem: ":marks" may show'< and'> mixed up.Solution: Show themark positionas where'< and'> would jump.Files: src/mark.c, src/testdir/test_marks.vimPatch 8.2.1253Problem:CTRL-K inInsert mode gets<CursorHold> inserted. (Roland Puntaier)Solution: Do not reset did_cursorhold, restore it. (closes #6447)Files: src/normal.cPatch 8.2.1254Problem: MS-Windows:regexp test may fail if'iskeyword' set wrongly.Solution: Override the'iskeyword' value. (Taro Muraoka, closes #6502)Files: src/testdir/test_regexp_utf8.vimPatch 8.2.1255Problem: Cannot usealambda withquickfix functions.Solution: Add support for lambda. (Yegappan Lakshmanan, closes #6499)Files: runtime/doc/eval.txt, runtime/doc/options.txt, runtime/doc/quickfix.txt, src/channel.c, src/evalvars.c, src/optionstr.c, src/proto/evalvars.pro, src/proto/quickfix.pro, src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.1256Problem: Vim9: type wrong after gettingdict item in lambda.Solution: Set the type to "any" after enforcingdict type. (closes #6491)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1257Problem: Vim9:list unpack doesn't workat thescript level.Solution: Detect unpack assignment better. (closes #6494)Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.1258 (after 8.2.1253)Problem:CursorHold does not work well.a (Shane-XB-Qian)Solution: Only restore did_cursorhold when using :normal.Files: src/normal.cPatch 8.2.1259Problem: Empty group in'tabline' may cause using an invalid pointer.Solution: Set the group start position. (closes #6505)Files: src/buffer.c, src/testdir/test_tabline.vimPatch 8.2.1260Problem: Thereis no good test for CursorHold.Solution: Adda test. Remove duplicated test. (Yegappan Lakshmanan, closes #6503)Files: src/testdir/test_autocmd.vim, src/testdir/test_buffer.vim, src/testdir/test_normal.vimPatch 8.2.1261Problem: Vim9: common type of function not tested.Solution: Adda test. Fix uncovered problems.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.1262Problem: src/ex_cmds.c fileis too big.Solution: Movehelp related code to src/help.c. (Yegappan Lakshmanan, closes #6506)Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/README.md, src/cmdexpand.c, src/ex_cmds.c, src/help.c, src/proto.h, src/proto/ex_cmds.pro, src/proto/help.proPatch 8.2.1263Problem: Vim9: comparators use'ignorecase' inVim9 script.Solution: Ignore'ignorecase'. Usetrue andfalse instead of 1 and 0. (closes #6497)Files: src/eval.c, src/typval.c, src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.1264Problem: Terminalgetwinpos() testisa bit flaky.Solution: Callgetwinpos()a bit later.Files: src/testdir/test_terminal3.vimPatch 8.2.1265Problem: Crash with EXITFREE whensplit() fails.Solution: Restore'cpoptions'.Files: src/evalfunc.cPatch 8.2.1266 (after 8.2.1262)Problem: Makefile preference were accidentally included.Solution: Revert the Makefile changes.Files: src/MakefilePatch 8.2.1267Problem: MS-Windows: tests may fail due to $PROMPT value.Solution: Set $PROMPT for testing. (Taro Muraoka, closes #6510)Files: src/testdir/runtest/vimPatch 8.2.1268Problem: Vim9: no error for using doublequote comment after :func or :def.Solution: Only accept doublequote when not inVim9script and not after :def. (closes #6483)Files: src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.1269Problem: Language andlocale code spread out.Solution: Move relevant code to src/locale.c. (Yegappan Lakshmanan, closes #6509)Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/README.md, src/ex_cmds2.c, src/locale.c, src/main.c, src/proto.h, src/proto/ex_cmds2.pro, src/proto/locale.proPatch 8.2.1270Problem: Vim9: not skipping over function type declaration with onlya return type.Solution: Skip over the return type. (issue #6507)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1271Problem: Vim9: Error forFuncref function argument type.Solution: Find the actual function type if possible. (issue #6507)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1272Problem: Vim9: type not checked if declaration also assigns value.Solution: Check the type. (issue #6507)Files: src/eval.c, src/vim9compile.c, src/proto/vim9compile.pro, src/vim9script.c, src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1273Problem: MS-Windows:terminal test may leave file behind.Solution: Waita moment for process toend beforedeleting the file. (Taro Muraoka, closes #6513)Files: src/testdir/test_terminal.vimPatch 8.2.1274Problem: Vim9: no error for missing whitespace in assignmentatscript level.Solution: Check for white space. (closes #6495)Files: src/eval.c, src/evalvars.c, src/testdir/test_vim9_script.vim, src/testdir/test_let.vimPatch 8.2.1275Problem: Vim9: compiler warning for buffer size.Solution: Change the offset from 10 to 15. (Dominique Pellé, closes #6518)Files: src/vim9script.cPatch 8.2.1276Problem: MS-Windows: system test may fail if more.exeis installed.Solution: Explicitly use more.com. (Taro Muraoka, Ken Takata, closes #6517)Files: src/testdir/test_system.vimPatch 8.2.1277Problem: Tests on Travisdo not run with EXITFREE.Solution: Add EXITFREE to all builds to uncover any mistakes.Files: .travis.ymlPatch 8.2.1278Problem: Vim9: line break after "->" only allowed in:def function.Solution: Only allow line break after "->". (closes #6492)Files: src/vim9compile.c, src/globals.h, src/testdir/test_vim9_expr.vimPatch 8.2.1279Problem: Some tests on Travis have EXITFREE duplicated.Solution: Remove EXITFREE from shadowopt. Add "shadow" tojob name.Files: .travis.ymlPatch 8.2.1280Problem:Ex command error cannot contain an argument.Solution: Add ex_errmsg() and translate earlier. Use e_trailing_arg where possible.Files: src/ex_docmd.c, src/proto/ex_docmd.pro, src/buffer.c, src/ex_eval.c, src/match.c, src/testdir/test_tabpage.vimPatch 8.2.1281Problem: The "trailing characters" error can be hard to understand.Solution: Add the trailing characters to the message.Files: src/cmdhist.c, src/eval.c, src/evalfunc.c, src/evalvars.c, src/ex_cmds.c, src/ex_docmd.c, src/ex_eval.c, src/json.c, src/menu.c, src/quickfix.c, src/sign.c, src/userfunc.cPatch 8.2.1282Problem: Vim9: crash when using CheckScriptFailure() in Test_vim9script_call_fail_decl().Solution: Do not decrement the def_functions len unless the function was newly added.Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1283Problem: Vim9: error for misplaced-> lacks argument.Solution: Use the pointer beforeit was advanced.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1284Problem: Vim9: skipping over type includes following white space, leading to an error for missing white space.Solution: Do not skip over whitespace after the type.Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1285Problem: Vim9: argument types are not checked on assignment.Solution: Check function argument types. (issue #6507)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1286Problem: Vim9: No error when usinga type onawindow variableSolution: Recognize thesyntax and give an error. (closes #6521)Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.1287Problem: Vim9: crash when using an imported function.Solution: Add the function type to the imported entry. (closes #6522)Files: src/vim9script.c, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1288Problem: Vim9: cannot usemark in range.Solution: Use the flag thata colon was seen. (closes #6528)Files: src/ex_docmd.c, src/testdir/test_vim9_func.vimPatch 8.2.1289Problem: Crash when usinga custom completion function.Solution: Initialize all of the expand_T. (closes #6532)Files: src/cmdexpand.cPatch 8.2.1290Problem: Vim9: cannot replacea global function.Solution: Allow for "!" ona global function. (closes #6524) Also fix that :delfunc ona:def function only madeit empty.Files: src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.1291Problem: Vim9: type of varargs itemsis not checked.Solution: Check thelist item types. (closes #6523)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.1292Problem: AIDLfiletype not recognized.Solution: Addfiletype detection. (Dominique Pellé, closes #6533)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.1293Problem: Vim9::execute mixes up ()expression and function call.Solution: Do not skip whitespace when looking for the "(". (closes #6531)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1294Problem: Vim9: error when usingvim9script in TextYankPost.Solution: Use EX_LOCKOK instead of the EX_CMDWIN flag for command that can be used when textis locked. (closes #6529)Files: src/ex_cmds.h, src/ex_docmd.cPatch 8.2.1295Problem: Tests 44 and 99 are old style.Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #6536)Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms, src/testdir/test44.in, src/testdir/test44.ok, src/testdir/test99.in, src/testdir/test99.ok, src/testdir/test_regexp_utf8.vimPatch 8.2.1296Problem: Some part of using'smartcase' was not tested.Solution: Add more tests. (Dominique Pellé, closes #6538)Files: src/testdir/test_search.vimPatch 8.2.1297Problem: Whena test fails it's often noteasy to see what the call stack is.Solution: Add more entries from the call stack in the exception message.Files: runtime/doc/cmdline.txt, src/scriptfile.c, src/proto/scriptfile.pro, src/debugger.c, src/ex_docmd.c, src/ex_eval.c, src/message.c, src/testing.c, src/testdir/test_expand_func.vimPatch 8.2.1298Problem: Compiler warning for unused argument in small version.Solution: Add UNUSED.Files: src/scriptfile.cPatch 8.2.1299Problem: Compiler warning for using size_t for int and void pointer.Solution: Add type casts.Files: src/scriptfile.cPatch 8.2.1300Problem: Vim9: optional argument type not parsed properly.Solution: Skip over the "?". (issue #6507)Files: src/vim9compile.c, src/proto/vim9compile.pro, src/evalvars.c, src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1301Problem: Vim9: varargs argument type not parsed properly.Solution: Skip over the "...". (issue #6507)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1302Problem: Vim9: varargs arg after optional arg does not workSolution: Check for the "..." first. (issue #6507)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1303Problem: Callingpopup_setoptions() resets'signcolumn'.Solution: Only set'signcolumn' when creating the popup. (closes #6542)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.1304Problem: Debug backtrace isn't tested much.Solution: Add more specific tests. (Ben Jackson, closes #6540)Files: src/testdir/runtest.vim, src/testdir/test_debugger.vimPatch 8.2.1305Problem: Some tests are still old style.Solution: Convert tests 52 and 70 to new style. (Yegappan Lakshmanan, closes #6544) Fix error in FinishTesting().Files: src/testdir/runtest.vim, src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_amiga.mak, src/testdir/Make_vms.mms, src/testdir/test52.in, src/testdir/test52.ok, src/testdir/test70.in, src/testdir/test70.ok, src/testdir/test_mzscheme.vim, src/testdir/test_writefile.vimPatch 8.2.1306Problem: Checking for first character ofdict keyis inconsistent.Solution: Add eval_isdictc(). (closes #6546)Files: src/eval.c, src/proto/eval.pro, src/vim9compile.c, src/testdir/test_listdict.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_let.vimPatch 8.2.1307Problem:popupwindow width does not include number, fold of sign column width.Solution: Take number, fold and sign column with into account.Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_sign_2.dumpPatch 8.2.1308Problem: Vim9: accidentally using "x" causes Vim to exit.Solution: Disallow using ":x" or "xit" inVim9 script. (closes #6399)Files: runtime/doc/vim9.txt, src/vim9compile.c, src/vim9script.c, src/proto/vim9script.pro, src/ex_docmd.c, src/ex_cmds.c, src/testdir/test_vim9_script.vimPatch 8.2.1309Problem: Build failure with tiny version.Solution: Add #ifdef.Files: src/ex_cmds.c, src/ex_docmd.cPatch 8.2.1310Problem: Configure with Xcode 12 fails to check for tgetent.Solution: Declare tgetent(). (Ozaki Kiichi, closes #6558)Files: src/configure.ac, src/auto/configurePatch 8.2.1311Problem: Test failures with legacy Vim script.Solution: Actually check forVim9 script.Files: src/vim9script.cPatch 8.2.1312Problem: MS-Windows:terminal test may fail if dir.exe exists.Solution: Use dir.com. (Ken Takata, closes #6557)Files: src/testdir/test_terminal3.vimPatch 8.2.1313Problem:Vim9 script: cannot assign to environment variable.Solution: Recognize environment variable assignment. (closes #6548) Alsooptions and registers.Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.1314Problem: Vim9: rule for comment after:functionis confusing.Solution: Allow double quoted comment after:function in vim9script. (closes #6556)Files: src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.1315Problem: MS-Windows: test log containsescape sequences.Solution: Do not uset_md andt_me but ANSIescape sequences. (Ken Takata, closes #6559)Files: src/testdir/runtest.vimPatch 8.2.1316Problem: Test42is still old style.Solution: Turnit intoa new style test. (Yegappan Lakshmanan, closes #6561)Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_dos.mak, src/testdir/Make_ming.mak, src/testdir/Make_vms.mms, src/testdir/test42.in, src/testdir/test42.ok, src/testdir/test_writefile.vimPatch 8.2.1317Problem:MS-Windows tests on AppVeyor are slow.Solution: Use GitHub Actions. (Ken Takata, closes #6569)Files: Filelist, .github/workflows/ci-windows.yaml, appveyor.yml, ci/appveyor.batPatch 8.2.1318Problem: No status badge for Github CI.Solution: Adda badge.Files: README.mdPatch 8.2.1319Problem: Status badge for Github CI has wrong link.Solution: Rename and use the right linkFiles: README.md, .github/workflows/ci-windows.yamlPatch 8.2.1320Problem: Vim9: cannot declare some singleletter variables.Solution: Do not recognizea colon fora namespace for singleletter variables. (closes #6547)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1321Problem: GitHub CI also runs ontag push.Solution: Skip CI on push. (Ken Takata, closes #6571)Files: .github/workflows/ci-windows.yamlPatch 8.2.1322Problem: Vim9:method on double quotedstring doesn't work.Solution: Recognize double quoted string. (closes #6562)Files: src/ex_docmd.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1323Problem: Vim9: invalid operators only rejected in:def function.Solution: Also reject thematscript level. (closes #6564)Files: src/eval.c, src/vim9compile.c, src/proto/vim9compile.pro, src/testdir/test_vim9_expr.vimPatch 8.2.1324Problem: Vim9: line break after "=" does not work.Solution: Also allow for NUL after "=". (closes #6549)Files: src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.1325Problem: Vim9: usingVim9script forautoload not tested.Solution: Adda test. Update help.Files: runtime/doc/vim9.txt, src/testdir/test_autoload.vim, src/testdir/sautest/autoload/auto9.vimPatch 8.2.1326Problem: Vim9: skipping over whitespace after list.Solution: Do not skip white space,a following[] would be misinterpreted. (closes #6552) Fixa few side effects.Files: src/list.c, src/dict.c, src/eval.c, src/userfunc.c, src/testdir/test_functions.vim, src/testdir/test_gn.vim, src/testdir/test_popupwin.vim, src/testdir/test_tabpage.vim, src/testdir/test_textprop.vim, src/testdir/test_textobjects.vimPatch 8.2.1327Problem: Mac: configure can't findTcl libraries.Solution: Adjust configure check. (closes #6575)Files: src/configure.ac, src/auto/configurePatch 8.2.1328Problem: Nospace allowed before comma in list.Solution: Legacy Vimscript allows it. (closes #6577)Files: src/dict.c, src/list.c, src/testdir/test_listdict.vimPatch 8.2.1329Problem: Vim9: cannot define global function inside:def function.Solution: Assign to global variable instead of local. (closes #6584)Files: src/vim9compile.c, src/userfunc.c, src/proto/userfunc.pro, src/vim9.h, src/vim9execute.c, src/structs.h, src/misc2.c, src/proto/misc2.pro, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1330Problem: Github workflow takes longer than needed.Solution: Do two test runs in parallel instead of sequentially. (Ken Takata, closes #6579)Files: .github/workflows/ci-windows.yamlPatch 8.2.1331Problem: Vim9::echo with two lists doesn't work.Solution: Do not skip whitespace before []. (closes #6552)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1332Problem: Vim9: memory leak when using nested global function.Solution: Delete the function whendeleting the instruction. Disable test that still causesa leak.Files: src/vim9compile.c, src/userfunc.c, src/proto/userfunc.pro, src/testdir/test_vim9_func.vimPatch 8.2.1333Problem: Vim9: memory leak when using nested global function.Solution: Swap from and to whencopying the lines.Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1334Problem: Github workflow timeout needs tuningSolution: Usea 10 minute timeout. Fail when timing out. (Ken Takata, closes #6590)Files: .github/workflows/ci-windows.yamlPatch 8.2.1335Problem:CTRL-C in theGUI doesn't interrupt. (Sergey Vlasov)Solution: Recognize "C" with CTRL modifierasCTRL-C. (issue #6565)Files: src/gui.c, src/proto/gui.pro, src/gui_gtk_x11.c, src/gui_x11.c, src/gui_photon.cPatch 8.2.1336 (after 8.2.1335)Problem: Build failure on non-Unix systems.Solution: Add #ifdef.Files: src/gui.cPatch 8.2.1337Problem: Vim9: cannot use empty key indict assignment.Solution: Allow empty key. (closes #6591)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1338Problem: Vim9: assigning toscript-local variable doesn't check type.Solution: Use the type. (issue #6591)Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1339Problem: Vim9: assigning to globaldict variable doesn't work.Solution: Guess variable type based inindex type. (issue #6591)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1340Problem: Some tests fail on Cirrus CI and/or with FreeBSD.Solution: Make'backupskip' empty. Do not run testsas root. Check for directory when using viminfo. (Ozaki Kiichi, closes #6596)Files: .cirrus.yml, src/testdir/test_backup.vim, src/testdir/test_edit.vim, src/testdir/test_viminfo.vim, src/testdir/test_writefile.vim, src/viminfo.cPatch 8.2.1341Problem: Build failures.Solution: Add missing error message.Files: src/globals.hPatch 8.2.1342Problem: Vim9: accidentally using "x" givesa confusing error.Solution: Disallow using ":t" inVim9 script. (issue #6399)Files: runtime/doc/vim9.txt, src/vim9compile.c, src/vim9script.c, src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.1343Problem: Vim9: cannot find global function when usingg: when local function with the same name exists.Solution: Find global function when using g:.Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1344Problem: Vim9: No test for trying to redefine global function.Solution: Adda test.Files: src/testdir/test_vim9_func.vimPatch 8.2.1345Problem: Redraw error when using visual block and scroll.Solution: Add check for w_topline. (closes #6597)Files: src/drawscreen.c, src/testdir/test_display.vim, src/testdir/dumps/Test_display_visual_block_scroll.dumpPatch 8.2.1346Problem: Small build fails.Solution: Add #ifdef.Files: src/ex_docmd.cPatch 8.2.1347Problem: Cannot easily get thescript ID.Solution: Support expand('<SID>').Files: runtime/doc/map.txt, src/ex_docmd.c, src/testdir/test_expand_func.vimPatch 8.2.1348Problem: Build failure without theeval feature.Solution: Add #ifdef.Files: src/ex_docmd.cPatch 8.2.1349Problem: Vim9: can definea function with the name of an import.Solution: Disallow using an existing name. (closes #6585)Files: src/userfunc.c, src/vim9compile.c, src/globals.h, src/testdir/test_vim9_script.vimPatch 8.2.1350Problem: Vim9: no test for error message when redefining function.Solution: Adda test.Files: src/testdir/test_vim9_script.vimPatch 8.2.1351Problem: Vim9: no proper error if using namespace for nested function.Solution: Specifically check fora namespace. (closes #6582)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1352Problem: Vim9: no error for shadowingascript-local function bya nested function.Solution: Check forscript-local function. (closes #6586)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1353Problem: Crash when drawing double-wide character interminal window. (Masato Nishihata)Solution: Check getcell() returning NULL. (issue #6141)Files: src/libvterm/src/screen.c, src/testdir/test_terminal.vimPatch 8.2.1354Problem: Test 59is old style.Solution: Convert intoa new style test. (Yegappan Lakshmanan, closes #6604)Files: runtime/doc/eval.txt, src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms, src/testdir/test59.in, src/testdir/test59.ok, src/testdir/test_spell_utf8.vimPatch 8.2.1355Problem: Vim9: no error using:let foroptions and registers.Solution: Give an error. (closes #6568)Files: src/evalvars.c, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1356Problem: Vim9: cannot get the percent register.Solution: Check for readableregisters instead of writable. (closes #6566)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1357Problem: Vim9: cannot assign to/ register.Solution: Adjust check for assignment. (issue #6566)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.1358Problem: Vim9: test fails with+dndis not available.Solution: Add condition.Files: src/testdir/test_vim9_script.vimPatch 8.2.1359Problem: Vim9: cannot assign to/register inVim9 script.Solution: Adjust check for assignment inVim9 script. (closes #6567)Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.1360Problem: Stray error for whitespace after expression.Solution: Ignore trailing white space. (closes #6608)Files: src/eval.c, src/testdir/test_filter_map.vimPatch 8.2.1361Problem: Error for whitespace afterexpression in assignment.Solution: Skip over white space. (closes #6617)Files: src/eval.c, src/testdir/test_expr.vimPatch 8.2.1362Problem: Last entry of ":set term=xxx" overwritten by error message when'cmdheight'is two or more. (Tony Mechelynck)Solution: Output extra line breaks.Files: src/term.c, src/testdir/test_termcodes.vimPatch 8.2.1363Problem: Test trying to runterminal whenitis not supported.Solution: Check if Vim can be run ina terminal.Files: src/testdir/test_termcodes.vimPatch 8.2.1364Problem: Invalid memory access when searching for raw string.Solution: Check for delimiter match before followingquote. (closes #6578)Files: src/search.cPatch 8.2.1365Problem: Vim9: no error for missing whitespace around operator.Solution: Check for white space. (closes #6618)Files: src/eval.c, src/vim9compile.c, src/proto/vim9compile.pro, src/evalvars.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vimPatch 8.2.1366Problem: Test 49is old style.Solution: Convert several tests to new style. (Yegappan Lakshmanan, closes #6629)Files: src/testdir/script_util.vim, src/testdir/test49.ok, src/testdir/test49.vim, src/testdir/test_vimscript.vimPatch 8.2.1367Problem: Vim9: no error for missing whitespace around operator.Solution: Check for whitespace around *,/ and %.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1368Problem: Vim9: no error for missing whitespace around operator.Solution: Check for whitespace around <, !=, etc.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1369Problem: MS-Windows:autocommand test sometimes fails.Solution: Do not rely on the cat command.Files: src/testdir/test_autocmd.vimPatch 8.2.1370Problem: MS-Windows: warning for using fstat() with stat_T.Solution: use _fstat64() if available. (Naruhiko Nishino, closes #6625)Files: src/macros.hPatch 8.2.1371Problem: Vim9: no error for missing whitespace around operator.Solution: Check for whitespace around && and ||.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1372Problem: Vim9: no error for missing whitespace around operator.Solution: Check for whitespace around? and:.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1373Problem: Vim9: no error for assigning to non-existingscript var.Solution: Check that inVim9script the variable was defined. (closes #6630)Files: src/vim9compile.c, src/userfunc.c, src/structs.h, src/testdir/test_vim9_script.vimPatch 8.2.1374Problem: Vim9: error for assigning emptylist toscript variable.Solution: Use t_unknown for emptylist member. (closes #6595)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1375Problem: Vim9:method name with digit not accepted.Solution: Use eval_isnamec() instead of eval_isnamec1(). (closes #6613)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1376Problem: Vim9:expressionmapping causes error for using :import.Solution: Add EX_LOCK_OK to:import and :export. (closes #6606)Files: src/ex_cmds.h, src/testdir/test_vim9_script.vimPatch 8.2.1377Problem: Triggering theATTENTION prompt causes typeahead to be messed up.Solution: Increment tb_change_cnt. (closes #6541)Files: src/getchar.cPatch 8.2.1378Problem: Cannotputspace between function name and paren.Solution: Allow this for backwards compatibility.Files: src/eval.c, src/testdir/test_expr.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1379Problem: Curly bracesexpression ending in "}" does not work.Solution: Skip over whitespace when checking for "}". (closes #6634)Files: src/dict.c, src/testdir/test_eval_stuff.vimPatch 8.2.1380Problem: Vim9: return type ofgetreg()is alwaysa string.Solution: Uselist of strings when there are three arguments. (closes #6633)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1381Problem: MS-Windows: crash withPython 3.5 when stdinis redirected.Solution: Reconnect stdin. (Yasuhiro Matsumoto, Ken Takata, closes #6641)Files: src/Make_cyg_ming.mak, src/Make_mvc.mak, src/if_python3.cPatch 8.2.1382Problem: Vim9: using:import infiletypeplugin gives an error.Solution: Allow commands with the EX_LOCK_OK flag. (closes #6636)Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.1383Problem: Test 49is old style.Solution: Convert test cases to new style. (Yegappan Lakshmanan, closes #6638)Files: src/testdir/test49.ok, src/testdir/test49.vim, src/testdir/test_vimscript.vimPatch 8.2.1384Problem: NoATTENTION prompt for:vimgrep first match file.Solution: When thereis an existing swap filedo not keep the dummy buffer. (closes #6649)Files: src/quickfix.c, src/testdir/runtest.vim, src/testdir/test_quickfix.vimPatch 8.2.1385Problem: Notesting on ARM.Solution: Adda test on Travis for ARM. (Ozaki Kiichi, closes #6615)Files: .travis.ymlPatch 8.2.1386Problem: Backslash not removed afterspace in option withspace in'isfname'.Solution: Do removebackslash before space, also whenitis in'isfname'. (Yasuhiro Matsumoto, closes #6651)Files: src/option.c, src/testdir/test_options.vimPatch 8.2.1387Problem: Vim9: cannot assign to singleletter variable with type.Solution: Exclude the colon from the variable name. (closes #6647)Files: src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.1388Problem: Vim9: += only works for numbers.Solution: Use +=as concatenate fora list. (closes #6646)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1389Problem: File missing from the distribution.Solution: Add script_util.vim to thelist of distributes files.Files: FilelistPatch 8.2.1390Problem: Vim9: type error after storing an option value.Solution: Drop the type aftera STOREOPT instruction. (closes #6632)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1391Problem: Vim9: no error for shadowingascript function.Solution: Check for already defined items. (closes #6652)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1392Problem: Vim9: error line number incorrect after skipping over comment lines.Solution:Insert empty lines for skipped lines.Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1393Problem: Insufficienttesting forscript debugging.Solution: Add more tests. (Ben Jackson)Files: src/testdir/test_debugger.vimPatch 8.2.1394Problem: Vim9: compilinga function interferes with command modifiers.Solution: Save and restore command modifiers. (closes #6658)Files: src/vim9compile.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.1395Problem: Vim9: no error if declaringa funcref witha lowercase letter.Solution: Check the name after the typeis inferred. Fix confusing name.Files: src/vim9compile.c, src/dict.c, src/eval.c, src/evalvars.c, src/proto/evalvars.pro, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1396Problem: Vim9: no error for unexpectedly returninga value.Solution: Only set the return type for lambda's. Make using function type ina functionreference work.Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1397Problem: Vim9: return type ofmaparg() not adjusted for fourth argument.Solution: Check if fourth argumentis present. (closes #6645)Files: src/evalfunc.c, src/testdir/test_maparg.vimPatch 8.2.1398Problem: Autoloadscript sourced twice if sourced directly.Solution: Do not source anautoloadscript again. (issue #6644)Files: src/scriptfile.c, src/testdir/sautest/autoload/sourced.vimPatch 8.2.1399Problem: Vim9: may find imported item in wrong script.Solution: When looking upscript-local function use the embeddedscript ID. (issue #6644)Files: src/vim9compile.c, src/proto/vim9compile.pro, src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.1400Problem: Vim9: test does not delete written files.Solution: Correct file names.Files: src/testdir/test_vim9_script.vimPatch 8.2.1401Problem: Cannot jump to the last used tabpage.Solution: Addg<Tab> and tabpagnr('#'). (Yegappan Lakshmanan, closes #6661, neovim #11626)Files: runtime/doc/eval.txt, runtime/doc/index.txt, runtime/doc/tabpage.txt, src/evalwindow.c, src/globals.h, src/normal.c, src/proto/window.pro, src/testdir/test_tabpage.vim, src/window.cPatch 8.2.1402Problem: s390x tests always fail.Solution: Temporarily disable s390x tests.Files: .travis.ymlPatch 8.2.1403Problem: Vim9: Vim highlighting fails in cmdlinewindow ifit usesVim9 commands.Solution: Allow using :vim9script,:import and:export while in the cmdline window. (closes #6656)Files: src/ex_cmds.h, src/testdir/test_vim9_script.vimPatch 8.2.1404Problem: Vim9:script test fails in the GUI.Solution: Use another key to map. Improve cleanup.Files: src/testdir/test_vim9_script.vimPatch 8.2.1405Problem: Vim9: vim9compile.cis getting too big.Solution: Split off type code to vim9type.c.Files: Filelist, src/vim9compile.c, src/proto/vim9compile.pro, src/vim9type.c, src/proto/vim9type.pro, src/proto.h, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/MakefilePatch 8.2.1406Problem: Popupwindow lacks scrollbar if no "maxheight"is used.Solution: Compute the max height depending on the position. (closes #6664)Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_toohigh_1.dump, src/testdir/dumps/Test_popupwin_toohigh_2.dumpPatch 8.2.1407Problem: Vim9: type oflist anddict only depends on first item.Solution: Use all items to decide about the type.Files: src/vim9compile.c, src/vim9type.c, src/proto/vim9type.pro, src/testdir/test_vim9_expr.vim, runtime/doc/vim9.txtPatch 8.2.1408Problem: Vim9: type casting not supported.Solution: Introduce type casting.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1409Problem: Npmrc and php.inifiletypes not recognized.Solution: Addfiletype detection. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.1410Problem: Adding compilerplugin requires test change.Solution: Include compilerplugin and adjust test.Files: src/testdir/test_compiler.vim, runtime/compiler/xo.vimPatch 8.2.1411Problem: when splittingawindow localdiris copied but prevdiris not.Solution: Also copy prevdir. (closes #6667)Files: src/window.c, src/testdir/test_cd.vimPatch 8.2.1412Problem: Vim: notoperator does not result in boolean.Solution: Make type depend on operator. (issue 6678) Fix using "false" and "true" inVim9 script.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1413 (after 8.2.1401)Problem: Previoustab page not usable from anEx command.Solution: Add the "#" argument for:tabnext et al. (Yegappan Lakshmanan, closes #6677)Files: runtime/doc/tabpage.txt, src/ex_docmd.c, src/window.c, src/testdir/test_tabpage.vimPatch 8.2.1414Problem: Popupwindow missing last couple of lines when cursoris in the first line.Solution: Compute the max height also when top aligned. (closes #6664)Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_toohigh_3.dump, src/testdir/dumps/Test_popupwin_nospace.dumpPatch 8.2.1415Problem: Closingapopupwindow withCTRL-C interrupts'statusline' ifit callsa function.Solution: Reset got_int while redrawing. (closes #6675)Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_ctrl_c.dumpPatch 8.2.1416Problem: Vim9:boolean evaluation does not workas intended.Solution: Use tv2bool() inVim9 script. (closes #6681)Files: src/eval.c, src/testdir/test_vim9_expr.vim, src/testdir/vim9.vimPatch 8.2.1417Problem: Test 49is old style.Solution: Convert more parts to new style test. (Yegappan Lakshmanan, closes #6682)Files: src/testdir/test49.ok, src/testdir/test49.vim, src/testdir/test_vimscript.vimPatch 8.2.1418Problem: Vim9: invalid error for missing whitespace after function.Solution: Do not skip over white space. (closes #6679)Files: src/userfunc.c, src/testdir/test_vim9_expr.vimPatch 8.2.1419Problem: Vim9: notoperator applied too early.Solution: Implement the "numeric_only" argument. (closes #6680)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1420Problem: Test 49is old style.Solution: Convert remaining parts to new style. Remove obsolete items. (Yegappan Lakshmanan, closes #6683)Files: Filelist, runtime/doc/testing.txt, src/Make_mvc.mak, src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak, src/testdir/Make_ming.mak, src/testdir/Make_vms.mms, src/testdir/Makefile, src/testdir/README.txt, src/testdir/test49.in, src/testdir/test49.ok, src/testdir/test49.vim, src/testdir/test_quickfix.vim, src/testdir/test_vimscript.vimPatch 8.2.1421Problem: Vim9: handling "+" and "-" before number differs from Vim script.Solution: Use the same sequence of commands.Files: src/vim9compile.cPatch 8.2.1422Problem: TheMacGUI implementationis outdated and probably doesn't even work.Solution: Remove theMacGUI code. The MacVim project provides the supported VimGUI version.Files: Filelist, src/gui_mac.c, src/proto/gui_mac.pro, src/proto.h, src/Makefile, src/configure.ac, src/auto/configure, src/evalfunc.c, src/fileio.c, src/gui.c, src/if_mzsch.c, src/main.c, src/misc2.c, src/mouse.c, src/os_mac_conv.c, src/os_unix.c, src/feature.h, src/globals.h, src/gui.h, src/option.h, src/optiondefs.h, src/os_mac.h, src/structs.h, src/vim.h, src/INSTALLmac.txtPatch 8.2.1423Problem: Vim9: find global function when looking for script-local.Solution: Don't strip prefix if name starts with "s:". (closes #6688)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1424 (after 8.2.1422)Problem:Mac build fails.Solution: Adjust configure to not fall back to Athena. Adjust some other files.Files: src/configure.ac, src/auto/configure, src/os_macosx.m, src/version.cPatch 8.2.1425Problem: Vim9: cannot usecall() without :call.Solution: Do not skip over "call(". (closes #6689)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1426Problem: Vim9: cannot callautoload function in:def function.Solution: Load theautoload script. (closes #6690)Files: src/vim9execute.c, src/vim9compile.c, src/scriptfile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1427Problem: Vim9: cannot usea range with marks in:def function.Solution: Parse range after colon. (closes #6686)Files: src/vim9compile.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.1428Problem: Vim9::def function does not abort on nested function error.Solution: Check whether an error message was given. (closes #6691)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1429Problem: Vim9: no error for missing white after: in dict.Solution: Check for white space. (closes #6671) Also check that thereis no white before the:.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vimPatch 8.2.1430Problem: Vim9: error for missing comma instead of extra white space.Solution: Check if comma can be found after white space. (closes #6668) Also check for extra whitespace in literal dict. (closes #6670)Files: src/list.c, src/dict.c, src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1431Problem: Vim9: no error for whitespace before comma in dict.Solution: Check for extra white space. (closes #6674)Files: src/vim9compile.c, src/dict.c, src/testdir/test_vim9_expr.vimPatch 8.2.1432Problem: Various inconsistencies in test files.Solution: Add modelines where they were missing. Use Check commands instead of silently skipping over tests. Adjust indents and comments. (Ken Takata, closes #6695)Files: src/testdir/test_arglist.vim, src/testdir/test_assert.vim, src/testdir/test_autochdir.vim, src/testdir/test_autocmd.vim, src/testdir/test_autoload.vim, src/testdir/test_balloon.vim, src/testdir/test_balloon_gui.vim, src/testdir/test_behave.vim, src/testdir/test_blockedit.vim, src/testdir/test_breakindent.vim, src/testdir/test_bufline.vim, src/testdir/test_bufwintabinfo.vim, src/testdir/test_cd.vim, src/testdir/test_changedtick.vim, src/testdir/test_changelist.vim, src/testdir/test_channel.vim, src/testdir/test_checkpath.vim, src/testdir/test_cindent.vim, src/testdir/test_cjk_linebreak.vim, src/testdir/test_clientserver.vim, src/testdir/test_close_count.vim, src/testdir/test_cmdline.vim, src/testdir/test_command_count.vim, src/testdir/test_comparators.vim, src/testdir/test_compiler.vim, src/testdir/test_crypt.vim, src/testdir/test_cursorline.vim, src/testdir/test_curswant.vim, src/testdir/test_debugger.vim, src/testdir/test_delete.vim, src/testdir/test_diffmode.vim, src/testdir/test_digraph.vim, src/testdir/test_display.vim, src/testdir/test_edit.vim, src/testdir/test_environ.vim, src/testdir/test_erasebackword.vim, src/testdir/test_escaped_glob.vim, src/testdir/test_ex_equal.vim, src/testdir/test_ex_undo.vim, src/testdir/test_ex_z.vim, src/testdir/test_exec_while_if.vim, src/testdir/test_exists.vim, src/testdir/test_exists_autocmd.vim, src/testdir/test_exit.vim, src/testdir/test_expand_dllpath.vim, src/testdir/test_expr_utf8.vim, src/testdir/test_feedkeys.vim, src/testdir/test_file_size.vim, src/testdir/test_fileformat.vim, src/testdir/test_filter_cmd.vim, src/testdir/test_find_complete.vim, src/testdir/test_findfile.vim, src/testdir/test_fixeol.vim, src/testdir/test_flatten.vim, src/testdir/test_fnameescape.vim, src/testdir/test_fold.vim, src/testdir/test_functions.vim, src/testdir/test_ga.vim, src/testdir/test_getcwd.vim, src/testdir/test_getvar.vim, src/testdir/test_glob2regpat.vim, src/testdir/test_global.vim, src/testdir/test_gui.vim, src/testdir/test_gui_init.vim, src/testdir/test_highlight.vim, src/testdir/test_hlsearch.vim, src/testdir/test_iminsert.vim, src/testdir/test_increment_dbcs.vim, src/testdir/test_ins_complete.vim, src/testdir/test_interrupt.vim, src/testdir/test_job_fails.vim, src/testdir/test_join.vim, src/testdir/test_json.vim, src/testdir/test_jumplist.vim, src/testdir/test_jumps.vim, src/testdir/test_lambda.vim, src/testdir/test_langmap.vim, src/testdir/test_largefile.vim, src/testdir/test_lineending.vim, src/testdir/test_listchars.vim, src/testdir/test_listener.vim, src/testdir/test_listlbr.vim, src/testdir/test_listlbr_utf8.vim, src/testdir/test_makeencoding.vim, src/testdir/test_man.vim, src/testdir/test_mapping.vim, src/testdir/test_marks.vim, src/testdir/test_matchadd_conceal.vim, src/testdir/test_matchadd_conceal_utf8.vim, src/testdir/test_memory_usage.vim, src/testdir/test_menu.vim, src/testdir/test_messages.vim, src/testdir/test_mksession.vim, src/testdir/test_modeline.vim, src/testdir/test_nested_function.vim, src/testdir/test_number.vim, src/testdir/test_options.vim, src/testdir/test_packadd.vim, src/testdir/test_partial.vim, src/testdir/test_paste.vim, src/testdir/test_plus_arg_edit.vim, src/testdir/test_preview.vim, src/testdir/test_profile.vim, src/testdir/test_prompt_buffer.vim, src/testdir/test_quickfix.vim, src/testdir/test_quotestar.vim, src/testdir/test_random.vim, src/testdir/test_recover.vim, src/testdir/test_regex_char_classes.vim, src/testdir/test_regexp_latin.vim, src/testdir/test_registers.vim, src/testdir/test_rename.vim, src/testdir/test_retab.vim, src/testdir/test_scriptnames.vim, src/testdir/test_scroll_opt.vim, src/testdir/test_scrollbind.vim, src/testdir/test_search_stat.vim, src/testdir/test_searchpos.vim, src/testdir/test_set.vim, src/testdir/test_sha256.vim, src/testdir/test_shift.vim, src/testdir/test_shortpathname.vim, src/testdir/test_signs.vim, src/testdir/test_sort.vim, src/testdir/test_sound.vim, src/testdir/test_source_utf8.vim, src/testdir/test_spellfile.vim, src/testdir/test_startup.vim, src/testdir/test_startup_utf8.vim, src/testdir/test_stat.vim, src/testdir/test_suspend.vim, src/testdir/test_swap.vim, src/testdir/test_syntax.vim, src/testdir/test_tab.vim, src/testdir/test_tabline.vim, src/testdir/test_tagcase.vim, src/testdir/test_tagjump.vim, src/testdir/test_taglist.vim, src/testdir/test_termcodes.vim, src/testdir/test_termencoding.vim, src/testdir/test_terminal.vim, src/testdir/test_terminal2.vim, src/testdir/test_terminal3.vim, src/testdir/test_terminal_fail.vim, src/testdir/test_true_false.vim, src/testdir/test_utf8_comparisons.vim, src/testdir/test_vartabs.vim, src/testdir/test_version.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_winbar.vim, src/testdir/test_winbuf_close.vim, src/testdir/test_window_cmd.vim, src/testdir/test_window_id.vim, src/testdir/test_windows_home.vim, src/testdir/test_wnext.vim, src/testdir/test_wordcount.vim, src/testdir/test_writefile.vim, src/testdir/test_xxd.vimPatch 8.2.1433Problem: Vim9: cannot mingle comments in multi-line lambda.Solution: Skip over NULL lines. (closes #6694)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1434Problem: Vim9: crash whenlambda uses outer function argument.Solution: Set the flag that the outer contextis used.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1435Problem: Vim9: always converting tostring for ".." leads to mistakes.Solution: Only automatically convert simple types.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/proto/vim9execute.pro, src/eval.c, src/evalfunc.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1436Problem: Function implementing:substitute has unexpected name.Solution: Rename from do_sub() to ex_substitute().Files: src/ex_cmds.c, src/proto/ex_cmds.pro, src/ex_docmd.c, src/ex_cmds.hPatch 8.2.1437Problem: Vim9:'statusline'is evaluated usingVim9script syntax.Solution: Always use legacyscript syntax.Files: src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.1438Problem: Missing tests for interruptingscript execution from debugger.Solution: Add tests. (Yegappan Lakshmanan, closes #6697)Files: src/testdir/test_debugger.vimPatch 8.2.1439Problem: Tiny and small builds have no test coverage.Solution: Restore tests thatdo not depend on the+eval feature. (Ken Takata, closes #6696)Files: .travis.yml, Filelist, Makefile, runtime/doc/testing.txt, src/Make_mvc.mak, src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak, src/testdir/Make_ming.mak, src/testdir/Make_vms.mms, src/testdir/Makefile, src/testdir/runtest.vim, src/testdir/test1.in, src/testdir/test1.ok, src/testdir/test20.in, src/testdir/test20.ok, src/testdir/test21.in, src/testdir/test21.ok, src/testdir/test22.in, src/testdir/test22.ok, src/testdir/test23.in, src/testdir/test23.ok, src/testdir/test24.in, src/testdir/test24.ok, src/testdir/test25.in, src/testdir/test25.ok, src/testdir/test26.in, src/testdir/test26.ok, src/testdir/test27.in, src/testdir/test27.ok, src/testdir/test_options.vimPatch 8.2.1440Problem: Debugger code insufficiently tested.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #6700)Files: src/testdir/test_debugger.vim, src/testdir/test_vimscript.vimPatch 8.2.1441Problem: Running tests in tiny version gives error for summarize.vim.Solution: Set'cpoptions' to allow for line continuation. Restore redirecting test output to /dev/null.Files: src/testdir/summarize.vim, src/testdir/MakefilePatch 8.2.1442Problem: Outdated references to theMac Carbon GUI.Solution: Remove or update references. (Yee Cheng Chin, closes #6703)Files: READMEdir/README_extra.txt, src/Makefile, src/configure.ac, src/auto/configure, src/gui_haiku.cc, src/os_macosx.m, src/testdir/test_iminsert.vim, src/vim.hPatch 8.2.1443Problem: Vim9: crash when interruptinga nested:def function.Solution: Pusha dummy return value onto the stack. (closes #6701)Files: src/vim9execute.cPatch 8.2.1444Problem: Errormessages are spread out and names can be confusing.Solution: Start moving errormessages toa separate file and use clear names.Files: Filelist, src/vim.h, src/globals.h, src/errors.h, src/Makefile, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Make_vms.mms, src/dict.c, src/evalvars.c, src/ex_docmd.c, src/list.c, src/userfunc.c, src/vim9compile.c, src/vim9execute.c, src/vim9script.c, src/vim9type.cPatch 8.2.1445Problem: Vim9: function expanded nameis cleared when sourcingascript again.Solution: Only clear the expanded name whendeleting the function. (closes #6707)Files: src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.1446Problem: Vim9: line number in error messageis not correct.Solution: Set SOURCING_LNUM before calling emsg(). (closes #6708)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.1447Problem: Vim9: return type ofkeys()is list<any>.Solution: Should be list<string>. (closes #6711)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1448Problem: Test 77a forVMS depends on small.vim which does not exist.Solution: Use the 'silent while0" trick. (issue #6696)Files: src/testdir/test77a.inPatch 8.2.1449Problem: Some test makefiles delete files that are not generated.Solution: Remove the deletion commands.Files: src/testdir/Make_dos.mak, src/testdir/Make_ming.mak, src/testdir/Make_amiga.mak, src/testdir/Make_vms.mmsPatch 8.2.1450Problem: Vim9: no check thatscript-local items don't become global.Solution: Adda test.Files: src/testdir/test_vim9_script.vimPatch 8.2.1451Problem: Vim9:list typeatscript level only uses first item.Solution: Use all members, like ina compiled function. (closes #6712) Also for dictionary.Files: src/vim9type.c, src/testdir/test_vim9_expr.vimPatch 8.2.1452Problem: Vim9: dead code in to_name_end().Solution: Remove check forlambda and dict,it won't be used.Files: src/vim9compile.cPatch 8.2.1453Problem: Vim9: failure to compilelambda not tested.Solution: Adda test case.Files: src/testdir/test_vim9_expr.vimPatch 8.2.1454Problem: Vim9: failure invokinglambda with wrong arguments.Solution: Handle invalid arguments. Adda test.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.1455Problem: Vim9: crash when using typecast before constant.Solution: Generate constant before checking type. Add tets.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1456Problem: MS-Windows: test files are not deleted.Solution: use "del" instead of $(DEL).Files: src/testdir/Make_dos.makPatch 8.2.1457Problem: Vim9: the output of:disassemble cannot be interrupted.Solution: Check got_int. (closes #6715)Files: src/vim9execute.cPatch 8.2.1458Problem: .gawk files not recognized.Solution: Recognize .gawk files. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.1459Problem: Vim9: declaringascript variableat thescript level does not infer the type.Solution: Get the type from the value. (closes #6716)Files: src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.1460Problem: Errormessages are spread out.Solution: Move moremessages into errors.h.Files: src/errors.h, src/globals.h, src/vim9compile.c, src/vim9execute.c, src/vim9script.c, src/vim9type.c, src/scriptfile.c, src/ex_cmds.c, src/ex_docmd.c, src/match.c, src/eval.c, src/evalvars.c, src/userfunc.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.1461Problem: Vim9:string indexes are counted in bytes.Solution: Use character indexes. (closes #6574)Files: runtime/doc/eval.txt, src/eval.c, src/proto/eval.pro, src/vim9execute.c, src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1462Problem: Vim9:stringslice not supported yet.Solution: Add support forstring slicing.Files: src/errors.h, src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/eval.c, src/proto/eval.pro, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1463Problem: Vim9:listslice not supported yet.Solution: Add support forlist slicing.Files: src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/eval.c, src/list.c, src/proto/list.pro, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1464Problem: Vim9: build warning for unused variable.Solution: Delete the variable declaration.Files: src/vim9execute.cPatch 8.2.1465Problem: Vim9:subscript not handled properly.Solution: Adjust error message. Remove dead code. Disallowstring to number conversion in scripts.Files: src/errors.h, src/vim9compile.c, src/vim9execute.c, src/eval.c, src/typval.c, src/list.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.1466Problem: Vim9: cannotindex orslicea variable with type "any".Solution: Add runtimeindex and slice.Files: src/eval.c, src/proto/eval.pro, src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/errors.h, src/list.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_script.vimPatch 8.2.1467Problem: Vim9::echomsg doesn't likeadict argument.Solution: Convert arguments like in legacy script. (closes #6717)Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1468Problem: Vim9: invalid error for missing white space.Solution: Don't skip over whitespace after index. (closes #6718)Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1469Problem: Vim9: cannot assignstring tostring option.Solution: Change checks for option value. (closes #6720)Files: src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.1470Problem: Errors inspell file not tested.Solution: Add test forspell file errors. (Yegappan Lakshmanan, closes #6721)Files: src/testdir/test_spellfile.vimPatch 8.2.1471Problem::const only locks the variable, not the value.Solution: Lock the valueas ":lockvar 1 var" would do. (closes #6719)Files: src/evalvars.c, src/testdir/test_const.vimPatch 8.2.1472Problem: ":argdel" does not work like ":.argdel"as documented. (Alexey Demin)Solution: Make ":argdel" work like ":.argdel". (closes #6727) Also fix giving the error "0 more files to edit".Files: src/arglist.c, src/ex_docmd.c, src/testdir/test_arglist.vimPatch 8.2.1473Problem: Items inalist given to:const can still be modified.Solution: Work like ":lockvar! name" but don't lock referenced items. Make lockingablob work.Files: runtime/doc/eval.txt, src/evalvars.c, src/eval.c, src/testdir/test_const.vimPatch 8.2.1474Problem: /usr/lib/udef/rules.d not recognizedas udevrules.Solution: Adjust match pattern. (Haochen Tong, closes 36722)Files: runtime/autoload/dist/ft.vim, src/testdir/test_filetype.vimPatch 8.2.1475Problem: Vim9: can't usev:true for option flags.Solution: Add tv_get_bool_chk(). (closes #6725)Files: src/typval.c, src/proto/typval.pro, src/channel.cPatch 8.2.1476 (after 8.2.1474)Problem: Filetype test fails on MS-Windows.Solution: Remove "^" from pattern.Files: runtime/autoload/dist/ft.vimPatch 8.2.1477Problem: Vim9: error when using bufnr('%').Solution: Don't give an error for usingastring argument. (closes #6723)Files: src/evalbuffer.c, src/testdir/test_vim9_func.vimPatch 8.2.1478Problem: Vim9: cannot use "true" for somepopup options.Solution: Add dict_get_bool(). (closes #6725)Files: src/dict.c, src/proto/dict.pro, src/popupwin.cPatch 8.2.1479Problem: Vim9: error forlistindex uses wrong line number.Solution: Set source line number. (closes #6724) Adda way to assert the line number of the error with assert_fails().Files: runtime/doc/testing.txt, src/vim9execute.c, src/testing.c, src/evalfunc.c, src/message.c, src/globals.h, src/testdir/vim9.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1480Problem: Vim9: skipexpression insearch() gives error.Solution: use tv_get_bool() eval_expr_to_bool(). (closes #6729)Files: src/eval.c, src/typval.c, src/proto/typval.pro, src/testdir/test_vim9_func.vimPatch 8.2.1481Problem: Vim9: line number reported with error may be wrong.Solution: Check line number in tests.Files: src/testdir/test_vim9_expr.vim, src/testdir/vim9.vim, src/vim9execute.cPatch 8.2.1482Problem: Vim9: crash when usinga nested lambda.Solution: Do not clear the growarray when not evaluating. Correct pointer when getting the next line. (closes #6731)Files: src/eval.c, src/scriptfile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1483Problem: Vim9: error for using specialas number when returning "false" fromapopup filter.Solution: Use tv_get_bool(). (closes #6733)Files: src/popupwin.cPatch 8.2.1484Problem: Flaky failure in assert_fails().Solution: Only used fourth argument if thereisa third argument.Files: src/testing.cPatch 8.2.1485Problem: Vim9:readdirex()expression doesn't accept bool.Solution: Accept both -1 and bool. (closes #6737)Files: src/filepath.c, src/testdir/test_vim9_func.vimPatch 8.2.1486Problem: Vim9:readdir()expression doesn't accept bool.Solution: Merge with code for readdirex(). (closes #6737)Files: src/filepath.c, src/testdir/test_vim9_func.vimPatch 8.2.1487Problem: Travis: installing snd-dummyis not always useful.Solution: Onlyinstall snd-dummy on amd64. (Ozaki Kiichi, closes #6738)Files: .travis.yml, ci/load-snd-dummy.shPatch 8.2.1488Problem: Text does not scroll wheninserting above first line.Solution: Adjust off-by-one error. (Ken Takata, closes #6739)Files: src/drawscreen.c, src/testdir/test_display.vim, src/testdir/dumps/Test_display_scroll_at_topline.dumpPatch 8.2.1489Problem: Vim9: error when setting an option with setbufvar().Solution: Do not geta number fromastring value. (closes #6740)Files: src/evalvars.c, src/testdir/test_vim9_func.vimPatch 8.2.1490Problem: Vim9: using /= with float and number doesn't work.Solution: Better support assignment with operator. (closes #6742)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1491Problem: Vim9: crash when compiling heredoc lines start with comment.Solution: Skip over NULL pointers. Do not remove comment and empty lines when fetching function lines. (closes #6743)Files: src/vim9compile.c, src/scriptfile.c, src/proto/scriptfile.pro, src/structs.h, src/ex_docmd.c, src/proto/ex_docmd.pro, src/ex_cmds.h, src/autocmd.c, src/proto/autocmd.pro, src/ex_getln.c, src/proto/ex_getln.pro, src/userfunc.c, src/proto/userfunc.pro, src/evalfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.1492Problem: Build failures.Solution: Move typedef out of #ifdef. Adjust argument types. Discover America.Files: src/structs.h, src/ex_docmd.cPatch 8.2.1493Problem: Not enough test coverage for thespell file handling.Solution: Addspell file tests. (Yegappan Lakshmanan, closes #6728)Files: src/spellfile.c, src/testdir/test_spellfile.vimPatch 8.2.1494Problem: Missing change to calling eval_getline().Solution: Change last argument.Files: src/eval.cPatch 8.2.1495Problem: "make clean" may delete too many files.Solution: Do not delete $APPDIR. (closes #6751)Files: src/MakefilePatch 8.2.1496Problem: Vim9: cannot use "#" ina mapping.Solution: Do not removea comment with the EX_NOTRLCOM flag. (closes #6746)Files: src/ex_docmd.c, src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1497Problem:CursorHold testis flaky. (JakubKądziołka)Solution: Use WaitForAssert() (closes #6754)Files: src/testdir/test_autocmd.vimPatch 8.2.1498Problem: On slow systems tests can be flaky.Solution: Use TermWait() instead of term-wait(). (Yegappan Lakshmanan, closes #6756)Files: src/testdir/test_digraph.vim, src/testdir/test_display.vim, src/testdir/test_popupwin.vim, src/testdir/test_termcodes.vim, src/testdir/test_terminal.vim, src/testdir/test_terminal3.vim, src/testdir/test_writefile.vimPatch 8.2.1499Problem: Vim9: error when using "$" with col().Solution: Reorder getting the column value. (closes #6744)Files: src/eval.c, src/testdir/test_vim9_func.vimPatch 8.2.1500Problem: Vim9: error when using address withouta command.Solution: Execute the range itself. (closes #6747)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1501Problem: Vim9: concatenating to constant reverses order.Solution: Generate constant before option,register and environment variable. (closes #6757)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1502Problem: Vim9: can use += witha:let commandatscript level.Solution: Give an error.Files: src/evalvars.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1503Problem: Vim9: error for an autocmd defined ina:def function in legacy Vim script.Solution: Don't check the variable type. (closes #6758)Files: src/vim9script.c, src/testdir/test_vim9_script.vimPatch 8.2.1504Problem: Vim9: whitespace checks are only done fora:def function.Solution: Alsodo checksat thescript level. Adjust the name ofa few error messages.Files: src/userfunc.c, src/errors.h, src/dict.c, src/list.c, src/vim9compile.c, src/vim9script.c, src/vim9type.c, src/evalvars.c, src/testdir/test_vim9_expr.vim, src/testdir/vim9.vimPatch 8.2.1505Problem: Not all file read and writecodeis tested.Solution: Adda few tests. (Dominique Pellé, closes #6764)Files: src/testdir/test_eval_stuff.vim, src/testdir/test_fnamemodify.vim, src/testdir/test_functions.vimPatch 8.2.1506Problem: Vim9: no error when usinga number other than0 or 1as bool.Solution: Check the numberis0 or 1.Files: src/errors.h, src/typval.c, src/testdir/test_vim9_func.vimPatch 8.2.1507Problem: Using malloc() directly.Solution: Use ALLOC_ONE(). Remove superfluous typecast. (Hussam al-Homsi, closes #6768)Files: src/eval.c, src/memline.c, src/vimrun.cPatch 8.2.1508Problem: Not all debugger commands covered by tests.Solution: Add tests for going up/down in the stack. (Ben Jackson, closes #6765)Files: src/testdir/test_debugger.vimPatch 8.2.1509Problem: Vertical separatoris cleared when draggingapopupwindow usingamulti-byte character for the border.Solution: Only clear the character before thewindow ifitis usingamulti-byte character. (closes #6766)Files: src/screen.cPatch 8.2.1510Problem: Using "var" ina:def function may refer toa legacy Vimscript variable.Solution: Require using "s:" to refer toa legacy Vimscript variable. (closes #6771)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1511Problem: Puttingastring inVisual block mode ignoresmulti-byte characters.Solution: Adjust the column forVisual block mode. (closes #6767)Files: src/register.c, src/testdir/test_visual.vimPatch 8.2.1512Problem: Failure afterternaryexpression fails.Solution: Restore eval_flags. (Yasuhiro Matsumoto, closes #6776)Files: src/eval.c, src/testdir/test_vimscript.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1513Problem: Cannot interrupt shell used for filename expansion. (Dominique Pellé)Solution: Do set tmode in mch_delay(). (closes #6770)Files: src/vim.h, src/os_unix.c, src/proto/os_unix.pro, src/term.c, src/channel.c, src/if_cscope.c, src/os_amiga.c, src/ui.c, src/proto/os_amiga.pro, src/os_win32.c, src/proto/os_win32.proPatch 8.2.1514Problem: Multibyte vertical separatoris cleared when draggingapopupwindow usingamulti-byte character for the border.Solution: Only clear the character before thewindow ifitis double width. (closes #6766)Files: src/screen.cPatch 8.2.1515Problem: Vim9: can creates:var in legacyscript but cannot unlet.Solution: Allow:unlet for legacyscript var.Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1516Problem: Vim9: error for:exe has wrong line number.Solution: Set line number before calling do_cmdline_cmd(). (closes #6774)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1517Problem: Cannot easily get the character under the cursor.Solution: Add the{chars} argument to strpart().Files: runtime/doc/eval.txt, src/evalfunc.c, src/testdir/test_functions.vimPatch 8.2.1518Problem: Vim9: cannot assign to local option.Solution: Skip over "&l:" and "&g:". (closes #6749)Files: src/ex_docmd.c, src/proto/ex_docmd.pro, src/testdir/vim9.vim, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1519Problem: Vim9:Ex command default rangeis not set.Solution: When rangeis not given use default. (closes #6779)Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.1520Problem: Vim9:CTRL-] used in:def function does not work.Solution: Omitcount or prepend colon. (closes #6769)Files: src/normal.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1521Problem: Reading pastend of buffer when reading spellfile. (Yegappan Lakshmanan)Solution: Store the byte length and check for it.Files: src/spellfile.c, src/spell.hPatch 8.2.1522Problem: Not enough test coverage for thespell file handling.Solution: Addspell file tests. (Yegappan Lakshmanan, closes #6763)Files: src/testdir/test_spellfile.vimPatch 8.2.1523Problem: Still not enough test coverage for thespell file handling.Solution: Addspell file tests. (Yegappan Lakshmanan, closes #6790)Files: src/testdir/test_spellfile.vimPatch 8.2.1524Problem: No longer get an error forstring concatenation with float. (Tsuyoshi Cho)Solution: Only convert float forVim9 script. (closes #6787)Files: src/eval.c, src/testdir/test_eval_stuff.vimPatch 8.2.1525Problem: Messages from tests were not always displayed.Solution: Always show messages, the timingis always useful. (Ken Takata, closes #6792)Files: src/testdir/Make_dos.mak, src/testdir/Make_ming.mak, src/testdir/MakefilePatch 8.2.1526Problem: Line in testdir Makefile got commented out. (Christian Brabandt)Solution: Revert.Files: src/testdir/MakefilePatch 8.2.1527Problem: Vim9: cannot usea function nameasa functionreferenceatscript level.Solution: Check ifa nameisa function name. (closes #6789)Files: src/evalvars.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.1528Problem: Vim9::endif not found after "iffalse".Solution: When skipping still check fora following command. (closes #6797)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1529Problem: Vim9::elseif may be compiled when not needed.Solution: Do evaluate the:elseif expression.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1530Problem: Vim9: test fails on MS-Windows.Solution: SkipEx command inside "iffalse".Files: src/vim9compile.cPatch 8.2.1531Problem: Vim9: test still fails on MS-Windows.Solution: When skipping expect function to be NULL.Files: src/vim9compile.cPatch 8.2.1532Problem: Compiler warning for conversion of size_t to long.Solution: Add type cast.Files: src/eval.cPatch 8.2.1533Problem: Vim9: error when passinggetreginfo() result to setreg().Solution: Use dict_get_bool() for "isunnamed". (closes #6784)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1534Problem: Vim9: type error for argument typeis notat call position.Solution: Set the context and stack after checking the arguments. (issue #6785)Files: src/userfunc.c, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.1535Problem: Itis not possible to specify cell widths of characters.Solution: Add setcellwidths().Files: runtime/doc/eval.txt, runtime/doc/options.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/mbyte.c, src/proto/mbyte.pro, src/errors.h, src/testdir/test_utf8.vimPatch 8.2.1536Problem: Cannot get theclass ofa character; emoji widths are wrong in some environments.Solution: Add charclass(). Update some emoji widths. Addscript to check emoji widths.Files: Filelist, runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/mbyte.c, src/proto/mbyte.pro, src/testdir/emoji_list.vim, src/testdir/test_functions.vimPatch 8.2.1537Problem: Memory access error when using setcellwidths().Solution: Use array and pointers correctly.Files: src/mbyte.c, src/errors.h, src/testdir/test_utf8.vimPatch 8.2.1538Problem: Python: iteration over vimobjects fails to keep reference.Solution: Keepareference for the object. (Paul Ollis, closes #6803, closes #6806)Files: src/if_py_both.h, src/testdir/test_python3.vimPatch 8.2.1539Problem: Using invalidscript ID causesa crash.Solution: Check thescript ID to be valid. (closes #6804)Files: src/globals.h, src/evalvars.c, src/profiler.c, src/scriptfile.c, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1540Problem: The user cannot try out emoji character widths.Solution: Move the emojiscript to the runtime/tools directory.Files: Filelist, src/testdir/emoji_list.vim, runtime/tools/emoji_list.vimPatch 8.2.1541Problem: Vim9: cannot find functionreference for s:Func.Solution: Recognize<SNR> prefix. (closes #6805)Files: src/userfunc.c, src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1542Problem: Vim9: test with invalid SID does not work in the GUI.Solution: Skip the test in the GUI.Files: src/testdir/test_vim9_script.vimPatch 8.2.1543Problem: Vim9: test with invalid SIDis skipped in the GUI.Solution: Read theCTRL-C thatfeedkeys()put in typeahead.Files: src/testdir/test_vim9_script.vimPatch 8.2.1544Problem: Cannot translatemessages ina Vim script.Solution: Add gettext(). Tryit out fora fewmessages in theoptions window.Files: Filelist, src/po/Makefile, src/po/README.txt, runtime/optwin.vim, src/evalfunc.c, src/po/tojavascript.vim, src/po/fixfilenames.vim, runtime/doc/eval.txt, runtime/doc/usr_41.txtPatch 8.2.1545Problem:ch_logfile()is unclear about closing when forking.Solution: Adjust the log messages.Files: src/channel.c, src/os_unix.cPatch 8.2.1546Problem: Build rule for Vim.appis unused.Solution: Delete the related build rules.Files: src/MakefilePatch 8.2.1547Problem: Various comment problems.Solution: Update comments.Files: src/arglist.c, src/map.c, src/mbyte.c, src/tag.c, src/undo.c, src/testdir/README.txt, src/testdir/test_put.vim, src/libvterm/READMEPatch 8.2.1548Problem: Cannot move position of "%%" in message translations. (Emir Sarı)Solution: Improve the check script.Files: src/po/check.vimPatch 8.2.1549Problem: The "r" command fails for keys with modifiers if'esckeys'is off andmodifyOtherKeysis used. (Lauri Tirkkonen)Solution: Temporarily disable bracketed paste andmodifyOtherKeys if'esckeys'is off. (closes #6809)Files: src/normal.cPatch 8.2.1550Problem: Vim9: bufname('%') gives an error.Solution: Only give an error for wrong argument type. (closes #6807)Files: src/evalbuffer.c, src/testdir/test_vim9_func.vimPatch 8.2.1551Problem: Vim9: error for argument type does not mention the number.Solution: Pass the argument number to where the erroris given.Files: src/vim9type.c, src/proto/vim9type.pro, src/vim9compile.c, src/vim9execute.c, src/vim9script.c, src/eval.c, src/testdir/test_vim9_func.vimPatch 8.2.1552Problem: Warnings from asan with clang-11. (James McCoy)Solution: Avoid usinga NULL pointer. (issue #6811)Files: src/fold.cPatch 8.2.1553 (after 8.2.1552)Problem: Crash in edit test.Solution: Avoid using invalid pointer.Files: src/fold.cPatch 8.2.1554Problem: Crash in normal test.Solution: Skip adjusting marks if there are no folds.Files: src/fold.cPatch 8.2.1555Problem: Not all tests are executed on Github Actions.Solution: Copy "src" to "src2" earlier. Recognize "src2" ina couple more places. Add two tests to thelist of flaky tests. (Ken Takata, closes #6798)Files: .github/workflows/ci-windows.yaml, src/testdir/runtest.vim, src/testdir/test_python2.vim, src/testdir/test_python3.vimPatch 8.2.1556Problem: Cursorline highlighting always overrules sign highlighting.Solution: Combine the highlighting, use the priority to decide how. (closes #6812)Files: runtime/doc/sign.txt, src/structs.h, src/drawline.c, runtime/pack/dist/opt/termdebug/plugin/termdebug.vim, src/testdir/test_signs.vim, src/testdir/dumps/Test_sign_cursor_5.dump, src/testdir/dumps/Test_sign_cursor_6.dumpPatch 8.2.1557Problem: Crash in:vimgrep when startedas "vim-n". (Raul Segura)Solution: Check mfp pointer. (Yegappan Lakshmanan, closes #6827)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.1558Problem: Signs test fails.Solution: Add missing change to sign.c.Files: src/sign.cPatch 8.2.1559Problem: s390x tests work again.Solution: re-enable s390x tests. (James McCoy, closes #6829)Files: .travis.ymlPatch 8.2.1560Problem: Using NULL pointers in some code. (James McCoy)Solution: Avoid adding toa NULL pointer. Use byteas unsigned.Files: src/fold.c, src/eval.c, src/spellsuggest.c, src/spellfile.c, src/vim9compile.cPatch 8.2.1561Problem: Using NULL pointers in fold code.Solution: Avoid usinga NULL pointer. (Dominique Pellé, closes #6831, closes #6831)Files: src/fold.cPatch 8.2.1562Problem: Vim9: error when using "%" wherea bufferis expected.Solution: Add tv_get_buf_from_arg(). (closes #6814)Files: src/typval.c, src/proto/typval.pro, src/evalbuffer.c, src/testdir/test_vim9_func.vimPatch 8.2.1563Problem: Vim9: error when using '%" withsetbufvar() or getbufvar().Solution: Use tv_get_buf_from_arg(). (closes #6816)Files: src/evalvars.c, src/testdir/test_vim9_func.vimPatch 8.2.1564Problem:A few remainingerrors from ubsan.Solution: Avoid the warnings. (Dominique Pellé, closes #6837)Files: src/spellfile.c, src/spellsuggest.c, src/viminfo.cPatch 8.2.1565Problem: Spellfile test sometimes fails.Solution: Check running into theend of the file.Files: src/spellfile.cPatch 8.2.1566Problem: Not all Bazel files are recognized.Solution: Add *.bazel and *.BUILD. (closes #6836)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.1567Problem: No example to use ubsan with clang.Solution: Add example commands. (Dominique Pellé, issue #6811)Files: src/MakefilePatch 8.2.1568Problem:prop_find() skips properties in the same line if "skipstart"is used.Solution: Use "continue" instead of "break". (closes #6840)Files: src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.1569Problem: Vim9: fixes forfunctions not tested; failure in getchangelist().Solution: Add tests. (closes #6813, closes #6815, closes #6817)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1570Problem: Configure check for dirfd() does not work on HPUX. (Michael Osipov)Solution: Use AC_TRY_LINK instead of AC_TRY_COMPILE. (closes #6838)Files: src/configure.ac, src/auto/configure, src/fileio.c, src/globals.hPatch 8.2.1571Problem: Vim9:count() third argument cannot be "true".Solution: Use tv_get_bool_chk(). (closes #6818)Files: src/typval.c, src/list.c, src/testdir/test_vim9_func.vimPatch 8.2.1572Problem: Vim9:expand() does not take "true"as argument.Solution: Use tv_get_bool_chk(). (closes #6819)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1573Problem: Vim9:getreg() does not take "true"as argument.Solution: Use tv_get_bool_chk(). (closes #6820)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1574Problem: Vim9:glob() does not take "true"as argument.Solution: Use tv_get_bool_chk(). (closes #6821)Files: src/filepath.c, src/testdir/test_vim9_func.vimPatch 8.2.1575Problem: Vim9:globpath() does not take "true"as argument.Solution: Use tv_get_bool_chk(). (closes #6821)Files: src/filepath.c, src/testdir/test_vim9_func.vimPatch 8.2.1576Problem: Vim9:index() does not take "true"as argument.Solution: Use tv_get_bool_chk(). (closes #6823)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1577Problem: Vim9: hasmapto(),mapcheck() andmaparg()do not take "true"as argument.Solution: Use tv_get_bool(). (closes #6822, closes #6824)Files: src/evalfunc.c, src/map.c, src/testdir/test_vim9_func.vimPatch 8.2.1578Problem: Vim9:popup_clear() does not take "true"as argument.Solution: Use tv_get_bool(). (closes #6826)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.1579Problem: Reports from asan are not optimal.Solution: Use clang with ubsan. (James McCoy, closes #6811)Files: .travis.ymlPatch 8.2.1580Problem: Wildmenu does not work properly.Solution: Do not call may_do_incsearch_highlighting() if completionis in progress.Files: src/ex_getln.c, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_wildmenu_1.dump, src/testdir/dumps/Test_wildmenu_2.dump, src/testdir/dumps/Test_wildmenu_3.dump, src/testdir/dumps/Test_wildmenu_4.dumpPatch 8.2.1581Problem: Usingline() for globalpopupwindow doesn't work.Solution: Settabpage to "curtab". (closes #6847)Files: src/evalwindow.c, src/testdir/test_popupwin.vimPatch 8.2.1582Problem: Thechannel log does not show typed text.Solution: Add raw typed text to the log file.Files: src/ui.c, src/os_win32.cPatch 8.2.1583Problem: MS-Windows: cannot easily measure code coverage.Solution: Add the COVERAGE option. (Ken Takata, closes #6842)Files: src/Make_cyg_ming.makPatch 8.2.1584Problem: Vim9: cannot use "true" for "skipstart" in prop_find().Solution: Use dict_get_bool() instead of tv_get_number(). (closes #6852)Files: src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.1585Problem: Messages in errors.h not translated, xgettext onMS-Windows not fully supported.Solution: Add errors.h tolist of input files. UpdateMS-Windows makefiles to improve message translations. (Ken Takata, closes #6858)Files: src/po/Make_cyg.mak, src/po/Make_ming.mak, src/po/Make_mvc.mak, src/po/Makefile, src/po/README.txt, src/po/fixfilenames.vimPatch 8.2.1586Problem::resize command not fully tested.Solution: Adda couple of tests. (Dominique Pellé, closes #6857)Files: src/testdir/test_window_cmd.vimPatch 8.2.1587Problem: Loop for handling keys for the command lineis too long.Solution: Move wild menu handling to separate functions. (Yegappan Lakshmanan, closes #6856)Files: src/cmdexpand.c, src/proto/cmdexpand.pro, src/ex_getln.cPatch 8.2.1588Problem: Cannot read back the prompt ofa prompt buffer.Solution: Add prompt_getprompt(). (Ben Jackson, closes #6851)Files: runtime/doc/channel.txt, runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/channel.c, src/edit.c, src/evalfunc.c, src/proto/channel.pro, src/proto/edit.pro, src/testdir/test_prompt_buffer.vimPatch 8.2.1589Problem: Term_start()options for size are overruled by'termwinsize'. (Sergey Vlasov)Solution: Set'termwinsize' to the specified size.Files: src/terminal.c, src/testdir/test_terminal2.vim, src/testdir/term_util.vimPatch 8.2.1590Problem: Vim9:bufnr() doesn't take "true" argument.Solution: use tv_get_bool_chk(). (closes #6863)Files: src/evalbuffer.c, src/testdir/test_vim9_func.vimPatch 8.2.1591Problem: Using winheight('.') in tests works butis wrong.Solution: Use winheight(0). (issue #6863)Files: src/testdir/test_functions.vim, src/testdir/test_quickfix.vimPatch 8.2.1592Problem: Vim9: passing "true" tochar2nr() fails.Solution: Use tv_get_bool_chk(). (closes #6865)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1593Problem: Testsdo not check the error number properly.Solution: Adda colon after the error number. (closes #6869)Files: src/testdir/test_assert.vim, src/testdir/test_autocmd.vim, src/testdir/test_backspace_opt.vim, src/testdir/test_channel.vim, src/testdir/test_clientserver.vim, src/testdir/test_cmdline.vim, src/testdir/test_const.vim, src/testdir/test_cscope.vim, src/testdir/test_eval_stuff.vim, src/testdir/test_functions.vim, src/testdir/test_global.vim, src/testdir/test_gui.vim, src/testdir/test_hlsearch.vim, src/testdir/test_lambda.vim, src/testdir/test_let.vim, src/testdir/test_listdict.vim, src/testdir/test_move.vim, src/testdir/test_normal.vim, src/testdir/test_popupwin.vim, src/testdir/test_put.vim, src/testdir/test_quickfix.vim, src/testdir/test_rename.vim, src/testdir/test_search.vim, src/testdir/test_signs.vim, src/testdir/test_substitute.vim, src/testdir/test_syntax.vim, src/testdir/test_tagfunc.vim, src/testdir/test_tagjump.vim, src/testdir/test_taglist.vim, src/testdir/test_terminal.vim, src/testdir/test_terminal2.vim, src/testdir/test_textprop.vim, src/testdir/test_timers.vim, src/testdir/test_true_false.vim, src/testdir/test_user_func.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vim, src/testdir/test_vimscript.vim, src/testdir/test_winbar.vim, src/testdir/test_winbuf_close.vim, src/testdir/test_window_cmd.vim, src/testdir/test_writefile.vimPatch 8.2.1594Problem: Pull requests on githubdo not notifya maintainer.Solution: Adda CODEOWNERS file witha few initial entries.Files: Filelist, .github/CODEOWNERSPatch 8.2.1595Problem: Cannot easily see what Vim sends to the terminal.Solution: Write output to thechannel log ifit containsterminalcontrol sequences. Avoid warnings for tputs() argument.Files: src/term.c, src/globals.h, src/edit.c, src/normal.c, src/optionstr.cPatch 8.2.1596Problem: Using win_screenpos('.') in tests works butis wrong.Solution: Use win_screenpos(0).Files: src/testdir/test_terminal3.vimPatch 8.2.1597Problem: Thechannel source fileis too big.Solution: Movejob related code toa new source file.Files: Filelist, src/Makefile, src/Make_mvc.mak, src/Make_cyg_ming.mak, src/channel.c, src/proto/channel.pro, src/job.c, src/proto/job.pro, src/proto.h, src/edit.c, src/proto/edit.pro, src/globals.h, src/configure.ac, src/auto/configurePatch 8.2.1598Problem: Startinga hiddenterminal resizes the current window.Solution: Do not resize the currentwindow fora hidden terminal. (closes #6872)Files: src/terminal.c, src/testdir/test_terminal2.vimPatch 8.2.1599Problem: Missing lineend when skippinga long line with :cgetfile.Solution: Fix off-by-one error. (closes #6870)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.1600Problem: Vim9: cannot use "true" with deepcopy().Solution: Use tv_get_bool_chk(). (closes #6867)Files: src/evalfunc.c, src/testdir/test_vim9_func.vim, src/testdir/test_listdict.vimPatch 8.2.1601Problem: Vim9: cannot use "true" with garbagecollect().Solution: Use tv_get_bool(). (closes #6871)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1602Problem: Vim9: cannot use "true" with getbufinfo().Solution: Use dict_get_bool(). (closes #6873)Files: src/evalbuffer.c, src/testdir/test_vim9_func.vimPatch 8.2.1603Problem: Vim9: cannot use "true" with getchar().Solution: use tv_get_bool_chk(). (closes #6874)Files: src/getchar.c, src/testdir/test_vim9_func.vimPatch 8.2.1604Problem: Vim9: cannot use "true" with getcompletion().Solution: use tv_get_bool_chk(). (closes #6875)Files: src/cmdexpand.c, src/testdir/test_vim9_func.vimPatch 8.2.1605Problem: Default maintainer on githubis wrong.Solution: Use Bram's account.Files: .github/CODEOWNERSPatch 8.2.1606Problem: Vim9: cannot use "true" with has().Solution: Use tv_get_bool(). (closes #6876)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1607Problem: Vim9:getchar() test fails on MS-Windows.Solution: First consume any available input.Files: src/testdir/test_vim9_func.vimPatch 8.2.1608Problem: Vim9:getchar() test fails with GUI.Solution: Avoid that getchar(0) gets stuck on K_IGNORE.Files: src/getchar.cPatch 8.2.1609Problem: Vim9: test fails when build without +channel.Solution: Add check for +channel. (closes #6879)Files: src/testdir/test_vim9_expr.vimPatch 8.2.1610Problem: Vim9: cannot pass "true" tolist2str() and str2list().Solution: Use tv_get_bool_chk(). (closes #6877)Files: src/evalfunc.c, src/list.c, src/testdir/test_vim9_func.vimPatch 8.2.1611Problem: Vim9: cannot pass "true" to nr2char().Solution: use tv_get_bool_chk(). (closes #6878)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1612Problem: Vim9: cannot pass "true" to prop_remove().Solution: Use dict_get_bool(). (closes #6853)Files: src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.1613Problem: Vim9: cannot pass "true" to prop_type_add().Solution: Use tv_get_bool(). (closes #6850)Files: src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.1614Problem: Vim9: cannot pass "true" to searchcount().Solution: Use tv_get_bool_chk(). (closes #6854)Files: src/search.c, src/testdir/test_vim9_func.vimPatch 8.2.1615Problem: Vim9: cannot pass "true" to searchdecl().Solution: use tv_get_bool_chk(). (closes #6881)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1616Problem: Vim9: cannot pass "true" to synID().Solution: Use tv_get_bool_chk(). (closes #6860)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1617Problem: Vim9: cannot pass "true" to win_splitmove().Solution: Use dict_get_bool(). (closes #6862) Alphabetize test functions.Files: src/evalwindow.c, src/testdir/test_vim9_func.vimPatch 8.2.1618Problem: Vim9: cannot pass "true" to setloclist().Solution: Use dict_get_bool(). (closes #6882)Files: src/quickfix.c, src/testdir/test_vim9_func.vimPatch 8.2.1619Problem: Vim9: cannot pass "true" to spellsuggest().Solution: Use tv_get_bool_chk(). (closes #6883)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1620Problem:searchcount() test fails.Solution: Restore default flag value.Files: src/search.cPatch 8.2.1621Problem: Crash when using submatch(0, 1) in substitute().Solution: Incrementreference count. (closes #6887)Files: src/regexp.c, src/testdir/test_substitute.vimPatch 8.2.1622Problem: Loop to handle keys for the command lineis too long.Solution: Move code to functions. (Yegappan Lakshmanan, closes #6880)Files: src/ex_getln.cPatch 8.2.1623Problem: Vim9: using:call whereitis not needed.Solution: Remove :call. (closes #6892)Files: src/testdir/test_maparg.vim, src/testdir/test_textprop.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.1624Problem: Vim9: cannot pass "true" to split(),str2nr() and strchars().Solution: Use tv_get_bool_chk(). (closes #6884, closes #6885, closes #6886)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1625Problem: Compiler warning for use of fptr_T.Solution: Make the typeless strict.Files: src/regexp.cPatch 8.2.1626Problem: Test forstrchars() fails with different error number.Solution: Adjust the error number.Files: src/testdir/test_utf8.vimPatch 8.2.1627Problem: Vim9: cannot pass "true" to submatch(),term_gettty() andterm_start()Solution: Use tv_get_bool_chk(). (closes #6888, closes #6890, closes #6889)Files: src/evalfunc.c, src/terminal.c, src/job.c, src/testdir/test_vim9_func.vimPatch 8.2.1628Problem: Vim9: cannot pass "true" to timer_paused().Solution: Use tv_get_bool(). (closes #6891)Files: src/time.c, src/testdir/test_vim9_func.vimPatch 8.2.1629Problem: Test fails withoutterminal feature.Solution: Check forterminal feature.Files: src/testdir/test_vim9_func.vimPatch 8.2.1630Problem: Terminal test fails.Solution: Correct argument to term_start(). Correct error number.Files: src/testdir/test_terminal.vim, src/testdir/test_terminal2.vimPatch 8.2.1631Problem: test_fails() does not check the context of the line number.Solution: Use another argument to specify the context of the line number.Files: runtime/doc/testing.txt, runtime/doc/eval.txt, src/testdir/test_vim9_func.vim, src/testing.c, src/globals.h, src/evalfunc.c, src/message.cPatch 8.2.1632Problem: Not checking the context of test_fails().Solution: Add the line number and context arguments. Give error ifassert_fails() argument types are wrong.Files: src/testing.c, src/errors.h, src/testdir/test_assert.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.1633Problem: Some errormessages are internal butdo not use iemsg().Solution: Use iemsg(). (Dominique Pellé, closes #6894)Files: src/regexp.c, src/regexp_bt.c, src/regexp_nfa.cPatch 8.2.1634Problem: Loop to handle keys for the command lineis too long.Solution: Movea few more parts to separate functions. (Yegappan Lakshmanan, closes #6895)Files: src/ex_getln.c, src/testdir/test_cmdline.vimPatch 8.2.1635Problem: Nodigraph for 0x2022 BULLET.Solution: Use "oo". (Hans Ginzel, closes #6904)Files: src/digraph.c, runtime/doc/digraph.txtPatch 8.2.1636Problem: Get stuck ifapopupfilter causes an error.Solution: Check whether the function can be called and does not cause an error. (closes #6902)Files: src/structs.h, src/popupwin.c, src/testdir/test_popupwin.vim src/testdir/dumps/Test_popupwin_wrong_name.dump, src/testdir/dumps/Test_popupwin_three_errors_1.dump, src/testdir/dumps/Test_popupwin_three_errors_2.dumpPatch 8.2.1637Problem: Vim9::put ={expr} does not work inside:def function.Solution: Add ISN_PUT. (closes #6397)Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/register.c, src/proto/register.pro, src/edit.c, src/ex_docmd.c, src/mouse.c, src/normal.c, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1638Problem: Leaking memory whenpopupfilter function can't be called.Solution: Don't return too soon.Files: src/popupwin.cPatch 8.2.1639Problem: Optionswindow cannot be translated.Solution: Get the translation for "local to" texts once and use them in many places. Fix that'whichwrap'is nota local option. (issue #6800)Files: runtime/optwin.vimPatch 8.2.1640Problem: Amiga: missing header for getgrgid().Solution: Add the grp.h header. (Ola Söder, closes #6906)Files: src/os_amiga.hPatch 8.2.1641Problem: Vim9: cannot use0 or 1 wherea boolis expected.Solution: Allow using0 and 1 fora bool type. (closes #6903)Files: src/vim9compile.c, src/vim9type.c, src/proto/vim9type.pro, src/structs.h, src/testdir/test_vim9_script.vimPatch 8.2.1642Problem: Options test fails.Solution: Correct call to OptionG().Files: runtime/optwin.vimPatch 8.2.1643Problem: Vim9::defcompile compiles dead functions.Solution: Skip over dead functions.Files: src/userfunc.cPatch 8.2.1644Problem: Vim9: cannot assign 1 and0 to boolatscript level.Solution: Add the TTFLAG_BOOL_OK flag to the type. Fix name of test function.Files: src/vim9type.c, src/testdir/test_vim9_script.vim, src/testdir/vim9.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1645Problem: GTK3: icons become broken images when resized.Solution: Use gtk_image_new_from_icon_name(). (closes #6916) Fix compiler warnings.Files: src/gui_gtk_x11.cPatch 8.2.1646Problem: Amiga: Unnecessary #include.Solution: Remove the #include. (Ola Söder, closes #6908)Files: src/version.cPatch 8.2.1647Problem: Vim9: result ofexpression with && and || cannot be assigned toa bool variable.Solution: Add the TTFLAG_BOOL_OK flag and convert the value if needed.Files: src/vim9compile.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1648Problem: Amiga: no common build file forAmiga (-like) systems.Solution: Turn Make_morph.mak into Make_ami.mak. (Ola Söder, closes #6805)Files: Filelist, src/Make_ami.mak, src/Make_morph.mak, src/INSTALLami.txtPatch 8.2.1649Problem: GTK3: using old file chooser.Solution: Use native file chooser onGTK 3.20 and above. (Yogeshwar Velingker, closes #6909)Files: src/gui_gtk.cPatch 8.2.1650Problem: Vim9: result of && and ||expression cannot be assigned toa boolat thescript level.Solution: Add the VAR_BOOL_OK flag. Convert to bool when needed.Files: src/structs.h, src/vim9type.c, src/proto/vim9type.pro, src/vim9script.c, src/evalvars.c, src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.1651Problem: Spellfile code not completely tested.Solution: Adda few more test cases. (Yegappan Lakshmanan, closes #6918)Files: src/testdir/test_spellfile.vimPatch 8.2.1652Problem: Cannot translate lines in theoptions window.Solution: Use the AddOption() function to split descriptions where indicated bya line break. (issue #6800)Files: runtime/optwin.vimPatch 8.2.1653Problem: Expand('<stack>') does not include the final line number.Solution: Add the line number. (closes #6927)Files: src/vim.h, src/scriptfile.c, src/proto/scriptfile.pro, src/debugger.c, src/ex_docmd.c, src/ex_eval.c, src/message.c, src/testing.c, src/testdir/test_expand_func.vimPatch 8.2.1654Problem: Whenjob writes to hidden buffer currentwindow has display errors. (Johnny McArthur)Solution: Use aucmd_prepbuf() instead of switch_to_win_for_buf(). (closes #6925)Files: src/channel.cPatch 8.2.1655Problem: Cannot build with StrawberryPerl 5.32.0.Solution: Use Perl_sv_2pvbyte_flags. (closes #6921)Files: src/if_perl.xsPatch 8.2.1656Problem: Vim9: callstack wrong if:def function calls:def function.Solution: Set the line number before calling. (closes #6914)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.1657Problem: Vim9: no proper error for nested ":def!".Solution: Check for "!". (closes #6920)Files: src/errors.h, src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1658Problem: Expand('<stack>') has trailing "..".Solution: Remove the "..". (closes #6927)Files: src/scriptfile.c, src/testdir/test_expand_func.vimPatch 8.2.1659Problem: Spellfile code not completely tested.Solution: Adda few more test cases. (Yegappan Lakshmanan, closes #6929)Files: src/testdir/test_spell.vim, src/testdir/test_spellfile.vimPatch 8.2.1660Problem: Assertfunctions require passing expected resultas the first argument, which isn't obvious.Solution: Usea method,as in "runtest()->assert_equal(expected)".Files: src/testdir/test_vim9_func.vimPatch 8.2.1661Problem: Cannot connect to 127.0.0.1 for host with only IPv6 addresses.Solution: pass AI_V4MAPPED flag to getaddrinfo. (Filipe Brandenburger, closes #6931)Files: src/channel.cPatch 8.2.1662Problem::mksession does not restore sharedterminal buffer properly.Solution: Keepa hashtab withterminal buffers. (Rob Pilling, closes #6930)Files: src/hashtab.c, src/proto/terminal.pro, src/session.c, src/terminal.c, src/testdir/test_mksession.vimPatch 8.2.1663Problem: Optionswindow entries cannot be translated.Solution: Use AddOption() for all explanations. (closes #6800)Files: runtime/optwin.vimPatch 8.2.1664Problem: Memory leak when using:mkview withaterminal buffer.Solution: Don't usea hastab for :mkview. (Rob Pilling, closes #6935)Files: src/session.c, src/terminal.c, src/testdir/test_mksession.vimPatch 8.2.1665Problem: Cannotdo fuzzystring matching.Solution: Add matchfuzzy(). (Yegappan Lakshmanan, closes #6932)Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/proto/search.pro, src/search.c, src/testdir/test_functions.vimPatch 8.2.1666Problem: The initial value of'backupskip' can have duplicate items.Solution: Remove duplicates, like whenitis set later. (Tom Ryder, closes #6940)Files: src/option.c, src/testdir/test_options.vimPatch 8.2.1667Problem: Local function name cannot shadowa global function name.Solution: Ignore globalfunctions when checkingascript-local or scoped function name. (closes #6926)Files: src/vim9compile.c, src/userfunc.c, src/proto/userfunc.pro, src/testdir/test_vim9_func.vimPatch 8.2.1668Problem: Vim9: not accepting0 or 1as bool when typeis any.Solution: Convert the type with the CHECKTYPE instruction. (closes #6913)Files: src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.1669Problem: Vim9: memory leak when storinga value fails.Solution: Free the value when not storing it.Files: src/evalvars.cPatch 8.2.1670Problem:A couple of gcc compiler warnings.Solution: Initialize local variables. (Dominique Pellé, closes #6944)Files: src/memline.c, src/option.cPatch 8.2.1671Problem: Vim9: stray error for missing white space.Solution: Do not skip over whitespace after member. (closes #6917)Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1672Problem: v_lockis used whenitis not initialized. (Yegappan Lakshmanan)Solution: Initialize the typval in eval1().Files: src/eval.cPatch 8.2.1673Problem:complete_info() selectedindex has an invalid value. (Ben Jackson)Solution: Set theindex when thereis only one match. (closes #6945) Add test for complete_info().Files: src/insexpand.c, src/testdir/test_ins_complete.vimPatch 8.2.1674Problem: Vim9: internal error when using variable that was not set.Solution: Givea meaningful error. (closes #6937)Files: src/vim9script.c, src/testdir/test_vim9_script.vimPatch 8.2.1675Problem: MinGW: testdir makefile deletes non-existing file.Solution: Use another way to delete the output file ifit already exists. (Michael Soyka)Files: src/testdir/Make_ming.makPatch 8.2.1676Problem: Compiler warnings for function typecast.Solution: Add an intermediate cast to "void *".Files: src/os_unix.cPatch 8.2.1677Problem: Memory accesserrors when callingsetloclist() in an autocommand.Solution: Give an error if thelist was changed unexpectedly. (closes #6946)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.1678Problem: Crash when using ":set" after ":ownsyntax". (Dhiraj Mishra)Solution: Make sure'spelloptions'is not NULL. (closes #6950)Files: src/syntax.c, src/testdir/test_syntax.vimPatch 8.2.1679Problem: Vim9: ":*"is not recognizedasa range.Solution: Move recognizing "*" into skip_range(). (closes #6938)Files: src/ex_docmd.c, src/proto/ex_docmd.pro, src/cmdexpand.c, src/ex_getln.c, src/userfunc.c, src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1680Problem: Vim9: line number for compare erroris wrong.Solution: Set SOURCING_LNUM. (closes #6936)Files: src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.1681Problem: Vim9: unnecessary:call commands in tests.Solution: Remove the commands. (issue #6936)Files: src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.1682Problem: Vim9: const works in an unexpected way.Solution: ":const" only disallowschanging the variable, not the value. Make "list[0]= 9" workat thescript level.Files: src/vim9compile.c, src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.1683Problem: Vim9: assignment test fails.Solution: Include changes to findEx command.Files: src/ex_docmd.cPatch 8.2.1684Problem: "gF" does not use line number after file inVisual mode.Solution: Look for ":123" after theVisual area. (closes #6952)Files: src/findfile.c, src/testdir/test_gf.vimPatch 8.2.1685Problem: Vim9: cannot declarea constant value.Solution: Introduce ":const!".Files: runtime/doc/vim9.txt, src/ex_cmds.h, src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/evalvars.c, src/proto/evalvars.pro, src/errors.h, src/vim.h, src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.1686Problem: Vim9: "const!" not sufficiently tested.Solution: Adda few more test cases. Fix type checking.Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1687Problem: Vim9: out of bounds error.Solution: Check that cmdidxis not negative.Files: src/vim9compile.cPatch 8.2.1688Problem: Increment/decrement removes text property.Solution:Insert the new number beforedeleting the old one. (closes #6962)Files: src/ops.c, src/testdir/test_textprop.vimPatch 8.2.1689Problem:'colorcolumn' doesn't show in indent.Solution: Also draw the column when draw_stateis WL_BRI or WL_SBR. (Alexey Demin, closes #6948, closes #6619)Files: src/drawline.c, src/testdir/dumps/Test_colorcolumn_2.dump, src/testdir/dumps/Test_colorcolumn_3.dump, src/testdir/test_highlight.vimPatch 8.2.1690Problem: Text properties not adjusted for "I" inVisual block mode.Solution: Call inserted_bytes(). (closes #6961)Files: src/ops.c, src/change.c, src/proto/change.pro, src/testdir/test_textprop.vimPatch 8.2.1691Problem: Vim9: list<any>is not accepted where list<number>is expected.Solution: Addfunctions to allocate and freea type_T, useit in ISN_CHECKTYPE. (closes #6959)Files: src/vim9.h, src/globals.h, src/vim9compile.c, src/vim9execute.c, src/vim9type.c, src/proto/vim9type.pro, src/errors.h, src/evalfunc.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.1692Problem: Build fails because TTFLAG_STATICis missing.Solution: Include missing change.Files: src/structs.hPatch 8.2.1693Problem: "hi def" does not work for cleared highlight.Solution: Check the "sg_cleared" flag. (Maxim Kim, closes #6956, closes #4405)Files: src/highlight.c, src/testdir/test_highlight.vimPatch 8.2.1694Problem: Compiler warning for loss if data.Solution: Add typecast.Files: src/ops.cPatch 8.2.1695Problem: Vim9: crash when using varargs type "any".Solution: Check if uf_va_typeis &t_any. (closes #6957)Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.1696Problem: Unused (duplicate) macros.Solution: Remove the macros.Files: src/spell.cPatch 8.2.1697Problem: Inconsistent capitalization of error messages.Solution: Always start witha capital.Files: src/errors.h, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vim, src/testdir/test_assert.vimPatch 8.2.1698Problem: Cannot locka variable in legacy Vimscript like in Vim9.Solution: Make ":lockvar0" work.Files: runtime/doc/eval.txt, src/evalvars.c, src/proto/evalvars.pro, src/dict.c, src/eval.c, src/list.c, src/typval.c, src/userfunc.c, src/testdir/test_const.vim, src/testdir/test_listdict.vimPatch 8.2.1699Problem: Build failure due to missing error message.Solution: Add error message.Files: src/errors.hPatch 8.2.1700Problem: Vim9: try/catch causes wrong value to be returned.Solution: Reset tcd_return. (closes #6964)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1701Problem: Vim9: sort("i") does not work.Solution: Don't try gettinga number forastring argument. (closes #6958)Files: src/list.c, src/testdir/test_vim9_func.vimPatch 8.2.1702Problem: Crash when usingundo afterdeleting folded lines.Solution: Check for NULL pointer. (closes #6968)Files: src/fold.c, src/testdir/test_fold.vimPatch 8.2.1703Problem: ":highlight clear" does not restore default link.Solution: Remember the default link and restore it. (Antony Scriven, closes #6970, closes #4405)Files: runtime/doc/syntax.txt, src/highlight.c, src/testdir/test_highlight.vimPatch 8.2.1704Problem: Vim9: crash in for loop whenautoloadscript has an error.Solution: Reset suppress_errthrow. Check for NULL list. (closes #6967)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1705Problem: "verbose hi Name" reports incorrect info after ":hi clear".Solution: Store thescript context. (Antony Scriven, closes #6975)Files: src/highlight.c, src/testdir/test_highlight.vimPatch 8.2.1706Problem: Vim9: crash after running into the "Multiple closures" error.Solution: Whena function fails still update any closures. (closes #6973)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.1707Problem: Small inconsistency in highlight test.Solution: Use one argument for :execute. (Antony Scriven, #6975)Files: src/testdir/test_highlight.vimPatch 8.2.1708Problem: Vim9: error message for function has unprintable characters.Solution: use printable_func_name(). (closes #6965)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1709Problem: Vim9: memory leak when using multiple closures.Solution: Free the partial.Files: src/vim9execute.cPatch 8.2.1710Problem: Vim9:list oflist type can be wrong.Solution: Use VAR_UNKNOWN for empty list. Recognize VAR_UNKNOWN when looking fora common type. (closes #6979)Files: src/vim9type.c, src/testdir/test_vim9_expr.vimPatch 8.2.1711Problem: Vim9: leaking memory when using partial.Solution: Do delete the function even whenit was compiled.Files: src/vim9compile.c, src/proto/vim9compile.pro, src/userfunc.c, src/vim9execute.cPatch 8.2.1712Problem: Vim9: leaking memory when callinga lambda.Solution: Decrement functionreference from ISN_DCALL.Files: src/vim9compile.c, src/userfunc.c, src/proto/userfunc.proPatch 8.2.1713Problem:Motif GUI: crash when setting menu colors. (Andrzej Bylicki)Solution: Add{} to make "n" incremented correctly. (closes #6989, closes #5948)Files: src/gui_motif.cPatch 8.2.1714Problem: Text properties corrupted with substitute command. (Filipe Brandenburger)Solution: Get the changed line again after using u_savesub(). (closes #6984)Files: src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.1715Problem:Motif GUI: commented out code missed {}.Solution: Add{} and reenable the code. (similar to #6989)Files: src/gui_motif.cPatch 8.2.1716Problem: Optionswindow has duplicate translations.Solution: Make one entry for "global or local to buffer". Fix wrong text. (closes #6983)Files: runtime/optwin.vimPatch 8.2.1717Problem:MS-Windows installer doesn't haveRussian translations.Solution: AddRussian translations. (closes #6985)Files: nsis/gvim.nsi, nsis/lang/russian.nsiPatch 8.2.1718Problem: Vim9::def function disallows "firstline" and "lastline" argument names for no good reason.Solution: Don't check the arguments fora:def function. (closes #6986)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1719Problem: Vim9: no error if commais missing in between arguments.Solution: Give an error message.Files: src/errors.h, src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1720Problem: Vim9: memory leak with heredoc that isn't executed. (Dominique Pellé)Solution: Don't clear thelist items. (closes #6991)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1721Problem:MS-Windows installer doesn't work.Solution: Write "Russian" in ASCII. (closes #6995, see #6985).Files: nsis/lang/russian.nsiPatch 8.2.1722Problem: Vim9: cannot assignalambda toa variable of type function.Solution: Allow for assigningapartial toa variable of type function. (Naruhiko Nishino, closes #6996)Files: src/vim9type.c, src/testdir/test_vim9_expr.vimPatch 8.2.1723Problem: Vim9: Variable argument name cannot start with underscore.Solution: Use eval_isnamec1(). (closes #6988)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1724Problem: Vim9: assignment tests spread out.Solution: Create new test file for assignment tests.Files: src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_expr.vim, src/testdir/Make_all.makPatch 8.2.1725Problem: Not all Pascal files are recognized.Solution: Addfiletype patterns. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.1726Problem: Fuzzy matching only works on strings.Solution: Support passinga dict. Addmatchfuzzypos() to also get the match positions. (Yegappan Lakshmanan, closes #6947)Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/proto/search.pro, src/search.c, src/testdir/Make_all.mak, src/testdir/test_functions.vim, src/testdir/test_matchfuzzy.vimPatch 8.2.1727Problem:Apopup created with "cursorline" will ignore "firstline".Solution: When both "cursorline" and "firstline" are presentput the cursor on "firstline". (closes #7000) Add the "winid" argument to getcurpos().Files: runtime/doc/eval.txt, src/evalfunc.c, src/popupwin.c, src/evalwindow.c, src/testdir/test_popupwin.vim, src/testdir/test_functions.vimPatch 8.2.1728Problem: Compiler warning for using uninitialized variable. (John Marriott)Solution: Initialize "neighbor".Files: src/search.cPatch 8.2.1729Problem: Endless loop when ":normal" feedspopupwindow filter.Solution: Add the ex_normal_busy_done flag.Files: src/globals.h, src/getchar.c, src/evalfunc.c, src/ex_docmd.c, src/menu.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_normal_cmd.dumpPatch 8.2.1730Problem: Vim9: cannot use member of unknown type.Solution: When typeis unknown use "any". (closes #6997)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.1731Problem: Vim9: cannot use += to append to empty NULL list.Solution: Copy thelist instead of extending it. (closes #6998)Files: src/eval.c, src/testdir/test_vim9_assign.vimPatch 8.2.1732Problem: Stuck whenwin_execute() forapopup causes an error.Solution: Disable thefilter callback on error. (issue #6999)Files: src/popupwin.c, src/testdir/term_util.vim, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_win_execute.dumpPatch 8.2.1733Problem: Vim9: memory leaks when using nested function.Solution: Free function when compilation fails.Files: src/vim9compile.cPatch 8.2.1734Problem: Vim9: cannot usea funcref foraclosure twice.Solution: Instead of putting the funcref on the stack usea growarray on the execution context.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1735Problem: Github actions appear to timeout too soon.Solution: use "timeout" instead of "ping".Files: .github/workflows/ci-windows.yamlPatch 8.2.1736Problem: Failure to compileapattern not tested much.Solution: Add tests whereapattern fails to compile. (Yegappan Lakshmanan, closes #7004)Files: src/testdir/gen_opt_test.vim, src/testdir/test_arglist.vim, src/testdir/test_autocmd.vim, src/testdir/test_buffer.vim, src/testdir/test_checkpath.vim, src/testdir/test_cmdline.vim, src/testdir/test_debugger.vim, src/testdir/test_functions.vim, src/testdir/test_history.vim, src/testdir/test_listdict.vim, src/testdir/test_options.vim, src/testdir/test_search_stat.vim, src/testdir/test_sort.vim, src/testdir/test_substitute.vim, src/testdir/test_syntax.vim, src/testdir/test_tagjump.vim, src/testdir/test_user_func.vimPatch 8.2.1737Problem: Cursor line highlight inpopupwindowis not always updated.Solution: Check if the cursor has moved. (closes #7010)Files: src/popupwin.c, src/testdir/test_popupwin.vim src/testdir/dumps/Test_popupwin_win_execute_cursorline.dumpPatch 8.2.1738Problem: Mac:str2float() recognizes comma instead of decimal point.Solution: Set LC_NUMERIC to "C". (closes #7003)Files: src/os_mac_conv.cPatch 8.2.1739Problem: Vim9: crash when compilinga manually defined function. (Antony Scriven)Solution: Check that thescript IDis positive. (closes #7012)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.1740Problem: Test fails without theterminal feature.Solution: Skip test if theterminal featureis not available.Files: src/testdir/test_vim9_script.vimPatch 8.2.1741Problem:pathshorten() only supports using one character.Solution: Add an argument tocontrol the length. (closes #7006)Files: runtime/doc/eval.txt, src/evalfunc.c, src/filepath.c, src/proto/filepath.pro, src/testdir/test_functions.vimPatch 8.2.1742Problem: Test still fails without theterminal feature.Solution: Put check forterminal feature in separate function.Files: src/testdir/test_vim9_script.vimPatch 8.2.1743Problem: Cannot build without theeval feature.Solution: Move shorten_dir outside of #ifdef.Files: src/filepath.cPatch 8.2.1744Problem: Vim9: using ":const!"is weird.Solution: Use "var"- "final"- "const" like Dart. "let" still works for now.Files: runtime/doc/vim9.txt, src/ex_cmds.h, src/errors.h, src/evalvars.c, src/proto/evalvars.pro, src/cmdexpand.c, src/eval.c, src/ex_docmd.c, src/vim9compile.c, src/vim9execute.c, src/vim9script.c, src/vim.h, src/ex_cmdidxs.h, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_script.vimPatch 8.2.1745Problem: Tiny version doesn't build.Solution: Add dummy ex_var() function.Files: src/ex_docmd.cPatch 8.2.1746Problem: Vim9: Cannot use "fina" for "finally". (Naruhiko Nishino)Solution: Specifically check for "fina". (closes #7020)Files: src/ex_docmd.c, src/testdir/test_trycatch.vim, src/testdir/test_vim9_script.vimPatch 8.2.1747Problem: Result ofexpand() unexpectedly depends on'completeslash'.Solution: Temporarily reset'completeslash'. (Yasuhiro Matsumoto, closes #7021)Files: src/evalfunc.c, src/testdir/test_ins_complete.vimPatch 8.2.1748Problem: Closing splitwindow in othertab may causea crash.Solution: Set tp_curwin properly. (Rob Pilling, closes #7018)Files: src/window.c, src/testdir/test_winbuf_close.vimPatch 8.2.1749Problem: Vim9: crash whenclosure fails in nested function.Solution: Handle function returns before dereferencing remaining closures. (closes #7008)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.1750Problem: Setting firstline withpopup_setoptions() fails if cursorlineis set.Solution: Use apply_options(). Update thepopup before applying "zz". (closes #7010)Files: src/popupwin.c, src/proto/popupwin.pro, src/move.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_win_execute_cursorline.dump, src/testdir/dumps/Test_popupwin_set_firstline_1.dump, src/testdir/dumps/Test_popupwin_set_firstline_2.dumpPatch 8.2.1751Problem: Using 2 where boolis expected may throw an error.Solution: Make this backwards compatible.Files: src/typval.c, src/evalfunc.c, src/testdir/test_search.vim, src/testdir/test_terminal2.vimPatch 8.2.1752Problem:GTK GUI: cannot map alt-? with <A-?>. (Ingo Karkat)Solution: Adjust the characters for which theshift modifieris removed. (closes #7016) MakeMotif andWin32 use the same functionas GTK.Files: src/misc2.c, src/gui_x11.c, src/gui_w32.c, src/testdir/test_termcodes.vimPatch 8.2.1753Problem: Vim9: crash when using importatscript level.Solution: Givea "not implemented yet" error. (closes #7026)Files: src/evalvars.cPatch 8.2.1754Problem: Completion withspell checking not tested.Solution: Adda test case. (Dominique Pellé, closes #7024)Files: src/testdir/test_spell.vimPatch 8.2.1755Problem: Vim9: crash when using invalid heredoc marker. (Dhiraj Mishra)Solution: Check for NULL list. (closes #7027) Fix comment character.Files: src/vim9compile.c, src/evalvars.c, src/testdir/test_vim9_assign.vimPatch 8.2.1756Problem: Vim9::let will soon be disallowed.Solution: Add v:disallow_let temporarily. Fix tests.Files: src/vim.h, src/errors.h, src/evalvars.c, src/vim9compile.c, src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.1757Problem: Mac: defaultlocaleis lacking the encoding.Solution: Add ".UTF-8 to the locale. (Yee Cheng Chin, closes #7022)Files: src/os_mac_conv.c, src/testdir/test_environ.vimPatch 8.2.1758Problem: Vim9: type of unmaterializedlistis wrong.Solution: Use list<number>.Files: src/vim9type.c, src/testdir/test_vim9_expr.vimPatch 8.2.1759Problem: Vim9: Some tests are still using :let.Solution: Change more declarations to use :var.Files: src/testdir/test_vim9_expr.vimPatch 8.2.1760Problem: Vim9: crash whenend markeris missing. (Dhiraj Mishra)Solution: Check forend of function lines. (closes #7031)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.1761Problem: Vim9: Some tests are still using :let.Solution: Change more declarations to use :var.Files: src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1762Problem: Whenatimer uses:stopinsertInsert mode completion isn't stopped. (Stanley Chan)Solution: Call ins_compl_prep(ESC).Files: src/edit.c, src/testdir/test_ins_complete.vim, src/testdir/dumps/Test_pum_stopped_by_timer.dumpPatch 8.2.1763Problem: Vim9: cannot use "true" forpopupwindow scrollbar option.Solution: use dict_get_bool(). (closes #7029)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.1764Problem: Vim9: no error when assigning toscript var with wrong type.Solution: Fix off-by-one error. (closes #7028)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.1765Problem: Vim9: some tests use "var var".Solution: Use "var name". (closes #7032)Files: src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1766Problem: Vim9: Some tests are still using :let.Solution: Change the last few declarations to use :var.Files: src/testdir/runtest.vim, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vim, src/testdir/test_maparg.vim, src/testdir/test_popupwin.vim, src/testdir/test_textprop.vimPatch 8.2.1767Problem: Vim9: test fails withpython support.Solution: Use "let" in legacy function.Files: src/testdir/test_vim9_func.vimPatch 8.2.1768Problem: Cannot use thehelp menu fromaterminal window.Solution: Add ":tlnoremenu" commands. (Yee Cheng Chin, closes #7023)Files: runtime/menu.vim, src/testdir/test_gui.vimPatch 8.2.1769Problem:Apopupfilter interferes with using:normal to move the cursor ina popup.Solution: Do not invoke thefilter when ex_normal_busyis set.Files: runtime/doc/popup.txt, src/getchar.c, src/evalfunc.c, src/ex_docmd.c, src/menu.c, src/globals.h, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_normal_cmd.dumpPatch 8.2.1770Problem: Invalid memory use when usingSpellFileMissing autocmd.Solution: Add test case. (Dominique Pellé, closes #7036) Fix usingawindow that was closed.Files: src/spell.c, src/testdir/test_spell.vimPatch 8.2.1771Problem:synIDattr() cannot get the value of ctermul.Solution: Add the "ul" value for "what". (closes #7037)Files: runtime/doc/eval.txt, src/highlight.c, src/evalfunc.c, src/testdir/test_highlight.vimPatch 8.2.1772Problem: Cannot useCTRL-W<Down> to move out ofaterminal window.Solution: Use special_to_buf() instead of mb_char2bytes(). (closes #7045)Files: src/terminal.c, src/testdir/test_terminal.vimPatch 8.2.1773Problem: Crash when callingmapset() withalistas first argument.Solution: Check for NULL. (closes #7040)Files: src/map.c, src/testdir/test_maparg.vimPatch 8.2.1774Problem: GTK: hang when forced to exit.Solution: Do not clean up "mainwin" when really_exitingis set. (Zdenek Dohnal, closes #7042)Files: src/gui_gtk_x11.cPatch 8.2.1775Problem: MS-Windows: addinga longquickfixlistis slow.Solution: Shorten the buffer name only for the first entry. (Yegappan Lakshmanan, closes #7039, closes #7033)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.1776Problem: Filetype.vim may be loaded twice.Solution: Do "syntax on" after "filetype on". (Adam Stankiewicz, closes #7049)Files: runtime/defaults.vimPatch 8.2.1777Problem: Vim9: some assignment tests in the wrong file.Solution: Move assignment tests to test_vim9_assign.Files: src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_script.vimPatch 8.2.1778Problem: Vim9: returning fromapartial call clears outer context, causinga crash.Solution: Put the outer context in the stack frame. (closes #7044)Files: src/vim9execute.c, src/vim9.h, src/testdir/test_vim9_func.vimPatch 8.2.1779Problem: Some debian changelog files are not recognized.Solution: Add */debian/changelog. (Jason Franklin)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.1780Problem: Statusline not updated when splitting windows.Solution: Call status_redraw_all(). (Jason Franklin, closes #5496)Files: src/window.c, src/testdir/test_statusline.vimPatch 8.2.1781Problem: Writing to prompt buffer interferes withinsert mode.Solution: Use win_enter() instead of just setting "curwin". (Ben Jackson, closes #7035)Files: src/autocmd.c, src/testdir/test_prompt_buffer.vimPatch 8.2.1782Problem: Vim9: cannot passboolean to mapset().Solution: Use get_tv_bool(). (closes #7041)Files: src/map.c, src/testdir/test_vim9_func.vimPatch 8.2.1783 (after 8.2.1781)Problem: Try-catch test fails.Solution: Don't call win_enter(), only call entering_window().Files: src/autocmd.c, src/window.c, src/proto/window.pro, src/testdir/runtest.vimPatch 8.2.1784Problem: commits are not scanned for security problemsSolution: Enable Github code scanning. (Christian Brabandt, closes #7057)Files: .github/workflows/codeql-analysis.ymlPatch 8.2.1785Problem: Compiler warning for strcpy() out of bounds. (Christian Brabandt)Solution: use memmove() instead.Files: src/dict.cPatch 8.2.1786Problem: VariousNormal mode commands not fully tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #7059)Files: src/testdir/test_normal.vim, src/testdir/test_regexp_utf8.vim, src/testdir/test_registers.vim, src/testdir/test_spellfile.vim, src/testdir/test_tagjump.vim, src/testdir/test_visual.vimPatch 8.2.1787Problem: Crash with'incsearch' and very long line.Solution: Check whether regprog becomes NULL. (closes #7063)Files: src/search.c, src/testdir/test_search.vimPatch 8.2.1788Problem: Vim9: still allows:let for declarations.Solution: Make the default for v:disallow_let one. It can still be set to zero to allow for using :let.Files: src/evalvars.c, src/testdir/runtest.vimPatch 8.2.1789Problem: Vim9: crash with invalidlist constant. (Dhiraj Mishra)Solution: Return FAIL when compiling thelist fails. (closes #7066)Files: src/vim9compile.c, src/errors.h, src/testdir/test_vim9_expr.vimPatch 8.2.1790Problem:MS-Windows with Python: crash when executed from Vifm.Solution: Use NUL instead of CONIN. (Ken Takata, closes #7061, closes #7053)Files: src/if_python3.cPatch 8.2.1791Problem: Vim9: debugger test fails.Solution: Use "var" instead of "let".Files: src/testdir/test_debugger.vimPatch 8.2.1792Problem: Configure does not recognize Racket 6.1+.Solution: Adda check for "rktio". (closes #7062)Files: src/configure.ac, src/auto/configurePatch 8.2.1793Problem: Not consistently giving the "isa directory" warning.Solution: Adjust check for illegal file name and directory. (Yasuhiro Matsumoto, closes #7067)Files: src/fileio.c, src/testdir/test_edit.vimPatch 8.2.1794Problem: Nofalsy Coalescing operator.Solution: Add the "??" operator. Fix mistake with function argument count.Files: runtime/doc/eval.txt, src/eval.c, src/vim9compile.c, src/vim9type.c, src/testdir/test_expr.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1795Problem: Vim9: operators && and || havea confusing result.Solution: Make the resulta boolean.Files: runtime/doc/vim9.txt, src/eval.c, src/vim9compile.c, src/vim9execute.c, src/vim9type.c, src/structs.h, src/vim9.h, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1796Problem: Vim9: invalid memory access with weird function name. (Dhiraj Mishra)Solution: Check the nameis valid. Adda test.Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1797Problem: Vim9: some parts of the code not tested.Solution: Adda few tests.Files: src/testdir/test_vim9_func.vimPatch 8.2.1798Problem: Vim9:ternaryoperator conditionis too permissive.Solution: Use tv_get_bool_chk().Files: runtime/doc/vim9.txt, src/eval.c, src/vim9compile.c, src/vim9execute.c, src/testdir/vim9.vim, src/testdir/test_expr.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_script.vimPatch 8.2.1799Problem: SomeNormal mode commands not fully tested.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #7073)Files: src/testdir/test_gf.vim, src/testdir/test_goto.vim, src/testdir/test_normal.vim, src/testdir/test_registers.vim, src/testdir/test_startup.vim, src/testdir/test_tabpage.vim, src/testdir/test_visual.vimPatch 8.2.1800Problem: Vim9: memory leak if "if" conditionis invalid.Solution: Free ppconst earlier.Files: src/vim9compile.cPatch 8.2.1801Problem: Undo file not found when using ":args" or ":next".Solution: Handle like editing another file. (closes #7072)Files: src/ex_cmds.c, src/testdir/test_undo.vimPatch 8.2.1802Problem: Vim9: crash with unterminated dict. (Dhiraj Mishra)Solution: Return emptystring instead of NULL. (closes #7084)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1803Problem:A few failures are not tested.Solution: Testa few failures. (Dominique Pellé, closes #7075)Files: src/testdir/test_arglist.vim, src/testdir/test_cmdline.vim, src/testdir/test_json.vim, src/testdir/test_listdict.vimPatch 8.2.1804Problem: resolve('/') returns an empty string.Solution: Don't remove single slash. (closes #7074)Files: src/filepath.c, src/testdir/test_functions.vimPatch 8.2.1805Problem: Unix:terminal mode changed when using ":shell".Solution: Avoid calling settmode() when not needed. (issue #7079)Files: src/os_unix.cPatch 8.2.1806Problem:MS-Windows with Python: Vim freezes after import command.Solution: Use either "NUL" or "CONIN$" when reopening stdin. (Yasuhiro Matsumoto, closes #7083)Files: src/if_python3.cPatch 8.2.1807Problem: Can use:help inaterminalpopup window.Solution: Give an error. (closes #7088)Files: src/help.c, src/testdir/test_popupwin.vimPatch 8.2.1808Problem: No test coverage for ":spelldump!".Solution: Adda test. (Dominique Pellé, closes #7089)Files: src/testdir/test_spell.vimPatch 8.2.1809Problem: Mapping some keys with Ctrl does not work properly.Solution: For terminal,GTK andMotif handle "@", "^" and "_" codes.Files: src/misc2.c, src/proto/misc2.pro, src/term.c, src/gui_gtk_x11.c, src/gui_x11.c, src/testdir/test_termcodes.vimPatch 8.2.1810Problem: Some code in normal.c not covered by tests.Solution: Add normal mode tests. (Yegappan Lakshmanan, closes #7086)Files: src/testdir/test_charsearch.vim, src/testdir/test_normal.vimPatch 8.2.1811Problem: Mapping Ctrl-key does not work for '{', '}' and'|'.Solution: Remove theshift modifier. (closes #6457)Files: runtime/doc/map.txt, src/misc2.c, src/testdir/test_termcodes.vimPatch 8.2.1812Problem: Vim9: nestedclosure throws an internal error.Solution: Do not skipa local variable witha partial. (closes #7065)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.1813Problem: Vim9: can assign wrong type toscript dict. (Christian J. Robinson)Solution: Check the type if known.Files: src/structs.h, src/eval.c, src/vim9script.c, src/proto/vim9script.pro, src/proto/evalvars.pro, src/testdir/test_vim9_script.vimPatch 8.2.1814 (after 8.2.1813)Problem: Missing change to remove "static".Solution: Add the change.Files: src/evalvars.cPatch 8.2.1815Problem: Vim9: memory leak when using function reference.Solution: Temporarily disable the test.Files: src/testdir/test_vim9_disassemble.vimPatch 8.2.1816Problem: Vim9: another memory leak when using function reference.Solution: Temporarily disable the tests.Files: src/testdir/test_vim9_func.vimPatch 8.2.1817Problem: Vim9: wrong instruction when reusinga local variable spot.Solution: Cleara newly allocated local variable. (closes #7080)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1818Problem: SE Linux: deprecation warning for security_context_t.Solution: Use "char *" instead. (James McCoy, closes #7093)Files: src/os_unix.cPatch 8.2.1819Problem: Vim9: Memory leak when usinga closure.Solution: Compute the minimal refcount in the funcstack. Reenable disabled tests.Files: src/vim9execute.c, src/proto/vim9execute.pro, src/structs.h, src/eval.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_func.vimPatch 8.2.1820Problem: Vim9: crash when error happens intimer callback.Solution: Check that current_exceptionis not NULL. (closes #7100)Files: src/ex_docmd.cPatch 8.2.1821Problem: Vim9: concatenating toa NULLlist doesn't work.Solution: Handlea NULLlist like an empty list. (closes #7064)Files: src/list.c, src/testdir/test_vim9_assign.vimPatch 8.2.1822 (after 8.2.1821)Problem:List test doesn't fail.Solution: Adjust the test for NULLlist handling.Files: src/testdir/test_listdict.vimPatch 8.2.1823Problem: "gN" does not select the matched string.Solution: Move the cursor to the start of the match.Files: src/search.c, src/testdir/test_gn.vimPatch 8.2.1824Problem: Vim9:variablesat thescript levelescape their scope.Solution: When leavinga scope removevariables declared in it.Files: src/structs.h, src/ex_eval.c, src/evalvars.c, src/proto/evalvars.pro, src/testdir/test_vim9_script.vimPatch 8.2.1825Problem: Vim9: accessing freed memory.Solution: Clear sv_name when the variableis deleted.Files: src/ex_eval.cPatch 8.2.1826Problem: Vim9: cannot usea{} blockatscript level.Solution: Recognizea{} block.Files: src/ex_docmd.c, src/ex_cmds.h, src/ex_cmdidxs.h, src/ex_eval.c, src/structs.h, src/proto/ex_eval.pro, src/errors.h, src/testdir/test_vim9_script.vimPatch 8.2.1827Problem: Filetype detection does not test enough file names.Solution: Test more file names. (Adam Stankiewicz, closes #7099)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.1828Problem: Build failure without the+eval feature.Solution: Add dummies for ex_block and ex_endblock.Files: src/ex_docmd.cPatch 8.2.1829Problem: Warnings when executing Github actions.Solution: Use anothermethod to set environment variables. (Ken Takata, closes #7107)Files: .github/workflows/ci-windows.yamlPatch 8.2.1830Problem: MS-Windows: Python3 issue with stdin.Solution: Check if stdinis readable. (Ken Takata, closes #7106)Files: src/if_python3.cPatch 8.2.1831Problem: File missing from distribution.Solution: Add the github code analyses file.Files: FilelistPatch 8.2.1832Problem:readdirex() erroris displayedasa message. (Yegappan Lakshmanan)Solution: Use semsg() instead of smsg().Files: src/fileio.c, src/testdir/test_functions.vimPatch 8.2.1833Problem: When reading from stdin dup()is called twice.Solution: Remove the dup() in main.c. (Ken Takata, closes #7110)Files: src/main.cPatch 8.2.1834Problem: PyEval_InitThreads()is deprecated inPython 3.9.Solution: Do not call PyEval_InitThreads inPython 3.9 and later. (Ken Takata, closes #7113) Avoid warnings for functions.Files: src/if_python3.c, src/if_py_both.hPatch 8.2.1835Problem: ":help??" finds the "!!" tag.Solution: Do not translate "?" into ".". (Naruhiko Nishino, closes #7114, closes #7115)Files: src/help.c, src/testdir/test_help_tagjump.vimPatch 8.2.1836Problem: Autocmd test fails on pacifist systems.Solution: Check that /bin/kill exists. (James McCoy, closes #7117) Tune the timing, make the autocmd test run faster.Files: src/testdir/test_autocmd.vimPatch 8.2.1837Problem: Using "gn" after "gN" does not work.Solution: Extend the otherend of theVisual area. (closes #7109)Files: src/search.c, src/testdir/test_gn.vimPatch 8.2.1838Problem: Vim9: cannotinserta comment line in an expression.Solution: Skip comment linesat thescript level. (closes #7111)Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1839Problem: Vim9: memory leaks reported in assign test.Solution: Move the failingjob_start() call to separate test files,it causesfalse leak reports.Files: src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_fails.vim, src/testdir/Make_all.makPatch 8.2.1840Problem: Vim9: error messageis not clear about compilation error.Solution: Say "compiling" instead of "processing".Files: src/vim9compile.c, src/message.c, src/globals.h, src/testdir/test_vim9_func.vimPatch 8.2.1841Problem: Vim9: test for compilation error fails in normal build.Solution: Invoke CheckRunVimInTerminal ina separate function.Files: src/testdir/test_vim9_func.vimPatch 8.2.1842Problem: Crash when USE_FNAME_CASEis defined and using :browse.Solution: Don't use read-only memory for ".". (Yegappan Lakshmanan, closes #7123)Files: src/ex_cmds.c, src/ex_docmd.c, src/testdir/test_edit.vimPatch 8.2.1843Problem: Netbeans: with huge buffer number memory allocation may fail.Solution: Check for size overflow.Files: src/netbeans.cPatch 8.2.1844Problem: Using "q"at the more prompt doesn't stopa long message.Solution: Check for "got_int". (closes #7122)Files: src/message.c, src/testdir/test_messages.vim, src/testdir/dumps/Test_quit_long_message.dumpPatch 8.2.1845Problem: Vim9: function defined ina block can't usevariables defined in that block.Solution: First step: Makea second hashtab that holds allscript variables, also block-local ones, with more information.Files: src/structs.h, src/evalvars.c, src/ex_eval.c, src/vim9script.c, src/proto/vim9script.pro, src/scriptfile.cPatch 8.2.1846Problem: Vim9:variables declared ina local block are not found in whena functionis compiled.Solution: Look forscriptvariables in sn_all_vars.Files: src/structs.h, src/vim9compile.c, src/proto/vim9compile.pro, src/userfunc.c, src/proto/userfunc.pro, src/ex_eval.c, src/vim9script.c, src/proto/vim9script.pro, src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.1847Problem: Vim9: using negative value for unsigned type.Solution: Use zero instead of -1.Files: src/vim9compile.cPatch 8.2.1848Problem: Crash when passinga NULLstring orlist to popup_settext().Solution: Check for NULL pointers. (closes #7132)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.1849Problem: Vim9: garbage collection frees block-local variables.Solution:Mark allscriptvariablesas used.Files: src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.1850Problem: "vat" does not selecttags correctly over line break.Solution: Adjust the search pattern. (Aufar Gilbran, closes #7136)Files: src/textobject.c, src/testdir/test_textobjects.vimPatch 8.2.1851Problem: Vim9: "!" followed byspace incorrectly used.Solution: Skip over trailing spaces. (closes #7131)Files: src/eval.c, src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1852Problem:map() returning zero for NULLlistis unexpected.Solution: Return the empty list. (closes #7133)Files: src/list.c, src/testdir/test_filter_map.vim, src/testdir/test_blob.vimPatch 8.2.1853Problem: "to_f"is recognizedat "topleft" modifier.Solution: Do not recognize modifier when "_" follows. (closes #7019)Files: src/ex_docmd.c, src/testdir/test_vim9_assign.vimPatch 8.2.1854Problem: Vim9: crash when throwing exception for NULL string. (Dhiraj Mishra)Solution: Handle NULLstring like empty string. (closes #7139)Files: src/vim9execute.c, src/errors.h, src/testdir/test_vim9_script.vimPatch 8.2.1855Problem: Vim9: get error message when nothingis wrong.Solution: Check called_emsg instead of did_emsg. (closes #7143)Files: src/vim9compile.c, src/vim9execute.c, src/errors.hPatch 8.2.1856Problem: "2resize" uses size of current window. (Daniel Steinberg)Solution: Use size of resized window. (Yasuhiro Matsumoto, closes #7152)Files: src/ex_docmd.c, src/testdir/test_window_cmd.vimPatch 8.2.1857Problem: Vim9: usingjob_status() on an unused var gives an error.Solution: Return "fail". (closes #7158)Files: src/job.c, src/testdir/test_vim9_assign.vimPatch 8.2.1858Problem: Vim9:filterfunctions return number instead of bool.Solution: Returnv:true instead of one. (closes #7144)Files: src/popupwin.c, src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.1859Problem: Vim9: crash in unpack assignment.Solution: Make sure an error messageis turned into an exception. (closes #7159)Files: src/vim9execute.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_script.vimPatch 8.2.1860Problem: Vim9: memory leak when throwing empty string.Solution: Free the empty string.Files: src/vim9execute.cPatch 8.2.1861Problem: Vim9: no specific error when parsinglambda fails.Solution: Also givesyntaxerrors when not evaluating. (closes #7154)Files: src/dict.c, src/testdir/test_vim9_expr.vimPatch 8.2.1862Problem: vim9: memory leak when compilinglambda fails.Solution: Call clear_evalarg().Files: src/vim9compile.cPatch 8.2.1863Problem: Json code not sufficiently tested.Solution: Add more test cases. (Dominique Pellé, closes #7166)Files: src/testdir/test_json.vimPatch 8.2.1864Problem: Vim9: no error for wronglist type.Solution: Add flag to indicatea constant. (closes #7160)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.1865Problem: Vim9:add() does not check type of argument.Solution: Inline theadd() call. (closes #7160)Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/errors.h, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1866Problem: Vim9: appending to pushedblob gives wrong result.Solution: Set ga_maxlen whencopyinga blob.Files: src/blob.c, src/testdir/test_vim9_func.vimPatch 8.2.1867Problem: Vim9: argument toadd() not checked for blob.Solution: Add the BLOBAPPEND instruction.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/errors.h, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.1868Problem: Vim9: no error for missingspace after comma in dict.Solution: Check for white space. (closes #6672)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1869Problem: Vim9: memory leak when using add().Solution: Free the added item.Files: src/vim9execute.cPatch 8.2.1870Problem: Vim9: no need to keep allscript variables.Solution: Only keepscriptvariables whena function was defined that could use them. Fix freeing staticstring on exit.Files: src/vim9script.c, src/proto/vim9script.pro, src/structs.h, src/ex_eval.c, src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.1871Problem: Using %v in'errorformat' may fail before %Z.Solution: Set qf_viscol only when qf_colis set. (closes #7169)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.1872Problem: Matchfuzzy() does not prefer sequential matches.Solution: Give sequential matchesa higher bonus. (Christian Brabandt, closes #7140)Files: src/search.c, src/testdir/test_matchfuzzy.vimPatch 8.2.1873Problem: Vim9: missing whitespace when using<f-args>.Solution: Add spaces. (Christian J. Robinson)Files: src/usercmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1874Problem: Can'tdo something just before leavingInsert mode.Solution: Add theInsertLeavePreautocommand event. (closes #7177)Files: runtime/doc/autocmd.txt, src/edit.c, src/vim.h, src/autocmd.c, src/testdir/test_edit.vimPatch 8.2.1875Problem: Warning when buildingGTK gui.Solution: Add missing function parameter.Files: src/gui_gtk_f.cPatch 8.2.1876Problem: Vim9: argument types for builtinfunctions are not checkedat compile time.Solution: Add an argument type checking mechanism. Implement type checks for one function.Files: src/evalfunc.c, src/proto/evalfunc.pro, src/vim9compile.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_builtin.vim, src/testdir/Make_all.makPatch 8.2.1877 (after 8.2.1876)Problem: Test for functionlist fails.Solution: Move "obsolete" comments one line up.Files: src/evalfunc.cPatch 8.2.1878Problem: GTK: error for redefining function. (Tony Mechelynck)Solution: Remove "gtk_" prefix from localfunctions and prepend "gui_" to global functions.Files: src/gui_gtk_f.c, src/gui_gtk_f.h, src/gui_gtk.c, src/gui_gtk_x11.cPatch 8.2.1879Problem: Vim9: argument types ofinsert() not checked when compiling.Solution: Add argument type checks for insert().Files: src/evalfunc.c, src/proto/evalfunc.pro, src/vim9compile.c, src/testdir/test_vim9_builtin.vimPatch 8.2.1880Problem: Vim9: Asan complains about adding zero to NULL.Solution: Check for argumentcount first.Files: src/vim9compile.cPatch 8.2.1881Problem: Cannot build with GTK3.Solution: Adjust form functions.Files: src/gui_gtk_f.cPatch 8.2.1882Problem: Vim9: v:disallow_letis no longer needed.Solution: Remove v:disallow_let.Files: src/evalvars.c, src/vim.h, src/vim9compile.cPatch 8.2.1883Problem: Compiler warnings when using Python.Solution: Adjust PyCFunction to also have the second argument. Use "int" return type for some functions.Insert "(void *)" to get rid of the remaining warnings.Files: src/if_py_both.h, src/if_python.c, src/if_python3.cPatch 8.2.1884Problem: Compiler warning for uninitialized variable. (John Marriott)Solution: Initialize with NULL.Files: src/vim9compile.c, src/evalfunc.cPatch 8.2.1885Problem: Filetype tests unnecessarily creates swap files.Solution: Disable'swapfile'. (Ken Takata, closes #7183)Files: src/testdir/test_filetype.vimPatch 8.2.1886Problem: Using ":silent!" inapopupfilter has unexpected effect.Solution: Use did_emsg instead of called_emsg. (closes #7178)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.1887Problem: Github actions not optimally configured.Solution: Run CI on any pushed branches. Set fail-fast. (Ozaki Kiichi, closes #7184)Files: .github/workflows/ci-windows.yamlPatch 8.2.1888Problem: Vim9: Getbufline(-1, 1, '$') gives an error.Solution: Return an empty list. (closes #7180)Files: src/evalbuffer.c, src/testdir/test_vim9_builtin.vimPatch 8.2.1889Problem: Vim9: erroneous error for missing whitespace after {}.Solution: Don't skip over whitespace after {}. (issue #7167)Files: src/dict.c, src/testdir/test_vim9_expr.vimPatch 8.2.1890Problem: Vim9: strange error for subtracting froma list.Solution: Check gettinga number, nota string. (closes #7167)Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.1891Problem: Vim9: skipping overexpression doesn't handle line breaks.Solution: Pass evalarg to skip_expr(). (closes #7157)Files: src/vim9compile.c, src/eval.c, src/proto/eval.pro, src/ex_docmd.c, src/misc1.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1892Problem: Valgrind warns for using uninitialized access in tests.Solution: Fix condition for breaking out of loop. (Dominique Pellé, closes #7187)Files: src/terminal.cPatch 8.2.1893Problem: Fuzzy matching does not support multiple words.Solution: Add support for matching whitespace separated words. (Yegappan Lakshmanan, closes #7163)Files: runtime/doc/eval.txt, src/search.c, src/testdir/test_matchfuzzy.vimPatch 8.2.1894Problem: Vim9: command modifiers are not supported.Solution: Support "silent" and "silent!".Files: src/structs.h, src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/evalvars.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_cmd.vimPatch 8.2.1895 (after 8.2.1894)Problem: Vim9: silent command modifier test fails.Solution: Add missing changes.Files: src/ex_docmd.cPatch 8.2.1896Problem: Valgrind warns for using uninitialized memory.Solution: NUL terminate the SmcOpenConnection() error message. (Dominique Pellé, closes #7194)Files: src/os_unix.cPatch 8.2.1897Problem: Command modifiers are saved and set inconsistently.Solution: Separate parsing and applying command modifiers. Save values in cmdmod_T.Files: src/structs.h, src/ex_docmd.c, src/proto/ex_docmd.pro, src/ex_cmds.h, src/vim9compile.cPatch 8.2.1898Problem: Command modifier parsing always uses global cmdmod.Solution: Pass in cmdmod_T to use. Rename struct fields consistently.Files: src/structs.h, src/arglist.c, src/buffer.c, src/bufwrite.c, src/diff.c, src/change.c, src/cmdhist.c, src/edit.c, src/ex_cmds.c, src/ex_cmds2.c, src/ex_docmd.c, src/ex_getln.c, src/fileio.c, src/filepath.c, src/gui.c, src/gui_gtk_x11.c, src/help.c, src/if_cscope.c, src/indent.c, src/mark.c, src/memline.c, src/message.c, src/option.c, src/ops.c, src/os_unix.c, src/quickfix.c, src/register.c, src/scriptfile.c, src/search.c, src/session.c, src/tag.c, src/terminal.c, src/textformat.c, src/usercmd.c, src/vim9compile.c, src/window.c, src/proto/ex_docmd.proPatch 8.2.1899Problem: Crash in out-of-memory situation.Solution: Bail out if shell_nameis NULL. (Dominique Pellé, closes #7196)Files: src/ex_cmds.cPatch 8.2.1900Problem: Vim9: command modifiersdo not work.Solution: Make most command modifiers work.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/usercmd.c, src/proto/usercmd.pro, src/scriptfile.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.1901Problem: Variable completion does not work in command line window.Solution: Use the "prevwin". (closes #7198)Files: src/evalvars.c, src/testdir/test_ins_complete.vimPatch 8.2.1902Problem: Default option values are changed when using:badd for an existing buffer.Solution: When calling buflist_new() passa zero line number. (closes #7195)Files: src/ex_cmds.c, src/testdir/test_buffer.vimPatch 8.2.1903 (after 8.2.1902)Problem: Buffer test fails with normal features.Solution: Use'numberwidth' instead of'conceallevel' in the test.Files: src/testdir/test_buffer.vimPatch 8.2.1904Problem: Still using default option values after using ":badd +1".Solution: Findawindow whereoptions were set. Don't set thewindow when using ":badd".Files: src/buffer.c, src/ex_cmds.c, src/vim.h, src/testdir/test_buffer.vimPatch 8.2.1905Problem: The wininfolist may contain stale entries.Solution: When closingawindow remove any other entry where thewindow pointeris NULL.Files: src/buffer.c, src/proto/buffer.pro, src/window.cPatch 8.2.1906Problem: Warning for signed/unsigned.Solution: Use size_t instead of int. (Mike Williams)Files: src/proto/usercmd.pro, src/usercmd.c, src/vim9execute.cPatch 8.2.1907Problem: Complete_info().selected may be wrong.Solution: Update cp_number ifit was never set. (issue #6945)Files: src/insexpand.c, src/testdir/test_ins_complete.vimPatch 8.2.1908Problem:Luais initialized even when not used.Solution: Put lua_init() after check for "eap->skip". (Christian Brabandt, closes #7191). Avoid compiler warnings.Files: src/if_lua.c, src/testdir/test_lua.vimPatch 8.2.1909Problem:Number of status line itemsis limited to 80.Solution: Dynamically allocate the arrays. (Rom Grk, closes #7181)Files: runtime/doc/options.txt, src/buffer.c, src/optionstr.c, src/proto/buffer.pro, src/screen.c, src/structs.h, src/testdir/test_options.vim, src/testdir/test_statusline.vim, src/vim.hPatch 8.2.1910Problem: Reading past theend of the command line.Solution: Check for NUL. (closes #7204)Files: src/ex_docmd.c, src/testdir/test_edit.vimPatch 8.2.1911Problem: Tiny build fails.Solution: Add #ifdef.Files: src/insexpand.cPatch 8.2.1912Problem: WithPython 3.9 some tests fail.Solution: Take into account the different error message. (James McCoy, closes #7210)Files: src/testdir/test_python3.vimPatch 8.2.1913Problem:GTK GUI: rounding for the cell heightis too strict.Solution: Round up above 15/16 ofa pixel. (closes #7203)Files: src/gui_gtk_x11.cPatch 8.2.1914Problem: Vim9: cannotput line break inexpression for '=' register.Solution: Pass fgetline to set_expr_line(). (closes #7209)Files: src/register.c, src/proto/register.pro, src/ex_docmd.c, src/eval.c, src/proto/eval.pro, src/misc2.c, src/testdir/test_vim9_script.vimPatch 8.2.1915Problem: Vim9: error for wrong number of argumentsis not useful.Solution: Mention whatever we have for the name. (closes #7208)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.1916Problem: Vim9: function callis aborted even when "silent!"is used.Solution: Use did_emsg instead of called_emsg. (closes #7213)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.1917Problem: No test for improved Man command.Solution: Test that shell arguments are properly escaped.Files: src/testdir/test_man.vimPatch 8.2.1918Problem: Vim9:E1100 mentions :let.Solution: Mention "var". (closes #7207)Files: src/vim9script.c, src/errors.hPatch 8.2.1919Problem: Assert_fails() setting emsg_silent changes normal execution.Solution: Usea separate flag in_assert_fails.Files: src/testing.c, src/globals.h, src/buffer.c, src/change.c, src/fileio.c, src/insexpand.c, src/message.c, src/misc1.c, src/normal.c, src/screen.c, src/term.c, src/vim9execute.c, src/testdir/test_vim9_func.vim, src/testdir/gen_opt_test.vim, src/testdir/test_autocmd.vim, src/testdir/test_mapping.vim, src/testdir/test_popup.vim, src/testdir/test_terminal.vimPatch 8.2.1920Problem: Listlbr test fails when run after another test.Solution: Add test separately tolist of test targets.Files: src/testdir/Make_all.mak, src/testdir/test_alot_utf8.vimPatch 8.2.1921Problem: Fuzzy matching does not recognize path separators.Solution: Adda bonus for slash and backslash. (Yegappan Lakshmanan, closes #7225)Files: src/search.c, src/testdir/test_matchfuzzy.vimPatch 8.2.1922Problem: Win32:scrolling doesn't work properly when part ofwindowis off-screen.Solution: Fall back to GDIscrolling if part of thewindowis off-screen. Handle multi-monitor setup better. (Ken Takata, closes #7219)Files: src/gui_w32.cPatch 8.2.1923Problem: Vim9: "filter" command modifier doesn't work.Solution: Check forspace on char before argument. (closes #7216, closes #7222)Files: src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1924Problem: Vim9: crash when indexingdict with NULL key.Solution: Use emptystring instead of NULL. (closes #7229) Make error message more useful for empty string.Files: src/vim9execute.c, src/globals.h, src/testdir/test_vim9_expr.vimPatch 8.2.1925 (after 8.2.1924)Problem: List/dict test fails.Solution: Correct expected exception.File: src/testdir/test_listdict.vimPatch 8.2.1926Problem: Cannot useaspace in'spellfile'. (Filipe Brandenburger)Solution: Permit usinga space. (closes #7230)Files: src/spell.c, src/testdir/gen_opt_test.vimPatch 8.2.1927Problem: Vim9: get unknown error with an error inatimer function.Solution: Use did_emsg instead of called_emsg. (closes #7231)Files: src/vim9compile.c, src/vim9execute.cPatch 8.2.1928Problem: Vim9: "silent!" not effective whenlistindexis wrong.Solution: Ignorelistindex failure when emsg_silentis set. (closes #7232)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.1929Problem: MS-Windows: problem loadingPerl 5.32.Solution: Define NO_THREAD_SAFE_LOCALE. (Ken Takata, closes #7234)Files: src/if_perl.xsPatch 8.2.1930Problem: Wrong input if removingshift results in special key code.Solution: Handle special key codes. (closes #7189)Files: src/term.c, src/testdir/test_termcodes.vimPatch 8.2.1931Problem: Vim9: arguments ofextend() not checkedat compile time.Solution: Add argument type checking for extend().Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.1932Problem: Compiler warnings when building with Athena GUI.Solution: Fix function signatures.Files: src/gui_at_fs.cPatch 8.2.1933Problem: Cannot sort usinglocale ordering.Solution: Adda flag for:sort andsort() to use the locale. (Dominique Pellé, closes #7237)Files: runtime/doc/change.txt, runtime/doc/eval.txt, src/ex_cmds.c, src/list.c, src/testdir/test_sort.vimPatch 8.2.1934Problem: Vim9: command modifiers in:def function not tested.Solution: Add tests. Fix using modifier beforefilter command.Files: src/ex_docmd.c, src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1935 (after 8.2.1933)Problem: Sort test fails on Mac.Solution: Disable the sort test withlocale on Mac.Files: src/testdir/test_sort.vimPatch 8.2.1936Problem:Session sets the local'scrolloff' value to the global value.Solution: Do not let restoring the global option value change the local value.Files: src/session.c, src/testdir/test_mksession.vimPatch 8.2.1937Problem: Vim9: test for confirm modifier fails in some situations.Solution: Adda short wait. Handle failure better.Files: src/testdir/term_util.vim, src/testdir/test_vim9_cmd.vimPatch 8.2.1938Problem: Wiping outaterminal buffer makes some tests fail.Solution: Do not wipe out theterminal buffer unless wanted.Files: src/testdir/term_util.vim, src/testdir/test_terminal.vim, src/testdir/test_terminal3.vimPatch 8.2.1939Problem: Invalid memory access inEx mode with global command.Solution: Make sure the cursoris ona valid line. (closes #7238)Files: src/move.c, src/testdir/test_ex_mode.vimPatch 8.2.1940Problem: Vim9: browse modifier test fails on Mac.Solution: Only test when the+browse featureis available.Files: src/testdir/test_vim9_cmd.vimPatch 8.2.1941Problem:Ex mode test fails onMS-Windows with GUI.Solution: Skip the test when using gvim.Files: src/testdir/test_ex_mode.vimPatch 8.2.1942Problem: Insufficient test coverage for the Netbeans interface.Solution: Add more tests. Fix an uncovered bug. (Yegappan Lakshmanan, closes #7240)Files: runtime/doc/netbeans.txt, src/mouse.c, src/testdir/test_netbeans.py, src/testdir/test_netbeans.vim, src/testdir/test_quickfix.vimPatch 8.2.1943Problem: Vim9: wrong error message when colonis missing.Solution: Check fora missing colon. (issue #7239)Files: src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1944Problem: Netbeans testis flaky.Solution: Adda short delay. (Yegappan Lakshmanan, closes #7246)Files: src/testdir/test_netbeans.vimPatch 8.2.1945Problem: Crash when passing NULL function to reduce().Solution: Check for NULL pointer and give an error. (Dominique Pellé, closes #7243)Files: src/list.c, src/errors.h, src/testdir/test_listdict.vimPatch 8.2.1946Problem:sort() with NULLstring not tested.Solution: Adda test. use v:collate. (Dominique Pellé, closes #7247)Files: src/testdir/test_sort.vimPatch 8.2.1947Problem: Crash when using "zj" without folds. (Sean Dewar)Solution: Check forat least one fold. (closes #7245)Files: src/fold.c, src/testdir/test_fold.vimPatch 8.2.1948Problem: GUI: crash when handling message while closinga window. (Srinath Avadhanula)Solution: Don't handle message while closinga window. (closes #7250)Files: src/window.c, src/globals.h, src/getchar.cPatch 8.2.1949Problem: Vim9: usingextend() onnulldictis silently ignored.Solution: Give an error message. Initializeadict variable with an empty dictionary. (closes #7251)Files: src/errors.h, src/list.c, src/evalvars.c, src/testdir/test_vim9_assign.vimPatch 8.2.1950Problem: Vim9: crash when compiling function fails when getting type.Solution: Handle NULL type. (closes #7253)Files: src/vim9type.c, src/testdir/test_vim9_expr.vimPatch 8.2.1951 (after 8.2.1949)Problem: Test forlist anddict fails.Solution: Adjust for using an empty list/dict foranull one.Files: src/testdir/test_listdict.vim, src/testdir/test_python2.vim, src/testdir/test_python3.vimPatch 8.2.1952Problem: Vim9: crash when usinga NULLdict key.Solution: Usea NULLdict key like an empty string. (closes #7249)Files: src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.1953Problem: Vim9: extra "unknown" error after other error.Solution: Restore did_emsgcount after EXEC instruction. (closes #7254) Improve error message fromassert_fails()Files: src/vim9execute.c, src/testing.c, src/testdir/test_vim9_script.vim, src/testdir/test_assert.vimPatch 8.2.1954Problem: Vim9: not all command modifiers are tested.Solution: Add tests for "keep" modifiers. Fix that marks are lost even though ":lockmarks"is used.Files: src/ex_cmds.c, src/testdir/test_vim9_cmd.vimPatch 8.2.1955Problem: Vim9: not all command modifiers are tested.Solution: Add tests for remaining modifiers.Files: src/testdir/test_vim9_cmd.vimPatch 8.2.1956Problem: Vim9: cannot specify argument types for lambda.Solution: Allow adding argument types. Check arguments when callinga function reference.Files: src/userfunc.c, src/proto/userfunc.pro, src/vim9compile.c, src/eval.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_func.vimPatch 8.2.1957Problem: Diff and cursorcolumn highlighting don't mix.Solution: Fix condition for what attribute to use. (Christian Brabandt, closes #7258, closes #7260)Files: src/drawline.c, src/testdir/dumps/Test_diff_cuc_01.dump, src/testdir/dumps/Test_diff_cuc_02.dump, src/testdir/dumps/Test_diff_cuc_03.dump, src/testdir/dumps/Test_diff_cuc_04.dump, src/testdir/test_diffmode.vimPatch 8.2.1958 (after 8.2.1956)Problem: Build failure with timers.Solution: Add missing change.Files: src/popupwin.cPatch 8.2.1959Problem: Crash whenterminal buffer nameis made empty. (Dhiraj Mishra)Solution: Fall back to "[No Name]". (closes #7262)Files: src/buffer.c, src/proto/buffer.pro, src/terminal.c, src/testdir/test_terminal.vimPatch 8.2.1960Problem: Warning for uninitialized variable.Solution: Initialize the variable.Files: src/evalfunc.cPatch 8.2.1961Problem: Various comments can be improved.Solution: Various comment adjustments.Files: src/dict.c, src/structs.h, src/time.c, src/testdir/shared.vim, src/testdir/test_netbeans.vim, src/gui_motif.cPatch 8.2.1962Problem: Netbeans may access freed memory.Solution: Check the buffer pointeris still valid. Adda test. (Yegappan Lakshmanan, closes #7248)Files: src/netbeans.c, src/testdir/test_netbeans.vimPatch 8.2.1963Problem: Crash when usingapopupwindow with "latin1" encoding.Solution: Don't use ScreenLinesUC when enc_utf8is false. (closes #7241)Files: src/screen.c, src/terminal.c, src/testdir/test_popupwin.vimPatch 8.2.1964Problem: Not all ConTeXt files are recognized.Solution: Add two patterns. (closes #7263)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.1965Problem: Vim9: tests fail without thechannel feature.Solution: Check if thechannel featureis present. (Dominique Pellé, closes #7270)Files: src/testdir/test_vim9_expr.vimPatch 8.2.1966Problem: Popup becomes currentwindow after closingaterminal window.Solution: When restoring thewindow after executing autocommands, check that thewindow IDis still the same. (Naruhiko Nishino, closes #7272)Files: src/autocmd.c, src/window.c, src/proto/window.pro, src/structs.h, src/testdir/test_popupwin.vimPatch 8.2.1967Problem: The session file does not restore the alternate file.Solution: Add ":balt". Works like ":badd" and also sets the bufferas the alternate file. Useit in the session file. (closes #7269, closes #6714)Files: runtime/doc/windows.txt, src/ex_cmds.h, src/ex_cmdidxs.h, src/ex_docmd.c, src/vim.h, src/ex_cmds.c, src/session.c, src/testdir/test_buffer.vimPatch 8.2.1968Problem: Vim9:has() assumesa feature does not change dynamically.Solution: Check whethera feature may change dynamically. (closes #7265)Files: src/vim9compile.c, src/evalfunc.c, src/proto/evalfunc.pro, src/testdir/test_vim9_disassemble.vimPatch 8.2.1969Problem: Vim9:map() may change thelist ordict item type.Solution: Add mapnew().Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/list.c, src/proto/list.pro, src/testdir/test_filter_map.vimPatch 8.2.1970Problem: Itiseasy to make mistakes when cleaning up swap files after the system crashed.Solution: Warn for the process still running after recovery. Do not automatically deletea swap file created on another system. (David Fries, closes #7273)Files: src/memline.c, src/testdir/test_swap.vimPatch 8.2.1971Problem: Memory leak whenmap() fails.Solution: Clear the typval.Files: src/list.cPatch 8.2.1972Problem: Crash when recreating nested fold.Solution: Check for empty growarray. (closes #7278)Files: src/fold.c, src/testdir/test_fold.vimPatch 8.2.1973Problem: Findinga patch number can bea bit slow.Solution: Use binary search. (closes #7279)Files: src/version.cPatch 8.2.1974Problem: Vim9: test for has('gui_running') fails with VIMDLL.Solution: Adjust the #ifdef. (Ken Takata, closes #7276)Files: src/evalfunc.cPatch 8.2.1975Problem: Win32: memory leak when encoding conversion fails.Solution: Free the allocated memory. (Ken Takata, closes #7277)Files: src/os_win32.cPatch 8.2.1976Problem: Cannotbackspace in prompt buffer after using cursor-left. (Maxim Kim)Solution: Ignore "arrow_used" ina prompt buffer. (closes #7281)Files: src/edit.c, src/testdir/test_prompt_buffer.vimPatch 8.2.1977Problem: Vim9: error for usingastring ina conditionis confusing.Solution: Givea more specific error. Also adjust the compile time type checking for || and &&.Files: src/vim9compile.c, src/vim9execute.c, src/proto/vim9execute.pro, src/typval.c, src/errors.h, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vimPatch 8.2.1978Problem: Makingamapping work in all modesis complicated.Solution: Add the<Cmd> special key. (Yegappan Lakshmanan, closes #7282, closes 4784, based on patch by Bjorn Linse)Files: runtime/doc/autocmd.txt, runtime/doc/eval.txt, runtime/doc/map.txt, src/edit.c, src/errors.h, src/ex_docmd.c, src/ex_getln.c, src/getchar.c, src/insexpand.c, src/keymap.h, src/map.c, src/misc2.c, src/normal.c, src/ops.c, src/proto/getchar.pro, src/screen.c, src/terminal.c, src/testdir/test_mapping.vimPatch 8.2.1979Problem: "term_opencmd" option ofterm_start()is truncated. (Sergey Vlasov)Solution: Allocate the buffer to hold the command. (closes #7284)Files: src/terminal.c, src/testdir/test_terminal.vimPatch 8.2.1980Problem: Vim9: some tests are not doneat thescript level.Solution: Use CheckDefAndScriptSuccess() in more places. Fix uncovered problems.Files: src/eval.c, src/list.c, src/scriptfile.c, src/testdir/test_vim9_expr.vimPatch 8.2.1981Problem: MinGW: parallel compilation might fail.Solution: Add dependencies on $(OUTDIR). (Masamichi Abe, closes #7287)Files: src/Make_cyg_ming.makPatch 8.2.1982Problem:Quickfixwindow not updated when adding invalid entries.Solution: Update thequickfix buffer properly. (Yegappan Lakshmanan, closes #7291, closes #7271)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.1983Problem: ml_get error when using<Cmd> to opena terminal.Solution: If thewindow changed reset the incsearch state. (closes #7289)Files: src/ex_getln.c, src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_from_cmd.dumpPatch 8.2.1984Problem: Cannot use:vimgrep in omni completion, causingC completion to fail.Solution: Add the EX_LOCK_OK flag to :vimgrep. (closes #7292)Files: src/ex_cmds.h, src/testdir/test_quickfix.vimPatch 8.2.1985Problem: Crash when closingterminalpopup with<Cmd> mapping.Solution: Check b_termis not NULL. (closes #7294)Files: src/terminal.c, src/testdir/test_terminal.vimPatch 8.2.1986Problem: Expression testis flaky on Appveyor.Solution: Temporarily disable the test in MS-Windows.Files: src/testdir/test_vim9_expr.vimPatch 8.2.1987Problem: MS-Windows: Win32.makis no longer needed.Solution: Do not include Win32.mak. (Jason McHugh, closes #7290)Files: src/Make_mvc.mak, src/INSTALLpc.txtPatch 8.2.1988Problem: Still inInsert mode when openingterminalpopup witha<Cmd>mapping inInsert mode.Solution: ExitInsert mode. (closes #7295)Files: src/edit.c, src/testdir/test_terminal.vimPatch 8.2.1989Problem: Infopopup triggersWinEnter andWinLeave autocommands.Solution: Suppressautocommands for the info popup. (closes #7296)Files: src/popupmenu.c, src/testdir/test_popupwin.vimPatch 8.2.1990Problem: Cursor position wrong interminalpopup with finished job.Solution: Only add the top and left offset when not done already. (closes #7298)Files: src/popupwin.c, src/structs.h, src/drawline.c, src/move.c, src/terminal.c, src/testdir/dumps/Test_terminal_popup_m1.dumpPatch 8.2.1991Problem: Coverity warns for not using the ga_grow() return value.Solution: Bail out if ga_grow() fails. (Yegappan Lakshmanan, closes #7303)Files: src/getchar.cPatch 8.2.1992Problem: Build fails with small features.Solution: Add #ifdef.Files: src/move.cPatch 8.2.1993Problem: Occasional failure of thenetbeans test.Solution: Add "silent!". (Yegappan Lakshmanan, closes #7304)Files: src/testdir/test_netbeans.vimPatch 8.2.1994 (after 8.2.1981)Problem: MS-Windows: MinGW always doesa full build.Solution: Only check if $OUTDIR exists. (Masamichi Abe, closes #7311)Files: src/Make_cyg_ming.makPatch 8.2.1995Problem: Thepopup menu can cause too much redrawing.Solution: Reduce the length of the displayed text. (Yasuhiro Matsumoto, closes #7306)Files: src/popupmenu.cPatch 8.2.1996Problem: Vim9: invalid error for argument of extend().Solution: Check if the type could match. (closes #7299)Files: src/evalfunc.c, src/vim9compile.c, src/proto/vim9compile.pro, src/vim9type.c, src/proto/vim9type.pro, src/testdir/test_vim9_builtin.vimPatch 8.2.1997Problem: Window changes when usingbufload() while inaterminal popup.Solution: When searching forawindow by ID also findapopup window. (closes #7307)Files: src/window.c, src/testdir/test_terminal.vimPatch 8.2.1998Problem: Terminal Cmd test sometimes fails to close popup.Solution: Add "term_finish" option.Files: src/testdir/test_terminal.vimPatch 8.2.1999Problem: Terminalpopup test sometimes fails.Solution: Wait for thepopup to close.Files: src/testdir/test_terminal.vimPatch 8.2.2000Problem: Vim9: dict.key assignment not implemented yet.Solution: Implement dict.key assignment. (closes #7312)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.2001Problem: Vim9::def function does not apply'maxfuncdepth'.Solution: Use'maxfuncdepth'. (issue #7313)Files: src/vim9execute.c, src/userfunc.c, src/proto/userfunc.pro, src/testdir/test_vim9_func.vimPatch 8.2.2002Problem: Vim9:lambda argument shadowed by function name.Solution: Let function name be shadowed bylambda argument. (closes #7313)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.2003Problem: Build error with+conceal but without +popupwin.Solution: Add #ifdef. (Tom Ryder, closes #7316)Files: src/drawline.cPatch 8.2.2004 (after 8.2.2002)Problem: Compiler warning for uninitialized variable.Solution: Initialize "ufunc". (John Marriott)Files: src/vim9compile.cPatch 8.2.2005Problem: Redoingamapping with<Cmd> doesn't work properly.Solution: Fill theredo buffer. Use "<SNR>" instead ofa key code. (closes #7282)Files: src/ops.c, src/getchar.c, src/testdir/test_mapping.vimPatch 8.2.2006Problem: .pbtxt files are not recognized.Solution: Recognize .pbtxtas protobuf text buffers. (closes #7326)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2007Problem: Test forinsert mode inpopupis not reliable.Solution: Wait for thepopup to disappear. (Ozaki Kiichi, closes #7321)Files: src/testdir/test_terminal.vimPatch 8.2.2008Problem:MS-Windows GUI: handlingchannelmessages lags.Solution: Reduce the wait time from 100 to 10 msec. (closes #7097)Files: src/gui_w32.cPatch 8.2.2009Problem: MS-Windows: setting $LANG in gvimext only causes problems.Solution: Do not set $LANG. (Ken Takata, closes #7325)Files: src/GvimExt/gvimext.cppPatch 8.2.2010Problem: Vim9: compiling fails for unreachable return statement.Solution: Fix it. (closes #7319)Files: src/vim9compile.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.2011Problem: "syn sync" reportsa very large number.Solution: Use "at the first line".Files: src/syntax.c, src/testdir/test_syntax.vimPatch 8.2.2012Problem: Vim9: confusing error message when using bool wrongly.Solution: Mention "Bool" instead of "Special". (closes #7323)Files: src/typval.c, src/errors.h, src/testdir/test_vim9_expr.vimPatch 8.2.2013Problem: Vim9: not skipping whitespace after unary minus.Solution: Skip whitespace. (closes #7324)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2014Problem: UsingCTRL-O ina prompt buffer moves cursor to start of the line.Solution: Do not move the cursor when restarting edit. (closes #7330)Files: src/job.c, src/testdir/test_prompt_buffer.vimPatch 8.2.2015Problem: Vim9: literaldict#{}is not like any other language.Solution: Support the JavaScript syntax.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/proto/vim9compile.pro, src/errors.h, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.2016Problem: Swap file testisa little flaky.Solution: Don't seta byte toa fixed value, increment it.Files: src/testdir/test_swap.vimPatch 8.2.2017 (after 8.2.2015)Problem: Missing part of thedict change.Solution: Also change thescript level dict.Files: src/dict.cPatch 8.2.2018Problem: Vim9:script variable not found from lambda.Solution: Inalambda also check thescript hashtab fora variable withouta scope. (closes #7329)Files: src/evalvars.c, src/testdir/test_vim9_func.vimPatch 8.2.2019 (after 8.2.2016)Problem: Swap file test fails on MS-Windows.Solution: Add four to the process ID. (Ken Takata, closes #7333)Files: src/testdir/test_swap.vimPatch 8.2.2020Problem: Some compilersdo not like the "namespace" argument.Solution: Rename to "use_namespace". (closes #7332)Files: src/vim9compile.c, src/proto/vim9compile.proPatch 8.2.2021Problem: Vim9: getE1099 whenautocommand resets did_emsg.Solution: Add did_emsg_cumul. (closes #7336)Files: src/globals.h, src/ex_docmd.c, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.2022Problem: Vim9:star command recognized erroneously.Solution: Give an error for missing colon. (issue #7335)Files: src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2023Problem: Vim: memory leak when:execute fails.Solution: Clear the growarray.Files: src/vim9execute.cPatch 8.2.2024Problem: Flicker when redrawingapopup witha title and border.Solution: Do not redraw the border where the titleis displayed. (Naruhiko Nishino, closes #7334)Files: src/popupwin.cPatch 8.2.2025Problem: Amiga: Not all colors are used on OS4.Solution: Adjust the #ifdef to include __amigaos4__. (Ola Söder, closes #7328)Files: src/term.cPatch 8.2.2026Problem: Coverity warns for possibly using not NUL terminated string.Solution: Puta NUL in b0_hname just in case.Files: src/memline.cPatch 8.2.2027Problem: Coverity warns for uninitialized field.Solution: Set "v_lock".Files: src/list.cPatch 8.2.2028Problem: Coverity warns for using an uninitialized variable.Solution: Initialize to NULL.Files: src/eval.cPatch 8.2.2029Problem: Coverity warns for not checking return value.Solution: Check that u_save_cursor() returns OK.Files: src/ops.cPatch 8.2.2030Problem: Some tests fail on Mac.Solution: AvoidMac test failures. Add additional test for wildmenu. (Yegappan Lakshmanan, closes #7341)Files: src/testdir/runtest.vim, src/testdir/test_cmdline.vim, src/testdir/test_options.vim, src/testdir/test_popupwin.vimPatch 8.2.2031Problem: Some tests fail when run under valgrind.Solution: Avoid timing problems.Files: src/testdir/test_vim9_func.vim, src/testdir/test_channel.vim, src/testdir/test_clientserver.vim, src/testdir/test_debugger.vim, src/testdir/test_quotestar.vimPatch 8.2.2032Problem: Cabalconfig and cabalprojectfiletypes not recognized.Solution: Detect more cabal files. (Marcin Szamotulski, closes #7339)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2033Problem: Vim9::def without argument gives compilation error.Solution: Add the DEF instruction. (closes #7344)Files: src/ex_docmd.c, src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/userfunc.c, src/proto/userfunc.pro, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_func.vimPatch 8.2.2034Problem: Vim9:list unpack in for statement not compiled yet.Solution: Compilelist unpack. (closes #7345)Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/errors.h, src/eval.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_script.vimPatch 8.2.2035Problem: MS-Windows: some tests may fail.Solution: Avoid test failures. (Yegappan Lakshmanan, closes #7346)Files: src/testdir/test_channel.vim, src/testdir/test_ex_mode.vim, src/testdir/test_functions.vimPatch 8.2.2036Problem: Current bufferis messed up if creatinga new buffer for thequickfixwindow fails.Solution: Check that creating the buffer succeeds. (closes #7352)Files: src/quickfix.c, src/testdir/test_quickfix.vim, src/testdir/dumps/Test_quickfix_window_fails.dumpPatch 8.2.2037Problem: Compiler test depends onlist of compiler plugins.Solution: Compare with the actuallist of compiler plugins.Files: src/testdir/test_compiler.vimPatch 8.2.2038Problem: Compiler test fails on MS-Windows.Solution: Sort the found compilerplugin names.Files: src/testdir/test_compiler.vimPatch 8.2.2039Problem: Viminfois not written when creatinga new file.Solution: Set "b_marks_read" in the new buffer. (Christian Brabandt, closes #7350)Files: src/bufwrite.c, src/testdir/test_viminfo.vimPatch 8.2.2040Problem: Terminal buffer disappears even when'bufhidden'is "hide". (Sergey Vlasov)Solution: Check'bufhidden' whenaterminal buffer becomes hidden. (closes #7358)Files: src/buffer.c, src/testdir/test_terminal.vimPatch 8.2.2041Problem: Haskellfiletype not optimally recognized.Solution: Recognize all *.hsc filesas Haskell. (Marcin Szamotulski, closes #7354)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2042Problem: Build failure with+profile but without +reltime.Solution: Adjust #ifdef. (Christian Brabandt, closes #7361)Files: src/syntax.cPatch 8.2.2043Problem: GTK3: white border around text stands out.Solution: Use current theme color. (closes #7357, issue #349)Files: src/gui_gtk_x11.cPatch 8.2.2044Problem: MS-Windows: swap file test sometimes fails.Solution: Usea more reliable way to change the process ID. When "timeout" fails use "ping" to wait up to ten minutes. (Ken Takata, closes #7365)Files: .github/workflows/ci-windows.yaml, src/testdir/test_swap.vimPatch 8.2.2045Problem: Highlightinga character too much with incsearch.Solution: Check "search_match_endcol". (Christian Brabandt, closes #7360)Files: src/drawline.c, src/testdir/test_search.vim, src/testdir/dumps/Test_incsearch_newline1.dump, src/testdir/dumps/Test_incsearch_newline2.dump, src/testdir/dumps/Test_incsearch_newline3.dump, src/testdir/dumps/Test_incsearch_newline4.dump, src/testdir/dumps/Test_incsearch_newline5.dumpPatch 8.2.2046Problem: Some test failures don't givea clear error.Solution: Useassert_match() andassert_fails() instead of assert_true(). (Ken Takata, closes #7368)Files: src/testdir/test_autocmd.vim, src/testdir/test_backspace_opt.vimPatch 8.2.2047Problem: Amiga: FEAT_ARP defined whenit should not.Solution: Adjust #ifdef. (Ola Söder, closes #7370)Files: src/feature.hPatch 8.2.2048Problem: Amiga: obsolete code.Solution: Remove the unused lines. (Ola Söder, closes #7373)Files: src/gui.cPatch 8.2.2049Problem: Amiga: obsolete function.Solution: Remove the function. (Ola Söder, closes #7374)Files: src/memfile.cPatch 8.2.2050Problem: Search test contains unneeded sleeps.Solution: Rename the function, remove sleeps. (Christian Brabandt, closes #7369)Files: src/testdir/test_search.vimPatch 8.2.2051Problem: Vim9: crash when abortinga user function call.Solution: Do not use the return value when aborting. (closes #7372)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.2052Problem: Vim9: "edit +4 fname" gives an error. (Naruhiko Nishino)Solution: Allow usinga range in the+cmd argument. (closes #7364)Files: src/ex_docmd.c, src/proto/ex_docmd.pro, src/vim.h, src/ex_cmds.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2053Problem: Vim9:lambda doesn't accept argument types.Solution: Optionally accept argument typesat thescript level.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.2054Problem: Amiga: FEAT_ARP defined whenit should not.Solution: Adjust "||" to "&&" in #ifdef. (Ola Söder, closes #7375)Files: src/feature.hPatch 8.2.2055Problem: MS-Windows: two Vim instances may use the same temp file.Solution: Use the process ID for the temp name. (Ken Takata, closes #7378)Files: src/fileio.cPatch 8.2.2056Problem: Configure fails when building with the "implicit-function-declaration" error enabled, specifically on Mac.Solution: Declare thefunctions like in the source code. (suggestion by Clemens Lang, closes #7380)Files: src/configure.ac, src/auto/configurePatch 8.2.2057Problem: Getting the selection may triggerTextYankPost autocmd.Solution: Only trigger theautocommand when yanking in Vim, not for getting the selection. (closes #7367)Files: src/clipboard.c, src/normal.c, src/register.c, src/testdir/test_autocmd.vimPatch 8.2.2058Problem: Using mkview/loadview changes the jumplist.Solution: Use ":keepjumps". Don't let ":badd" or ":balt" change the jumplist. (closes #7371)Files: src/session.c, src/ex_docmd.c, src/testdir/test_mksession.vimPatch 8.2.2059Problem: Amiga: can't find plugins.Solution: Do not use "**" in the pattern. (Ola Söder, closes #7384)Files: src/main.cPatch 8.2.2060Problem: Check for features implemented with "if".Solution: Use the Check commands. (Ken Takata, closes #7383)Files: src/testdir/test_autocmd.vim, src/testdir/test_compiler.vim, src/testdir/test_delete.vim, src/testdir/test_diffmode.vim, src/testdir/test_expr.vim, src/testdir/test_fold.vimPatch 8.2.2061Problem: Vim9:E1030 error when using emptystring for term_sendkeys().Solution: Don't check for an invalid type unless theterminal can't be found. (closes #7382)Files: src/terminal.c, src/testdir/test_termcodes.vimPatch 8.2.2062Problem:<Cmd> does not handleCTRL-V.Solution: Call get_literal() after encounteringCTRL-V. (closes #7387)Files: src/getchar.c, src/testdir/test_mapping.vimPatch 8.2.2063Problem: Vim9: only one level of indexing supported.Solution: Handle more than oneindex in an assignment.Files: src/vim9compile.c, src/errors.h, src/testdir/test_vim9_assign.vimPatch 8.2.2064Problem: terminal: cursoris on while redrawing, causing flicker.Solution: Switch the cursor off while redrawing. Always add the top and left offset to the cursor position when not done already. (closes #5943)Files: src/terminal.c, src/popupwin.cPatch 8.2.2065Problem: Usingmap() andfilter() onarange()is inefficient.Solution: Do not materialize the range. (closes #7388)Files: src/list.c, src/testdir/test_functions.vimPatch 8.2.2066Problem: Vim9: assignment with += doesn't work.Solution: Do not see the "+"as an addition operator.Files: src/eval.c, src/ex_docmd.c, src/testdir/test_vim9_assign.vimPatch 8.2.2067 (after 8.2.2064)Problem: Cursor position inpopupterminalis wrong.Solution: Don't check the flags.Files: src/terminal.c, src/testdir/test_popupwin.vimPatch 8.2.2068Problem: Transparentsyntax item uses start/end of containing region.Solution: Do not change the startpos and endpos ofa transparent region to that of its containing region. (Adrian Ghizaru, closes #7349, closes #7391)Files: src/syntax.c, src/testdir/test_syntax.vimPatch 8.2.2069Problem: Thequickfixwindowis not updated after setqflist().Solution: Update thequickfix buffer. (Yegappan Lakshmanan, closes #7390, closes #7385)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.2070Problem: Can't get the exit value inVimLeave orVimLeavePre autocommands.Solution: Addv:exiting like in Neovim. (Yegappan Lakshmanan, closes #7395)Files: runtime/doc/autocmd.txt, runtime/doc/eval.txt, src/evalvars.c, src/main.c, src/testdir/test_exit.vim, src/vim.hPatch 8.2.2071Problem: Vim9:list assign doesn't accept an empty remainder list.Solution: Recognizelist assignment with ";".Files: src/ex_docmd.c, src/testdir/test_vim9_assign.vimPatch 8.2.2072Problem: Vim9:list assign not well tested.Solution: Test with different destinations. Fix whitespace error.Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.2073Problem: Vim9: for with unpack only works for local variables.Solution: Recognize different destinations.Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.2074Problem: Vim9: using:normal fromVim9script can't handle range.Solution: Executea:normal command in legacyscript context. (closes #7401)Files: src/structs.h, src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.2075Problem: Error for const argument to mapnew().Solution: Don't give an error. (closes #7400)Files: src/list.c, src/testdir/test_filter_map.vimPatch 8.2.2076Problem:MS-Windows console: sometimes drops typed characters.Solution: Do not wait longer than 10 msec for input. (issue #7164)Files: src/os_win32.cPatch 8.2.2077Problem: Build failure with small features.Solution: Add #ifdef.Files: src/structs.h, src/ex_docmd.cPatch 8.2.2078Problem: Illegal memory access when using:print on invalid text. (Dhiraj Mishra)Solution: Check for more composing characters than supported. (closes #7399)Files: src/message.c, src/testdir/test_utf8.vimPatch 8.2.2079Problem: Vim9: cannotputa linebreak before or after "in" of ":for".Solution: Skip over linebreak.Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.2080Problem: Vim9: no proper error message for usings:var in for loop.Solution: Givea specific error.Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.2081Problem: Vim9: cannot handlea linebreak after "=" in assignment.Solution: Skip over linebreak. (closes #7407)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_expr.vimPatch 8.2.2082Problem: Vim9: can still use the deprecated#{}dict syntax.Solution: Remove support for#{} inVim9 script. (closes #7406, closes #7405)Files: src/dict.c, src/proto/dict.pro, src/eval.c, src/vim9compile.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vim, src/testdir/test_popupwin.vim, src/testdir/test_textprop.vimPatch 8.2.2083Problem: Vim9: crash when using ":silent!" and getting member fails.Solution: Jump to on_fatal_error. (closes #7412)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.2084Problem:CTRL-VU doesn't work to enteraUnicode character whenmodifyOtherKeysis effective. (Ken Takata)Solution: Adda flag to get_literal() for theshift key. (closes #7413)Files: src/edit.c, src/proto/edit.pro, src/ex_getln.c, src/getchar.c, src/normal.c, src/testdir/test_termcodes.vimPatch 8.2.2085Problem: Qt translation fileis recognizedas typescript.Solution: Check the first line for "<?xml". (closes #7418)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2086Problem: Libvterm tests are only run on Linux.Solution: Use static libraries. (Ozaki Kiichi, closes #7419)Files: .travis.yml, src/Makefile, src/libvterm/Makefile, src/libvterm/t/run-test.plPatch 8.2.2087Problem: Vim9: memory leak when statementis truncated.Solution: Increment the number of local variables.Files: src/vim9compile.cPatch 8.2.2088Problem: Vim9:script test sometimes fails.Solution: Unlet variables.Files: src/testdir/test_vim9_script.vimPatch 8.2.2089Problem: Libvterm test fails to build on Mac.Solution: Adjust configure to removeaspace between-L and the path that follows.Files: src/configure.ac, src/auto/configurePatch 8.2.2090Problem: Vim9:dict does not accepta key in quotes.Solution: Recognizea key in single or double quotes.Files: runtime/doc/vim9.txt, src/dict.c, src/proto/dict.pro, src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2091Problem: MS-Windows: build warnings.Solution: Adda #pragma to suppress the deprecation warning. (Ken Takata) Avoid usinga non-ASCII character. (closes #7421)Files: src/message.c, src/os_win32.cPatch 8.2.2092Problem: Vim9: unpredictableerrors forscript tests.Solution: Usea differentscript file name for each run.Files: src/testdir/vim9.vim, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_func.vim, src/testdir/test_quickfix.vim, src/testdir/test_vim9_assign.vimPatch 8.2.2093Problem: Vim9:script test sometimes fails.Solution: Do not findascript variable by its typval if the name was cleared.Files: src/vim9script.cPatch 8.2.2094Problem: When anexpression fails getting the next command may be wrong.Solution: Do not check fora next command after:eval fails. (closes #7415)Files: src/eval.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2095Problem: Vim9: crash when faileddict memberis followed by concatenation.Solution: Remove thedict from the stack. (closes #7416)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.2096Problem: Vim9: command modifiers not restored after assignment.Solution: Jump to nextline instead of using continue.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.2097Problem: Vim9: using:silent! when callinga function prevents aborting that function.Solution: Add emsg_silent_def and did_emsg_def.Files: src/globals.h, src/message.c, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.2098Problem: Vim9: function argument ofsort() andmap() not tested.Solution: Adda couple of tests.Files: src/testdir/test_vim9_builtin.vimPatch 8.2.2099Problem: Vim9: some checks are not tested.Solution: Adda few more tests. Give better error messages.Files: src/vim9compile.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_expr.vimPatch 8.2.2100Problem: Insufficienttesting for function range and dict.Solution: Adda few tests. (Dominique Pellé, closes #7428)Files: src/testdir/test_functions.vim, src/testdir/test_lambda.vim, src/testdir/test_signals.vim, src/testdir/test_user_func.vimPatch 8.2.2101Problem: Vim9: memory leak when literaldict has an error and when anexpressionis not complete.Solution: Clear the typval and the growarray.Files: src/dict.c, src/vim9compile.cPatch 8.2.2102Problem: Vim9: not all errormessages tested.Solution: Adda few test cases.Files: src/testdir/test_vim9_func.vimPatch 8.2.2103Problem: Vim9: unreachable code.Solution: Remove the code to prepend s: to the variable nameFiles: src/vim9compile.cPatch 8.2.2104Problem: Build problem withRuby 2.7.Solution: Adjust function declarations. (Ozaki Kiichi, closes #7430)Files: src/configure.ac, src/auto/configure, src/if_ruby.cPatch 8.2.2105Problem: Sound testisa bit flaky.Solution: Use WaitForAssert(). (Dominique Pellé, closes #7429)Files: src/testdir/test_sound.vimPatch 8.2.2106Problem: TOML files are not recognized.Solution: Match *.toml. (issue #7432)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2107Problem: Vim9: someerrors not tested.Solution: Add tests. Fix getting the right error.Files: src/vim9compile.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_expr.vimPatch 8.2.2108Problem: Vim9: no test to check for:let error.Solution: Adda test. Rename tests from _let_ to _var_.Files: src/testdir/test_vim9_assign.vimPatch 8.2.2109Problem: "vim-" does not work well whenmodifyOtherKeysis enabled anda shell commandis executed on startup.Solution: Only changemodifyOtherKeys when executinga shell command in raw mode.Files: src/os_unix.cPatch 8.2.2110Problem: Cannot use ":shell" when reading from stdin. (Gary Johnson)Solution: Revert patch 8.2.1833.Files: src/main.cPatch 8.2.2111Problem: GTK: Menu backgroundis the same coloras the main window.Solution: Fix whitespace around the text in another way. (closes #7437, closes #7427)Files: src/gui_gtk_x11.cPatch 8.2.2112Problem: Running tests may leave some files behind.Solution: Delete the right files. Fixa few typos. (Dominique Pellé, closes #7436)Files: src/testdir/test_filetype.vim, src/testdir/test_messages.vim, src/testdir/test_mksession.vimPatch 8.2.2113Problem:MS-Windows GUI: crash after using ":set guifont=" four times.Solution: Check for NULL pointer. (Ken Takata, closes #7434)Files: src/gui_dwrite.cpp, src/testdir/test_gui.vimPatch 8.2.2114Problem: Vim9: unreachable code in assignment.Solution: Remove impossible condition and code.Files: src/vim9compile.cPatch 8.2.2115Problem: Vim9: someerrors not tested for; dead code.Solution: Adda test. Remove dead code.Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.2116Problem:MS-Windows GUI: test for'guifont'is incomplete.Solution: Set'renderoptions'. (Christian Brabandt)Files: src/testdir/test_gui.vimPatch 8.2.2117Problem: Somefunctions use any valueasa string.Solution: Check that the valueisa non-empty string.Files: src/typval.c, src/proto/typval.pro, src/mbyte.c, src/filepath.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_expr.vimPatch 8.2.2118Problem: Dead code in thejob support. (Dominique Pellé)Solution: Define USE_ARGV before checking for it.Files: src/job.cPatch 8.2.2119Problem: GTK3: status line background coloris wrong.Solution: Don't change the code for earlierGTK3 versions. (closes #7444)Files: src/gui_gtk_x11.cPatch 8.2.2120Problem: Not allPerl functionalityis tested.Solution: Adda few more test cases. (Dominique Pellé, closes #7440)Files: src/testdir/test_perl.vimPatch 8.2.2121Problem: Internal error when using \ze before \zs ina pattern.Solution: Check theendis never before the start. (closes #7442)Files: src/regexp_bt.c, src/regexp_nfa.c, src/testdir/test_regexp_latin.vimPatch 8.2.2122Problem: Vim9: crash when sourcingvim9script early.Solution: Use set_option_value() instead of setting p_cpo directly. (closes #7441)Files: src/scriptfile.c, src/testdir/test_vim9_script.vimPatch 8.2.2123Problem: After usinga completepopup the bufferis listed. (Boris Staletic)Solution: Make the buffer unlisted.Files: src/popupmenu.c, src/testdir/test_popupwin.vimPatch 8.2.2124Problem: Vim9:a range cannot be computedat runtime.Solution: Add the ISN_RANGE instruction.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2125 (after 8.2.2122)Problem: Vim9: leaking memory.Solution: Free the saved'cpo' value.Files: src/scriptfile.cPatch 8.2.2126Problem: Ruby: missing function prototype.Solution: Add the prototype.Files: src/if_ruby.cPatch 8.2.2127Problem: Vim9: executing user command defined inVim9script not tested.Solution: Adda test.Files: src/testdir/test_vim9_script.vimPatch 8.2.2128Problem: Thereis no way todo something onCTRL-Z.Solution: AddVimSuspend andVimResumeautocommand events. (closes #7450)Files: runtime/doc/autocmd.txt, src/autocmd.c, src/ex_docmd.c, src/normal.c, src/testdir/test_suspend.vim, src/vim.hPatch 8.2.2129Problem: MS-Windows: Checking ifa file nameis absoluteis slow.Solution: Do not use mch_FullName(). (closes #7033)Files: src/os_mswin.cPatch 8.2.2130Problem:Insert mode completionmessagesend up in message history.Solution: Set msg_hist_off. (closes #7452)Files: src/insexpand.c, src/testdir/test_ins_complete.vimPatch 8.2.2131Problem: Vim9: crash whenlambda uses same varas assignment.Solution: Do not let lookup_local change lv_from_outer, makea copy. (closes #7461)Files: src/vim9compile.c, src/ex_docmd.c, src/proto/ex_docmd.pro, src/evalvars.c, src/proto/evalvars.pro, src/testdir/test_vim9_func.vimPatch 8.2.2132Problem: Padding not drawn properly forpopupwindow with title.Solution: Draw the padding below the title. (closes #7460)Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_longtitle_3.dump, src/testdir/dumps/Test_popupwin_longtitle_4.dumpPatch 8.2.2133Problem: Vim9: checking fora non-emptystringis too strict.Solution: Check for any string. (closes #7447)Files: src/typval.c, src/proto/typval.pro, src/errors.h, src/filepath.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2134Problem: Vim9: getE1099 when autocmd triggered in builtin function.Solution: Check that did_emsg increased instead of checking thatit changed. (closes #7448)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.2135Problem: Vim9: #{ still seenas start ofdict in some places.Solution: Remove check for{ after #. (closes #7456)Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.2136Problem: Vim9: Using uninitialized variable.Solution: Initialize "len" to zero. Clean up fnamemodify().Files: src/filepath.cPatch 8.2.2137Problem: Vim9::echo and:execute give error for empty argument.Solution: Ignore an empty argument. (closes #7468)Files: src/vim9compile.c, src/errors.h, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2138Problem: Vim9: "exit_cb" causes Vim to exit.Solution: Require whitespace aftera command inVim9 script. (closes #7467) Also fix thatVim9 style heredoc was not always recognized.Files: src/ex_cmds.h, src/ex_docmd.c, src/errors.h, src/userfunc.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_script.vim, src/testdir/test_let.vimPatch 8.2.2139Problem: Vim9: unreachable code in assignment.Solution: Don't check "new_local" when "has_index"is set. Add test for wrong type oflist index.Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.2140Problem: Build failure with tiny features.Solution: Add #ifdef.Files: src/ex_docmd.cPatch 8.2.2141Problem:A user command with try/catch may not catch anexpression error.Solution: When anexpression fails check for following "|". (closes #7469)Files: src/eval.c, src/testdir/test_trycatch.vim, src/testdir/test_vimscript.vimPatch 8.2.2142Problem: Memory leak when heredocis not terminated.Solution: Free heredoc_trimmed.Files: src/userfunc.cPatch 8.2.2143Problem: Vim9: dead code in compiling :unlet.Solution: Don't check for "!"a second time.Files: src/vim9compile.cPatch 8.2.2144Problem: Vim9: some corner cases not tested.Solution: Adda few tests.Files: src/testdir/test_vim9_script.vim, src/testdir/test_vim9_cmd.vimPatch 8.2.2145Problem: Vim9: concatenating lists does not adjust type of result.Solution: Whenlist member types differ use "any" member type. (closes #7473)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2146Problem: Vim9: automatic conversion of number tostring fordict key.Solution: Do not convert number to string. (closes #7474)Files: src/dict.c, src/testdir/test_vim9_expr.vimPatch 8.2.2147Problem:Quickfixwindow title not updated in alltab pages.Solution: Update thequickfixwindow title in alltab pages. (Yegappan Lakshmanan, closes #7481, closes #7466)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.2148Problem: Vim9: crash when user command doesn't match.Solution: Adjust command index. (closes #7479)Files: src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2149Problem: Popupwin test for latin1 sometimes fails.Solution: Wait for thescript to finish.Files: src/testdir/test_popupwin.vimPatch 8.2.2150Problem: Github actions CI isn't used for all available platforms.Solution: Update the github workflows. (Ozaki Kiichi, closes #7433)Files: .coveralls.yml, .github/workflows/ci-windows.yaml, .github/workflows/ci.yml, .travis.yml, README.md, ci/build-snd-dummy.sh, ci/setup-xvfb.shPatch 8.2.2151Problem: $dir not expanded when configure checks for moonjit.Solution: Use doublequotes instead of single quotes. (closes #7478)Files: src/configure.ac, src/auto/configurePatch 8.2.2152Problem:screenpos() does not include theWinBar offset.Solution: Use W_WINROW() instead of directly using w_window. (closes #7487)Files: src/move.c, src/testdir/test_cursor_func.vimPatch 8.2.2153Problem: Popupwin test for latin1 still fails sometimes.Solution: Wait for the "cat" command to finish.Files: src/testdir/test_popupwin.vimPatch 8.2.2154Problem: Popupwin test forterminal buffer fails sometimes.Solution: Wait for the prompt to appear.Files: src/testdir/test_popupwin.vimPatch 8.2.2155Problem: Warning from Github actions for code analysis.Solution: Remove the "git checkout HEAD^2" block.Files: .github/workflows/codeql-analysis.ymlPatch 8.2.2156Problem: Github actions run on pushinga tag.Solution: Don't run CI ontag push. Omit coveralls on pull-request. (Ozaki Kiichi, closes #7489)Files: .github/workflows/ci.yml, .github/workflows/codeql-analysis.ymlPatch 8.2.2157Problem: Vim9: can deleteaVim9script variable froma function.Solution: Check the variableis defined inVim9 script. (closes #7483)Files: src/evalvars.c, src/testdir/test_vim9_assign.vimPatch 8.2.2158Problem: CI on cirrus times out, coveralls doesn't always run.Solution: Set timeout to 20 minutes. Adjust condition. (closes #7493)Files: .cirrus.yml, .github/workflows/ci.ymlPatch 8.2.2159Problem: Vim9: when declaringalistitis not allocated yet, causinga followingextend() to fail.Solution: When fetchinga variable value foralist ordict thatisnull allocate thelist or dict, soit can be used. (closes #7491)Files: src/vim9execute.c, src/testdir/test_vim9_assign.vimPatch 8.2.2160Problem: Various typos.Solution: Fix spelling mistakes. (closes #7494)Files: src/bufwrite.c, src/cindent.c, src/cmdexpand.c, src/eval.c, src/ex_cmds.c, src/feature.h, src/getchar.c, src/gui_haiku.cc, src/gui_xmdlg.c, src/help.c, src/if_ole.cpp, src/insexpand.c, src/list.c, src/map.c, src/memline.c, src/normal.c, src/os_win32.c, src/search.c, src/term.c, src/testdir/test_arglist.vim, src/testdir/test_autocmd.vim, src/testdir/test_debugger.vim, src/testdir/test_increment.vim, src/testdir/test_menu.vim, src/testdir/test_netbeans.vim, src/testdir/test_popupwin.vim, src/testdir/test_python2.vim, src/testdir/test_python3.vim, src/testdir/test_sort.vim, src/testdir/test_terminal2.vim, src/testdir/test_terminal3.vim, src/testdir/test_vartabs.vim, src/testdir/test_vimscript.vim, src/textprop.c, src/userfunc.c, src/vim9.h, src/vim9compile.c, src/vim9execute.cPatch 8.2.2161Problem: Arguments-T and-x not tested yet.Solution: Adda test. (Dominique Pellé, closes #7490)Files: src/testdir/test_startup.vimPatch 8.2.2162Problem: Vim9: Cannot load or storeautoload variables.Solution: Add ISN_LOADAUTO and ISN_STOREAUTO. (closes #7485)Files: src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/dict.c, src/eval.c, src/evalvars.c, src/proto/evalvars.pro, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_script.vimPatch 8.2.2163Problem: Crash when discarded exceptionis the current exception.Solution: Compare the exception with current_exception. (closes #7499)Files: src/ex_eval.cPatch 8.2.2164Problem: Vim9:autoload function doesn't work inscript that starts with an uppercase letter.Solution: Check for theautoload character. (closes #7502)Files: src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.2165Problem: Vim9: assignment todict member does not work.Solution: Fix recognizingdict member. (closes #7484)Files: src/ex_docmd.c, src/eval.c, src/evalvars.c, src/vim.hPatch 8.2.2166Problem: Auto format doesn't work whendeleting text.Solution: Make "x" trigger auto format. (closes #7504)Files: src/ops.c, src/testdir/test_textformat.vimPatch 8.2.2167Problem: Vim9: assign test fails. (Elimar Riesebieter)Solution: Adjust the test fordict assignment.Files: src/testdir/test_vim9_assign.vimPatch 8.2.2168Problem: Vim9: error for assigning todict of dict.Solution: Remember the destination type. (closes #7506)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.2169Problem: Vim9: test leaves file behind.Solution: Renamescript files. (Dominique Pellé, closes #7511) Use try/finally.Files: src/testdir/test_vim9_script.vim, src/testdir/vim9.vimPatch 8.2.2170Problem: Vim9:a global function defined ina:def function fails ifit uses the context.Solution: Createapartial to store theclosure context. (see #7410)Files: src/userfunc.c, src/proto/userfunc.pro, src/vim9execute.c, src/structs.h, src/testdir/test_vim9_func.vimPatch 8.2.2171Problem: Valgrind warning for using uninitialized value.Solution: Do not use "startp" or "endp" unless thereisa match.Files: src/regexp_nfa.cPatch 8.2.2172Problem: Vim9: number of argumentsis not always checked. (Yegappan Lakshmanan)Solution: Check number of arguments when calling function by name.Files: src/userfunc.c, src/proto/userfunc.pro, src/vim9execute.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.2173Problem: Vim9: get internal error when assigning to undefined variable.Solution: Add error message. (closes #7475)Files: src/vim9compile.c, src/vim9execute.c, src/errors.h, src/testdir/test_vim9_cmd.vimPatch 8.2.2174Problem:Mac version doesn't specify the CPU architecture.Solution: Add "arm64" or "x86_64". (Yee Cheng Chin, closes #7519)Files: src/version.cPatch 8.2.2175Problem: Github actions: clang-11 handling suboptimal.Solution: Separate step of installing clang-11. Get ubuntu release name dynamically. (Ozaki Kiichi, closes #7514)Files: .github/workflows/ci.ymlPatch 8.2.2176Problem: Crash witha sequence of fold commands.Solution: Bail out when there are nofoldsat all. Adda test (Dominique Pellé) (closes #7515)Files: src/fold.c, src/testdir/test_fold.vimPatch 8.2.2177Problem:Pattern "^" does not match if the first character in the lineis combining. (Rene Kita)Solution: Do accepta matchat the start of the line. (closes #6963)Files: src/regexp_nfa.c, src/testdir/test_regexp_utf8.vimPatch 8.2.2178Problem:Python 3: non-utf8 character cannot be handled.Solution: Change thestring decode. (Björn Linse, closes #1053)Files: src/if_py_both.h, src/if_python.c, src/if_python3.c, src/testdir/test_python3.vim, src/testdir/test_python2.vimPatch 8.2.2179Problem: Vim9: crash when indexingadict witha number.Solution: Add ISN_STOREINDEX. (closes #7513)Files: src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/errors.h, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2180Problem: Vim9: test for error after erroris flaky.Solution: Wait forjob to finish instead ofa fixed delay.Files: src/testdir/test_vim9_script.vimPatch 8.2.2181Problem: Valgrind warnings for using uninitialized value.Solution: Do not use "start" or "end" unless thereisa match.Files: src/regexp_nfa.c, src/regexp_bt.cPatch 8.2.2182Problem: Vim9: value of'magic'is still relevant.Solution: Always behave like'magic'is on inVim9script (closes #7509)Files: src/option.c, src/proto/option.pro, src/arglist.c, src/buffer.c, src/cmdexpand.c, src/ex_cmds.c, src/ex_docmd.c, src/ex_getln.c, src/insexpand.c, src/normal.c, src/search.c, src/tag.c, src/structs.h, src/globals.h, src/ex_cmds.h, src/testdir/test_vim9_cmd.vimPatch 8.2.2183Problem: Vim9: value of'edcompatible' and'gdefault' are used.Solution: Ignore these deprecatedoptions inVim9 script. (closes #7508)Files: src/ex_cmds.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2184Problem: Vim9: no error when using "2" fora line number.Solution: Give an error message if the line numberis invalid. (closes #7492)Files: src/typval.c, src/evalfunc.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_cursor_func.vimPatch 8.2.2185Problem:BufUnloadis not triggered for thequickfix dummy buffer.Solution: Do trigger BufUnload. (Pontus Leitzler, closes #7518, closes #7517) Fix whitespace around "=".Files: src/quickfix.c, src/testdir/test_autocmd.vimPatch 8.2.2186Problem: Vim9: error when using'opfunc'.Solution: Do not expecta return value from'opfunc'. (closes #7510)Files: src/eval.c, src/proto/eval.pro, src/ops.c, src/testdir/test_vim9_func.vimPatch 8.2.2187Problem:Python 3 test fails sometimes. (Christian Brabandt)Solution: Accept two SystemError messages.Files: src/testdir/test_python3.vimPatch 8.2.2188Problem: Vim9: crash when calling global function from:def function.Solution: Set the outer context. Define thepartial for the context on the original function. Usea refcount to keep track of which ufuncis usinga dfunc. (closes #7525)Files: src/vim9compile.c, src/proto/vim9compile.pro, src/vim9execute.c, src/proto/vim9execute.pro, src/userfunc.c, src/proto/userfunc.pro, src/structs.h, src/vim9.h, src/testdir/test_vim9_func.vimPatch 8.2.2189Problem: Cannot repeata command that uses the small delete register.Solution: Store theregister name instead of the contents. (Christian Brabandt, closes #7527)Files: src/ops.c, src/register.c, src/testdir/test_registers.vimPatch 8.2.2190Problem: Vim9: crash when compiled with EXITFREE.Solution: Check that df_ufuncis not NULL.Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.2191Problem: Vim9: using wrong name withlambda in nested function.Solution: Copy thelambda name earlier. (closes #7525)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.2192Problem: Codecov on github actions fails.Solution: Revert to codecov script. (Ozaki Kiichi, closes #7529)Files: Filelist, .github/workflows/ci.ymlPatch 8.2.2193Problem: Vim9: can change constant in:def function.Solution: Check ifa variableis locked. (issue #7526)Files: src/evalvars.c, src/proto/evalvars.pro, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.2194Problem: Vim9: cannot use:const or:finalat thescript level.Solution: Support using:const and :final. (closes #7526)Files: src/vim.h, src/evalvars.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_func.vimPatch 8.2.2195Problem: Failing tests for :const.Solution: Add missing check for ASSIGN_FINAL.Files: src/eval.c, src/evalvars.c, src/testdir/test_vim9_func.vimPatch 8.2.2196Problem::version output has extra spaces in compile and link command.Solution: Adjust QUOTESED. (closes #7505)Files: src/configure.ac, src/auto/configurePatch 8.2.2197Problem: Assert arguments order reversed.Solution: Swap the arguments. (Christian Brabandt, closes #7531)Files: src/testdir/test_registers.vimPatch 8.2.2198Problem: ml_get error when resizingwindow and using text property.Solution: Validate botline of the right window. (closes #7528)Files: src/move.c, src/proto/move.pro, src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.2199Problem: First write after setting'eol' does not have NL added. (Tomáš Janoušek)Solution: Only use b_no_eol_lnum when doinga binary write. (closes #7535)Files: src/bufwrite.c, src/testdir/test_writefile.vimPatch 8.2.2200Problem: Vim9:lambda without whitespace around->is confusing.Solution: Require whitespace ina:def function. (issue #7503)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2201Problem: Write file test fails on MS-Windows.Solution: Force edit after setting'fileformat'.Files: src/testdir/test_writefile.vimPatch 8.2.2202Problem: Write file test still fails on MS-Windows.Solution: Set fileformat with the:edit commandFiles: src/testdir/test_writefile.vimPatch 8.2.2203Problem: Moodle gift files are not recognized.Solution: Addafiletype pattern. (Delim Temizer)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2204Problem: Vim9: using-> both formethod andlambdais confusing.Solution: Use => forlambda in:def function.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/userfunc.c, src/testdir/test_vim9_expr.vimPatch 8.2.2205Problem: Vim9: memory leak when parsinglambda fails.Solution: Clear growarrays.Files: src/userfunc.cPatch 8.2.2206Problem::exe command line completion only works for first argument.Solution: Skip over text if moreis following. (closes #7546)Files: src/eval.c, src/testdir/test_cmdline.vimPatch 8.2.2207Problem: Illegal memory access ifpopup menu items are changed while the menuis visible. (Tomáš Janoušek)Solution: Makea copy of the text. (closes #7537)Files: src/popupmenu.c, src/testdir/test_popup.vim, src/testdir/dumps/Test_popup_command_04.dump, src/testdir/dumps/Test_popup_command_05.dumpPatch 8.2.2208Problem: Vim9: after reloadingascript variableindex may be invalid.Solution: When the sequence number doesn't match give an error for usingascript-local variable froma compiled function. (closes #7547)Files: src/vim9.h, src/structs.h, src/errors.h, src/vim9compile.c, src/vim9execute.c, src/scriptfile.c, src/testdir/test_vim9_script.vimPatch 8.2.2209Problem: Vim9: return type of =>lambda not parsed.Solution: Parse and use the return type.Files: src/vim9compile.c, src/userfunc.c, src/vim9type.c, src/proto/vim9type.pro, src/vim9script.c, src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.2210Problem: Vim9: allocatinga type to set TTFLAG_BOOL_OK.Solution: Add t_number_bool.Files: src/globals.h, src/vim9type.c, src/vim9compile.cPatch 8.2.2211Problem: MS-Windows: can't loadPython dll if not in the path.Solution: Use the InstallPath registry entry. (Kelvin Lee, closes #7540)Files: src/if_python3.cPatch 8.2.2212Problem: Vim9:lambda with => does not workat thescript level.Solution: Makeit work.Files: src/eval.c, src/vim9type.c, src/userfunc.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_expr.vimPatch 8.2.2213Problem: Checking whitespace around->is not backwards compatible.Solution: Only check whitespace around =>.Files: src/userfunc.cPatch 8.2.2214Problem: ":e#" does not givea warning for missing white space.Solution: Adjust the check for white space. (closes #7545)Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.2215Problem: Vim9:=expr not recognized in global command.Solution: Skip over pattern. (issue #7541)Files: src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2216Problem: Vim9: range with missing colon can be hard to spot.Solution: Include the start of the range in the error. (closes #7543)Files: src/errors.h, src/ex_docmd.c, src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2217Problem: Vim9: command modifiers not restored in catch block.Solution: Restore command modifiers. (closes #7542)Files: src/vim9execute.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2218Problem: Vim9: failure if passing more arguments toalambda than expected.Solution: Onlyput expected arguments on the stack. (closes #7548)Files: src/vim9execute.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2219Problem: Vim9:method call withexpression not supported.Solution: Implement expr->(expr)().Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2220Problem: Vim9: memory leak when parsing nested parenthesis.Solution: Clear newargs.Files: src/userfunc.cPatch 8.2.2221Problem: If<Down>is mapped on the command line'wildchar'is inserted.Solution: Set KeyTyped when using'wildchar'. (closes #7552)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.2222Problem: Vim9: cannot keepscriptvariables when reloading.Solution: Add the "noclear" argument to :vim9script.Files: runtime/doc/vim9.txt, src/structs.h, src/scriptfile.c, src/vim9script.c, src/ex_cmds.h, src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.2223Problem: Vim9: Reloading marksa:def functionas deleted.Solution: Clear the function contents but keep the index.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.2224Problem: Vim9: crash ifscript reloaded with different variable type.Solution: Check the type when accessing the variable.Files: src/vim9execute.c, src/vim9compile.c, src/vim9.h, src/vim9type.c, src/proto/vim9type.pro, src/errors.h, src/evalvars.c, src/vim9script.c, src/proto/vim9script.pro, src/testdir/test_vim9_script.vimPatch 8.2.2225Problem: Vim9: error when using:import in legacyscript twice.Solution: Makeit possible to redefine an import when reloading.Files: src/vim9script.c, src/proto/vim9script.pro, src/structs.h, src/evalvars.c, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.2226Problem: Vim9:script test fails.Solution: Add missing change.Files: src/scriptfile.cPatch 8.2.2227Problem: Vim9: recognizinglambdais too complicated.Solution: Call compile_lambda() and check for NOTDONE.Files: src/vim9compile.c, src/userfunc.c, src/testdir/test_vim9_expr.vimPatch 8.2.2228Problem: Vim9: cannot use ":e#" because# startsa comment.Solution: Support using %% instead of #.Files: src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2229Problem: build failure without the+eval feature.Solution: Add #ifdef.Files: src/ex_docmd.cPatch 8.2.2230Problem: Vim9:insert completion runs into error.Solution:Insert colon before range. (closes #7556)Files: src/insexpand.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2231Problem: When "--remote file"is used "file"is not reloaded.Solution: Whena:drop commandis used fora file thatis already displayed inawindow andit has not been changed, check ifit needs to be reloaded. (closes #7560)Files: src/ex_cmds.c, src/testdir/test_clientserver.vimPatch 8.2.2232Problem: Compiler error for falling through into next case.Solution: Move FALLTHROUGH below the #endifFiles: src/ex_docmd.cPatch 8.2.2233Problem: Cannot converta byteindex intoa character index.Solution: Add charidx(). (Yegappan Lakshmanan, closes #7561)Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/testdir/test_functions.vimPatch 8.2.2234Problem: Command line wildmenu test often fails withUnix GUI.Solution: Skip the test whereitis expected to fail.Files: src/testdir/test_cmdline.vimPatch 8.2.2235Problem: Build failure with someRuby versions.Solution: Adjust the code forRuby 3.0. (Ozaki Kiichi, closes #7564)Files: ci/config.mk.clang.sed, src/if_ruby.cPatch 8.2.2236Problem:'scroll' option can change when setting the statusline or tabline but the option contextis not updated.Solution: Update thescript context when the scroll optionis changedasa side effect. (Christian Brabandt, closes #7533)Files: runtime/doc/options.txt, src/scriptfile.c, src/testdir/test_options.vim, src/vim.h, src/window.cPatch 8.2.2237Problem: CI onMac fails in sed command.Solution: Set LC_ALL to "C". (Ozaki Kiichi, closes #7565)Files: .github/workflows/ci.ymlPatch 8.2.2238Problem: Vim9: cannot loadaVim9script without the+eval feature.Solution: SupportVim9scriptsyntax without the+eval feature.Files: src/ex_docmd.c, src/vim9script.c, src/globals.h, src/main.c, src/autocmd.c, src/buffer.c, src/structs.h, src/menu.c, src/scriptfile.c, src/usercmd.c, src/proto.h, src/errors.hPatch 8.2.2239Problem: Vim9: concatenating lines withbackslashis inconvenient.Solution: Support concatenating linesstarting with'|', useful for :autocmd, :command, etc. (closes #6702)Files: runtime/doc/vim9.txt, src/scriptfile.c, src/vim9script.c, src/proto/vim9script.pro, src/vim9compile.c, src/proto/vim9compile.pro, src/userfunc.c, src/structs.h, src/testdir/test_vim9_cmd.vimPatch 8.2.2240Problem: Clientserver test fails if full pathis used.Solution: Ignore the path preceding the file name.Files: src/testdir/test_clientserver.vimPatch 8.2.2241Problem: Build withRuby and clang may fail.Solution: Adjust configure and sed script. (Ozaki Kiichi, closes #7566)Files: ci/config.mk.clang.sed, src/auto/configure, src/configure.acPatch 8.2.2242Problem: Vim9: line continuation withbar does not workatscript level.Solution: Check forVim9 script.Files: src/structs.h, src/ex_docmd.c, src/userfunc.c, src/scriptfile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2243Problem: Crash whenpopup mask contains zeroes.Solution: Check boundaries properly. (closes #7569)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.2244Problem: Crash when making thewindow width of the not-currentwindow negative.Solution: Make sure thewindow widthis not negative. (closes #7568)Files: src/window.c, src/testdir/test_window_cmd.vimPatch 8.2.2245Problem: Vim9: return value ofwinrestcmd() cannot be executed.Solution: Put colons before each range. (closes #7571)Files: src/evalwindow.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2246Problem: Cursor keys not recognizedat the hit-Enter prompt after executing an external command.Solution: Change the codes for the extra cursor keys. (closes #7562) Tune the delays to avoid test flakiness.Files: runtime/doc/term.txt, src/term.c, src/testdir/test_terminal3.vimPatch 8.2.2247Problem: VMS:various smaller problems.Solution: FixVMS building and other problems. (Zoltan Arpadffy)Files: src/term.c, src/gui_gtk_vms.h, src/os_vms_conf.h, src/gui_x11.c, src/Make_vms.mms, src/macros.h, src/gui.h, src/os_unix.hPatch 8.2.2248Problem: ASAN error on exit with GUI.Solution: Check thewindow still has lines. (Christian Brabandt, closes #7573)Files: src/term.cPatch 8.2.2249Problem: Termcodes testis flaky when used over ssh withX forwarding.Solution: Set'mousetime' toa larger value. (Dominique Pellé, closes #7576, closes #7563)Files: src/testdir/test_termcodes.vimPatch 8.2.2250Problem: Vim9:sublistis ambiguous.Solution: Require whitespace around the colon. (closes #7409)Files: src/vim9compile.c, src/eval.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2251Problem: Test failures in legacy script.Solution: Check forVim9 script.Files: src/eval.cPatch 8.2.2252Problem: Vim9: crash when usinglambda without return type in dict.Solution: Withouta return type use t_unknown. (closes #7587)Files: src/vim9type.c, src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2253Problem: Vim9:expr test fails.Solution: Add missing assignment.Files: src/userfunc.cPatch 8.2.2254Problem: Vim9: bool option typeis number.Solution: Have get_option_value() returna different value for bool and number options. (closes #7583)Files: src/option.h, src/option.c, src/proto/option.pro, src/evalvars.c, src/if_mzsch.c, src/if_ruby.c, src/spell.c, src/typval.c, src/vim9compile.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_cmd.vimPatch 8.2.2255 (after 8.2.2254)Problem:Tcl test fails.Solution: Change option handling.Files: src/if_tcl.cPatch 8.2.2256Problem: Vim9: cannot use function( after line break in:def function.Solution: Check for "(" after "function". (closes #7581)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2257Problem: Vim9: using-> forlambdais ambiguous.Solution: Stop supporting ->,must use =>.Files: src/eval.c, src/vim9compile.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.2258Problem: Not all OCaml related files are detected.Solution: Update OCaml file type detection. (Markus Mottl, closes #7590)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2259Problem: Test_Executable() fails when using chroot.Solution: Ignore the difference between "sbin" and "bin".Files: src/testdir/test_functions.vimPatch 8.2.2260Problem: Window resize test fails in very wide terminal.Solution: Resize using the'columns' option. (Vladimir Lomov, closes #7592)Files: src/testdir/test_window_cmd.vimPatch 8.2.2261Problem: Vim9:boolean option getsstring type.Solution: Check for VAR_BOOL. (closes #7588)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2262Problem: Vim9: converting bool tostring prefixes v:.Solution: Do not use thev: prefix.Files: src/evalvars.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2263Problem: Vim9: compilation error with try-catch in skipped block.Solution: Do not bail out when generate_instr() returns NULL. (closes #7584)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.2264Problem: Vim9: no error for mismatched :endfunc or :enddef.Solution: Check for the mismatch. (issue #7582)Files: src/errors.h, src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2265Problem: Error message for missing endfunc/enddefis last line.Solution: Report the line where the function starts. (closes #7582)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2266Problem: Vim9:it can be hard to see where whitespaceis missing.Solution: Mention the text where the error was seen. (closes #7580)Files: src/errors.h, src/eval.c, src/evalvars.c, src/userfunc.c, src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2267Problem: Vim9: cannot use unlet foradict member.Solution: Pass GLV_NO_DECL to get_lval(). (closes #7585)Files: src/evalvars.c, src/testdir/test_vim9_assign.vimPatch 8.2.2268Problem: Vim9:list unpack seenas declaration.Solution: Check for "var". (closes #7594)Files: src/vim9compile.c, src/evalvars.c, src/eval.c, src/vim.h, src/vim9execute.c, src/testdir/test_vim9_assign.vimPatch 8.2.2269Problem: Not all:hardcopy code covered by tests.Solution: Test more combinations. (Dominique Pellé, closes #7595)Files: src/testdir/test_hardcopy.vimPatch 8.2.2270Problem: Warning for size_t to int conversion. (Randall W. Morris)Solution: Adda type cast.Files: src/vim9execute.cPatch 8.2.2271Problem: ml_get error whenchanging hidden buffer in Python.Solution: Block updating folds. (closes #7598)Files: src/evalbuffer.c, src/testdir/test_python3.vimPatch 8.2.2272Problem: Vim9:extend() can violate the type ofa variable.Solution: Add the type to the dictionary orlist and check items against it. (closes #7593)Files: src/structs.h, src/evalvars.c, src/dict.c, src/list.c, src/vim9script.c, src/proto/vim9script.pro, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2273Problem: Build failure.Solution: Add missing changes to header file.Files: src/vim9.hPatch 8.2.2274Problem: badge for Travisis outdated.Solution: Update badge for move from travis-ci.org to travis-ci.com.Files: README.mdPatch 8.2.2275Problem:CTRL-C not recognized in Mintty.Solution: Recognize themodifyOtherKeys code ending in "u". (Christian Brabandt, closes #7575)Files: src/ui.cPatch 8.2.2276Problem:List of distributed filesis outdated.Solution: Update the file list. Minor comment updates.Files: Filelist, src/clipboard.c, src/fileio.c, src/option.c, src/screen.c, src/testdir/test_signals.vim, src/testdir/Make_vms.mmsPatch 8.2.2277Problem: Missing backslash.Solution: Add backslash.Files: FilelistPatch 8.2.2278Problem: Falling back to oldregexp engine can some patterns.Solution: Do not fall back once [[:lower:]] or [[:upper:]]is used. (Christian Brabandt, closes #7572)Files: src/regexp.c, src/regexp_nfa.c, src/testdir/test_regexp_utf8.vimPatch 8.2.2279Problem: Vim9: memory leak with catch in skipped block.Solution: Free thepattern if not used.Files: src/vim9compile.cPatch 8.2.2280Problem: Fuzzy matching doesn't give access to the scores.Solution: Return the scores witha third list. (Yegappan Lakshmanan, closes #7596)Files: runtime/doc/eval.txt, src/search.c, src/testdir/test_matchfuzzy.vimPatch 8.2.2281Problem: Vim9: compiled "wincmd" cannot be followed by bar.Solution: Check forbar after "wincmd". (closes #7599)Files: src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2282Problem: Length check mismatch with argument of strncmp(). (Christian Brabandt)Solution: Adjust length check.Files: src/ui.cPatch 8.2.2283Problem: Vim9: crash whenlambda has fewer arguments than expected.Solution: Don't check arguments when already failed. (closes #7606)Files: src/vim9type.c, src/testdir/test_vim9_func.vimPatch 8.2.2284Problem: Vim9: cannot set an option toaboolean value.Solution: Check for VAR_BOOL. (closes #7603)Files: src/evalvars.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2285Problem: Vim9: cannot set an option toa false.Solution: For VAR_BOOL usestring "0". (closes #7603)Files: src/evalvars.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2286Problem: Sort test fails whenlocaleis Canadian English. (NeilH Watson)Solution: Expecta different sort order. (closes #7609)Files: src/testdir/test_sort.vimPatch 8.2.2287Problem: Sort test fails whenlocaleis French Canadian.Solution: Expecta different sort order. (Dominique Pellé, closes #7609)Files: src/testdir/test_sort.vimPatch 8.2.2288Problem: Vim9: line break and comment not always skipped.Solution: Skip over whitespace and then line break more consistently. (closes #7610)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2289Problem: Vim9:'cpo' can become empty.Solution: Use empty_option instead of an empty string. Updatequickfix buffer after restoring'cpo'. (closes #7608)Files: src/evalfunc.c, src/syntax.c, src/eval.c, src/quickfix.c, src/evalbuffer.c, src/ex_eval.c, src/gui_motif.c, src/map.c, src/testdir/test_quickfix.vimPatch 8.2.2290Problem: Vim9: unlet of global variable cannot be compiled.Solution: Skip overvariables that might be defined later. Give an error ifasubscriptis found. (closes #7585)Files: src/eval.c, src/vim9compile.c, src/vim.h, src/testdir/test_vim9_assign.vimPatch 8.2.2291Problem: Vim9: cannot use "null" for v:null.Solution: Support "null" like "true" and "false". (closes #7495)Files: runtime/doc/vim9.txt, src/vim9compile.c, src/evalvars.c, src/testdir/test_vim9_expr.vimPatch 8.2.2292Problem: Vim:expr test fails.Solution: Add missing part of "null" support.Files: src/eval.cPatch 8.2.2293Problem: Build failure with Motif. (Tony Mechelynck)Solution: Use empty_option instead of empty_options.Files: src/gui_motif.cPatch 8.2.2294Problem: VMS:a few remaining problems.Solution: AddVMS specific changes. AddLua support. (Zoltan Arpadffy)Files: src/fileio.c, src/os_vms_conf.h, src/Make_vms.mms, src/macros.h, src/os_vms.c, src/vim9execute.c, src/gui_xmebw.c, src/os_unix.hPatch 8.2.2295Problem: Incsearch does not detect emptypattern properly.Solution: Return magic state when skipping overa pattern. (Christian Brabandt, closes #7612, closes #6420)Files: src/ex_cmds.c, src/ex_docmd.c, src/ex_getln.c, src/globals.h, src/option.c, src/tag.c, src/proto/regexp.pro, src/regexp.c, src/search.c, src/structs.h, src/vim9compile.c, src/testdir/dumps/Test_incsearch_sub_01.dump, src/testdir/dumps/Test_incsearch_sub_02.dump, src/testdir/test_search.vimPatch 8.2.2296Problem: Cannot useCTRL-N andCTRL-P inapopup menu.Solution: UseCTRL-N like<Down> andCTRL-P like<Up>. (closes #7614)Files: runtime/doc/popup.txt, src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.2297Problem: Vim9: cannot set'number' toaboolean value.Solution: Use tv_get_bool(). (closes #7615)Files: src/evalvars.c, src/testdir/test_vim9_assign.vimPatch 8.2.2298Problem: Vim9: comment right after "(" of function not recognized.Solution: Do not skip over whitespace before calling get_function_args(). (closes #7613)Files: src/userfunc.c, src/proto/userfunc.pro, src/testdir/test_vim9_func.vimPatch 8.2.2299Problem: Vim9: invalid memory access making error message flaky.Solution: Do not check cmd_argt for CMD_USER. (issue #7467)Files: src/ex_docmd.c, src/vim9execute.c, src/errors.h, src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2300Problem: Vim9: wrong order on type stack when using dict.Solution: Generate constants beforea dict. (closes #7619)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2301Problem: Vim9: cannot unletadict orlist item.Solution: Add ISN_UNLETINDEX. Refactor assignment code to use for unlet.Files: src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/testdir/test_vim9_assign.vimPatch 8.2.2302Problem: Vim9: using an option value may use uninitialized memory.Solution: Clear v_lock. (closes #7620)Files: src/typval.c, src/testdir/test_vim9_expr.vimPatch 8.2.2303Problem: Vim9: backtick expansion doesn't work for :foldopen.Solution: Do recognize backtick expansion. (closes #7621)Files: src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2304Problem: Vim9: no test for unletting an imported variable.Solution: Adda test. Fix line number in error.Files: src/vim9execute.c, src/testdir/test_vim9_assign.vimPatch 8.2.2305Problem: Vim9: "++var" and "--var" are silently accepted.Solution: Give an error message.Files: src/vim9compile.c, src/eval.c, src/proto/eval.pro, src/testdir/test_vim9_expr.vimPatch 8.2.2306Problem: Vim9: when using functionreference typeis not checked.Solution: When usinga functionreference lookup the type and check the argument types. (issue #7629)Files: src/userfunc.c, src/proto/userfunc.pro, src/eval.c, src/structs.h, src/vim9type.c, src/proto/vim9type.pro, src/vim9compile.c, src/vim9execute.c, src/evalvars.c, src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2307Problem:A shell command in thevimrc causesterminal output.Solution: Do not call starttermcap() aftera shell command if thetermcap wasn't active before.Files: src/ex_cmds.cPatch 8.2.2308Problem: Vim9: no error when assigninglambda to funcref without return value.Solution: Default return value to "any". (closes #7629)Files: src/userfunc.c, src/vim9compile.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_func.vimPatch 8.2.2309Problem: 0o777 not recognizedas octal.Solution: Use vim_isodigit(). (Ken Takata, closes #7633, closes #7631)Files: src/charset.c, src/testdir/test_eval_stuff.vimPatch 8.2.2310Problem: Vim9:winsaveview() return typeis too generic.Solution: use dict<number> instead of dict<any>. (closes #7626)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2311Problem: Vim9: cannot assign toa variable that shadowsa command modifier.Solution: Check for assignment after possible command modifier. (closes #7632)Files: src/vim9compile.c, src/ex_docmd.c, src/testdir/test_vim9_assign.vimPatch 8.2.2312Problem: Build failure withRuby 3.0 and 32 bits.Solution: Add #ifdef. (closes #7638)Files: src/if_ruby.cPatch 8.2.2313Problem: Vim9: using uninitialized field when parsing range. ":silent!" not respected when parsing range fails.Solution: Initialize ea.skip. Onpattern failure handleit like an error. (closes #7636)Files: src/vim9execute.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2314Problem: Vim9: returning zero takes two instructions.Solution: Add ISN_RETURN_ZERO.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.2315Problem: Vim9: "enddef"asdict key misinterpretedas function end.Solution: Check for following colon. (closes #7640)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2316Problem: Vim9: cannotlistalambda function.Solution: Support the<lambda>9 notation, like :disassemble. (closes #7634)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2317Problem: Vim9: command modifier beforelist unpack doesn't work.Solution: Only recognize "[" directly after the name. (closes #7641)Files: src/ex_docmd.c, src/testdir/test_vim9_assign.vimPatch 8.2.2318Problem: Vim9:string andlistindex work differently.Solution: Makestringindex work likelist index. (closes #7643)Files: src/eval.c, src/proto/eval.pro, src/vim9execute.c, src/list.c, src/proto/vim9execute.pro, src/testdir/test_vim9_expr.vimPatch 8.2.2319Problem: "exptype_T" can be readas "expected type".Solution: Rename to "exprtype_T",expression type.Files: src/eval.c, src/typval.c, src/proto/typval.pro, src/vim9compile.c, src/proto/vim9compile.pro, src/vim9execute.c, src/structs.h, src/vim9.hPatch 8.2.2320Problem: Vim9: no error for comparing bool with string.Solution: Check for wrong types when comparing. (closes #7639)Files: src/typval.c, src/errors.h, src/testdir/test_vim9_expr.vimPatch 8.2.2321Problem: Vim9: cannot nest closures.Solution: Add the nesting level to ISN_LOADOUTER and ISN_STOREOUTER. (closes #7150, closes #7635)Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/structs.h, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_func.vimPatch 8.2.2322Problem: Vim9:closure nested limiting to one level.Solution: Add outer_T. Also make STOREOUTER work.Files: src/vim9execute.c, src/vim9.h, src/structs.h, src/testdir/test_vim9_func.vimPatch 8.2.2323Problem: Vim9: error when inferring type from empty dict/list.Solution: When the memberis t_unknown use t_any. (closes #7009)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2324Problem: Noteasy to getmark en cursor position by character count.Solution: Addfunctions that use character index. (Yegappan Lakshmanan, closes #7648)Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/eval.c, src/evalfunc.c, src/proto/eval.pro, src/tag.c, src/testdir/test_cursor_func.vim, src/typval.cPatch 8.2.2325Problem: Vim9: crash ifmap() changes the item type.Solution: Check that the item typeis still OK. (closes #7652) Fix problem withmapnew() on range list.Files: src/evalfunc.c, src/proto/evalfunc.pro, src/vim9compile.c, src/list.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vimPatch 8.2.2326Problem: Build error with+eval feature but without +spell.Solution: Adjust #ifdef. (John Marriott)Files: src/mbyte.cPatch 8.2.2327Problem: Debugging code included.Solution: Remove the debugging code.Files: src/vim9execute.cPatch 8.2.2328Problem: Some test files may not be deleted.Solution: Addadelete() call, correct name. (Dominique Pellé, closes #7654)Files: src/testdir/test_clientserver.vim, src/testdir/test_vim9_script.vimPatch 8.2.2329Problem: Not all ways Vim can be started are tested.Solution: Adda test for different program names. (Dominique Pellé, closes #7651)Files: src/testdir/test_startup.vimPatch 8.2.2330Problem: Vim9: crash when using :trow ina not executed block.Solution: Don't generate the instruction when skipping. (closes #7659)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.2331Problem: Vim9: wrong error when modifyingdict declared with :final.Solution: Do not check for writable variable when anindex follows. (closes #7657)Files: src/vim9compile.c, src/structs.h, src/vim9script.c, src/proto/vim9script.pro, src/evalvars.c, src/testdir/test_vim9_assign.vimPatch 8.2.2332Problem: Vim9: missing:endif not reported when using :windo.Solution: Passa getline function to do_cmdline(). (closes #7650)Files: src/vim9execute.c, src/structs.h, src/scriptfile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2333Problem: Vim9: warning for uninitialized variable. (Tony Mechelynck)Solution: Initialize "res".Files: src/vim9execute.cPatch 8.2.2334Problem: Pascal-likefiletypes not always detected.Solution: Improved Puppet, InstantFPC and Pascal detection. (Doug Kearns, closes #7662)Files: runtime/autoload/dist/ft.vim, runtime/filetype.vim, runtime/scripts.vim, src/testdir/test_filetype.vimPatch 8.2.2335Problem: Vim9: "silent return" does not restore command modifiers.Solution: Restore command modifiers before returning. (closes #7649)Files: src/vim9compile.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.2336Problem: Vim9:itis not possible to extenda dictionary with different item types.Solution: Add extendnew(). (closes #7666)Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/list.c, src/proto/list.pro, src/testdir/test_listdict.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.2337Problem: Configure test forGTK only says "no". (Harm te Hennepe)Solution: Hint thata -def packageis needed. (closes #5229)Files: src/configure.ac, src/auto/configurePatch 8.2.2338Problem: Vim9: no error if usingjob_info() result wrongly.Solution: Adjust return type on number of arguments. (closes #7667)Files: src/evalfunc.c, src/globals.h, src/testdir/test_vim9_builtin.vimPatch 8.2.2339Problem: Cannot get the type ofa valueasa string.Solution: Add typename().Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/vim9type.c, src/proto/vim9type.pro, src/testdir/test_vimscript.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.2340Problem:win_execute() unexpectedly returns number zero when failing.Solution: Return an empty string. (closes #7665)Files: src/evalwindow.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_execute_func.vimPatch 8.2.2341Problem: Expression command line completion showsvariables but notfunctions after "g:". (Gary Johnson)Solution: Prefix "g:" when needed toa global function.Files: src/evalfunc.c, src/evalvars.c, src/proto/evalvars.pro, src/testdir/test_cmdline.vimPatch 8.2.2342Problem: "char"functions return the wrong column inInsert mode when the cursoris beyond theend of the line.Solution: Compute the column correctly. (Yegappan Lakshmanan, closes #7669)Files: src/eval.c, src/evalfunc.c, src/testdir/test_cursor_func.vimPatch 8.2.2343Problem: Vim9: return type ofreadfile()is any.Solution: Addreadblob() so thatreadfile() can be expected to always returnalist of strings. (closes #7671)Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/filepath.c, src/proto/filepath.pro, src/testdir/test_vim9_builtin.vimPatch 8.2.2344Problem: Usinginclusiveindex forsliceis not always desired.Solution: Add theslice() method, which has anexclusive index. (closes #7408)Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/eval.c, src/proto/eval.pro, src/vim9execute.c, src/proto/vim9execute.pro, src/list.c, src/proto/list.pro, src/testdir/test_vim9_builtin.vimPatch 8.2.2345Problem: No focus events ina terminal.Solution: Add thet_fd andt_fetermcap entries and implement detecting focus events. (Hayaki Saito, Magnus Groß, closes #7673, closes #609, closes #5526)Files: runtime/doc/term.txt, src/optiondefs.h, src/term.c, src/term.hPatch 8.2.2346Problem: Codecov reports every little coverage drop.Solution: Toleratea 0.05% drop. Hide the appveyor config file. (Ozaki Kiichi, closes #7678)Files: .appveyor.yml, appveyor.yml, .codecov.ymlPatch 8.2.2347Problem: Build failure without GUI.Solution: Add #ifdef.Files: src/term.cPatch 8.2.2348 (after 8.2.2345)Problem: No check for modified files after focus gained. (Mathias Stearn)Solution: Call ui_focus_change().Files: src/term.c, src/ui.cPatch 8.2.2349Problem: Vim9: cannot handle line break after parenthesisat line end.Solution: Skip over line break. (closes #7677)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2350Problem: Using "void" for no reason.Solution: Use "char *".Files: src/ex_docmd.cPatch 8.2.2351Problem: Vim9: error message for "throw" in function that was called with "silent!".Solution: Do not throw the exception when not caught or displayed. (closes #7672)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.2352Problem: If the focus lost/gainedescape sequenceis received twiceitis not ignored. (Christ van Willegen)Solution: Adjust the logic to ignore theescape code.Files: src/term.cPatch 8.2.2353Problem: Sparql files are not detected.Solution: Add the sparql filetype. (closes #7679)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2354Problem: Crash witha weird combination of autocommands.Solution: Increment b_nwindows when needed. (closes #7674)Files: src/ex_cmds.c, src/buffer.c, src/proto/buffer.pro, src/testdir/test_autocmd.vimPatch 8.2.2355Problem: Stray test failure on Appveyor.Solution: Finishinsert command.Files: src/testdir/test_autocmd.vimPatch 8.2.2356Problem: Vim9: ":put =expr" does not handlealist properly.Solution: Use the same logicas eval_to_string_eap(). (closes #7684)Files: src/vim9execute.c, src/eval.c, src/proto/eval.pro, src/testdir/test_vim9_cmd.vimPatch 8.2.2357Problem: Vim9: crash when parsing function return type fails.Solution: Bail out and set return type to "unknown". (closes #7685)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2358Problem: Wrong #ifdef for use_xterm_like_mouse().Solution: Use FEAT_MOUSE_XTERM.Files: src/term.cPatch 8.2.2359Problem: Strange test failure with MS-Windows.Solution: Skip thesystem() call for now.Files: src/testdir/test_autocmd.vimPatch 8.2.2360Problem: Test leaves file behind.Solution: Delete the right file. (Dominique Pellé, closes #7689)Files: src/testdir/test_filetype.vimPatch 8.2.2361Problem: Vim9: no highlight for "s///gc" when using'opfunc'.Solution: Reset'lazyredraw' temporarily. (closes #7687)Files: src/ex_cmds.cPatch 8.2.2362Problem: Vim9: check of builtin function argument typeis incomplete.Solution: Use need_type() instead of check_arg_type().Files: src/vim9compile.c, src/proto/vim9compile.pro, src/evalfunc.c, src/proto/evalfunc.pro, src/vim9type.c, src/proto/vim9type.pro, src/testdir/test_vim9_builtin.vimPatch 8.2.2363Problem: curpos() does not acceptastring argumentas before.solution: Makeastring argument work again. (Yegappan Lakshmanan, closes #7690)Files: src/evalfunc.c, src/testdir/test_cursor_func.vimPatch 8.2.2364Problem: Vim9: line break inlambda accesses freed memory.Solution: Makea copy of the return type. (closes #7664)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2365Problem: Vim9: no check formap()changing item typeatscript level.Solution: Check the new value type.Files: src/list.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_assign.vimPatch 8.2.2366Problem: When using ":sleep" the cursoris always displayed.Solution: Do not display the cursor when using ":sleep!". (Jeremy Lerner, closes #7688)Files: runtime/doc/index.txt, runtime/doc/various.txt, src/ex_cmds.h, src/ex_docmd.c, src/normal.c, src/proto/ex_docmd.pro, src/term.c, src/testdir/Make_all.mak, src/testdir/test_sleep.vimPatch 8.2.2367Problem: Test failures on someless often used systems.Solution: Adjust printf formats and types. (James McCoy, closes #7691)Files: src/errors.h, src/evalfunc.c, src/list.c, src/vim9execute.cPatch 8.2.2368Problem: Insufficient tests for setting options.Solution: Adda few tests. (Dominique Pellé, closes #7695)Files: src/testdir/test_options.vimPatch 8.2.2369Problem: Vim9:functions return true/false but can't be usedas bool.Solution: Add ret_number_bool(). (closes #7693)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2370Problem: Vim9: command fails in catch block.Solution: Reset force_abort and need_rethrow. (closes #7692)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.2371Problem: Vim9: crash when using types in:for with unpack.Solution: Check for skip_var_list() failing. Pass include_type to skip_var_one(). Skip type when compiling. (closes #7694)Files: src/vim9compile.c, src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.2372 (after 8.2.2371)Problem: Confusing error message for wrong:let command.Solution: Only check for type inVim9 script.Files: src/evalvars.cPatch 8.2.2373Problem: Vim9:list assignment only acceptsa number index.Solution: Accept "any" anddoa runtime type check. (closes #7694)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.2374Problem: Accessing uninitialized memory in test_undo.Solution: Do not look in typebuf.tb_buf ifitis empty. (Dominique Pellé, closes #7697)Files: src/edit.cPatch 8.2.2375Problem: Test for RGB color skipped in the terminal.Solution: Run theGUI if possible.Files: src/testdir/test_highlight.vimPatch 8.2.2376Problem: Vim9: crash when dividing by zero in compiled code using constants.Solution: Call num_divide() and num_modulus(). (closes #7704)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2377Problem: Vim9: crash when usinga range after another expression.Solution: Set the variable type to number. Fix using:put witha range and the "=" register. (closes #7706)Files: src/vim9execute.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2378Problem: Vim9: no error message for dividing by zero.Solution: Give an error message. (issue #7704)Files: src/errors.h, src/eval.c, src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.2379Problem: Findingspell suggestions twice if'spellsuggest' contains number.Solution: Onlydo internal suggestions once. (closes #7713)Files: src/spellsuggest.cPatch 8.2.2380Problem: Vim9: occasional crash when using try/catch anda timer.Solution: Save and restore "need_rethrow" when invokingatimer callback. (closes #7708)Files: src/time.cPatch 8.2.2381Problem: Vim9: divide by zero does not abortexpression execution.Solution: Usea "failed" flag. (issue #7704)Files: src/eval.c, src/proto/eval.pro, src/evalvars.c, src/vim9compile.c, src/testdir/vim9.vim, src/testdir/test_vim9_assign.vimPatch 8.2.2382 (after 8.2.2381)Problem: Build failure.Solution: Add missing changes.Files: src/vim9execute.cPatch 8.2.2383Problem: Focusescape sequences are not named in ":settermcap" output.Solution: Add the names to the list. (closes #7718)Files: src/misc2.cPatch 8.2.2384Problem: Turtlefiletype not recognized.Solution: Adda rule to detect turtle files. (closes #7722)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2385Problem: "gj" and "gk"do not work correctly when insidea fold.Solution: Move check for folding. (closes #7724, closes #4095)Files: src/normal.c, src/testdir/test_fold.vimPatch 8.2.2386Problem: Vim9: crash when using ":silent!put".Solution: When ignoring an error for ":silent!" rewind the stack and skip ahead to restoring the cmdmod. (closes #7717)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.2387Problem: Runtime type check does not mention argument index.Solution: Add ct_arg_idx. (closes #7720)Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_func.vimPatch 8.2.2388Problem: Noeasy way to get the maximum or minimum number value.Solution: Addv:numbermax and v:numbermin.Files: src/evalvars.c, src/vim.h, src/testdir/test_eval_stuff.vim, runtime/doc/eval.txtPatch 8.2.2389Problem: Test failure ona few systems.Solution: Avoid that "char" valueis negative.Files: src/vim9compile.c, src/vim9execute.c, src/vim9.hPatch 8.2.2390Problem: Vim9: using positive offsetis unexpected.Solution: Use int8_T instead of char. (James McCoy)Files: src/vim9.h, src/vim9compile.c, src/vim9execute.cPatch 8.2.2391Problem: Memory leak when creatinga global function with closure.Solution: Createa separatepartial for every instantiated function.Files: src/userfunc.c, src/vim9execute.cPatch 8.2.2392Problem: Fennelfiletype not recognized.Solution: Detect withpattern and hashbang. (Chinmay Dalal, closes #7729)Files: runtime/filetype.vim, runtime/scripts.vim, src/testdir/test_filetype.vimPatch 8.2.2393Problem: Vim9: error message whenscript line starts with "[{".Solution: Do not give an error for checking forend of list.Files: src/dict.c, src/testdir/test_vim9_script.vimPatch 8.2.2394Problem: Vim9:min() andmax() return typeis "any".Solution: Use return type "number". (closes #7728)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2395Problem: Vim9: error for wrong type may report wrong line number.Solution: Save and restore the line number when evaluating the expression. (closes #7727)Files: src/evalvars.c, src/testdir/test_vim9_assign.vimPatch 8.2.2396Problem: Vim9: no whitespace allowed before "->".Solution: Allow for white space. (closes #7725)Files: src/ex_docmd.c, src/eval.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2397Problem: Vim9: "%%" not seenas alternate file name for commands witha buffer name argument.Solution: Recognize "%%" like "#". (closes #7732)Files: src/buffer.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2398 (after 8.2.2396)Problem: Method test fails.Solution: Adjust test for allowed white space.Files: src/testdir/test_method.vimPatch 8.2.2399 (after 8.2.2385)Problem: Fold test fails in wide terminal.Solution: Adjust the test. (Dominique Pelle, closes #7731, closes #7739)Files: src/testdir/test_fold.vimPatch 8.2.2400Problem: Vim9: compiledfunctions are not profiled.Solution: Add initial changes toprofile compiled functions. Fix thatascript-local function was hard to debug.Files: runtime/doc/repeat.txt, src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/userfunc.c, src/proto/vim9compile.pro, src/structs.h, src/vim9type.c, src/debugger.c, src/ex_cmds.h, src/ex_docmd.c, src/profiler.c, src/proto/profiler.pro, src/testdir/test_vim9_disassemble.vim, src/testdir/test_profile.vimPatch 8.2.2401Problem: Build fails without +profiling feature.Solution: Add #ifdefs.Files: src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/structs.h, src/testdir/test_vim9_disassemble.vimPatch 8.2.2402Problem: Somefiletypes not detected.Solution: DetectRuby Signature and Puppet related files. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2403Problem: Vim9:profiling if/elseif/endif not correct.Solution: Addprofile instructions. Fix that "elseif" was wrong.Files: src/vim9compile.c, src/testdir/test_profile.vim, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2404Problem: Vim9:profiling try/catch not correct.Solution: Addprofile instructions. Fix that "entry" did notrethrow an exception.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_profile.vimPatch 8.2.2405Problem: Vim9: no need to allow whitespace before "(" for :def.Solution: Give an error for stray white space. (issue #7734)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2406Problem: Vim9: profiled:def function leaks memory.Solution: Delete the profiled instructions.Files: src/vim9compile.cPatch 8.2.2407Problem: Oldjumplist codeis never used.Solution: Delete the dead code. (Yegappan Lakshmanan, closes #7740)Files: src/mark.cPatch 8.2.2408Problem: MinGW: "--preprocessor" flag no longer supported.Solution: Remove the flag, use the defaults. (Christopher Wellons, closes #7741)Files: src/GvimExt/Make_ming.mak, src/Make_cyg_ming.makPatch 8.2.2409Problem: Vim9:profiling only works for one function.Solution:Select the right instructions when calling and returning. (closes #7743)Files: src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/testdir/test_profile.vimPatch 8.2.2410Problem: Build failure without the +profiling feature.Solution: Add dummy argument to macro.Files: src/vim9.hPatch 8.2.2411Problem: Profile test fails on MS-Windows.Solution: Do theprofiling ina separate Vim command.Files: src/testdir/test_profile.vimPatch 8.2.2412Problem: Not all fields in "cstack" are initialized which might causea crash.Solution: Use CLEAR_FIELD().Files: src/ex_docmd.cPatch 8.2.2413Problem: Crash when using:all while usinga cmdline window. (Zdenek Dohnal)Solution: Disallow:all from the cmdline window.Files: src/arglist.c, src/ex_getln.c, src/testdir/test_arglist.vimPatch 8.2.2414Problem: Using freed memory when closing the cmdline window.Solution: Check thewindowis still valid.Files: src/ex_getln.cPatch 8.2.2415Problem: No way to check for thecmdwin feature, cmdline_histis now always enabled.Solution: Add has('cmdwin') support. Skiparglist test on Windows temporarily.Files: runtime/doc/cmdline.txt, src/evalfunc.c, src/testdir/test_autocmd.vim, src/testdir/test_arglist.vim, src/testdir/test_cmdline.vim, src/testdir/test_ins_complete.vim, src/testdir/test_normal.vim, src/testdir/test_tabpage.vim, src/testdir/test_termcodes.vim, src/testdir/test_window_cmd.vimPatch 8.2.2416Problem: May get stuck in command linewindow state.Solution: Reset "cmdwin_type" when editing buffer fails. Makearglist test pass on MS-Windows.Files: src/ex_getln.c, src/testdir/test_arglist.vimPatch 8.2.2417Problem: Condition stack values may be used when not set.Solution: Clear cs_script_var_len and cs_block_id just incase they get used later. (issue #7733)Files: src/ex_eval.cPatch 8.2.2418Problem: Color not changed if ModeMsg highlightis set inInsertEnter autocmd event. (Paul Swanson)Solution: Call highlight_changed() after triggering InsertEnter. (closes #7751)Files: src/edit.cPatch 8.2.2419Problem: Autocmd test was failing onMS-Windows with GUI.Solution: Remove stray feedkeys().Files: src/testdir/test_autocmd.vimPatch 8.2.2420Problem: Too many problems with using allautocommand events.Solution: Disallow defining anautocommand for all events.Files: src/autocmd.c, src/errors.h, src/testdir/test_autocmd.vim, src/testdir/test_quickfix.vim, src/testdir/test_window_cmd.vimPatch 8.2.2421Problem: Double free when usingautocommand with "argdel". (Houyunsong)Solution: Add the arglist_locked flag.Files: src/arglist.c, src/testdir/test_autocmd.vimPatch 8.2.2422Problem: Crash whendeleting with line number out of range. (Houyunsong)Solution: Avoid usinga negative line number.Files: src/normal.c, src/testdir/test_ex_mode.vimPatch 8.2.2423 (after 8.2.2422)Problem: Missing error message.Solution: Add the error message.Files: src/errors.hPatch 8.2.2424Problem: Some tests are known to cause an error with ASAN.Solution: Add CheckNotAsan.Files: src/testdir/check.vim, src/testdir/test_ins_complete.vim, src/testdir/test_memory_usage.vim, src/testdir/test_ex_mode.vimPatch 8.2.2425Problem: Cursor on invalid line with range and :substitute.Solution: Do not move the cursor when skipping commands. (closes #3434)Files: src/ex_cmds.c, src/testdir/test_eval_stuff.vimPatch 8.2.2426Problem: Allowing'completefunc' to switchwindows causes trouble.Solution: use "textwinlock" instead of "textlock".Files: src/insexpand.c, src/testdir/test_ins_complete.vim, src/testdir/test_popup.vimPatch 8.2.2427Problem: Can still switchwindows for'completefunc'.Solution: Also disallow switchingwindows for other completions.Files: src/insexpand.c, src/testdir/test_ins_complete.vim, src/testdir/test_popup.vimPatch 8.2.2428Problem:FocusGained does not work when'ttymouse'is empty.Solution: Don't use the short mouse code if thereisa longer matching code. (closes #7755) Adda test.Files: src/term.c, src/testdir/test_termcodes.vimPatch 8.2.2429Problem::goto does not work correctly with text properties. (Sam McCall)Solution: Adda test. (Andrew Radev) Also use the text property size when computing the remaining offset. (closes #5930)Files: src/memline.c, src/testdir/test_textprop.vimPatch 8.2.2430Problem::vimgrep expandswildcards twice.Solution: Do not expandwildcardsa second time.Files: src/quickfix.c, src/arglist.c, src/testdir/test_quickfix.vimPatch 8.2.2431Problem: Warning for -fno-strength-reduce with Clang 11.Solution: Adjust check for clang version number.Files: src/configure.ac, src/auto/configurePatch 8.2.2432Problem: Libvterm tests are executed even when libtool doesn't work.Solution: Only run libvterm tests if /usr/bin/gcc exists.Files: src/MakefilePatch 8.2.2433Problem: Opening cmdlinewindow gives error inBufLeave autocommand.Solution: Reset cmdwin_type when triggering the autocommand.Files: src/ex_cmds.c, src/testdir/test_cmdline.vimPatch 8.2.2434Problem: Vim9: no error when compilingstr2nr() witha number.Solution: Add argument type checks. (closes #7759)Files: src/evalfunc.c, src/typval.c, src/proto/typval.pro, src/testdir/test_vim9_builtin.vimPatch 8.2.2435Problem:setline() gives an error for some types.Solution: Allow any type, convert each item toa string.Files: runtime/doc/eval.txt, src/evalbuffer.c, src/typval.c, src/proto/typval.pro, src/debugger.c, src/vim9execute.c, src/testdir/test_bufline.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.2436Problem:Vim9script testisa bit flaky.Solution: Wait longer for exit callback.Files: src/testdir/test_vim9_script.vimPatch 8.2.2437Problem: Deprecation warnings with default configuration.Solution: Add -Wno-deprecated-declarations.Files: src/configure.ac, src/auto/configurePatch 8.2.2438Problem: Out of bounds compiler warning.Solution: Increase the size of uf_name.Files: src/structs.hPatch 8.2.2439Problem: Noteasy to figure out whatpackages to get when installing Vim ona new Ubuntu system.Solution: Mention explicit commands that areeasy to follow.Files: src/INSTALLPatch 8.2.2440Problem: Documentation based on patchesis outdated.Solution: Add changes to documentation ina patch.Files: runtime/doc/arabic.txt, runtime/doc/autocmd.txt, runtime/doc/change.txt, runtime/doc/channel.txt, runtime/doc/cmdline.txt, runtime/doc/debugger.txt, runtime/doc/develop.txt, runtime/doc/digraph.txt, runtime/doc/editing.txt, runtime/doc/eval.txt, runtime/doc/filetype.txt, runtime/doc/ft_sql.txt, runtime/doc/gui.txt, runtime/doc/gui_w32.txt, runtime/doc/gui_x11.txt, runtime/doc/hangulin.txt, runtime/doc/helphelp.txt, runtime/doc/help.txt, runtime/doc/if_lua.txt, runtime/doc/if_mzsch.txt, runtime/doc/if_tcl.txt, runtime/doc/indent.txt, runtime/doc/index.txt, runtime/doc/insert.txt, runtime/doc/intro.txt, runtime/doc/map.txt, runtime/doc/mbyte.txt, runtime/doc/message.txt, runtime/doc/mlang.txt, runtime/doc/motion.txt, runtime/doc/netbeans.txt, runtime/doc/options.txt, runtime/doc/os_dos.txt, runtime/doc/os_haiku.txt, runtime/doc/os_unix.txt, runtime/doc/os_vms.txt, runtime/doc/os_win32.txt, runtime/doc/pattern.txt, runtime/doc/pi_getscript.txt, runtime/doc/pi_logipat.txt, runtime/doc/pi_netrw.txt, runtime/doc/pi_tar.txt, runtime/doc/pi_vimball.txt, runtime/doc/pi_zip.txt, runtime/doc/popup.txt, runtime/doc/print.txt, runtime/doc/quickfix.txt, runtime/doc/quickref.txt, runtime/doc/recover.txt, runtime/doc/remote.txt, runtime/doc/repeat.txt, runtime/doc/rileft.txt, runtime/doc/sign.txt, runtime/doc/spell.txt, runtime/doc/starting.txt, runtime/doc/syntax.txt, runtime/doc/tabpage.txt, runtime/doc/tagsrch.txt, runtime/doc/terminal.txt, runtime/doc/term.txt, runtime/doc/testing.txt, runtime/doc/textprop.txt, runtime/doc/tips.txt, runtime/doc/todo.txt, runtime/doc/uganda.txt, runtime/doc/undo.txt, runtime/doc/usr_02.txt, runtime/doc/usr_03.txt, runtime/doc/usr_04.txt, runtime/doc/usr_05.txt, runtime/doc/usr_07.txt, runtime/doc/usr_08.txt, runtime/doc/usr_10.txt, runtime/doc/usr_11.txt, runtime/doc/usr_20.txt, runtime/doc/usr_22.txt, runtime/doc/usr_23.txt, runtime/doc/usr_24.txt, runtime/doc/usr_27.txt, runtime/doc/usr_30.txt, runtime/doc/usr_31.txt, runtime/doc/usr_40.txt, runtime/doc/usr_41.txt, runtime/doc/usr_42.txt, runtime/doc/usr_44.txt, runtime/doc/usr_45.txt, runtime/doc/usr_46.txt, runtime/doc/usr_90.txt, runtime/doc/usr_toc.txt, runtime/doc/various.txt, runtime/doc/version5.txt, runtime/doc/version6.txt, runtime/doc/version7.txt, runtime/doc/version8.txt, runtime/doc/vi_diff.txt, runtime/doc/vim9.txt, runtime/doc/visual.txt, runtime/doc/windows.txtPatch 8.2.2441Problem: Vim9:extend() does not give an error fora type mismatch.Solution: Check the type of the second argument. (closes #7760)Files: src/list.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2442Problem: AutomaticGUI selection does not check forGTK 3.Solution: Make SKIP_GTK3 empty for automaticGUI support. Set SKIP_GTK3 to YES when checking for GTK2.Files: src/configure.ac, src/auto/configurePatch 8.2.2443Problem: Vim9: no compile time error for wrong str2float argument.Solution: Check argument type. (closes #7759)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2444Problem: Vim9: compile error with combination ofoperator and list.Solution: Generate constants before parsingalist or dict. (closes #7757)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2445Problem: Vim9: no proper error forlambda missing return type.Solution: Check for this error. (closes #7758)Files: src/errors.h, src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2446Problem: Setting'term' empty has different error if compiled with GUI.Solution:Insert "else". (closes #7766)Files: src/optionstr.c, src/testdir/test_options.vimPatch 8.2.2447Problem:'foldlevel' not applied tofolds restored from session.Solution: Set'foldlevel' after creating the folds. (closes #7767)Files: src/fold.c, src/testdir/test_mksession.vimPatch 8.2.2448Problem: Compilation error withRuby 3.0.Solution: Adjust #ifdefs and declaration. (Ken Takata, closes #7761)Files: src/if_ruby.cPatch 8.2.2449Problem: Vim9:flatten() always changes thelist type.Solution: Disallow usingflatten() and add flattennew().Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/list.c, src/proto/list.pro, src/errors.h, src/vim9compile.c, src/testdir/test_flatten.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.2450Problem: MS-Windows: ADS was not preserved if'backupcopy'is "yes".Solution: Copy ADS before truncating the file. (Ken Takata, closes #7762)Files: src/bufwrite.cPatch 8.2.2451Problem: MS-Windows: Extended Attributes not preserved.Solution: Preserve Extended Attributes whenwritinga file. (Ken Takata, closes #7765)Files: src/os_win32.cPatch 8.2.2452Problem: No completion for the'filetype' option.Solution: Addfiletype completion. (Martin Tournoij, closes #7747)Files: src/option.c, src/optiondefs.h, src/testdir/test_options.vimPatch 8.2.2453Problem: Vim9:a variable name with "->" in the next line doesn't work.Solution: Recognizea variable name by itself. (closes #7770)Files: src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2454Problem: Leadingspace can not be made visible.Solution: Add "lead:" to'listchars'. (closes #7772)Files: runtime/doc/options.txt, src/drawline.c, src/globals.h, src/message.c, src/screen.c, src/testdir/test_listchars.vimPatch 8.2.2455Problem: Vim9: key type that can be used for literaldict and indexingis inconsistent.Solution: Allow using number and boolas key fora literal dict. (#7771)Files: runtime/doc/vim9.txt, src/dict.c, src/eval.c, src/vim9compile.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_script.vimPatch 8.2.2456Problem: Coverity warning for strcpy() into fixed size array.Solution: Adda type cast to hopefully silence the bogus warning.Files: src/userfunc.cPatch 8.2.2457Problem: Coverity warns for memory leak.Solution: Free memory when out of memory.Files: src/if_cscope.cPatch 8.2.2458Problem: Coverity warns for:retab using freed memory.Solution: Use the updated line pointer when moving text properties.Files: src/indent.cPatch 8.2.2459Problem: Coverity reports dead code.Solution: Remove the dead code.Files: src/eval.cPatch 8.2.2460Problem: Coverity warns for unused value.Solution: Do not reset the return value to OK.Files: src/vim9compile.cPatch 8.2.2461Problem: Coverity warns for unchecked return value.Solution: Add "(void)" to avoid the warning.Files: src/vim9execute.cPatch 8.2.2462Problem: Coverity warns for not checking for fseek() error.Solution: Give an error message if fseek() fails.Files: src/spellfile.cPatch 8.2.2463Problem: Using:arglocal in anautocommand may use freed memory. (houyunsong)Solution: Check if thearglistis locked.Files: src/arglist.c, src/testdir/test_autocmd.vimPatch 8.2.2464Problem: Using freed memory ifwindow closed in autocommand. (houyunsong)Solution: Check thewindow still exists.Files: src/ex_cmds.c, src/testdir/test_autocmd.vimPatch 8.2.2465Problem: Using freed memory in :psearch. (houyunsong)Solution: Check the currentwindowis still valid. Fix flaky test.Files: src/search.c, src/testdir/test_autocmd.vimPatch 8.2.2466Problem: Max() andmin() can give many error messages.Solution: Bail outat the first error. (closes #1039, closes #7778)Files: src/evalfunc.c, src/testdir/test_functions.vimPatch 8.2.2467Problem: Script generated by:mkview changes alternate file.Solution: Only write:balt in the session file. (Harish Rajagopal, closes #7779)Files: src/session.c, src/testdir/test_mksession.vimPatch 8.2.2468Problem: Noteasy to get the full command name froma shortened one.Solution: Add fullcommand(). (Martin Tournoij, closes #7777)Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/ex_docmd.c, src/proto/evalfunc.pro, src/testdir/test_cmdline.vimPatch 8.2.2469Problem: Confusing error if:winsize hasa wrong argument.Solution: Quote the argument in the error. (closes #2523)Files: src/ex_docmd.c, src/testdir/test_excmd.vimPatch 8.2.2470Problem: Popup_getoptions() does not gettextprop from other tab.Solution: use win_valid_any_tab(). (closes #7786)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.2471Problem: Popup_setoptions() does not settextprop in other tab.Solution: use win_valid_any_tab(). (closes #7788)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.2472Problem: Crash when using command linewindow in an autocommand. (houyunsong)Solution: Save and restore au_new_curbuf.Files: src/ex_cmds.c, src/testdir/test_autocmd.vimPatch 8.2.2473Problem: Crash when leaving command linewindow triggers autocommand. (houyunsong)Solution: Make sure not to close the currentwindow or buffer.Files: src/ex_getln.c, src/testdir/test_autocmd.vimPatch 8.2.2474Problem: Using freed memory whenwindowis closed by autocommand. (houyunsong)Solution: Check thewindow pointeris still valid.Files: src/quickfix.c, src/testdir/test_autocmd.vimPatch 8.2.2475Problem: Autocommand tests hangs on MS-Windows.Solution: Skip one test.Files: src/testdir/test_autocmd.vimPatch 8.2.2476Problem: Using freed memory when using anautocommand to splitawindow whilea bufferis being closed.Solution: Disallow splitting when the buffer has b_locked_split set.Files: src/buffer.c, src/window.c, src/errors.h, src/structs.h, src/popupwin.c, src/testdir/test_autocmd.vimPatch 8.2.2477Problem: Autocommand tests hang on MS-Windows.Solution: Skipa couple of tests. Fix file name.Files: src/testdir/test_autocmd.vimPatch 8.2.2478Problem: MS-Windows:backup files for plugins are loaded.Solution: Do not use the alternate file name for files ending in "~".Files: src/filepath.cPatch 8.2.2479Problem: set/getbufline test fails without thejob feature.Solution: Check whether thejob featureis supported. (Dominique Pellé, closes #7790)Files: src/testdir/test_bufline.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.2480Problem: Vim9: someerrors for whitespacedo not show context.Solution: Include the textat the error.Files: src/errors.h, src/dict.c, src/list.c, src/userfunc.c, src/vim9compile.c, src/vim9script.c, src/vim9type.cPatch 8.2.2481Problem: Vim9: confusing error when variable arguments havea default value.Solution: Givea specific error message. (closes #7793)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2482Problem: Build error.Solution: Add new error message.Files: src/errors.hPatch 8.2.2483Problem: Vim9: type error for malformed expression.Solution: Check forend of command before checking type. (closes #7795)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.2484Problem: Vim9: Cannot usea commentstarting with #{ after an expression.Solution: Remove the check for "{" since #{ dictionaries are not supported.Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.2485Problem: When sourcingascript again thescript version isn't reset.Solution: Set sn_version to one when sourcingascript again. Clear sn_save_cpo properly. (closes #7608)Files: src/scriptfile.c, src/testdir/test_vim9_script.vimPatch 8.2.2486Problem: Vim9: someerrors for whitespacedo not show context.Solution: Include the textat the error.Files: src/errors.h, src/dict.c, src/list.c, src/userfunc.c, src/vim9compile.c, src/vim9type.cPatch 8.2.2487Problem: Terminal shows garbage after double-wide character witha combining character. (Kyoichiro Yamada)Solution: Libvterm:do not add the width of the combining character to the glyph width. (closes #7801)Files: src/libvterm/src/state.c, src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_combining.dumpPatch 8.2.2488Problem:json_encode() gives generic argument error.Solution: Mention the type that can't be encoded. (issue #7802)Files: src/json.c, src/errors.h, src/testdir/test_json.vimPatch 8.2.2489Problem: current bufferis wrong afterdeletebufline() fails to deletea line in another buffer.Solution: Restore the current buffer.Files: src/evalbuffer.c, src/testdir/test_bufline.vimPatch 8.2.2490Problem:'wrap' optionis always reset whenstartingdiff mode.Solution: Add the "followwrap" item in'diffopt'. (Rick Howe, closes #7797)Files: runtime/doc/diff.txt, runtime/doc/options.txt, src/diff.c, src/testdir/test_diffmode.vimPatch 8.2.2491Problem: Popupwindow for text property may show in first screen line.Solution: If the text positionis invisibledo not show thepopup window. (closes #7807)Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popup_prop_not_visible_01.dump, src/testdir/dumps/Test_popup_prop_not_visible_02.dump, src/testdir/dumps/Test_popup_prop_not_visible_03.dumpPatch 8.2.2492Problem: Command line buffer name cannot be translated.Solution: Add _(). (Gabriel Dupras, closes #7812)Files: src/ex_getln.cPatch 8.2.2493Problem: Text property for text left ofwindow shows up.Solution: Check if the text property ends before the current column. (closes #7806)Files: src/drawline.c, src/testdir/test_textprop.vim, src/testdir/dumps/Test_textprop_nowrap_01.dump, src/testdir/dumps/Test_textprop_nowrap_02.dumpPatch 8.2.2494Problem: ":rviminfo!" clears most of oldfiles.Solution: Add VIF_ONLY_CURBUF to read_viminfo(). (closes #1781)Files: src/viminfo.c, src/vim.hPatch 8.2.2495Problem: Text jumps up and down when moving the cursor ina smallwindow with wrapping text and'scrolloff' set.Solution: Adjust the computation of w_skipcol. (partly by Ghjuvan Lacambre, closes #7813)Files: src/move.c, src/testdir/test_breakindent.vimPatch 8.2.2496 (after 8.2.2495)Problem: Insufficienttesting for text jumping fix.Solution: Add another test case.Files: src/testdir/test_breakindent.vimPatch 8.2.2497Problem: No error when using more than one character foraregister name.Solution: InVim9script check fora single character string. (closes #7814) Fix that VAR_BOOL and VAR_SPECIAL are not considered equal.Files: src/errors.h, src/evalfunc.c, src/typval.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2498Problem: No test for what 8.2.2494 fixes.Solution: Adda simple change to test the fix. (closes #7818)Files: src/testdir/test_viminfo.vimPatch 8.2.2499Problem: "vim-g--version" does not redirect output.Solution: Reset gui.starting when showing version info. (closes #7815)Files: src/main.c, src/testdir/test_version.vimPatch 8.2.2500 (after 8.2.2499)Problem: Build fails without theGUI feature.Solution: Add #ifdef.Files: src/main.cPatch 8.2.2501Problem: Not always clear where an erroris reported.Solution: Add the where_T structure and passit around. (closes #7796)Files: src/structs.h, src/vim9type.c, src/proto/vim9type.pro, src/errors.h, src/evalvars.c, src/proto/evalvars.pro, src/eval.c, src/proto/eval.pro, src/vim9execute.c, src/vim9script.c, src/proto/vim9script.pro, src/dict.c, src/list.c, src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.2502Problem:A few github actions are failing.Solution: Install setuptools-rust. (closes #7823)Files: .github/workflows/ci.ymlPatch 8.2.2503Problem: Vim9:a caught error may leave something on the stack.Solution: Drop items from the stack if needed. (closes #7826)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.2504Problem: Vim9: crash when using an argument froma closure.Solution: Check if gen_load_outeris NULL. (closes #7821)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.2505Problem: Vim9: crash after defining function with invalid return type.Solution: Clear function growarrays. Fix memory leak.Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2506Problem: Vim9::continue does not work correctly ina:try blockSolution: Add the TRYCLEANUP instruction. (closes #7827)Files: src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2507Problem: Github build may fail if Ubuntu 20.04is used. Installingrustis not needed.Solution: Specify ubuntu-18.04 instead of latest. Update "pip" instead of installing rust. (Ozaki Kiichi, closes #7820)Files: .github/workflows/ci.ymlPatch 8.2.2508Problem: Cannot change the character displayed in non existing lines.Solution: Add the "eob" item to'fillchars'. (closes #7832, closes #3820)Files: runtime/doc/options.txt, runtime/doc/todo.txt, runtime/doc/windows.txt, src/drawscreen.c, src/globals.h, src/optiondefs.h, src/screen.c, src/testdir/test_display.vimPatch 8.2.2509Problem: Tests fail on s390 build.Solution: Initialize trycmd_T.Files: src/vim9execute.cPatch 8.2.2510Problem: Internal error whenpopup with maskis zero height or width.Solution: Bail out if width or heightis zero. (closes #7831)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.2511Problem: Vim9: cannot useVim9scriptsyntax in some places.Solution: Add the:vim9cmd command modifier. Incompatible: Makes ":vim9" mean ":vim9cmd" instead of ":vim9script".Files: runtime/doc/vim9.txt, runtime/doc/repeat.txt, src/ex_docmd.c, src/ex_cmds.h, src/structs.h, src/ex_cmdidxs.h, src/errors.h, src/testdir/test_vim9_cmd.vim, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_wildmenu_1.dump, src/testdir/dumps/Test_wildmenu_2.dump, src/testdir/dumps/Test_wildmenu_3.dump, src/testdir/dumps/Test_wildmenu_4.dump, src/testdir/test_quickfix.vimPatch 8.2.2512Problem: Vim9: compiling error test sometimes fails.Solution: use WaitForAssert() instead of sleeping fora bit. (Dominique Pellé, closes #7837)Files: src/testdir/term_util.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.2513 (after 8.2.2511)Problem: Vim9: missing part of:vim9cmd change.Solution: Use command modifier in in_vim9script().Files: src/vim9script.cPatch 8.2.2514 (after 8.2.2511)Problem: Vim9: build error in tiny version.Solution: Add #ifdef.Files: src/ex_docmd.cPatch 8.2.2515Problem: Memory access error when truncating an empty message.Solution: Check for an empty string. (Dominique Pellé, closes #7841)Files: src/message.c, src/message_test.cPatch 8.2.2516Problem: Test failure on s390. (analyses by James McCoy)Solution: Only set the try_finally label when not skipping.Files: src/vim9compile.cPatch 8.2.2517Problem: Vim9: fix for s390 not tested on other systems.Solution: Adda test.Files: src/testdir/test_vim9_script.vimPatch 8.2.2518Problem:'listchars' should be window-local.Solution: Make'listchars' global-local. (Yegappan Lakshmanan, Marco Hinz, closes #5206, closes #7850)Files: runtime/doc/options.txt, src/buffer.c, src/charset.c, src/drawline.c, src/drawscreen.c, src/evalfunc.c, src/globals.h, src/indent.c, src/message.c, src/misc1.c, src/option.c, src/option.h, src/optiondefs.h, src/optionstr.c, src/proto/screen.pro, src/screen.c, src/structs.h, src/testdir/test_listchars.vim, src/testdir/test_listlbr.vimPatch 8.2.2519Problem: Vim9: no reason to keep strangeVi behavior.Solution: ":3" and ":3|" bothgo to line 3. ":|" does not print the line. (closes #7840)Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.2520Problem: Missing tests for'listchars'.Solution: Adda few more checks. (Yegappan Lakshmanan, closes #7854)Files: src/testdir/test_listchars.vimPatch 8.2.2521Problem: Some compilers can't handle pointer initialization. (John Marriott)Solution: Usea local struct and assignit afterwards.Files: src/screen.cPatch 8.2.2522Problem: Beancountfiletype not recognized.Solution: Adda detection rule. (Brian Ryall, closes #7859)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2523Problem: Sveltefiletype not recognized.Solution: Adda detection rule. (Brian Ryall, closes #7858)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2524Problem: Cannot change the characters displayed in the foldcolumn.Solution: Add fields to'fillchars'. (Yegappan Lakshmanan, Matthieu Coudron, closes #7860)Files: runtime/doc/options.txt, src/globals.h, src/mouse.c, src/screen.c, src/testdir/test_display.vimPatch 8.2.2525Problem: Vim9: only localvariables checked fora name.Solution: Also check arguments andscript variables. (closes #7838)Files: src/vim9compile.c, src/ex_docmd.c, src/proto/ex_docmd.pro, src/testdir/test_vim9_cmd.vimPatch 8.2.2526 (after 8.2.2525)Problem: Build failure.Solution: Change lookup_scriptvar() arguments.Files: src/evalvars.c, src/proto/evalvars.proPatch 8.2.2527Problem: Vim9:lambda return typeis not determinedatscript level.Solution: Compile thelambda to get the return type. (closes #7843)Files: src/eval.c, src/vim.h, src/vim9.h, src/testdir/test_vim9_assign.vimPatch 8.2.2528Problem: Vim9: crash when compilinglambda fails.Solution: Bail out after compilation fails. (closes #7862)Files: src/eval.c, src/testdir/test_vim9_assign.vimPatch 8.2.2529Problem: Vim9: Not possible to use legacy andVim9script in one file.Solution: Vim9: allow for "iffalse" before :vim9script. (closes #7851)Files: runtime/doc/vim9.txt, src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.2530Problem: Vim9: not enoughtesting for profiling.Solution: Adda test with nestedfunctions anda lambda. Fixprofiling for callinga compiled function.Files: src/profiler.c, src/proto/profiler.pro, src/userfunc.c, src/vim9execute.c, src/testdir/test_profile.vimPatch 8.2.2531Problem: Vim9: the:k commandis obscure.Solution: Disallow using :k, can use:mark instead. (closes #7874)Files: runtime/doc/vim9.txt, src/ex_docmd.c, src/vim9script.c, src/vim9compile.c, src/ex_cmds.h, src/testdir/test_vim9_script.vimPatch 8.2.2532Problem: Vim9: confusing error if:kis used witha range.Solution: Give an error about the range. (issue #7874)Files: src/vim9script.c, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.2533Problem: Vim9: cannot usea range with :unlet.Solution: Implement ISN_UNLETRANGE.Files: src/errors.h, src/eval.c, src/evalvars.c, src/list.c, src/proto/evalvars.pro, src/proto/list.pro, src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_assign.vimPatch 8.2.2534Problem: Missing test coverage.Solution: Improve test coverage for completion with different encodings, mapset(), and term function failures. (Dominique Pellé, closes #7877)Files: src/testdir/test_edit.vim, src/testdir/test_maparg.vim, src/testdir/test_terminal3.vimPatch 8.2.2535Problem: MS-Windows: cannot run allvim9 tests.Solution: Make test_vim9 target work.Files: src/Make_mvc.makPatch 8.2.2536Problem: Coverity complains about unchecked return value.Solution: Add (void).Files: src/userfunc.cPatch 8.2.2537Problem: Vim9: crash whenmap() fails.Solution: Clear typval before using it. (closes #7884)Files: src/list.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2538Problem: Crash when usingPythonlist iterator.Solution: Increment thelistreference count. (closes #7886)Files: src/if_py_both.h, src/testdir/test_python3.vimPatch 8.2.2539Problem: Vim9: return from finally block causesa hang.Solution: Store both the finally and endtry indexes. (closes #7885)Files: src/vim9execute.c, src/vim9compile.c, src/vim9.h, src/testdir/test_vim9_script.vim,Patch 8.2.2540Problem: Vim9: no error for usingscript var name for argument.Solution: Check for this error. (closes #7868)Files: src/userfunc.c, src/vim9compile.c, src/proto/vim9compile.pro, src/testdir/test_vim9_func.vimPatch 8.2.2541Problem: Popup_create() does not allowboolean for "cursorline".Solution: Use dict_get_bool(). (issue #7869)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.2542Problem: Highlight of char beyond lineendis not correct. (Chuan Wei Foo)Solution: Fix counting NULas one cell. Draw one more character if the EOLis part of the match. (closes #7883)Files: src/match.c, src/testdir/test_search.vim, src/testdir/dumps/Test_hlsearch_1.dump, src/testdir/dumps/Test_hlsearch_2.dumpPatch 8.2.2543Problem: Vim9:a return inside try/catch does not restore exception state properly.Solution: When thereis no ":finally" jump to ":endtry". (closes #7882)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.2544Problem: Vim9: error for argument when checking for lambda.Solution: Respect the skip flag. (closes #7887)Files: src/userfunc.c, src/testdir/test_vim9_expr.vimPatch 8.2.2545Problem: Errors and crash whenterminalwindowis zero height. (Leonid V. Fedorenchik)Solution: Do not resize when width or heightis zero. (closes #7890)Files: src/terminal.c, src/testdir/test_terminal.vimPatch 8.2.2546Problem: Typo in mouse key name.Solution: Fix the typo. (issue #4725)Files: src/misc2.cPatch 8.2.2547Problem: "%" command not accurate for big files.Solution: Makeit more accurate for files up to 21M lines. (Dominique Pellé, closes #7889)Files: src/normal.cPatch 8.2.2548Problem: May get stuck in the cmdlinewindow using :normal.Solution: Have nv_esc() return K_IGNORE.Files: src/normal.cPatch 8.2.2549Problem: Crash after using "g:" ina for loop.Solution: Increment thereference count. (closes #7892)Files: src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.2550Problem: Signal stack sizeis wrong with latest glibc 2.34.Solution: Use sysconf(_SC_SIGSTKSZ) if available. (Zdenek Dohnal, closes #7895)Files: src/config.h.in, src/configure.ac, src/os_unix.c, src/auto/configurePatch 8.2.2551Problem: MS-Windows: colors test fileis not installed.Solution: Also copy runtime/colors/tools. (Ken Takata, closes #7902)Files: nsis/gvim.nsiPatch 8.2.2552Problem: Vim9: no reason to consider "{{{{{{{{"a command.Solution: Just use "{". (issue #7904)Files: src/ex_cmds.hPatch 8.2.2553Problem: Vim9: Cannotput "|" after "{".Solution: Add the EX_TRLBAR flag. (issue #7904)Files: src/ex_cmds.h, src/ex_eval.cPatch 8.2.2554Problem: Vim9: exportinga finalis not tested.Solution: Adda test.Files: src/testdir/test_vim9_script.vimPatch 8.2.2555Problem: Vim9: missing test for 8.2.2553.Solution: Adda simple test.Files: src/testdir/test_vim9_script.vimPatch 8.2.2556Problem: Vim9::import with "as" not fully supported.Solution: Implement "as" for more cases.Files: src/vim9script.c, src/testdir/test_vim9_script.vimPatch 8.2.2557Problem: Compiler warning for shadowed variable.Solution: Declare "p" only once.Files: src/vim9script.cPatch 8.2.2558Problem: No error ifalambda argument shadowsa variable.Solution: Check that the argument name shadowsa local, argument orscript variable. (closes #7898)Files: src/vim9compile.c, src/proto/vim9compile.pro, src/userfunc.c, src/vim9script.c, src/errors.h, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.2559Problem: MS-Windows: guifont test fails on Windows XP.Solution: Check windowsversion().Files: src/testdir/test_gui.vimPatch 8.2.2560Problem: Setting'winminheigt' does not take tabline into account.Solution: Subtract the tabline from the available height. (closes #7899)Files: src/window.c, src/testdir/test_options.vimPatch 8.2.2561Problem: Not alltextprop codeis covered by tests.Solution: Adda few more test cases. (Dominique Pellé, closes #7908)Files: src/testdir/test_textprop.vimPatch 8.2.2562Problem: GUI:starregister changed when'clipboard'is "unnamedplus". (Ingo Karkat)Solution: Do not change thestarregister when'clipboard' contains "unnamedplus" and not "unnamed". (closes #1516)Files: src/register.cPatch 8.2.2563Problem: Cannot usemultibyte characters forfolding in'fillchars'.Solution: Port pull request 11568 to Vim. (Yegappan Lakshmanan, closes #7924)Files: src/drawline.c, src/drawscreen.c, src/macros.h, src/proto/screen.pro, src/screen.c, src/testdir/test_fold.vim, src/testdir/test_profile.vimPatch 8.2.2564Problem: Focus eventsendInsert mode if'esckeys'is not set.Solution: Do not enable focus events when'esckeys'is off. (closes #7926)Files: src/term.cPatch 8.2.2565Problem: Vim9: "..=" not always recognized.Solution: Do not consider "..=" to bestring concatenation. (closes #7905)Files: src/eval.c, src/testdir/test_vim9_assign.vimPatch 8.2.2566Problem: Vim9: Function nameis not recognized.Solution: Change lookup_scriptvar() to also find function names. (closes #7770)Files: src/vim9script.c, src/evalvars.c, src/proto/evalvars.pro, src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2567Problem: Vim9: no error if variableis defined for existing function.Solution: Check if name isn't already in use. (closes #7897)Files: src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.2568Problem: Second timea previewpopupis opened highlightis not set. (Gabriel Dupras)Solution: Apply'previewpopup' after getting the file. (closes #7928)Files: src/tag.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_previewpopup_2.dump, src/testdir/dumps/Test_popupwin_previewpopup_3.dump, src/testdir/dumps/Test_popupwin_previewpopup_4.dump, src/testdir/dumps/Test_popupwin_previewpopup_5.dumpPatch 8.2.2569Problem:'fillchars' "stl" and "stlnc" itemsmust be single byte.Solution: Acceptmulti-byte characters. (Christian Wellenbrock, Yegappan Lakshmanan, closes #7927)Files: runtime/doc/options.txt, src/buffer.c, src/macros.h, src/screen.c, src/testdir/test_fold.vim, src/testdir/test_statusline.vimPatch 8.2.2570Problem: Tests fail when runas root.Solution: Adda comment mentioning the expected failure. (issue #7919)Files: src/testdir/test_edit.vim, src/testdir/test_excmd.vim, src/testdir/test_help.vim, src/testdir/test_writefile.vimPatch 8.2.2571Problem: Test may leave file behind.Solution: Delete the temporary file. Don'tprofile in the running Vim instance.Files: src/testdir/test_quickfix.vim, src/testdir/test_profile.vimPatch 8.2.2572Problem: Vim9: crash when getting the types fora legacy function.Solution: Initialize the typelist growarray. (closes #7929)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.2573Problem: Vim9: using invalid pointer for error message.Solution: Use the right pointer. (closes #7921)Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.2574Problem: Vim9: crash when callingpartial with wrong function.Solution: Check argument types of called function. (closes #7912)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.2575Problem: Vim9:a function name with "->" in the next line doesn't work.Solution: Recognizea function name by itself. (closes #7770)Files: src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2576Problem: Vim9: defininga :func function checks for whitespace aftera comma in the arguments.Solution: Only check for whitespace ina:def function. (closes #7930)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2577Problem: Compiler warning for type conversion.Solution: Adda typecast. (Mike Williams)Files: src/drawline.cPatch 8.2.2578Problem:Lua cannot handlea passed in lambda.Solution: Handle VAR_PARTIAL. (Prabir Shrestha, closes #7937, closes #7936)Files: src/if_lua.c, src/testdir/test_lua.vimPatch 8.2.2579Problem: Vim9: crash in garbagecollect after for loop.Solution: Do not setareference inscript item when the name was cleared. (closes #7935)Files: src/evalvars.cPatch 8.2.2580Problem: Vim9: checking vararg typeis wrong when functionis auto-loaded.Solution: Use the member type. (closes #7933)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.2581Problem: Vim9: sourcingVim9script triggersa redraw.Solution: Do not let setting/restoring'cpoptions' causea redraw. (closes #7920)Files: src/vim.h, src/option.c, src/optionstr.c, src/scriptfile.c, src/vim9script.c, src/testdir/test_vim9_script.vim, src/testdir/dumps/Test_vim9_no_redraw.dumpPatch 8.2.2582 (after 8.2.2581)Problem: Vim9: screendump test fails on MS-Windows.Solution: Use:function instead of :def.Files: src/testdir/test_vim9_script.vimPatch 8.2.2583Problem: Vim9: cannot compare result ofgetenv() with null.Solution: Make the return type ofgetenv() "any". (closes #7943)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2584Problem: Vim9: type error for assigning the result oflist concatenation toa list.Solution: Do not consider concatenation result ina constant. (closes #7942)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2585Problem: Vim9: illegal memory access.Solution: Check byte right after "null", not one more.Files: src/vim9compile.cPatch 8.2.2586Problem: Process id may be invalid.Solution: Use sysinfo.uptime to check for recent reboot. (suggested by Hugo van der Sanden, closes #7947)Files: src/configure.ac, src/auto/configure, src/config.h.in, src/memline.c, src/testing.c, src/globals.h, src/testdir/test_recover.vimPatch 8.2.2587 (after 8.2.2586)Problem: Recover test fails on FreeBSD.Solution: Check for Linux.Files: src/testdir/check.vim, src/testdir/test_recover.vimPatch 8.2.2588 (after 8.2.2586)Problem: Build failure with tiny features.Solution: Add #ifdef. Run recover test separately.Files: src/memline.c, src/testdir/Make_all.mak, src/testdir/test_alot.vimPatch 8.2.2589 (after 8.2.2586)Problem: Recover test hangs in the GUI.Solution: Add g:skipped_reason to skipa _nocatch_ test.Files: src/testdir/runtest.vim, src/testdir/test_recover.vimPatch 8.2.2590Problem: Vim9: default argument value may cause internal error.Solution: Hide later function arguments when compiling the expression. (closes #7948)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.2591Problem: Poke files are not recognized.Solution: Addafiletype entry. (Matt Ihlenfield)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2592Problem: Code coverage could be improved.Solution: Adda few more tests. (Dominique Pellé, closes #7957)Files: src/testdir/test_fileformat.vim, src/testdir/test_normal.vim, src/testdir/test_sleep.vim, src/testdir/test_textformat.vim, src/testdir/test_viminfo.vimPatch 8.2.2593Problem:List of distributed filesis incomplete.Solution: Adda file and rename another.Files: FilelistPatch 8.2.2594Problem: Alternate buffer added to session file even when it's hidden.Solution: Check the'buflisted' option. (closes #7951)Files: src/session.c, src/testdir/test_mksession.vimPatch 8.2.2595Problem: Setting'winminheight' may cause'lines' to change.Solution: Also take minimal height of other tabpages into account. (#7899)Files: src/window.c, src/testdir/test_options.vimPatch 8.2.2596Problem::doautocmd may confuse scripts listening to WinEnter.Solution: Do the current buffer last. (closes #7958)Files: src/autocmd.c, src/testdir/test_autocmd.vimPatch 8.2.2597Problem: Vim9: "import *as" does not workatscript level.Solution: Implement using an imported namespace.Files: src/vim.h, src/eval.c, src/evalvars.c, src/proto/evalvars.pro, src/vim9execute.c, src/errors.h, src/vim9script.c, src/proto/vim9script.pro, src/testdir/test_vim9_script.vimPatch 8.2.2598Problem: Vim9::open does not need to be supported.Solution: Do not support:open inVim9 script.Files: src/ex_docmd.c, src/vim9script.c, src/testdir/test_vim9_script.vimPatch 8.2.2599 (after 8.2.2597)Problem: Build failure.Solution: Add missing change.Files: src/vim9compile.cPatch 8.2.2600Problem: Vim9: crash when putting an unknown type ina dictionary. (Yegappan Lakshmanan)Solution: Handlea NULL type pointer.Files: src/vim9type.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2601Problem: Memory usage test often fails on FreeBSD.Solution: Increase multiplier for upper limit.Files: src/testdir/test_memory_usage.vimPatch 8.2.2602Problem: Vim9: continue doesn't work if:whileis very first command. (Yegappan Lakshmanan)Solution: Add one to the continue instruction index.Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.2603Problem: Vim9: no effect if user commandis alsoa function.Solution: Check for paren following. (closes #7960)Files: src/evalvars.c, src/proto/evalvars.pro, src/ex_docmd.c, src/proto/ex_docmd.pro, src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2604Problem: GUI-specific command line arguments not tested.Solution: Add tests for several arguments. (Dominique Pellé, closes #7962)Files: src/testdir/test_startup.vimPatch 8.2.2605Problem: Vim9:stringindex andslice does not include composing chars.Solution: Include composing characters. (issue #6563)Files: runtime/doc/vim9.txt, src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.2606Problem:strchars() defaults to counting composing characters.Solution: Addstrcharlen() which ignores composing characters.Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/testdir/test_utf8.vimPatch 8.2.2607Problem:strcharpart() cannot include composing characters.Solution: Add the{skipcc} argument.Files: runtime/doc/eval.txt, src/evalfunc.c, src/testdir/test_expr_utf8.vimPatch 8.2.2608Problem: Character input not fully tested.Solution: Add more tests. (Yegappan Lakshmanan, closes #7963)Files: src/testdir/test_functions.vim, src/testdir/test_messages.vim, src/testdir/test_paste.vim, src/testdir/test_registers.vim, src/testdir/test_undo.vimPatch 8.2.2609Problem: Test disabled onMS-Windows even thoughit should work.Solution: Restore the condition for skipping the test. (Ken Takata, closes #7970)Files: src/testdir/test_startup.vimPatch 8.2.2610Problem: Mouse click test fails when using remote connection.Solution: Usea larger'mousetime'. (Dominique Pellé, closes #7968)Files: src/testdir/test_selectmode.vimPatch 8.2.2611Problem: Conditions forstartup tests are not exactly right.Solution: Check for type ofGUI instead of MS-Windows. (Ozaki Kiichi, closes #7976)Files: src/main.c, src/testdir/check.vim, src/testdir/test_startup.vimPatch 8.2.2612Problem: col('.') may get outdated column value.Solution: Addanote to thehelp how to make this work and adda test for it. (closes #7971)Files: runtime/doc/map.txt, src/testdir/test_mapping.vimPatch 8.2.2613 (after 8.2.2612)Problem: New test throws exception.Solution: Adjust the function cleanup.Files: src/testdir/test_mapping.vimPatch 8.2.2614Problem: Vim9: functionis deleted while executing.Solution: increment the call count, when more than zerodo not delete the function butmarkitas dead. (closes #7977)Files: src/vim9execute.c, src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.2615 (after 8.2.2614)Problem: Testis sourcing the wrong file.Solution: Correct the file name.Files: src/testdir/test_vim9_script.vimPatch 8.2.2616Problem: Vim9: if'cpo'is changed inVim9scriptit may be restored.Solution: Apply the changes to'cpo' to the restored value.Files: runtime/doc/vim9.txt, src/scriptfile.c, src/testdir/test_vim9_script.vimPatch 8.2.2617Problem: Vim9:script variable ina block scope not found bya nested function.Solution: Copy the block scope IDs before compiling the function.Files: src/vim9compile.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2618Problem: Vim9: cannot usea normallist name to store function refs.Solution: Allowa lowercase name ifitis indexed.Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.2619Problem: Vim9: no test for return type of lambda.Solution: Adda test.Files: src/testdir/test_vim9_func.vimPatch 8.2.2620Problem: Vim9: Using #{ fora dictionary gives strange errors.Solution: Give an error when using #{ fora comment aftera command.Files: src/vim9compile.c, src/vim9script.c, src/proto/vim9script.pro, src/errors.h, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.2621Problem: typval2type() cannot handle recursive structures.Solution: Use copyID. (closes #7979)Files: src/list.c, src/vim9script.c, src/vim9type.c, src/proto/vim9type.pro, src/testdir/test_vimscript.vimPatch 8.2.2622Problem: GTK: error whenstarting up and-geometryis given. (Dominique Pellé)Solution: Use another function to get the monitor if thewindow has not been created yet. (closes #7978)Files: src/gui_gtk_x11.c, src/proto/gui_gtk_x11.pro, src/gui_beval.c, src/gui_xim.cPatch 8.2.2623Problem: Some tests fail when runas root.Solution: Use CheckNotRoot.Files: src/testdir/test_edit.vim, src/testdir/test_excmd.vim, src/testdir/test_help.vim, src/testdir/test_writefile.vimPatch 8.2.2624Problem: Atom files not recognized.Solution: Recognize .atomas XML. (Kivin Locke, closes #7986)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2625Problem: Rss files not recognized.Solution: Recognize .rssas XML. (Kivin Locke, closes #7987)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2626Problem: GTK3: error whenstarting up and-geometryis given. (Dominique Pellé)Solution: Use another function to get the monitor if thewindow has not been created yet. (closes #7978)Files: src/gui_gtk_x11.cPatch 8.2.2627Problem: No need to check for BSD after checking for not root.Solution: Remove CheckNotBSD. (Ozaki Kiichi, closes #7989)Files: src/testdir/test_excmd.vim, src/testdir/test_help.vim, src/testdir/check.vimPatch 8.2.2628Problem: Vim9: #{ can still be usedat thescript level.Solution: Give an error for #{ like ina:def function.Files: src/eval.c, src/ex_docmd.c, src/testdir/test_vim9_expr.vimPatch 8.2.2629Problem: Vim9: error for #{{is not desired.Solution: Adjust the checks. (closes #7990)Files: src/errors.h, src/vim9script.c, src/ex_docmd.c, src/testdir/test_vim9_expr.vimPatch 8.2.2630Problem: Hard to see wherea test gets stuck.Solution: Print the executed test function. (Dominique Pellé, closes #7975)Files: src/testdir/MakefilePatch 8.2.2631Problem: Commands fromwinrestcmd()do not always work properly. (Leonid V. Fedorenchik)Solution: Repeat the size commands twice. (closes #7988)Files: src/evalwindow.c, src/testdir/test_window_cmd.vimPatch 8.2.2632Problem: Not all command line arguments are tested.Solution: Add tests for-D and -serverlist. (Dominique Pellé, closes #7992)Files: src/testdir/test_clientserver.vim, src/testdir/test_startup.vimPatch 8.2.2633Problem: Multi-byte'fillchars' forfoldingdo not show properly.Solution: Handlemulti-byte characters correctly. (Yegappan Lakshmanan, closes #7983, closes #7955)Files: src/screen.c, src/testdir/test_fold.vimPatch 8.2.2634Problem:'tagfunc' does not indicate usinga pattern.Solution: Add the "r" flag. (Andy Massimino, closes #7982)Files: runtime/doc/tagsrch.txt, src/tag.c, src/testdir/test_tagfunc.vimPatch 8.2.2635Problem: Vim9: cannot define an inline function.Solution: Make an inline function mostly work.Files: src/userfunc.c, src/errors.h, src/vim9compile.c, src/misc2.c, src/proto/vim9compile.pro, src/testdir/test_vim9_expr.vimPatch 8.2.2636 (after 8.2.2635)Problem: Memory leak when compiling inline function.Solution: Free the prefetched line.Files: src/userfunc.c, src/vim9compile.c, src/structs.h, src/globals.h, src/eval.cPatch 8.2.2637Problem:prop_remove() causesa redraw even when nothing changed.Solution: Only redraw ifa property was removed. (Dominique Pellé)Files: src/textprop.cPatch 8.2.2638Problem: Cannot writea message to theterminal from the GUI.Solution: Add:echoconsole and useit in the test runner. (issue #7975)Files: runtime/doc/eval.txt, runtime/doc/index.txt, src/ex_cmds.h, src/ex_cmdidxs.h, src/eval.c, src/ui.c, src/proto/ui.pro, src/term.c, src/testdir/runtest.vimPatch 8.2.2639 (after 8.2.2638)Problem: Build failure when fsync()is not available.Solution: Add #ifdef.Files: src/ui.cPatch 8.2.2640Problem:screenstring() returns non-existing composing characters.Solution: Only use composing characters if thereisa base character.Files: src/evalfunc.c, src/testdir/test_listchars.vimPatch 8.2.2641Problem: Display test fails because of lacking redraw.Solution: Adda redraw command.Files: src/testdir/test_display.vimPatch 8.2.2642Problem: Vim9: no clear error for wrong inline function.Solution: Check for something following the "{".Files: src/userfunc.c, src/testdir/test_vim9_expr.vimPatch 8.2.2643Problem: Various code not covered by tests.Solution: Adda few more test. (Yegappan Lakshmanan, closes #7995)Files: src/testdir/test_edit.vim, src/testdir/test_functions.vim, src/testdir/test_mapping.vim, src/testdir/test_termcodes.vim, src/testdir/test_undo.vimPatch 8.2.2644Problem:prop_clear() causesa screen update even when nothing changed.Solution: Only redraw whena property was cleared. (Dominique Pellé)Files: src/textprop.cPatch 8.2.2645Problem: Using inline functionis not properly tested.Solution: Add test cases, esp. for errors. Minor code improvements.Files: src/userfunc.c, src/errors.h, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vimPatch 8.2.2646Problem: Vim9: error for not usingstring doesn't mention argument.Solution: Add argument number.Files: src/filepath.c, src/typval.c, src/proto/typval.pro, src/errors.h, src/mbyte.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2647Problem: Terminal test sometimes hangs.Solution: Wait for the shell to displaya prompt.Files: src/testdir/test_terminal.vimPatch 8.2.2648Problem: Terminal resize test sometimes hangs.Solution: Wait for the shell to displaya prompt and other output.Files: src/testdir/test_terminal2.vimPatch 8.2.2649Problem: Vim9: some wincmd arguments causea whitespace error.Solution:Insertaspace before the count. (closes #8001)Files: src/window.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2650Problem: Vim9: command modifiers not handled in nested function.Solution: Keep function-local info ina structure and saveit on the stack.Files: src/vim9execute.c, src/vim9.h, src/testdir/test_vim9_func.vimPatch 8.2.2651Problem: Vim9: restoring command modifiers happens after jump.Solution: Move the restore instruction to before the jump. (closes #8006) Also handle for and while.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.2652Problem: Vim9: can use command modifier without an effect.Solution: Give an error fora misplaced command modifier. Fix error message number.Files: src/vim9compile.c, src/ex_docmd.c, src/proto/ex_docmd.pro, src/ex_eval.c, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2653Problem: Build failure.Solution: Add missing changes.Files: src/errors.hPatch 8.2.2654Problem: Vim9: gettinga character fromastring can be slow.Solution: Avoida function call to get the character byte size. (#8000)Files: src/vim9execute.vimPatch 8.2.2655Problem: The-w command line argument doesn't work.Solution: Don't set'window' when set with the-w argument. (closes #8011)Files: src/term.c, src/testdir/test_startup.vimPatch 8.2.2656Problem: Some command line arguments andregexperrors not tested.Solution: Adda few test cases. (Dominique Pellé, closes #8013)Files: src/testdir/test_regexp_latin.vim, src/testdir/test_startup.vimPatch 8.2.2657Problem: Vim9: error message for declaring variable in for loop.Solution: Clearvariables when entering block again. (closes #8012)Files: src/ex_eval.c, src/testdir/test_vim9_script.vimPatch 8.2.2658Problem::for cannot loop overa string.Solution: Acceptastring argument and iterate over its characters.Files: runtime/doc/eval.txt, src/eval.c, src/vim9compile.c, src/vim9execute.c, src/errors.h, src/testdir/test_vimscript.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_script.vimPatch 8.2.2659 (after 8.2.2658)Problem: Eval test fails because for loop onstring works.Solution: Check looping over functionreference fails.Files: src/testdir/test_eval_stuff.vimPatch 8.2.2660Problem: Vim9: no error for declaration with trailing text.Solution: Give an error. (closes #8014)Files: src/evalvars.c, src/testdir/test_vim9_assign.vimPatch 8.2.2661Problem: Leaking memory when looping overa string.Solution: Free the memory.Files: src/eval.cPatch 8.2.2662Problem: Thereis no way to avoid someescape sequences.Solution: Suppressescape sequences when the--not-a-term argumentis used. (Gary Johnson)Files: src/main.c, src/os_unix.c, src/testdir/test_startup.vimPatch 8.2.2663Problem: Vim9: leaking memory when inline function has an error.Solution: Free the partially allocated function.Files: src/userfunc.cPatch 8.2.2664Problem: Vim9: not enough function arguments checked for string.Solution: Check in balloon functions. Refactor function arguments.Files: src/typval.c, src/proto/typval.pro, src/filepath.c, src/evalfunc.c, src/mbyte.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2665 (after 8.2.2664)Problem: Test failures.Solution: Check more specific feature. Add missing change.Files: src/testdir/test_vim9_builtin.vim, src/evalbuffer.cPatch 8.2.2666Problem: Vim9: not enough function arguments checked for string.Solution: Check in ch_logfile(),char2nr() and others.Files: src/channel.c, src/evalfunc.c, src/filepath.c, src/eval.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2667Problem:prop_find() cannot find item matching both id and type.Solution: Add the "both" argument. (Naohiro Ono, closes #8019)Files: runtime/doc/textprop.txt, src/testdir/test_textprop.vim, src/textprop.cPatch 8.2.2668Problem: Vim9: omitting "call" for "confirm()" does not give an error.Solution: Do not recognizea modifier followed by "(".Files: src/ex_docmd.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2669Problem: Command line completion does not work after "vim9".Solution: Include the "9". (Naohiro Ono, closes #8025)Files: src/cmdexpand.c, src/ex_docmd.c, src/testdir/test_cmdline.vimPatch 8.2.2670Problem: Vim9: error for append(0, text).Solution: Check for negative number. (closes #8022)Files: src/typval.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2671 (after 8.2.2670)Problem: Error for line number in legacy script.Solution: Check for number type.Files: src/typval.cPatch 8.2.2672Problem: Vim9: cannot use:lockvar and:unlockvar in compiled script.Solution: Implement locking support.Files: src/vim9compile.c, src/errors.h, src/testdir/test_vim9_cmd.vimPatch 8.2.2673Problem: Vim9:script-local funcref can have lowercase name.Solution: Require an uppercase name.Files: src/evalvars.c, src/testdir/test_vim9_assign.vimPatch 8.2.2674Problem: Motif: cancelling the fontdialog resets the font.Solution: When no fontis selected to not change the font. (closes #7825, closes #8035) Fix compiler warnings.Files: src/gui_x11.c, src/gui_motif.cPatch 8.2.2675Problem: Directory change inaterminalwindow shellis not followed.Solution: Add the'autoshelldir' option. (closes #6290)Files: runtime/doc/options.txt, runtime/doc/quickref.txt, runtime/optwin.vim, src/charset.c, src/feature.h, src/option.h, src/optiondefs.h, src/terminal.c, src/testdir/check.vim, src/testdir/test_terminal3.vimPatch 8.2.2676Problem: Missing error message.Solution: Add new error message.Files: src/errors.hPatch 8.2.2677Problem: Vim9: cannot use only some of the default arguments.Solution: Usev:none to use default argument value. Remove uf_def_arg_idx[], use JUMP_IF_ARG_SET. (closes #6504)Files: runtime/doc/vim9.txt, src/vim9compile.c, src/vim9execute.c, src/userfunc.c, src/structs.h, src/vim9.h, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_func.vimPatch 8.2.2678Problem: Test for'autoshelldir' does not reset the option.Solution: Reset the option after testing.Files: src/testdir/test_terminal3.vimPatch 8.2.2679Problem: Winbar drawn over status line for non-currentwindow with winbar if frameis zero height. (Leonid V. Fedorenchik)Solution: Do not draw thewindow if the frame heightis zero. (closes #8037)Files: src/drawscreen.c, src/testdir/test_winbar.vim, src/testdir/dumps/Test_winbar_not_visible.dumpPatch 8.2.2680Problem: Vim9: problem definingascript variable from legacy function.Solution: Check if thescriptis Vim9, not the current syntax. (closes #8032)Files: src/vim9script.c, src/proto/vim9script.pro, src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.2681Problem: Vim9: test fails for redeclaringscript variable.Solution: It's OK to assign to an existingscript variable in legacy.Files: src/evalvars.cPatch 8.2.2682Problem: Vim9: cannot find Name.Func from "import *as Name". (Alexander Goussas)Solution: When no variable found try findinga function. (closes #8045) Check that the function was exported.Files: src/vim9compile.c, src/vim9script.c, src/testdir/test_vim9_script.vimPatch 8.2.2683Problem: Build failure without the+eval feature.Solution: Add #ifdef.Files: src/vim9script.cPatch 8.2.2684Problem: Not enoughfolding codeis tested.Solution: Add more test cases. (Yegappan Lakshmanan, closes #8046)Files: src/testdir/test_fold.vim, src/testdir/test_mksession.vim, src/testdir/test_source.vimPatch 8.2.2685 (after 8.2.2152)Problem: Custom statusline not drawn correctly with WinBar.Solution: Also adjust the column for the custom status line. (Yee Cheng Chin, closes #8047)Files: src/drawscreen.c, src/proto/drawscreen.pro, src/screen.c, src/testdir/dumps/Test_winbar_not_visible_custom_statusline.dump, src/testdir/test_winbar.vimPatch 8.2.2686Problem: Status lineis not updated when going to cmdline mode.Solution: Redraw status lines if'statusline'is set and going to status line mode. (based on patch from Justin M. Keyes et al., closes #8044)Files: src/ex_getln.c, src/testdir/test_statusline.vim, src/testdir/dumps/Test_statusline_mode_1.dump, src/testdir/dumps/Test_statusline_mode_2.dumpPatch 8.2.2687Problem: Vim9: cannot use "const" for global variable in:def function.Solution: Do allow using:const fora global variable. (closes #8030)Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_assign.vimPatch 8.2.2688Problem: Vim9: crash when using s: forscript variable.Solution: Pass theend pointer. (closes #8045)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.2689Problem: Tiny build fails.Solution: Add #ifdef around use of p_stl.Files: src/ex_getln.cPatch 8.2.2690Problem: PowerShell files are not recognized.Solution: Recognize several PowerShell extension. (Heath Stewart, closes #8051)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2691Problem: Autoconf may mess up compiler flags.Solution: Handle removing FORTIFY_SOURCEa bit better. (Vladimir Lomov, closes #8049)Files: src/configure.ac, src/auto/configurePatch 8.2.2692Problem: Vim9: lockedscript variable can be changed.Solution: Check for locked value. (closes #8031)Files: src/vim9execute.c, src/testdir/test_vim9_assign.vimPatch 8.2.2693Problem: Vim9: lockedscript variable can be changed.Solution: Check legacyscript variable for being locked. (issue #8031)Files: src/vim9execute.c, src/testdir/test_vim9_assign.vimPatch 8.2.2694Problem: When'matchpairs'is empty every character beeps. (Marco Hinz)Solution: Bail out when no character in'matchpairs' was found. (closes #8053) Add assert_nobeep().Files: runtime/doc/testing.txt, runtime/doc/eval.txt, src/search.c, src/testing.c, src/proto/testing.pro, src/evalfunc.c, src/testdir/test_textformat.vimPatch 8.2.2695Problem: Cursor position reset with nested autocommands.Solution: Only check and reset line numbers for not nested autocommands. (closes #5820)Files: src/autocmd.c, src/testdir/test_terminal.vimPatch 8.2.2696Problem:Lua test fails withLua 5.4.3 and later.Solution: Check for different error messages. (Yegappan Lakshmanan, closes #8050)Files: src/testdir/test_lua.vimPatch 8.2.2697Problem: Functionlist test fails.Solution: Add missing function. (Yegappan Lakshmanan)Files: runtime/doc/usr_41.txtPatch 8.2.2698 (after 8.2.2696)Problem:Lua test fails on MS-Windows.Solution: Fall back to oldmethod if "lua-v" doesn't work.Files: src/testdir/test_lua.vimPatch 8.2.2699Problem:Lua test fails.Solution: Fix condition. (Yegappan Lakshmanan, closes #8060)Files: src/testdir/test_lua.vimPatch 8.2.2700Problem: Nested autocmd test fails sometimes.Solution: Wait for thejob to finish.Files: src/testdir/test_terminal.vimPatch 8.2.2701Problem: Order of removing FORTIFY_SOURCEis wrong.Solution: Use the more specificpattern first.Files: src/configure.ac, src/auto/configurePatch 8.2.2702Problem: Compiler completion test fails when more scripts are added.Solution: Adda more generic pattern.Files: src/testdir/test_compiler.vimPatch 8.2.2703Problem: Vim9: memory leak when failing on locked variable.Solution: Free the memory.Files: src/vim9execute.c, src/testdir/test_vim9_assign.vimPatch 8.2.2704Problem: Addinga lot of completions can bea bit slow.Solution: Use fast_breakcheck() instead of ui_breakcheck() when addingalist of completions. (Ben Jackson, closes #8061)Files: src/insexpand.cPatch 8.2.2705Problem: Vim9: misleading reported line number for wrong type.Solution: Remember and use the line numberat the start. (closes #8059)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.2706Problem: Vim9: wrong line number reported forboolean operator.Solution: Use the line number before skipping over line break. (closes #8058)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2707 (after 8.2.2704)Problem: Addinga lot of completions can still bea bit slow.Solution: Add the check for CP_FAST. (Ben Jackson)Files: src/insexpand.cPatch 8.2.2708Problem: Test sometimes fails waiting for shell in terminal.Solution: Use WaitForAssert() so we can see the actualjob status. Use Run_shell_in_terminal().Files: src/testdir/term_util.vim, src/testdir/test_mksession.vimPatch 8.2.2709Problem: TheGTKGUI hasa gap next to the scrollbar.Solution: Calculate the scrollbar padding for GTK. (closes #8027)Files: src/gui_gtk.cPatch 8.2.2710Problem: Vim9: not all tests coverscript and:def function.Solution: Run tests in both if possible. Fix differences.Files: src/eval.c, src/vim9compile.c, src/vim9execute.c, src/testdir/vim9.vim, src/testdir/test_vim9_expr.vimPatch 8.2.2711Problem: "gj" ina closed fold does not move out of the fold. (Marco Hinz)Solution: Adda check for being ina closed fold. (closes #8062)Files: src/normal.c, src/testdir/test_fold.vimPatch 8.2.2712Problem: Memory leak when adding toablob fails.Solution: Clear the second typval before returning.Files: src/eval.cPatch 8.2.2713Problem:Folding code not sufficiently tested.Solution: Adda few more test cases. (Yegappan Lakshmanan, closes #8064)Files: src/testdir/test_fold.vimPatch 8.2.2714Problem: Filetypepattern ending instaris too far up.Solution: Move down to where patterns ending instar belong. (closes #8065)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2715Problem: Vim9: tests fail without thechannel feature. (Dominique Pellé)Solution: Check for thechannel feature. (closes #8063)Files: src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_expr.vimPatch 8.2.2716Problem: The equivalentclassregexpis missing some characters.Solution: Update thelist of equivalent characters. (Dominique Pellé, closes #8029)Files: src/regexp_bt.c, src/regexp_nfa.c, src/testdir/test_regexp_utf8.vimPatch 8.2.2717Problem:GTK menu items don't showa tooltip.Solution: Adda callback to show the tooltip. (Leonid V. Fedorenchik, closes #8067, closes #7810)Files: src/gui_gtk.cPatch 8.2.2718Problem: Vim9: no explicit test for usinga global function without theg: prefix.Solution: Adda test case.Files: src/testdir/test_vim9_func.vimPatch 8.2.2719Problem: Vim9: appending todict item doesn't work ina:def function.Solution: Implement assignment withoperator on indexed item.Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.2720Problem:GTK menu tooltip moves the cursor.Solution: Position the cursor after displaying the tooltip. Do not show the tooltip when editing the command line.Files: src/gui_gtk.cPatch 8.2.2721Problem: Vim9: cannot havea linebreak insidea lambda.Solution: Compile theexpression before the arguments.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2722Problem: Vim9: crash when using LHS with double index.Solution: Handle lhs_dest whichis "dest_expr". (closes #8068) Fix confusing error message for missingdict item.Files: src/vim9compile.c, src/eval.c, src/testdir/test_vim9_assign.vimPatch 8.2.2723 (after 8.2.2722)Problem: Assignment test fails.Solution: Adjust error number.Files: src/testdir/test_let.vimPatch 8.2.2724 (after 8.2.2722)Problem: Vim9: concatenating tolist indict not tested.Solution: Adda test. (issue #8068)Files: src/testdir/test_vim9_assign.vimPatch 8.2.2725Problem: Vim9: message about compilingis wrong when using try/catch.Solution: Store the compiling flag with the message. (closes #8071)Files: src/ex_docmd.c, src/ex_eval.c, src/structs.h, src/testdir/test_vim9_func.vimPatch 8.2.2726Problem: Confusing error message with whitespace before comma in the arguments ofa function declaration.Solution: Givea specific error message. (closes #2235)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2727 (after 8.2.2726)Problem: Function test fails.Solution: Adjust expected error number.Files: src/testdir/test_user_func.vimPatch 8.2.2728Problem:Special key names don't work if'isident'is cleared.Solution: Add vim_isNormalIDc() and useit for special key names. (closes #2389)Files: src/charset.c, src/proto/charset.pro, src/misc2.c, src/testdir/test_mapping.vimPatch 8.2.2729Problem: Vim9: wrong error message for referring to legacyscript variable.Solution: Do allow referring toa variable in legacyscript without "s:" ifit existsat compile time. (closes #8076)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.2730Problem: Coverity complains about not restoring character.Solution: Also restore the character incase of an error.Files: src/vim9compile.cPatch 8.2.2731Problem: Mac: SF symbols are not displayed properly.Solution: Add custom range tolist of double-width characters. (Yee Cheng Chin, closes #8077)Files: src/mbyte.cPatch 8.2.2732Problem: Prompt for s///c inEx mode can be wrong.Solution: Position the cursor before showing the prompt. (closes #8073)Files: src/ex_cmds.c, src/testdir/test_ex_mode.vimPatch 8.2.2733Problem: DetectingLua versionis not reliable.Solution: Add "vim.lua_version". (Ozaki Kiichi, closes #8080)Files: runtime/doc/if_lua.txt, ci/if_ver-1.vim, src/if_lua.c, src/testdir/test_lua.vimPatch 8.2.2734Problem: Vim9: cannot use legacyscript-local var from:def function.Solution: Do not insist on using "s:" prefix. (closes #8076)Files: src/vim9compile.c, src/proto/vim9compile.pro, src/testdir/test_vim9_expr.vimPatch 8.2.2735Problem: Vim9: functionreference found with prefix, not without.Solution: Also find functionreference without prefix.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2736Problem: Vim9: for loop overstringisa bit slow.Solution: Avoid using strlen().Files: src/vim9execute.cPatch 8.2.2737Problem: Status line not updated when local'statusline' option set.Solution: Check the'statusline' option of each window.Files: src/ex_getln.c, src/testdir/test_statusline.vim, src/testdir/dumps/Test_statusline_mode_1.dump, src/testdir/dumps/Test_statusline_mode_2.dumpPatch 8.2.2738Problem: Extendingalist with itself can give wrong result.Solution: Remember the item before where the insertion happens and skip to after the already inserted items. (closes #1112)Files: src/list.c, src/testdir/test_listdict.vimPatch 8.2.2739Problem: Vim9:alambda accepts too many argumentsat thescript level.Solution: Do not set uf_varargs inVim9 script.Files: src/userfunc.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.2740Problem: Vim9:lambda with varargs doesn't work.Solution: Make "...name" work. Require type to bea list.Files: src/userfunc.c, src/vim9compile.c, src/vim9execute.c, src/errors.h, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.2741Problem: Vim9:Partial call does not check right arguments.Solution: Adjust the offset for whether thepartialis before or after the arguments. (closes #8091)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.2742Problem: Vim9: when compilinga function failsitis cleared.Solution: Keep the function lines, prevent execution witha different status. (closes #8093)Files: src/vim9compile.c, src/structs.h, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.2743Problem: Vim9: function state stuck when compiling with ":silent!".Solution: Check for uf_def_status to be UF_COMPILING.Files: src/vim9compile.c, src/message.c, src/globals.h, src/testdir/test_vim9_func.vimPatch 8.2.2744Problem: Vim9: no way to explicitly ignore an argument.Solution: Use the underscoreas the name for an ignored argument.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/eval.c, src/evalvars.c, src/errors.h, src/testdir/test_vim9_func.vimPatch 8.2.2745 (after 8.2.2744)Problem: Vim9: missing part of the argument change.Solution: Add missing changes.Files: src/userfunc.cPatch 8.2.2746 (after 8.2.2745)Problem: Check for duplicate arguments does not work.Solution: Correct condition.Files: src/userfunc.cPatch 8.2.2747Problem: Vim9: not always an error for too many function arguments.Solution: Check for getting too many arguments.Files: src/vim9execute.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.2748Problem: Vim9: memory leak when calling:def function fails.Solution: Jump to failed_early instead of returning.Files: src/vim9execute.cPatch 8.2.2749Problem: Vim9: test for error can bea bit flaky.Solution: Increase the wait timea bit.Files: src/testdir/test_vim9_script.vimPatch 8.2.2750Problem: Vim9: error for using underscore in nested function.Solution: Do not consider "_" already defined. (closes #8096)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.2751Problem: Coverity warns for using NULL pointer.Solution: Check for NULL in calling function.Files: src/userfunc.cPatch 8.2.2752problem: coverity reports unreachable code.Solution: Remove check for positive index.Files: src/typval.cPatch 8.2.2753Problem: Vim9: cannot ignore an item in assignment unpack.Solution: Allow using an underscore.Files: runtime/doc/vim9.txt, src/vim.h, src/evalvars.c, src/eval.c, src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.2754Problem::sleep! does not always hide the cursor.Solution: Add the cursor_is_asleep flag. (Jeremy Lerner, closes #8097, closes #7998)Files: src/drawscreen.c, src/ex_docmd.c, src/gui.c, src/proto/term.pro, src/term.cPatch 8.2.2755Problem: Vim9: no error for usinga number ina condition.Solution: Also use ISN_COND2BOOL if the typeis t_number_bool. (closes #7644)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2756Problem: Vim9:blobindex andslice not implemented yet.Solution: Implementblobindex and slice.Files: src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/eval.c, src/blob.c, src/proto/blob.pro, src/testdir/test_vim9_expr.vimPatch 8.2.2757Problem: Vim9:blob tests for legacy andVim9script are separate.Solution: Add CheckLegacyAndVim9Success(). Makeblobindex assign work.Files: src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/errors.h, src/blob.c, src/proto/blob.pro, src/eval.c, src/ex_docmd.c, src/testdir/vim9.vim, src/testdir/test_blob.vimPatch 8.2.2758Problem: Vim9: wrong line number forautoload function with wrong name.Solution: Set and restore SOURCING_LNUM. (closes #8100)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2759Problem: Vim9: for loop infers type of loop variable.Solution: Do not get the member type. (closes #8102)Files: src/vim9type.c, src/proto/vim9type.pro, src/list.c, src/vim9script.c, src/proto/vim9script.pro, src/vim.h, src/testdir/test_vim9_script.vimPatch 8.2.2760Problem: Vim9: no error forchanginga for loop variable.Solution: Make the loop variable read-only. (issue #8102)Files: src/eval.c, src/evalvars.c, src/vim9compile.c, src/vim.h, src/testdir/test_vim9_script.vimPatch 8.2.2761Problem: Using "syn include" does not work properly.Solution: Don't add current_syn_inc_tag to topgrp. (Jaehwang Jerry Jung, closes #8104)Files: src/syntax.c, src/testdir/test_syntax.vimPatch 8.2.2762Problem: Vim9: function line truncated when compiling.Solution: Copy the line before processing it. (closes #8101)Files: src/vim9compile.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.2763Problem: Vim9: cannot use type in for loop unpackatscript level.Solution: Advance over the type name.Files: src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.2764Problem: Memory leak when default function argumentis allocated.Solution: Free theexpression result.Files: src/userfunc.c, src/testdir/test_functions.vimPatch 8.2.2765Problem: Vim9: not allblob operations work.Solution: Run more tests also withVim9script and:def functions. Fix what doesn't work.Files: src/eval.c, src/blob.c, src/proto/blob.pro, src/vim9execute.c, src/errors.h, src/testdir/vim9.vim, src/testdir/test_blob.vimPatch 8.2.2766 (after 8.2.2765)Problem: Test failure.Solution: Add change toVim9 compilation error message.Files: src/vim9compile.cPatch 8.2.2767 (after 8.2.2765)Problem: Compiler warning for unused argument.Solution: Remove the argument.Files: src/blob.c, src/proto/blob.pro, src/vim9execute.c, src/eval.cPatch 8.2.2768Problem: Vim9: memory leak withblob range error.Solution: Jump toend instead of returning.Files: src/vim9compile.cPatch 8.2.2769Problem: Modula-3 config files are not recognized.Solution: Addfiletype patterns. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2770Problem: Vim9: type of loop variableis not used.Solution: Parse and check the variable type. (closes #8107)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.2771Problem: Vim9: assignment not recognized if declaration was skipped.Solution: Also recognized an assignment if the variable does not exist. (closes #8108)Files: src/ex_docmd.c, src/testdir/test_vim9_assign.vimPatch 8.2.2772Problem: Problems when restoring'runtimepath' froma session file.Solution: Add the "skiprtp" item in'sessionoptions'.Files: runtime/doc/options.txt, src/session.c, src/optionstr.c, src/option.h, src/vim.h, src/option.c, src/testdir/test_mksession.vimPatch 8.2.2773Problem: PSLfiletype not recognized.Solution: Addafiletype pattern. (Daniel Kho, closes #8117)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2774Problem: Vim9: cannot import an existing name even when using "as".Solution: Do not check for an existing name when using "as". (closes #8113)Files: src/vim9script.c, src/testdir/test_vim9_script.vimPatch 8.2.2775Problem: Vim9: wrong line number used for some commands.Solution: For :exe,:echo and the like use the line number of the start of the command. When callinga function set the line number in thescript context.Files: src/vim9compile.c, src/vim9execute.c, src/structs.h, src/testdir/test_vim9_script.vimPatch 8.2.2776Problem::mksession uses current value of'splitbelow' and'splitright' even though "options"is not in'sessionoptions'. (Maxim Kim)Solution: Save and restore the values, instead of setting to the current value. (closes #8119)Files: src/session.c, src/testdir/test_mksession.vimPatch 8.2.2777Problem: Vim9:blob operations not tested in all ways.Solution: Run tests with CheckLegacyAndVim9Success(). Makeblob assign withindex work.Files: src/vim9compile.c, src/vim9execute.c, src/errors.h, src/blob.c, src/proto/blob.pro, src/testdir/test_blob.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2778Problem: Problem restoring'packpath' in session.Solution: Let "skiprtp" also apply to'packpath'.Files: runtime/doc/options.txt, src/option.c, src/testdir/test_mksession.vimPatch 8.2.2779Problem: Memory access error inremove() for blob.Solution: Adjust length for memmove().Files: src/blob.cPatch 8.2.2780Problem: Vim9: for loop overblob doesn't work.Solution: Makeit work.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_blob.vimPatch 8.2.2781Problem: Add() silently skips when adding tonulllist or blob.Solution: Give an error inVim9 script. Allocateblob whenitis NULL like withlist and dict.Files: src/list.c, src/evalvars.c, src/vim9execute.c, src/testdir/test_blob.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.2782Problem: Vim9:blob operations not fully tested.Solution: Make moreblob tests run inVim9 script. Fix filter(). Makeinsert() give an error foranull blob, like add().Files: src/list.c, src/testdir/test_blob.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.2783Problem: Duplicate code for setting byte in blob,blob test may fail.Solution: Call blob_set_append(). Test sort failure with "N".Files: src/eval.c, src/testdir/test_blob.vimPatch 8.2.2784Problem: Vim9: cannot use \=expr in :substitute.Solution: Compile theexpression into instructions and execute them when invoked.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/proto/vim9execute.pro, src/regexp.c, src/ex_cmds.c, src/proto/ex_cmds.pro, src/globals.h, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2785Problem: Vim9: cannot redirect to local variable.Solution: Compile:redir when redirecting toa variable.Files: src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/errors.h, src/evalvars.c, src/proto/evalvars.pro, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2786Problem: Vim9: memory leak when using:s with expression.Solution: Clean up the instruction list.Files: src/vim9compile.cPatch 8.2.2787Problem: MS-Windows: crash when using :echoconsole.Solution: Do not writea NUL when it's already there.Files: src/os_win32.cPatch 8.2.2788Problem: Rakuis now the only name what once was called perl6.Solution: Adjust thefiletype detection. (closes #8120)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2789Problem: Vim9: using \=expr in:substitute does not handle jumps.Solution: Start with instructioncount zero. (closes #8128)Files: src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2790 (after 8.2.2788)Problem:filetype test failsSolution: Also update the scripts detectionFiles: runtime/scripts.vimPatch 8.2.2791Problem: Vim9: memory leak when using \=expr in :substitute.Solution: Do not allocatea new instruction list.Files: src/vim9compile.cPatch 8.2.2792Problem: Vim9: :disas shows instructions for default args but no text.Solution: Show theexpression test above the default argument instructions. (closes #8129)Files: src/vim9execute.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.2793Problem: MS-Windows:string literals are writable with MSVC.Solution: Add the /GF compiler flag. Make mch_write() safer. (Ken Takata, closes #8133)Files: src/Make_mvc.mak, src/os_win32.cPatch 8.2.2794Problem: Linux users don't know how to get ncurses.Solution: Add the name of the package. (closes #8132)Files: src/configure.ac, src/auto/configurePatch 8.2.2795Problem: Coverity warns for not using return value.Solution: Check the return value of compiling the substitute expression.Files: src/vim9compile.cPatch 8.2.2796Problem: Vim9: redir to variable does not accept an index.Solution: Make theindex work.Files: src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2797Problem: Search highlight disappears in theVisual area.Solution: Combine the search attributes. (closes #8134)Files: src/drawline.c, src/testdir/test_search.vim, src/testdir/dumps/Test_hlsearch_visual_1.dumpPatch 8.2.2798Problem: Vim9: redir to variable with append does not accept an index.Solution: Make the appending work.Files: src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2799Problem: Vim9: type casts don't fully workat thescript level.Solution: Implement the missing piece.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.2800Problem: Afteratimer displays textahit-enter promptis given.Solution: Reset msg_didany and need_wait_return. (closes #8136)Files: src/drawscreen.c, src/testdir/test_timers.vimPatch 8.2.2801Problem: Free Pascal makefile not recognized.Solution: Add the fpcmake filetype. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2802Problem: Vim9: illegal memory access.Solution: Check for comment before checking for white space. (closes #8142)Files: src/eval.c, src/testdir/test_vim9_func.vimPatch 8.2.2803Problem: Flicker when thepopup menu has an info popup.Solution: Avoid drawing over thepopup when it's going to be redrawn in the same position. (closes #8131) Also avoid redrawing the scrollbar.Files: src/popupmenu.c, src/proto/popupmenu.pro, src/drawscreen.c, src/globals.hPatch 8.2.2804Problem: Setting buffer localmapping withmapset() changes global mapping.Solution: Only set the local mapping. (closes #8143)Files: src/map.c, src/testdir/test_maparg.vimPatch 8.2.2805Problem: Vim9: cannot use legacysyntax inVim9 script.Solution: Add the:legacy command.Files: src/ex_cmds.h, runtime/doc/vim9.txt, runtime/doc/index.txt src/ex_cmdidxs.h, src/ex_docmd.c, src/structs.h, src/vim9script.c, src/vim9compile.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_assign.vimPatch 8.2.2806Problem: Vim9: using "++nr"asa command might not work.Solution: Do not recognize "++" and "--" ina following lineas addition or subtraction.Files: src/vim9compile.c, src/ex_docmd.c, src/ex_cmds.h, src/ex_cmdidxs.h, src/vim9script.c, src/proto/vim9script.pro, src/eval.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_expr.vimPatch 8.2.2807Problem: Build fails with tiny features.Solution: Usea dummy function for ex_incdec().Files: src/ex_docmd.cPatch 8.2.2808Problem: Vim9: increment and decrement not sufficiently tested.Solution: Add assertions.Files: src/testdir/test_vim9_assign.vimPatch 8.2.2809Problem: Vim9::def function compilation fails when using :legacy.Solution: Reset CMOD_LEGACY when compilinga function. (closes #8137)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.2810Problem: Vim9: crash when callinga function ina substitute expression.Solution: Set the instructions back to the substituteexpression instructions. (closes #8148)Files: src/vim9execute.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2811Problem: Vim9: error for missing whitespace doesn't say whereitis missingSolution: Mention the command. (closes #8149)Files: src/ex_docmd.c, src/errors.h, src/testdir/test_vim9_cmd.vimPatch 8.2.2812Problem: Vim9: still crash when using substitute expression.Solution: Put the instructionlist in the stack frame. (closes #8154)Files: src/vim9execute.c, src/vim9.h, src/testdir/test_vim9_cmd.vimPatch 8.2.2813Problem: Cannotgrep using fuzzy matching.Solution: Add the "f" flag to :vimgrep. (Yegappan Lakshmanan, closes #8152)Files: runtime/doc/quickfix.txt, src/ex_cmds.c, src/proto/search.pro, src/quickfix.c, src/search.c, src/vim.h, src/testdir/test_quickfix.vimPatch 8.2.2814 (after 8.2.2812)Problem: Vim9: unused variable. (John Marriott)Solution: Adjust #ifdef.Files: src/vim9execute.cPatch 8.2.2815Problem: Status line flickers when redrawingpopup menu info.Solution: Do not redraw the status line when the focusis in thepopup window. (issue #8144)Files: src/popupmenu.cPatch 8.2.2816Problem: Vim9: comment belowexpression inlambda causes problems.Solution: Usea singlespace for empty and comment lines. (closes #8156)Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.2817Problem: Vim9:script sourcing continues after an error.Solution: Make an error in any command in "vim9script" abort sourcing.Files: src/ex_docmd.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_func.vimPatch 8.2.2818Problem: No jump added tojumplist when openingterminal in current window.Solution: Call setpcmark(). (closes #8158)Files: src/terminal.c, src/testdir/test_terminal.vimPatch 8.2.2819Problem: Finishing an abbreviation withamulti-byte char may not work.Solution: Escape K_SPECIAL in the typed character. (closes #8160)Files: src/map.c, src/testdir/test_mapping.vimPatch 8.2.2820Problem:Session file may divide by zero.Solution: Avoidwriting divide by zero. (closes #8162)Files: src/session.c, src/testdir/test_mksession.vimPatch 8.2.2821Problem: MS-Windows: unnecessarily loading libraries when registering OLE.Solution: Skip loading libraries when invoked with "-register".Files: src/main.c, src/globals.h, src/os_win32.cPatch 8.2.2822 (after 8.2.2821)Problem: MS-Windows: unnecessarily loading libraries when unregistering OLE.Solution: Also skip loading libraries when invoked with "-unregister". Run Vim for README.txt with user privileges.Files: src/main.c, nsis/gvim.nsi, nsis/README.txtPatch 8.2.2823Problem: MS-Windows: launching Vim from installer doesn't open README.Solution: Adjust the quotes.Files: nsis/gvim.nsiPatch 8.2.2824Problem: MS-Windows: build failure with MSVC.Solution: Adjust thelist of distributed files. Add hint about python. Adjust path for reading runtime files.Files: Filelist, src/testdir/shared.vim, src/testdir/test_function_lists.vimPatch 8.2.2825Problem: Code in checkreadonly() not fully tested.Solution: Add more tests. (Dominique Pellé, closes #8169)Files: src/testdir/test_excmd.vimPatch 8.2.2826Problem: Compiler warnings for int to size_t conversion. (Randall W. Morris)Solution: Add type casts.Files: src/map.c, src/quickfix.cPatch 8.2.2827Problem: Test file was not deleted.Solution: Uncomment thedelete() call. (Dominique Pellé, closes #8172)Files: src/testdir/test_mksession.vimPatch 8.2.2828Problem: Coverity complains about not checking therename() return value.Solution: Add "(void)", can'tdo anything incase ofa failure.Files: src/fileio.cPatch 8.2.2829Problem: Some comments are not correct or clear.Solution: Adjust the comments. Add test for cursor position.Files: src/regexp_bt.c, src/regexp_nfa.c, src/testdir/test_exec_while_if.vim, src/testdir/test_substitute.vimPatch 8.2.2830Problem: Terminal colors are not updated when'background'is set.Solution: Call term_update_colors() for all terminals. (Marcin Szamotulski, closes #8171, closes #8150)Files: src/terminal.c, src/proto/terminal.pro, src/optionstr.cPatch 8.2.2831Problem: Vim9:expandcmd() not tested.Solution: Adda test.Files: src/testdir/test_vim9_builtin.vimPatch 8.2.2832Problem: Operator cancelled by moving mouse when using popup. (Sergey Vlasov)Solution: Do not trigger anoperator fora mouse move events. (closes #8176)Files: src/normal.cPatch 8.2.2833Problem: Two key command cancelled by moving mouse when using popup. (Sergey Vlasov)Solution: Ignore K_MOUSEMOVE in plain_vgetc().Files: src/getchar.cPatch 8.2.2834Problem: Vim9::cexpr does not work with local variables.Solution: Compile :cexpr.Files: src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/quickfix.c, src/proto/quickfix.pro, src/testdir/test_quickfix.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2835 (after 8.2.2834)Problem: Vim9: leaking memory in :cexpr.Solution: Also free the command line copy.Files: src/vim9compile.cPatch 8.2.2836 (after 8.2.2834)Problem: Build failure without the+quickfix feature. (John Marriott)Solution: Add #ifdef.Files: src/vim9compile.c, src/vim9execute.c, src/tag.cPatch 8.2.2837Problem: Various code lines not covered by tests.Solution: Add test cases. (Dominique Pellé, closes #8178)Files: src/testdir/test_excmd.vim, src/testdir/test_functions.vim, src/testdir/test_options.vim, src/testdir/test_startup.vim, src/testdir/test_syntax.vim, src/testdir/test_vim9_cmd.vimPatch 8.2.2838Problem: File extension .wrap not recognized.Solution: Use dosinifiletype for .wrap files. (Liam Beguin, closes #8177)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2839Problem: Default redirection missing "ash" and "dash".Solution: Recognize "ash" and "dash". (Natanael Copa, closes #8180)Files: runtime/doc/options.txt, src/option.cPatch 8.2.2840Problem: Vim9: member operation not fully tested.Solution: Adda few tests.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2841Problem: MS-Windows: cursor in wrong position when'lazyredraw' and'statusline' are set.Solution: Call compute_cmdrow(). (closes #8170, closes #8184)Files: src/os_win32.cPatch 8.2.2842Problem: Vim9: skip argument tosearchpair()is not compiled.Solution: Add VAR_INSTR.Files: src/structs.h, src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/proto/vim9execute.pro, src/eval.c, src/evalfunc.c, src/vim.h, src/evalvars.c, src/typval.c, src/vim9type.c, src/testing.c, src/viminfo.c, src/if_py_both.h, src/json.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.2843 (after 8.2.2842)Problem: Vim9: skip argument tosearchpairpos()is not compiled.Solution: Handle like searchpair(). Also forsearch() and searchpos().Files: src/vim9compile.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2844Problem: Vim9: memory leak when using searchpair().Solution: Free the v_instr field.Files: src/typval.cPatch 8.2.2845Problem: MS-Windows: warning for signed/unsigned comparison.Solution: Add type cast.Files: src/terminal.cPatch 8.2.2846Problem: Vim9: "echo Func()" does not give an error fora function withouta return value.Solution: Give an error. Be more specific about whya valueis invalid.Files: src/globals.h, src/errors.h, src/eval.c, src/evalfunc.c, src/typval.c, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2847Problem:Perl not tested sufficiently.Solution: Add test. Also test W17. (Dominique Pellé, closes #8193)Files: src/testdir/test_arabic.vim, src/testdir/test_perl.vimPatch 8.2.2848Problem: Crash when calling partial.Solution: Check for NULL pointer. (Dominique Pellé, closes #8202)Files: src/eval.c, src/evalfunc.c, src/testdir/test_functions.vim, src/testdir/test_listdict.vimPatch 8.2.2849Problem: Bufwrite not sufficiently tested.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #8192)Files: src/testdir/test_startup.vim, src/testdir/test_writefile.vimPatch 8.2.2850Problem: Recalling commands fromhistoryis not tested.Solution: Add tests. (closes #8194)Files: src/testdir/test_cmdline.vimPatch 8.2.2851Problem: Using<Cmd>mapping on the command line triggers CmdlineChanged. (Naohiro Ono)Solution: Jump to cmdline_not_changed if the command line didn't change. (closes #8208)Files: src/ex_getln.c, src/testdir/test_cmdline.vimPatch 8.2.2852Problem: Configure can add --as-neededa second time.Solution: Only add --as-needed if not already there. (Natanael Copa, closes #8189, closes #8181)Files: src/configure.ac, src/auto/configurePatch 8.2.2853 (after 8.2.2851)Problem: Windowis not updated after using<Cmd> mapping.Solution: So jump to cmdline_changed but skip autocommand.Files: src/ex_getln.cPatch 8.2.2854Problem: Custom statusline cannot contain% items.Solution: Add "%{%expr %}". (closes #8190)Files: runtime/doc/options.txt, src/buffer.c, src/optionstr.c, src/testdir/test_statusline.vimPatch 8.2.2855Problem: Whitespace after "->" does not give E274.Solution: Do not skip whitespace in legacy script. (closes #8212)Files: src/eval.c, src/testdir/test_method.vimPatch 8.2.2856Problem: Get readonly error for device that can't be written to.Solution: Check for being able to write first. (closes #8205)Files: src/ex_cmds.c, src/testdir/test_writefile.vimPatch 8.2.2857Problem: Vim9: exception in ISN_INSTR caughtat wrong level.Solution: Set thestarting trylevel in exec_instructions(). (closes #8214)Files: src/vim9compile.c, src/vim9execute.c, src/globals.h, src/testdir/test_vim9_builtin.vimPatch 8.2.2858 (after 8.2.2857)Problem: Test fails because of changed error message.Solution: Adjust the expected error message.Files: src/testdir/test_ex_mode.vimPatch 8.2.2859 (after 8.2.2857)Problem:Tcl test fails because of changed error message.Solution: Adjust the expected error message.Files: src/testdir/test_tcl.vimPatch 8.2.2860Problem: Addinga text property causes the wholewindow to be redrawn.Solution: Use changed_lines_buf() to only redraw the affected lines.Files: src/change.c, src/proto/change.pro, src/textprop.cPatch 8.2.2861Problem: Vim9: "legacy return"is not recognizedasa return statement.Solution: Specifically check fora return command. (closes #8213)Files: src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/testdir/test_vim9_expr.vimPatch 8.2.2862Problem: Removinga text property causes the wholewindow to be redrawn.Solution: Use changed_lines_buf() to only redraw the affected lines.Files: src/textprop.cPatch 8.2.2863 (after 8.2.2862)Problem: Removinga text property does not redraw optimally.Solution: Only redraw the lines that mithg actually have been changed.Files: src/textprop.cPatch 8.2.2864Problem: Vim9: crash when using inline function.Solution: Check for NULL pointer. Make using inline function work inside lambda. (closes #8217)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2865 (after 8.2.2864)Problem: Skipping over function body fails.Solution: Do not define the function when skipping.Files: src/userfunc.cPatch 8.2.2866Problem: Vim9: memory leak when using inline function.Solution: Remember what strings to free.Files: src/userfunc.c, src/structs.h, src/eval.cPatch 8.2.2867 (after 8.2.2866)Problem: Build failure.Solution: Add missing part of the change.Files: src/globals.hPatch 8.2.2868Problem: Vim9: When executinga compiledexpression the trylevelat startis changed but not restored. (closes #8214)Solution: Restore the trylevelat start.Files: src/vim9execute.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2869Problem: Using unifieddiffis not tested.Solution: Test all cases also with unified diff. (issue #8197)Files: src/testdir/test_diffmode.vimPatch 8.2.2870Problem: CmdlineChange event triggered twice forCTRL-R.Solution: Return CMDLINE_NOT_CHANGED from cmdline_insert_reg(). (closes #8219)Files: src/ex_getln.c, src/testdir/test_cmdline.vimPatch 8.2.2871Problem: Unnecessary VIM_ISDIGIT() calls, badly indented code.Solution: Call skipdigits() on the next character. Improve indenting. (Dominique Pellé, closes #8227)Files: src/charset.c, src/evalfunc.c, src/ex_docmd.c, src/json.c, src/ops.c, src/tag.c, src/vim9compile.cPatch 8.2.2872Problem:Python tests fail without thechannel feature.Solution: Adda feature check. (Dominique Pellé, closes #8226)Files: src/testdir/test_python2.vim, src/testdir/test_python3.vimPatch 8.2.2873Problem: Not enough tests forwriting buffers.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #8229)Files: src/testdir/test_buffer.vim, src/testdir/test_cmdline.vim, src/testdir/test_functions.vim, src/testdir/test_writefile.vimPatch 8.2.2874Problem: MS-Windows: screen redraws too often.Solution: Do not redraw when peeking fora character. (closes #8230, closes #8211)Files: src/os_win32.cPatch 8.2.2875Problem: Cancellinginputlist() aftera digit does not return zero.Solution: Always return zero when cancelling. (closes #8231)Files: src/misc1.c, src/testdir/test_functions.vimPatch 8.2.2876Problem: Configure cannot detectPython 3.10.Solution: Use sys.version_info. (closes #8233)Files: src/configure.ac, src/auto/configurePatch 8.2.2877Problem: Insufficient tests forpopup menu rightleft.Solution: Add tests. (Yegappan Lakshmanan, closes #8235)Files: src/testdir/test_popup.vim, src/testdir/dumps/Test_pum_rightleft_01.dump, src/testdir/dumps/Test_pum_rightleft_02.dump, src/testdir/dumps/Test_pum_scrollbar_01.dump, src/testdir/dumps/Test_pum_scrollbar_02.dumpPatch 8.2.2878Problem: Vim9: for looplist unpack only allows for one "_".Solution: Drop the value when the variableis "_". (closes #8232)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.2879Problem: File extension .hsig not recognized.Solution: Use Haskellfiletype for .hsig files. (Marcin Szamotulski, closes #8236)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2880Problem: Unifieddiff fails if actually used.Solution: Invoke:diffupdate in the test. Fix the check for working external diff. (Ghjuvan Lacambre, Christian Brabandt, closes #8197)Files: src/diff.c, src/testdir/test_diffmode.vimPatch 8.2.2881Problem: Various pieces of code not covered by tests.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #8245)Files: src/testdir/test_const.vim, src/testdir/test_functions.vim, src/testdir/test_python2.vim, src/testdir/test_python3.vim, src/testdir/test_user_func.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vimPatch 8.2.2882Problem: Vim9: memory leak whenlambda has an error.Solution: Free thelist of argument types on failure.Files: src/userfunc.cPatch 8.2.2883Problem:MS-Windows manifest file nameis misleading.Solution: Rename the file. (closes #8241)Files: .gitignore, .hgignore, Filelist, Makefile, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/gvim.exe.mnf, src/vim.manifest, src/vim.rcPatch 8.2.2884Problem: Not enoughcscope codeis covered by tests.Solution: Adda few test cases. (Dominique Pellé, closes #8246)Files: src/testdir/test_cscope.vimPatch 8.2.2885Problem: searching for \%'> does not matchlinewiseend of line. (Tim Chase)Solution: Matchend of line if columnis MAXCOL. (closes #8238)Files: src/regexp_nfa.c, src/regexp_bt.c, src/testdir/test_search.vimPatch 8.2.2886Problem: Various pieces of code not covered by tests.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #8255)Files: src/testdir/test_expr.vim, src/testdir/test_functions.vim, src/testdir/test_listdict.vim, src/testdir/test_registers.vim, src/testdir/test_user_func.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vimPatch 8.2.2887Problem: Crash when passingnullstring to fullcommand().Solution: Check for NULL pointer. (closes #8256)Files: src/ex_docmd.c, src/testdir/test_cmdline.vimPatch 8.2.2888Problem: Vim9: "k" command recognized inVim9 script.Solution: Do not recognize "k" or "s" and "d" with flags.Files: src/ex_docmd.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_script.vimPatch 8.2.2889Problem: Typo andverbose comment in Makefiles.Solution: Fix typo. Use @#. (Ken Takata, closes #8252)Files: Makefile, src/testdir/MakefilePatch 8.2.2890Problem: Text property duplicated when data block splits.Solution: Do not continue text prop from previous line. (closes #8261)Files: src/memline.c, src/structs.h, src/testdir/test_textprop.vimPatch 8.2.2891Problem: Cannot build withPerl 5.34.Solution: Add Perl_SvTRUE_common(). (Ozaki Kiichi, closes #8266, closes #8250)Files: src/if_perl.xsPatch 8.2.2892Problem: Error message containsrandom characters.Solution: Pass the right pointer to error_white_both(). (closes #8272, closes #8263)Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.2893Problem: Multi-byte text inpopup title shows up wrong.Solution: Use the character width instead of the byte length. (Ralf Schandl, closes #8267, closes #8264)Files: src/popupwin.c, src/message_test.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_multibytetitle.dumpPatch 8.2.2894Problem: MS-Windows: using enc_locale() forstrftime() might not work.Solution: Use wcsftime(). (Ken Takata, closes #8271)Files: src/time.cPatch 8.2.2895Problem: Vim9:random characters appear in some error messages.Solution: Pass the correct pointer. (closes #8277)Files: src/eval.c, src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2896Problem: Spellfile functionality not fully tested.Solution: Add tests for CHECKCOMPOUNDPATTERN and COMMON. (Dominique Pellé, closes #8270)Files: src/testdir/test_spellfile.vimPatch 8.2.2897Problem: Vim9: can use reserved wordsat thescript level.Solution: Check variable names for reserved words. (closes #8253)Files: src/vim9compile.c, src/vim9script.c, src/proto/vim9script.pro, src/eval.c, src/testdir/test_vim9_assign.vimPatch 8.2.2898Problem:QuitPre andExitPre not triggered whenGUIwindowis closed.Solution: Call before_quit_autocmds(). (closes #8242)Files: src/ex_docmd.c, src/proto/ex_docmd.pro, src/gui.cPatch 8.2.2899Problem: Appveyorscript does not detect nmake failure.Solution: Explicitly check for executable. (Ken Takata, closes #8281)Files: ci/appveyor.batPatch 8.2.2900Problem:QuitPreis triggered before:wq writes the file, whichis different from other commands.Solution: TriggerQuitPre afterwriting the file. (closes #8279)Files: src/ex_docmd.c, src/testdir/test_writefile.vimPatch 8.2.2901Problem: Some operators not fully tested.Solution: Adda few test cases. (Yegappan Lakshmanan, closes #8282)Files: src/testdir/test_cpoptions.vim, src/testdir/test_increment.vim, src/testdir/test_normal.vim, src/testdir/test_virtualedit.vim, src/testdir/test_visual.vimPatch 8.2.2902Problem: Spellfile functionality not fully tested.Solution: Add tests for CIRCUMFIX, NOBREAK and others. (Dominique Pellé, closes #8283)Files: src/testdir/test_spellfile.vimPatch 8.2.2903Problem: Cursor position wrong on wrapped line with'signcolumn'.Solution: Don't addspace for showbreak twice. (Christian Brabandt, closes #8262)Files: src/drawline.c, src/testdir/test_display.vimPatch 8.2.2904Problem: "g$" causes scroll if halfa double width charis visible.Solution: Advance to the last fully visible character. (closes #8254)Files: src/normal.c, src/testdir/test_normal.vimPatch 8.2.2905Problem: No error whendefaults.vim cannot be loaded.Solution: Add an error message. (Christian Brabandt, closes #8248)Files: runtime/doc/starting.txt, src/errors.h, src/main.c, src/testdir/test_startup.vimPatch 8.2.2906 (after 8.2.2905)Problem: ASAN reportserrors for test_startup for unknown reasons.Solution: Temporarily disable the new test.Files: src/testdir/test_startup.vimPatch 8.2.2907Problem: Memory leak when running out of memory.Solution: Free the allocated memory. (Dominique Pellé, closes #8284)Files: src/term.cPatch 8.2.2908Problem: Crash when usingaterminalpopupwindow from the cmdline window.Solution: Instead of checking cmdwin_type call cmdwin_is_active(). (closes #8286)Files: src/terminal.c, src/errors.h, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_cmdwin_no_terminal.dumpPatch 8.2.2909Problem: Build error with non-Unix system.Solution: Always include limits.h.Files: src/vim.hPatch 8.2.2910Problem: Test for cmdlinewindow andterminal fails on MS-Windows.Solution: Skip the test on MS-Windows.Files: src/testdir/test_cmdline.vimPatch 8.2.2911Problem:Pattern "\%V" does not match all of block selection. (Rick Howe)Solution: Use the value of vi_curswant. (closes #8285)Files: src/regexp.c, src/testdir/test_search.vim, src/testdir/dumps/Test_hlsearch_block_visual_match.dumpPatch 8.2.2912Problem: MS-Windows: most users expect using Unicode.Solution: Default'encoding' toutf-8 on MS-Windows. (Ken Takata, closes #3907)Files: runtime/doc/options.txt, src/mbyte.c, src/option.c, src/option.h, src/testdir/test_writefile.vimPatch 8.2.2913Problem:MS-Windows conpty supports using mouse events.Solution: When enabling the mouse enable mouse input and disable quick edit mode. (Wez Furlong, closes #8280)Files: src/os_win32.cPatch 8.2.2914Problem: Cannot pastea block without adding padding.Solution: Add "zp" and "zP" which paste without adding padding. (Christian Brabandt, closes #8289)Files: runtime/doc/change.txt, runtime/doc/index.txt, src/normal.c, src/register.c, src/vim.h, src/testdir/test_normal.vim, src/testdir/test_visual.vimPatch 8.2.2915Problem: MS-Windows: when using "default" for encodingutf-8is used.Solution: Use the system encoding. (Ken Takata, closes #8300)Files: src/mbyte.c, runtime/doc/options.txtPatch 8.2.2916Problem: Operators are not fully tested.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #8290)Files: src/ops.c, src/testdir/test_netbeans.vim, src/testdir/test_normal.vim, src/testdir/test_visual.vimPatch 8.2.2917Problem: Spellfile functionality not fully tested.Solution: Add tests for SFX with removal of characters, spelling suggestions with NOBREAK and others. (Dominique Pellé, closes #8293)Files: src/testdir/test_spellfile.vimPatch 8.2.2918Problem: Builtin function can be shadowed by global variable.Solution: Check for builtin function before variable. (Yasuhiro Matsumoto, closes #8302)Files: src/eval.c, src/testdir/test_functions.vimPatch 8.2.2919Problem: Using ":!command" does not work if the command uses posix_spawn().Solution: Do not call ioctl() with TIOCSCTTY. (Felipe Contreras)Files: src/os_unix.cPatch 8.2.2920Problem: Stilla way to shadowa builtin function. (Yasuhiro Matsumoto)Solution: Check the key when using extend(). (issue #8302)Files: src/eval.c, src/dict.c, src/proto/dict.pro, src/testdir/test_functions.vimPatch 8.2.2921Problem:E704 forscript local variableis not backwards compatible. (Yasuhiro Matsumoto)Solution: Only give the error inVim9 script. Also check for function-local variable.Files: src/dict.c, src/testdir/test_functions.vimPatch 8.2.2922Problem: Computing array lengthis done invarious ways.Solution: Use ARRAY_LENGTH everywhere. (Ken Takata, closes #8305)Files: src/arabic.c, src/blowfish.c, src/cindent.c, src/cmdexpand.c, src/cmdhist.c, src/dosinst.c, src/eval.c, src/evalfunc.c, src/ex_docmd.c, src/fileio.c, src/gui_athena.c, src/gui_gtk_x11.c, src/gui_haiku.cc, src/gui_photon.c, src/gui_w32.c, src/gui_xmebw.c, src/hardcopy.c, src/help.c, src/highlight.c, src/if_mzsch.c, src/macros.h, src/main.c, src/map.c, src/mbyte.c, src/memline.c, src/menu.c, src/misc2.c, src/normal.c, src/ops.c, src/option.c, src/optiondefs.h, src/os_win32.c, src/popupwin.c, src/quickfix.c, src/regexp.c, src/screen.c, src/search.c, src/syntax.c, src/term.c, src/terminal.c, src/time.c, src/usercmd.c, src/version.cPatch 8.2.2923Problem: EBCDIC buildis broken.Solution: Move sortFunctions() to evalfunc.c. (Ken Takata, closes #8306)Files: src/eval.c, src/evalfunc.c, src/proto/evalfunc.proPatch 8.2.2924Problem: Superfluous extern declaration.Solution: Delete the declaration. (Ken Takata, closes #8307)Files: src/main.cPatch 8.2.2925Problem: Vim9: line continuation comment uses legacy syntax.Solution: Check for #\ instead of "\. (closes #8295)Files: src/scriptfile.c, src/testdir/test_vim9_script.vimPatch 8.2.2926Problem: Vim9: no good error for using:legacy ina:def function.Solution: Give an explicit error where:legacyis not working. (closes #8309)Files: src/vim9compile.c, src/errors.h, src/testdir/test_vim9_func.vimPatch 8.2.2927Problem: Test commented out becauseit fails with ASAN.Solution: Only skip the test when running with ASAN.Files: src/testdir/test_startup.vimPatch 8.2.2928Problem: The evalfunc.c fileis too big.Solution: Move float related functionality toa separate file. (Yegappan Lakshmanan, closes #8287)Files: Filelist, src/Make_ami.mak, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/README.md, src/eval.c, src/evalfunc.c, src/float.c, src/proto.h, src/proto/eval.pro, src/proto/float.proPatch 8.2.2929Problem: Accidentally enabletcl by default.Solution: Revert change to MakefileFiles: src/MakefilePatch 8.2.2930Problem: Whenapopupis visiblea mouse move my restartVisual mode.Solution: Reset held_button when endingVisual mode. (closes #8318)Files: src/mouse.c, src/proto/mouse.pro, src/normal.cPatch 8.2.2931Problem: Vim9: line continuation comment still uses legacysyntax in one place.Solution: Check for #\ instead of "\ earlier. (closes #8316)Files: src/scriptfile.c, src/testdir/test_vim9_script.vimPatch 8.2.2932 (after 8.2.2930)Problem:Select mode test fails.Solution: Do not always reset the held mouse button.Files: src/mouse.c, src/normal.c, src/proto/normal.proPatch 8.2.2933Problem: When'clipboard'is "unnamed"zp andzPdo not work correctly.Solution: Pass -1 to str_to_reg() and fix computing the character width instead of using the byte length. (Christian Brabandt, closes #8301, closes #8317)Files: src/clipboard.c, src/mbyte.c, src/register.cPatch 8.2.2934 (after 8.2.2933)Problem: ASAN error when using text from the clipboard.Solution: Get width of each character.Files: src/register.cPatch 8.2.2935 (after 8.2.2934)Problem: Calculatingregister widthis not always needed. (Christian Brabandt)Solution: Only calculate the width when the typeis MBLOCK.Files: src/register.cPatch 8.2.2936Problem: Vim9: converting number to bool uses wrong stack offset. (Salman Halim)Solution: Include the offset in the 2BOOL command.Files: src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2937Problem: Popup test fails if rightleft feature not enabled.Solution: Check that the rightleft featureis available. (Dominique Pellé, closes #8321)Files: src/testdir/test_popup.vimPatch 8.2.2938Problem: After using motion force fromfeedkeys()it may not be reset.Solution: Clear motion_force in clearop(). (closes #8323)Files: src/normal.c, src/testdir/test_visual.vimPatch 8.2.2939Problem: GTK: righthand scrollbar does not show with split window.Solution: Adjust padding when two scrollbars are used. (Matt Wozniski, closes #8324)Files: src/gui_gtk.cPatch 8.2.2940Problem: MS-Windows: cannot see the size of the text area when resizing thegvim window.Solution: Showa tooltip with the text size. (Ken Takata, closes #8326)Files: src/gui_w32.cPatch 8.2.2941Problem: Vim9: using=expr does not handlealist of strings.Solution: Convertalist toastring andescape each item. (closes #8310)Files: src/vim9execute.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2942Problem: Vim9: internal error when calling function with too few argumentsSolution: Check for argumentcount to be too few. (closes #8325)Files: src/errors.h, src/vim9execute.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2943Problem: Vim9: check for argumentcount ignores default values.Solution: Take default argument values into account.Files: src/vim9execute.cPatch 8.2.2944Problem: Vim9: no error when usingjob orchannelasa string.Solution: Be more strict about conversion to string. (closes #8312)Files: src/typval.c, src/job.c, src/proto/job.pro, src/channel.c, src/proto/channel.pro, src/eval.c, src/vim9execute.c, src/testdir/test_vim9_builtin.vimPatch 8.2.2945Problem: Some buffer related codeis not tested.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #8320)Files: src/termlib.c, src/testdir/test_excmd.vim, src/testdir/test_recover.vim, src/testdir/test_swap.vim, src/testdir/test_visual.vimPatch 8.2.2946Problem: Vim9: substituteexpression cannot beaList ina:def function.Solution: Use typval2string(). (closes #8330)Files: src/vim9execute.c, src/testdir/test_vim9_cmd.vimPatch 8.2.2947Problem: Build failure without thechannel feature.Solution: Add back #ifdef. (John Marriott)Files: src/eval.cPatch 8.2.2948Problem: Substitute() acceptsa number but nota float expression.Solution: Also accepta float. (closes #8331)Files: src/typval.c, src/testdir/test_substitute.vimPatch 8.2.2949 (after 8.2.2948)Problem: Tests failing because thereis no error for float tostring conversion.Solution: Change the check for failure to check for correct result. Make some conversions strict inVim9 script.Files: src/evalfunc.c, src/float.c, src/findfile.c, src/json.c, src/filepath.c, src/testdir/test_eval_stuff.vim, src/testdir/test_execute_func.vim, src/testdir/test_float_func.vim, src/testdir/test_functions.vim, src/testdir/test_listdict.vim, src/testdir/test_glob2regpat.vimPatch 8.2.2950Problem: Sound code not fully tested.Solution: Add more sound tests. (Dominique Pellé, closes #8332)Files: src/testdir/test_sound.vimPatch 8.2.2951Problem: Vim9: cannot use heredoc in:def function for :python, :lua, etc.Solution: Concatenate the heredoc lines and pass them in the ISN_EXEC_SPLIT instruction.Files: src/userfunc.c, src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2952Problem: Recover test fails on big endian systems.Solution: Disable the failing test on big endian systems. (Yegappan Lakshmanan, closes #8335)Files: src/testdir/test_recover.vim, src/testdir/test_swap.vimPatch 8.2.2953 (after 8.2.2951)Problem: Vim9: leaking memory when using heredoc script.Solution: Free the first line.Files: src/vim9execute.cPatch 8.2.2954Problem: Short file name extension for Scala not recognized.Solution: Recognize *.sc. (closes #8337)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2955Problem: Vim9: usingfilter in compiled command does not work.Solution: Generate EXEC including the command modifier.Files: src/vim9compile.c, src/ex_docmd.c, src/ex_cmds.c, src/proto/ex_cmds.pro, src/testdir/test_vim9_cmd.vimPatch 8.2.2956Problem: Vim9: need to plan for future additions.Solution: Reserve commands for future use: :type, :class, :enum.Files: src/ex_cmds.h, src/ex_cmdidxs.hPatch 8.2.2957Problem: Usinggetchar() inVim9scriptis problematic.Solution: Add getcharstr(). (closes #8343)Files: runtime/doc/eval.txt, src/evalfunc.c, src/getchar.c, src/proto/getchar.pro, src/testdir/test_functions.vimPatch 8.2.2958 (after 8.2.2957)Problem: Functionlist test fails.Solution: Add newly added function to the list. Fix typo.Files: runtime/doc/usr_41.txt, src/testdir/test_function_lists.vimPatch 8.2.2959Problem:sound_playfile()is not tested on MS-Windows.Solution: Makeit work and enable the test. (Dominique Pellé, closes #8338)Files: src/sound.c, src/testdir/test_sound.vimPatch 8.2.2960Problem: Swap filerecovery not sufficiently tested.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #8339)Files: src/testdir/test_recover.vimPatch 8.2.2961Problem: Keys typed duringa:normal command are discarded.Solution: Concatenate saved typeahead and typed keys. (closes #8340)Files: src/getchar.c, src/proto/getchar.pro, src/ex_docmd.c, src/evalfunc.c, src/debugger.c, src/ui.c, src/proto/ui.proPatch 8.2.2962Problem:MS-Windows command line arguments have wrong encoding.Solution: Always useutf-8 in get_cmd_argsW(). (Ken Takata, closes #8347)Files: src/os_win32.cPatch 8.2.2963Problem: GUI: mouse move may startVisual mode withapopup visible.Solution: Add special code for mouse move. (closes #8318)Files: src/vim.h, src/gui.c, src/keymap.h, src/term.cPatch 8.2.2964Problem: Vim9: hang when usingspace after ->. (Naohiro Ono)Solution: Skip over whitespace to find the function name. (closes #8341)Files: src/eval.c, src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.2965Problem: Vim9: crash when calling function that failed to compile.Solution: Fail when trying to call the function. (closes #8344)Files: src/errors.h, src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.2966Problem: ml_geterrors after recoveringa file. (Yegappan Lakshmanan)Solution: Fix the cursor position afterdeleting lines.Files: src/memline.cPatch 8.2.2967Problem: Vim9: crash when using two levels of partials.Solution: Add outer_ref_T and useit in the execution context.Files: src/structs.h, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.2968 (after 8.2.2967)Problem: Vim9: memory leakSolution: Unreference pt_outer of partial.Files: src/eval.cPatch 8.2.2969Problem: Subtracting from number option fails when resultis zero. (Ingo Karkat)Solution: Reset thestring value when using the numeric value. (closes #8351)Files: src/evalvars.c, src/testdir/test_vimscript.vimPatch 8.2.2970Problem:Python configure check uses deprecated command.Solution: Use sysconfig instead of distutils if possible. (Zdenek Dohnal, closes #8354)Files: src/configure.ac, src/auto/configurePatch 8.2.2971Problem: Cannotyanka block without trailing spaces.Solution: Add the "zy" command. (Christian Brabandt, closes #8292)Files: runtime/doc/change.txt, runtime/doc/index.txt, src/normal.c, src/ops.c, src/register.c, src/structs.h, src/testdir/test_visual.vimPatch 8.2.2972Problem: "%bd" tries to deletepopupwindow buffers, which fails. (Ralf Schandl)Solution: Do not try to deleteapopupwindow buffer. (closes #8349)Files: src/buffer.c, src/vim.h, src/testdir/test_popupwin.vimPatch 8.2.2973Problem: Fix forrecovery anddiff mode not tested.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #8352)Files: src/testdir/test_diffmode.vim, src/testdir/test_prompt_buffer.vim, src/testdir/test_recover.vimPatch 8.2.2974Problem: Greekspell checking uses wrongcase folding.Solution: Fold capital sigma depending on whetheritisat theend ofaword or not. (closes #299)Files: src/spell.c, src/proto/spell.pro, src/spellfile.c, src/spellsuggest.cPatch 8.2.2975Problem: Vim9: can only use anautoload function nameasa string.Solution: Load theautoloadscript when encountered. (closes #8124)Files: src/vim9compile.c, src/evalvars.c, src/scriptfile.c, src/testdir/test_vim9_func.vimPatch 8.2.2976 (after 8.2.2975)Problem: Build failure without the+eval feature.Solution: Add #ifdefs.Files: src/scriptfile.cPatch 8.2.2977Problem: Crash when usinganull function reference. (Naohiro Ono)Solution: Check for an invalid function name. (closes #8367)Files: src/eval.c, src/errors.h, src/testdir/test_functions.vimPatch 8.2.2978 (after 8.2.2977)Problem: Warning for uninitialized variable.Solution: Set return value to FAIL.Files: src/eval.cPatch 8.2.2979Problem: Not alloptions codeis covered by tests.Solution: Add more tests for options. (Yegappan Lakshmanan, closes #8369)Files: src/testdir/test_edit.vim, src/testdir/test_excmd.vim, src/testdir/test_help.vim, src/testdir/test_mksession.vim, src/testdir/test_options.vim, src/testdir/test_vartabs.vim, src/testdir/test_window_cmd.vimPatch 8.2.2980Problem: Popupwindow testisa bit flaky.Solution: Adda redraw command.Files: src/testdir/test_popupwin.vimPatch 8.2.2981Problem: Recovery testis not run on big-endian systems.Solution: Makeit work on big-endian systems. (James McCoy, closes #8368)Files: src/testdir/test_recover.vimPatch 8.2.2982Problem: Vim9: future commands are not reserved yet.Solution: Add commands to be implemented later. Make "this"a reserved name.Files: runtime/doc/vim9.txt, src/ex_cmds.h, src/ex_cmdidxs.h, src/vim9script.c, src/testdir/test_vim9_assign.vimPatch 8.2.2983Problem: Vim9: an inline function requires specifying the return type.Solution: Make the return type optional.Files: src/eval.c, src/vim9compile.c, src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.2984 (after 8.2.2983)Problem: Vim9: Test fails because of missing return statement.Solution: When typeis unknown set type to void.Files: src/vim9compile.cPatch 8.2.2985Problem: Vim9:a compiled function cannot be debugged.Solution: Add initial debugging support.Files: src/vim9.h, src/vim9compile.c, src/proto/vim9compile.pro, src/vim.h, src/eval.c, src/vim9execute.c, src/userfunc.c, src/vim9type.c, src/testdir/test_debugger.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.2986Problem: Build failure without theprofile feature.Solution: Add #ifdef.Files: src/vim9compile.cPatch 8.2.2987Problem: Build failure with normal features.Solution: Remove #define.Files: src/vim9execute.cPatch 8.2.2988Problem: Vim9: debugger test fails.Solution: Get the debugger instructions when needed.Files: src/vim.h, src/vim9.hPatch 8.2.2989Problem: Vim9: memory leak when debugginga:def function.Solution: Free the debug instructions.Files: src/vim9compile.cPatch 8.2.2990Problem: Jupyter Notebook files are not recognized.Solution: Recognize *.ipynb. (closes #8375)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.2991Problem: Vim9: no completion for:vim9 and :legacy.Solution: Expand argumentasa command. (closes #8377)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.2992Problem: Vim9: completion for:disassembleis incomplete.Solution: Recognize the "debug" and "profile" arguments.Files: src/cmdexpand.c, src/vim9execute.c, src/proto/vim9execute.pro, src/vim.h, src/testdir/test_cmdline.vimPatch 8.2.2993Problem:'fileencodings' default value should depend on'encoding'. (Gary Johnson)Solution: When'encoding'is "utf-8" usea different default value for'fileencodings'.Files: src/mbyte.c, src/option.c, src/proto/option.pro, src/testdir/test_options.vimPatch 8.2.2994Problem: Various codeis not fully tested.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #8378)Files: src/testdir/test_excmd.vim, src/testdir/test_mapping.vim, src/testdir/test_modeline.vim, src/testdir/test_options.vim, src/testdir/test_paste.vim, src/vim9compile.cPatch 8.2.2995Problem: Linkererrors with dynamicPython 3.10.Solution: Adda couple of library entries. (Zdenek Dohnal, closes #8381, closes #8356)Files: src/if_python3.cPatch 8.2.2996Problem: Vim9: when debugging cannot inspect local variables.Solution: Make localvariables available when debugging.Files: src/vim9execute.c, src/proto/vim9execute.pro, src/vim9compile.c, src/vim9.h, src/debugger.c, src/testdir/test_debugger.vimPatch 8.2.2997 (after 8.2 2996)Problem: Vim9: disassemble test fails.Solution: Adjust expected output.Files: src/testdir/test_vim9_disassemble.vimPatch 8.2.2998 (after 8.2 2996)Problem: Vim9: disassemble test fails.Solution: Add missing call to lookup_debug_var().Files: src/evalvars.cPatch 8.2.2999Problem: Balloon sometimes does not hide withGTK 3.Solution: Also listen to GDK_LEAVE_NOTIFY. (Johannes Stezenbach)Files: src/gui_beval.cPatch 8.2.3000Problem: Vim9: warning for uninitialized variable.Solution: Add initialization. (John Marriott)Files: src/vim9compile.cPatch 8.2.3001Problem: Vim9: memory leak when compilation fails.Solution: Free thelist of variable names.Files: src/vim9compile.cPatch 8.2.3002Problem: Vim doesn't abort ona fatalTcl error.Solution: Change emsg() to iemsg(). (Dominique Pellé, closes #8383)Files: src/if_tcl.cPatch 8.2.3003Problem: Vim9:closure compiled with wrong compile type.Solution: Use COMPILE_TYPE() when callinga function. (closes #8384)Files: src/vim9execute.c, src/testdir/test_debugger.vimPatch 8.2.3004Problem: Vim9: error for missing colon given while skipping.Solution: Do not give the error when skipping. (closes #8385)Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.3005Problem: Vim9: usinga void value does not givea proper error message.Solution: Givea clear error message. (closes #8387)Files: src/typval.c, src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3006Problem: Crash when echoinga value very early. (Naruhiko Nishino)Solution: Do not usea NUL to truncate the message, makea copy. (closes #8388)Files: src/message.c, src/testdir/test_startup.vimPatch 8.2.3007 (after 8.2.3005)Problem: Vim9: test for void value fails.Solution: Adjust expected error. Do not makea copy of void.Files: src/typval.c, src/testdir/test_functions.vimPatch 8.2.3008 (after 8.2.3006)Problem: Startup test may hang.Solution: Add quit command in the script.Files: src/testdir/test_startup.vimPatch 8.2.3009 (after 8.2.3006)Problem: Startup test may hang.Solution: Do not run the test in the GUI.Files: src/testdir/test_startup.vimPatch 8.2.3010Problem: Not enoughtesting forviminfo code.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #8390)Files: src/register.c, src/testdir/test_fileformat.vim, src/testdir/test_smartindent.vim, src/testdir/test_viminfo.vimPatch 8.2.3011Problem: Vim9: cannot get argument values during debugging.Solution: Lookup names in thelist of arguments. Put debug instruction halfway for command.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_debugger.vimPatch 8.2.3012Problem: When'rightleft'is set the line numberis sometimes drawn reversed.Solution: Adjust howspaceis handled. (Christian Brabandt, closes #8389, closes #8391)Files: src/drawline.c, src/testdir/test_number.vimPatch 8.2.3013Problem: Vim: when debugging only the first line ofa command using line continuationis displayed.Solution: Find the next command and concatenate lines until that one. (closes #8392)Files: src/vim9execute.c, src/testdir/test_debugger.vimPatch 8.2.3014Problem: Coverity warns for freeing static string.Solution: Do not assign staticstring to pointer. (Dominique Pellé, closes #8397)Files: src/vim9execute.cPatch 8.2.3015Problem: Vim9: Assigning to @# requiresa string. (Naohiro Ono)Solution: Accenta number ora string. (closes #8396)Files: src/vim9compile.c, src/vim9execute.c, src/globals.h, src/testdir/test_vim9_assign.vimPatch 8.2.3016Problem: Confusing error whenexpressionis followed by comma.Solution: Givea different error for trailing text. (closes #8395)Files: src/eval.c, src/testdir/test_let.vim, src/testdir/test_eval_stuff.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vim, src/testdir/test_viminfo.vim, src/testdir/test_vimscript.vimPatch 8.2.3017Problem: Vim9: debugger shows too many lines.Solution: Truncateata comment, "enddef", etc. (closes #8392)Files: src/vim9execute.c, src/testdir/test_debugger.vimPatch 8.2.3018Problem: Formatting using quickfixtextfuncis lost when updating location lists for different buffers. (Yorick Peterse)Solution: Use the rightwindow for the location list. (Yegappan Lakshmanan, closes #8400, closes #8403)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.3019Problem: Locationlist only has the start position.Solution: Makeit possible to add anend position. (thinca, closes #8393)Files: runtime/doc/eval.txt, src/quickfix.c, src/testdir/dumps/Test_quickfix_cwindow_1.dump, src/testdir/dumps/Test_quickfix_cwindow_2.dump, src/testdir/test_quickfix.vim, src/testdir/test_tagjump.vim, src/testdir/test_vim9_expr.vimPatch 8.2.3020Problem: Unreachable code.Solution: Remove the code. (closes #8406)Files: src/ex_docmd.cPatch 8.2.3021Problem: Spaces allowed between option name and "!", "?", etc.Solution: Disallow spaces inVim9 script,it was not documented. (closes #8408)Files: src/option.c, src/testdir/test_vim9_script.vimPatch 8.2.3022Problem: Availableencryption methods are not strong enough.Solution: Add initial support for xchacha20. (Christian Brabandt, closes #8394)Files: .github/workflows/ci.yml, runtime/doc/eval.txt, runtime/doc/options.txt, runtime/doc/various.txt, src/INSTALLpc.txt, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/auto/configure, src/blowfish.c, src/bufwrite.c, src/config.h.in, src/configure.ac, src/crypt.c, src/crypt_zip.c, src/errors.h, src/evalfunc.c, src/feature.h, src/fileio.c, src/memline.c, src/option.c, src/optionstr.c, src/proto/blowfish.pro, src/proto/crypt.pro, src/proto/crypt_zip.pro, src/structs.h, src/testdir/samples/crypt_sodium_invalid.txt, src/testdir/test_crypt.vim, src/undo.c, src/version.cPatch 8.2.3023Problem: Vim9: arguments forexecute() not checkedat compile time.Solution: Adda function to check the argument types.Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3024 (after 8.2.3023)Problem:execute() function test fails.Solution: Adjust test for different error.Files: src/testdir/test_execute_func.vimPatch 8.2.3025Problem: Not enough tests forquickfix end_col and end_lnum.Solution: Adda few more test cases. (Shane-XB-Qian, closes #8409)Files: src/testdir/test_quickfix.vimPatch 8.2.3026Problem: Vim9: cannot set breakpoint in compiled function.Solution: Check for breakpoint when callinga function.Files: src/vim9execute.c, src/structs.h, src/vim.h, src/vim9.h, src/debugger.c, src/testdir/test_debugger.vimPatch 8.2.3027Problem: Vim9: breakpoint in compiled function not always checked.Solution: Check for breakpoint when calling compiled function from compiled function.Files: src/vim9execute.c, src/testdir/test_debugger.vimPatch 8.2.3028Problem:GUI mouse events not tested.Solution: Add test_gui_mouse_event(). Add mouse tests. Also adda fewviminfo tests. (Yegappan Lakshmanan, closes #8407)Files: runtime/doc/eval.txt, runtime/doc/testing.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/proto/testing.pro, src/testdir/test_gui.vim, src/testdir/test_viminfo.vim, src/testing.cPatch 8.2.3029Problem: Vim9: crash when usingoperator andlist unpack assignment. (Naohiro Ono)Solution: Get variable value before operation. (closes #8416)Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/ex_docmd.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3030Problem: Coverity reportsa memory leak.Solution: Fix the leak anda few typos. (Dominique Pellé, closes #8418)Files: src/crypt.c, src/errors.hPatch 8.2.3031Problem: No error ifa function name starts with an underscore. (Naohiro Ono)Solution: InVim9script disallowa function namestarting with an underscore,asis mentioned in the help. (closes #8414)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.3032Problem: Build problems with MSVC, other crypt issues with libsodium.Solution: Adjust MSVC makefile. Disable swap file only when'key'is set. Adjust error message used when keyis wrong. Fix Coverity issues. (Christian Brabandt, closes #8420, closes #8411)Files: src/Make_mvc.mak, src/crypt.c, src/errors.h, src/fileio.c, src/memline.c, src/proto/crypt.proPatch 8.2.3033Problem: No error when using alpha delimiter with :global.Solution: Check the delimiter like with :substitute. (closes #8415)Files: src/ex_cmds.c, src/testdir/test_global.vimPatch 8.2.3034Problem: Installingpackages on github CI sometimes fails.Solution: Update package information first. (Christian Brabandt, closes #8432)Files: .github/workflows/ci.ymlPatch 8.2.3035Problem: Vim9: crash when calling:def function withpartial and return typeis not set.Solution: When the return typeis not set handle like the return typeis unknown. (closes #8422)Files: src/vim9type.c, src/testdir/test_vim9_func.vimPatch 8.2.3036Problem: Vim9: builtin function arguments not checkedat compile time.Solution: Add more argument type specs. Check arguments totest_setmouse() and test_gui_mouse_event(). (Yegappan Lakshmanan, closes #8425)Files: src/evalfunc.c, src/testdir/test_assert.vim, src/testdir/test_gui.vim, src/testdir/test_popupwin.vim, src/testdir/test_vim9_builtin.vim, src/testing.cPatch 8.2.3037Problem: Configure reports libcanberra when checking for libsodium.Solution: Adjust the message. (Ozaki Kiichi, closes #8435)Files: src/configure.ac, src/auto/configurePatch 8.2.3038Problem:Amiga built-in versionstring doesn't include build date.Solution: Add the build date if available. (Ola Söder, closes #8437)Files: src/os_amiga.cPatch 8.2.3039Problem: Vim9: breakpointata comment line does not work.Solution: Add the comment line number to the debug instruction. (closes #8429)Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_debugger.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3040Problem: GUI: dropping files not tested.Solution: Add test_gui_drop_files() and tests. (Yegappan Lakshmanan, closes #8434)Files: runtime/doc/eval.txt, runtime/doc/testing.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/gui.c, src/proto/testing.pro, src/testdir/test_gui.vim, src/testing.cPatch 8.2.3041Problem: Detecting if the process ofa swap fileis running fails if the processis owned by another user.Solution: Check for the ESRCH error. (closes #8436)Files: src/os_unix.cPatch 8.2.3042 (after 8.2.3041)Problem: Swap file test fails.Solution: Check fora very high process ID instead of one, which should be running.Files: src/testdir/test_swap.vimPatch 8.2.3043Problem: Amiga: cannot get the shell size onMorphOS and AROS.Solution: Usecontrol sequences. (Ola Söder, closes #8438)Files: src/os_amiga.cPatch 8.2.3044Problem:AmigaMorphOS and AROS: process IDis not valid.Solution: Use FindTask to return something whichis unique to all processes. (Ola Söder, closes #8444)Files: src/os_amiga.cPatch 8.2.3045Problem: Minor typos.Solution: Fix the typos. (Christian Brabandt, closes #8441)Files: src/VisVim/README_VisVim.txt, src/evalfunc.c, src/testdir/vim9.vimPatch 8.2.3046Problem:Amiga MorphOS: Term modeis set usingDOS packets.Solution: Use the same way of setting term mode on all next gen Amiga-like systems. (Ola Söder, closes #8445)Files: src/os_amiga.cPatch 8.2.3047Problem: Increment and decrement don't allow for next command.Solution: Allow for comment and next command. (closes #8442)Files: src/ex_cmds.h, src/vim9script.c, src/testdir/test_vim9_assign.vimPatch 8.2.3048Problem: Strange error for whitespace after ++ command.Solution: Check for whitespace explicitly. (closes #8440)Files: src/vim9script.c, src/errors.h, src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.3049Problem: JSON patch file not recognized.Solution: Recognize json-patchas json. (Kevin Locke, closes #8450)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3050Problem: Cannot recognize elixir files.Solution: Recognize Elixir-specific files. Check if an .ex fileis Euphoria or Elixir. (Austin Gatlin, closes #8401, closes #8446)Files: runtime/autoload/dist/ft.vim, runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3051Problem: Vim9: for loop with onelist variable does not work.Solution: Usea separate flag for unpackinga list. (closes #8452)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3052Problem: Vim9: "legacy call" does not work.Solution: Do not skip "call" after "legacy". (closes #8454)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.3053Problem: Vim9: cannot assign to@@ in:def functionSolution: Handle '@' like'"'. (closes #8456)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.3054Problem: Vim9: unpack assignment using "_" after semicolon fails.Solution: Drop theexpression result. (closes #8453)Files: src/vim9compile.c, src/errors.h, src/testdir/test_vim9_assign.vimPatch 8.2.3055Problem: Strange error for assigning to "x.key" on non-dictionary.Solution: Adda specific error message. (closes #8451)Files: src/eval.c, src/errors.h, src/testdir/test_vim9_assign.vim, src/testdir/test_listdict.vim, src/testdir/test_let.vimPatch 8.2.3056Problem: Vim9: using default value inlambda gives confusing error.Solution: Pass "default_args" on the first pass to get the arguments. (closes #8455)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.3057Problem: Vim9: debugger test fails with normal features and +terminal. (Dominique Pellé)Solution: Adjust the INSTRUCTIONS macro. (closes #8460)Files: src/vim9.hPatch 8.2.3058 (after 8.2.3056)Problem: Vim9: cannot useternaryoperator in parentheses.Solution: Do not use "==" fora default argument value. (closes #8462)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.3059 (after 8.2.3056)Problem: Vim9: memory leak when using lambda.Solution: Do not store the default value strings when skipping.Files: src/userfunc.cPatch 8.2.3060 (after 8.2.3056)Problem: Vim9: cannot useternaryoperator in parentheses.Solution: Do not use "=~" fora default argument value. (closes #8462)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.3061Problem: Testing the shell optionis incomplete and spread out.Solution: Move shell tests to one file and increase coverage. (Yegappan Lakshmanan, closes #8464)Files: src/testdir/Make_all.mak, src/testdir/test_functions.vim, src/testdir/test_options.vim, src/testdir/test_shell.vim, src/testdir/test_system.vimPatch 8.2.3062Problem: Internal error when adding several text properties.Solution: Do not handle text properties whendeletinga line for splittinga data block. (closes #8466)Files: src/structs.h, src/memline.c, src/testdir/test_textprop.vimPatch 8.2.3063Problem: Crash when switching'cryptmethod' to xchacha20 with an existingundo file. (Martin Tournoij)Solution: Disable readingundo file when decoding can't be done inplace. (issue #8467)Files: src/fileio.c, src/bufwrite.cPatch 8.2.3064Problem: Vim9: inscript cannot set item in uninitialized list.Solution: Whenalistis NULL allocate an empty one. (closes #8461)Files: src/eval.c, src/testdir/test_vim9_assign.vimPatch 8.2.3065Problem: Vim9: error when sourcingscript twice and reusinga function name.Solution: Check if the functionis dead. (closes #8463)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3066Problem: Vim9: debugginglambda does not work.Solution: Use the compile type of the function when compilinga lambda. (closes #8412)Files: src/vim9compile.c, src/testdir/test_debugger.vimPatch 8.2.3067Problem: Building fails with Athena. (Elimar Riesebieter)Solution: Adjust #ifdefs and add the 'drop_file' feature.Files: src/evalfunc.c, src/testing.c, src/testdir/test_gui.vimPatch 8.2.3068Problem:Unicode tables are slightly outdated.Solution: Update the tables forUnicode release 13. (Christian Brabandt closes #8430)Files: runtime/tools/unicode.vim, src/mbyte.cPatch 8.2.3069Problem: Errormessages are spread out.Solution: Move some errormessages to errors.h. Use clearer names.Files: src/errors.h, src/globals.h, src/arglist.c, src/buffer.c, src/channel.c, src/eval.c, src/evalfunc.c, src/evalvars.c, src/evalwindow.c, src/ex_cmds.c, src/ex_docmd.c, src/ex_getln.c, src/filepath.c, src/fold.c, src/getchar.c, src/indent.c, src/list.c, src/map.c, src/mark.c, src/normal.c, src/ops.c, src/optionstr.c, src/popupwin.c, src/quickfix.c, src/spellfile.c, src/textprop.c, src/typval.c, src/undo.c, src/userfunc.c, src/vim9compile.c, src/window.cPatch 8.2.3070Problem: Not enoughtesting for shell use.Solution: Adda bit more testing. (Yegappan Lakshmanan, closes #8469)Files: src/testdir/test_shell.vim, src/testdir/test_startup.vimPatch 8.2.3071Problem: Shelloptions are not set properly for PowerShell.Solution: Use better option defaults. (Mike Williams, closes #8459)Files: runtime/doc/eval.txt, runtime/doc/options.txt, runtime/doc/os_dos.txt, src/fileio.c, src/misc2.c, src/option.c, src/os_win32.c, src/testdir/test_shell.vimPatch 8.2.3072Problem: The "zy" command does not work well when'virtualedit'is set to "block". (Johann Höchtl)Solution: Make endspaces zero. (Christian Brabandt, closes #8468, closes #8448)Files: src/register.c, src/testdir/test_visual.vimPatch 8.2.3073Problem: When cursoris moved for block append wrong textis inserted.Solution: Calculate an offset. (Christian Brabandt, closes #8433, closes #8288)Files: src/ops.c, src/testdir/test_blockedit.vim, src/testdir/test_visual.vimPatch 8.2.3074Problem:popup_atcursor() uses wrong position with concealing.Solution: Keep w_wcol in conceal_check_cursor_line(). (closes #8476)Files: src/screen.c, src/proto/screen.pro, src/normal.c, src/edit.c, src/ui.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_atcursor_pos.dumpPatch 8.2.3075Problem: Xxd always reports an old version string. (Åsmund Ervik)Solution: Update the versionstring with the last known change date. (Jürgen Weigert, closes #8475)Files: src/xxd/xxd.c, src/testdir/test_xxd.vimPatch 8.2.3076Problem: Vim9: using try in catch block causesa hang.Solution: Save and restore the ec_in_catch flag. (closes #8478)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.3077Problem: Vim9: an error ina catch blockis not reported.Solution: Put the "in catch" flag in the try stack. (closes #8478)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.3078Problem: Vim9:profile test fails.Solution: Make throw in:catch jump to :finally.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.3079Problem: Powershell core not supported by default.Solution: Set option defaults for "pwsh". (Mike Williams, closes #8481)Files: runtime/doc/eval.txt, runtime/doc/options.txt, runtime/doc/os_dos.txt, runtime/doc/os_win32.txt, src/fileio.c, src/misc2.c, src/option.c, src/os_win32.c, src/testdir/test_shell.vimPatch 8.2.3080Problem: Recover test fails on 32bit systems. (Ondřej Súkup)Solution: Detect 32/64 bit systems. (Yegappan Lakshmanan, closes #8485, closes #8479)Files: src/testdir/test_recover.vimPatch 8.2.3081Problem: Cannot catcherrors inachannel command.Solution: Instead of skipping the error makeit silent. (closes #8477)Files: src/channel.cPatch 8.2.3082Problem:Achannel command "echoerr" does not show anything.Solution: Do not use silenterrors when using an "echoerr" command. (closes #8494)Files: src/channel.c, src/testdir/test_channel.py, src/testdir/test_channel.vimPatch 8.2.3083Problem: Crash when passingnullstring to charclass().Solution: Bail out whenstring pointeris NULL. (Christian Brabandt, closes #8498, closes #8260)Files: src/mbyte.c, src/testdir/test_functions.vimPatch 8.2.3084Problem: Vim9: builtin function argument types are not checkedat compile time.Solution: Add argument types. (Yegappan Lakshmanan, closes #8503)Files: src/evalfunc.c, src/testdir/test_functions.vim, src/testdir/test_glob2regpat.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_expr.vimPatch 8.2.3085Problem: JSONC files are not recognized.Solution: Recognize .jsonc files. (Izhak Jakov, closes #8500)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3086Problem: Vim9: breakpoint on "for" does not work.Solution: Use the right line number in ISN_DEBUG. (closes #8486)Files: src/vim9compile.c, src/testdir/test_debugger.vimPatch 8.2.3087Problem: Gemtext files are not recognized.Solution: Recognize .gmi and .gemini files. (closes #8427)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3088Problem: With'virtualedit' set to "block"Visual highlightis wrong after using "$". (Marco Trosi)Solution: Do not set w_old_cursor_lcol to MAXCOL. (closes #8495)Files: src/drawscreen.c, src/testdir/test_visual.vim, src/testdir/dumps/Test_visual_block_with_virtualedit.dumpPatch 8.2.3089Problem: Garbage collection has useless code.Solution: Bail out when aborting. (closes #8504)Files: src/userfunc.cPatch 8.2.3090Problem: With concealing enabled and indirectly closinga fold the cursor may be somewhere ina folded line.Solution: Recompute the cursor position when the cursor line can be concealed. (closes #8480)Files: src/drawscreen.cPatch 8.2.3091Problem: Vim9: default argumentexpression cannot use previous argumentSolution: Correct argument index. (closes #8496)Files: src/vim9compile.c, src/structs.h, src/testdir/test_vim9_func.vimPatch 8.2.3092Problem: Vim9: builtin function test fails without the+channel feature.Solution: Check the+channel featureis supported. (Dominique Pellé, closes #8507)Files: runtime/doc/eval.txt, src/testdir/test_vim9_builtin.vimPatch 8.2.3093Problem: tablabel_tooltip test fails with Athena. (Dominique Pellé)Solution: Skip the test when using Athena. (closes #8508)Files: src/testdir/test_gui.vim, src/testdir/check.vimPatch 8.2.3094Problem: Test_popup_atcursor_pos() fails without theconceal feature.Solution: Adda check for theconceal feature. (Dominique Pellé, closes #8505)Files: src/testdir/test_popupwin.vimPatch 8.2.3095 (after 8.2.3088)Problem: With'virtualedit' set to "block" block selectionis wrong after using "$". (Marco Trosi)Solution: Compute the longest selected line. (closes #8495)Files: src/drawscreen.c, src/testdir/test_visual.vim, src/testdir/dumps/Test_visual_block_with_virtualedit2.dumpPatch 8.2.3096Problem: Temp files remain after running tests.Solution: Delete the right files. (Dominique Pellé, closes #8509)Files: src/testdir/test_debugger.vim, src/testdir/test_lambda.vim, src/testdir/test_visual.vimPatch 8.2.3097Problem: Crash when using "quit"atrecovery prompt andautocommands are triggered.Solution: Blockautocommands when creating an empty buffer to useas the current buffer. (closes #8506)Files: src/buffer.c, src/testdir/test_swap.vimPatch 8.2.3098Problem: Popupwindow testis flaky onMS-Windows with GUI.Solution: Skip the check in this situation.Files: src/testdir/test_popupwin.vimPatch 8.2.3099Problem: Vim9: missing catch/finally not reportedatscript level.Solution: Give an error. (closes #8487)Files: src/structs.h, src/ex_eval.c, src/testdir/test_vim9_script.vimPatch 8.2.3100Problem: Vim9: no error when using type with unknown number of arguments.Solution: Do not ignore argumentcount of -1. (closes #8492)Files: src/vim9type.c, src/evalfunc.c, src/proto/evalfunc.pro, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vimPatch 8.2.3101Problem: Missing function prototype for vim_round().Solution: Add the prototype.Files: src/proto/float.proPatch 8.2.3102 (after 8.2.3097)Problem: Test for crash fix does not fail without the fix.Solution: Adjust the test sequence. (closes #8506)Files: src/testdir/test_swap.vimPatch 8.2.3103 (after 8.2.3102)Problem: Swap test may fail on some systems when jobs take longer to exit.Solution: Use different file names.Files: src/testdir/test_swap.vimPatch 8.2.3104Problem: Vim9: unspecified function type causes type error.Solution: Don't check type when min_argcountis negative. (issue #8492)Files: src/globals.h, src/vim9type.c, src/testdir/test_vim9_assign.vimPatch 8.2.3105Problem: Vim9: type ofpartialis wrong whenit has arguments.Solution: Subtract arguments from the count. (issue #8492)Files: src/vim9type.c, src/userfunc.c, src/testdir/test_vim9_assign.vimPatch 8.2.3106Problem: Vim9: confusing line number reported for error.Solution: Use the start line number for the store instruction. (closes #8488)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.3107Problem: Vim9: error for arguments while type didn't specify arguments.Solution: Do not update that type to check when no argumentcountis specified. (closes #8492)Files: src/userfunc.c, src/testdir/test_vim9_assign.vimPatch 8.2.3108Problem: Test forremote_foreground() fails. (Elimar Riesebieter)Solution: Check that $DISPLAYis set. (Christian Brabandt)Files: src/testdir/check.vim, src/testdir/test_clientserver.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.3109Problem: Check for $DISPLAY never fails.Solution: Use eval().Files: src/testdir/check.vimPatch 8.2.3110Problem:Apattern that matches the cursor positionisa bit complicated.Solution: Usea dot to indicate the cursor line and column. (Christian Brabandt, closes #8497, closes #8179)Files: runtime/doc/pattern.txt, src/errors.h, src/regexp_bt.c, src/regexp_nfa.c, src/testdir/test_regexp_latin.vimPatch 8.2.3111Problem: Vim9: confusing error with extrawhitespace before colon.Solution: Check for colon after white space. (closes #8513)Files: src/eval.c, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3112 (after 8.2.3090)Problem: With concealing enabled and indirectly closinga fold the cursor may be somewhere ina folded line whenitis not on the first line of the fold.Solution: Check if the cursoris somewhere in the folded text.Files: src/drawscreen.cPatch 8.2.3113Problem: No error when for loop variable shadowsscript variable.Solution: Check for the error. (closes #8512)Files: src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.3114Problem: Amiga-like systems: build error checking for running processSolution: Only build swapfile_process_running() on systems whereitis actually used. (Ola Söder, closes #8519)Files: src/memline.cPatch 8.2.3115Problem: Coverity complains about free_wininfo() use.Solution: Adda condition that "wip2"is not equal to "wip". (Neovim #14996)Files: src/window.cPatch 8.2.3116Problem: Vim9: crash when debugginga function with line continuation.Solution: Check fora NULL pointer. (closes #8521)Files: src/vim9execute.c, src/testdir/test_debugger.vimPatch 8.2.3117Problem: Vim9: type not properly checked in for loop.Solution: Haveitems() returnalist of lists. Add runtime type checks. (closes #8515)Files: src/evalfunc.c, src/globals.h, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3118Problem: Vim9: "any" type not handled correctly in for loop.Solution: Change compile time check into runtime check. (closes #8516)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3119Problem: Compiler warning for unused argument.Solution: Add UNUSED.Files: src/evalfunc.cPatch 8.2.3120Problem: Crypt with sodium test fails on MS-Windows.Solution: Make the tests pass. (closes #8428)Files: src/testdir/test_crypt.vimPatch 8.2.3121Problem:'listchars' "exceeds" character appears in foldcolumn. Window separatoris missing. (Leonid V. Fedorenchik)Solution: Only draw the "exceeds" character in the text area. Break the loop when not drawing the text. (closes #8524)Files: src/drawline.c, src/testdir/test_listchars.vim, src/testdir/dumps/Test_listchars_01.dump, src/testdir/dumps/Test_listchars_02.dump, src/testdir/dumps/Test_listchars_03.dump, src/testdir/dumps/Test_listchars_04.dump, src/testdir/dumps/Test_listchars_05.dumpPatch 8.2.3122Problem: With'nowrap' cursor positionis unexpected in narrow window. (Leonid V. Fedorenchik)Solution: Put cursor on the last non-empty line. (closes #8525)Files: src/move.c, src/testdir/test_listchars.vim, src/testdir/dumps/Test_listchars_06.dump, src/testdir/dumps/Test_listchars_07.dumpPatch 8.2.3123Problem: Vim9: confusing error when using whitespace after option, before one of "!&<".Solution: Givea specific error. (issue #8408)Files: src/errors.h, src/option.c, src/testdir/test_vim9_script.vimPatch 8.2.3124Problem: Vim9: no error for whitespace between option and "=9".Solution: Check for extraneous white space. (issue #8408)Files: src/option.c, src/testdir/test_vim9_script.vimPatch 8.2.3125Problem: Variables are set but not used.Solution: Move the declarations to the block where they are used. (closes #8527)Files: src/regexp_nfa.cPatch 8.2.3126Problem: Vim9: for loop error reports wrong line number.Solution: Save and restore the line number when evaluating the expression. (closes #8514)Files: src/ex_eval.c, src/testdir/test_vim9_script.vimPatch 8.2.3127Problem: Vim9: no error when adding number tolist of string.Solution: Check the value type. (closes #8529)Files: src/list.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3128Problem: Vim9: uninitializedlist does not get type checked.Solution: Set the type when initializing the variable. (closes #8529)Files: src/eval.c, src/evalvars.c, src/vim9script.c, src/userfunc.c, src/proto/vim9script.pro, src/testdir/test_vim9_builtin.vimPatch 8.2.3129Problem: Vim9: imported uninitializedlist does not get type checked.Solution: Get type from imported variable.Files: src/eval.c, src/evalvars.c, src/vim9script.c, src/proto/vim9script.pro, src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.3130Problem: Vim9: import test fails.Solution: Rename directory back to "import", use "p" to avoid an error when the directory already exists.Files: src/testdir/test_vim9_script.vimPatch 8.2.3131Problem: MS-Windows: ipv6channel testis very flaky in the GUI.Solution: Skip the test.Files: src/testdir/test_channel.vimPatch 8.2.3132Problem: Compiler warns for size_t to colnr_T conversion. (Randall W. Morris)Solution: Adda type cast.Files: src/drawscreen.cPatch 8.2.3133Problem: Vim9: memory leak whenadd() fails.Solution: Allocate listitem_T after type check.Files: src/list.cPatch 8.2.3134Problem: Crash when usingtypename() ona function reference. (Naohiro Ono)Solution: Initialize pointer to NULL. (closes #8531)Files: src/vim9type.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3135Problem: Vim9: builtin function arguments not checkedat compile time.Solution: Add more type checks. (Yegappan Lakshmanan, closes #8539)Files: src/channel.c, src/errors.h, src/evalfunc.c, src/proto/typval.pro, src/terminal.c, src/testdir/test_search.vim, src/testdir/test_textprop.vim, src/testdir/test_vim9_builtin.vim, src/testing.c, src/textprop.c, src/typval.cPatch 8.2.3136Problem: No test forE187 and "No swap file".Solution: Adda test. (Dominique Pellé, closes #8540)Files: src/testdir/test_cd.vim, src/testdir/test_swap.vimPatch 8.2.3137Problem: Vim9: no error whena line only hasa variable name.Solution: Give an error when anexpressionis evaluated without an effect. (closes #8538)Files: src/ex_eval.c, src/errors.h, src/vim9compile.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vimPatch 8.2.3138 (after 8.2.3137)Problem: Debugger test fails.Solution: Adjusteval command.Files: src/testdir/test_debugger.vimPatch 8.2.3139Problem: Functions forstring manipulation are spread out.Solution: Movestring relatedfunctions toa new source file. (Yegappan Lakshmanan, closes #8470)Files: Filelist, src/Make_ami.mak, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/README.md, src/eval.c, src/evalfunc.c, src/mbyte.c, src/misc1.c, src/misc2.c, src/proto.h, src/proto/eval.pro, src/proto/evalfunc.pro, src/proto/mbyte.pro, src/proto/misc1.pro, src/proto/misc2.pro, src/proto/strings.pro, src/strings.cPatch 8.2.3140 (after 8.2.3131)Problem: MS-Windows: ipv6channel testis very flaky also without the GUI.Solution: Skip the test also without the GUI.Files: src/testdir/test_channel.vimPatch 8.2.3141Problem: No error when using :complete for:command without -nargs.Solution: Give an error. (Martin Tournoij, closes #8544, closes #8541)Files: src/usercmd.c, src/errors.h, src/testdir/test_usercommands.vimPatch 8.2.3142Problem: Vim9: type check forhas_key() argumentis too strict.Solution: Also allow fora number key argument. (closes #8542)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3143Problem: Vim9:Alambda may be compiled with the wrong context ifitis called froma profiled function.Solution: Compile thelambda with and without profiling. (closes #8543)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3144Problem: Vim9: no error when using an invalid value fora line number.Solution: Give an error if thestring valueis not recognized. (closes #8536)Files: src/errors.h, src/eval.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3145Problem: Vim9:profile test fails withoutprofile feature.Solution: Check theprofile featureis present.Files: src/testdir/test_vim9_script.vimPatch 8.2.3146Problem: Vim9: line number wrong for:execute argument.Solution: Use the line number of the:execute command itself. (closes #8537)Files: src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.3147Problem: Vim9:profiling does not work witha nested function.Solution: Also compilea nested function without profiling. (closes #8543) Handle that compiling may cause the table of compiledfunctions to change.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.3148Problem: Vim9: function arg type check does not handle base offset.Solution: Take the base offset into account when checking builtin function argument types.Files: src/evalfunc.c, src/vim9compile.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3149 (after 8.2.3141)Problem: Some plugins havea problem with the error check for using:command with -complete but without -nargs.Solution: In legacyscript only givea warning message.Files: src/usercmd.c, src/message.c, src/proto/message.pro, src/testdir/test_usercommands.vimPatch 8.2.3150Problem: Vim9: argument types are not checkedat compile time.Solution: Add more type checks. (Yegappan Lakshmanan, closes #8545)Files: src/evalfunc.c, src/testing.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3151Problem: Vim9:profiling fails if nested functionis also profiled.Solution: Use the compile type from the outer function. (closes #8543)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3152Problem: Vim9: accessing "s:" results in an error.Solution: Do not try to lookupascript variable for "s:". (closes #8549)Files: src/evalvars.c, src/testdir/test_vim9_expr.vimPatch 8.2.3153Problem: URLs witha dash in the scheme are not recognized.Solution: Allow fora scheme witha dash, but notat the start or end. (Tsuyoshi CHO, closes #8299)Files: src/misc1.c, src/testdir/test_buffer.vimPatch 8.2.3154Problem: Vim9: some type checks for builtinfunctions fail.Solution: Correct the type checks. (Yegappan Lakshmanan, closes #8551, closes #8550)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3155Problem: Some option related code not covered by tests.Solution: Adda few test cases. (Dominique Pellé, closes #8552)Files: src/testdir/test_options.vim, src/testdir/test_set.vimPatch 8.2.3156Problem: Vim9:term_getansicolors() test fails without +termguicolors.Solution: Adda check for the feature. (Dominique Pellé, closes #8555)Files: src/testdir/test_vim9_builtin.vimPatch 8.2.3157Problem: Crypt test may fail on MS-Windows.Solution: Ignore "[unix]" in the file message. (Christian Brabandt, closes #8561)Files: src/testdir/test_crypt.vimPatch 8.2.3158Problem: Strange error message when usingislocked() witha number. (Yegappan Lakshmanan)Solution: Check that the nameis empty.Files: src/evalfunc.c, src/testdir/test_functions.vimPatch 8.2.3159Problem: Cursor displayed in wrong position afterdeleting line.Solution: Whendeleting linesdo not approximate botline. (fixes #8559)Files: src/change.cPatch 8.2.3160Problem:'breakindent' does not work well for bulleted and numbered lists.Solution: Add the "list" entry to'breakindentopt'. (Christian Brabandt, closes #8564, closes #1661)Files: runtime/doc/options.txt, src/indent.c, src/structs.h, src/testdir/test_breakindent.vimPatch 8.2.3161Problem: Vim9: no error whenreltime() has invalid arguments.Solution: Add an error. (closes #8562)Files: src/time.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3162Problem: Vim9: argument types are not checkedat compile time.Solution: Add more type checks. (Yegappan Lakshmanan, closes #8560)Files: runtime/doc/channel.txt, src/clientserver.c, src/cmdhist.c, src/errors.h, src/evalfunc.c, src/evalwindow.c, src/filepath.c, src/globals.h, src/popupwin.c, src/proto/typval.pro, src/sign.c, src/strings.c, src/terminal.c, src/testdir/test_normal.vim, src/testdir/test_reltime.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_expr.vim, src/testing.c, src/textprop.c, src/time.c, src/typval.cPatch 8.2.3163Problem: Locationlistwindow may opena wrong file.Solution: Also update the qf_ptr field. (Wei-Chung Wen, closes #8565, closes #8566)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.3164Problem: MS-Windows: reported version lacks patchlevel, causing some update tools to update too often. (Klaus Frank)Solution: Add the patchlevel to the version. (Christian Brabandt)Files: src/dosinst.cPatch 8.2.3165Problem: Vim9: ina ||expression the error line number may be wrong.Solution: Save and restore the line number when checking the type. (closes #8569)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.3166Problem: Vim9: nestedautoload call error overruled by "Unknown error".Solution: Check need_rethrow before giving an "Unknown error". (closes #8568)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.3167Problem: GetE12 inajob callback when searching for tags. (Andy Stewart)Solution: Use thesandbox only for executinga command, not for searching. (closes #8511)Files: src/tag.cPatch 8.2.3168Problem: Vim9: type error for constant of type any.Solution: Do adda runtime type check ifa constant has type any. (closes #8570)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.3169Problem: Vim9: cannot handle nested inline function.Solution: Check for nested inline function. (closes #8575)Files: src/userfunc.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_expr.vimPatch 8.2.3170Problem: Illegal memory access in test.Solution: Check pointeris not before the start of the line.Files: src/userfunc.cPatch 8.2.3171Problem: Another illegal memory access in test.Solution: Check pointeris after the start of the line.Files: src/userfunc.cPatch 8.2.3172Problem:MzScheme test fails. (Christian Brabandt)Solution: Correct function name.Files: src/testdir/test_vim9_builtin.vimPatch 8.2.3173Problem: Vim9: argument types are not checkedat compile time.Solution: Add more type checks. (Yegappan Lakshmanan, closes #8581)Files: src/diff.c, src/errors.h, src/evalfunc.c, src/globals.h, src/job.c, src/proto/typval.pro, src/strings.c, src/terminal.c, src/testdir/test_vim9_builtin.vim, src/typval.cPatch 8.2.3174Problem: Vim9: "legacyundo" finds "undo" variable.Solution: Do not pass lookup function to find_ex_command(). (closes #8563)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.3175Problem: Vim9: using illegal pointer with inline function insidea lambda.Solution: Clear eval_tofree_cmdline when advancing to the next line. (closes #8578)Files: src/eval.c, src/testdir/test_vim9_func.vimPatch 8.2.3176Problem: Vim9: no type error for comparing number with string.Solution: Adda runtime type check. (closes #8571)Files: src/typval.c, src/errors.h, src/testdir/test_vim9_expr.vimPatch 8.2.3177Problem: Vim9: can not use "for_ inexpr"atscript level.Solution: Skip assignment if the loop variableis "_".Files: src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.3178Problem: Vim9: the file name of an:import cannot be an expression.Solution: Accept anexpression that results ina string. Do not support:import ina function.Files: runtime/doc/vim9.txt, src/vim9script.c, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3179Problem: Vim9: cannot assign to an imported variableatscript level.Solution: Lookup imported items when assigning.Files: src/evalvars.c, src/errors.h, src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.3180Problem: Vim9: memory leak when concatenating to an imported string.Solution: Clear the destination.Files: src/evalvars.cPatch 8.2.3181Problem: Vim9: builtin function test fails withoutchannel feature.Solution: Add feature checks. (Dominique Pellé, closes #8586) Make feature checks more consistent.Files: src/testdir/test_vim9_builtin.vimPatch 8.2.3182Problem: Vim9: crash when using removing items froma constant list. (Yegappan Lakshmanan)Solution: Whenalist was allocated with items copy them.Files: src/list.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3183Problem: Duplicate error numbers.Solution: Adjust the error numbers.Files: src/errors.h, src/testdir/test_vim9_builtin.vimPatch 8.2.3184Problem: Cannot addadigraph witha leading space. Itis noteasy tolist existing digraphs.Solution: Add setdigraph(), setdigraphlist(), getdigraph() and getdigraphlist(). (closes #8580)Files: runtime/doc/digraph.txt, runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/digraph.c, src/evalfunc.c, src/ex_docmd.c, src/globals.h, src/errors.h, src/proto/digraph.pro, src/testdir/test_digraph.vimPatch 8.2.3185Problem: Vim9: start of inline function found in comment line.Solution: Do not check for inline function in comment line. (closes #8589)Files: src/userfunc.c, src/testdir/test_vim9_expr.vimPatch 8.2.3186Problem: Vim9: not all failures for import testedSolution: Test more import failuresFiles: src/errors.h, src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.3187Problem: Vim9:popuptimer callbackis not compiled.Solution: Compile the callback when creating the timer.Files: src/vim9compile.c, src/proto/vim9compile.pro, src/popupwin.cPatch 8.2.3188Problem: Vim9: argument types are not checkedat compile time.Solution: Add several more type checks, alsoat runtime. (Yegappan Lakshmanan, closes #8587)Files: src/blob.c, src/channel.c, src/clientserver.c, src/cmdexpand.c, src/cmdhist.c, src/dict.c, src/diff.c, src/errors.h, src/eval.c, src/evalbuffer.c, src/evalfunc.c, src/evalvars.c, src/evalwindow.c, src/filepath.c, src/globals.h, src/insexpand.c, src/job.c, src/list.c, src/map.c, src/match.c, src/proto/typval.pro, src/quickfix.c, src/search.c, src/sign.c, src/strings.c, src/terminal.c, src/testdir/test_blob.vim, src/testdir/test_gui.vim, src/testdir/test_vim9_builtin.vim, src/testing.c, src/textprop.c, src/time.c, src/typval.cPatch 8.2.3189Problem: Vim9: error when using "try|".Solution: Allow for "|" right aftera command.Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.3190Problem: Errormessages are spread out.Solution: Move errormessages to errors.h and give thema clear name.Files: src/globals.h, src/errors.h, src/buffer.c, src/debugger.c, src/digraph.c, src/edit.c, src/ex_cmds.c, src/ex_cmds2.c, src/ex_docmd.c, src/ex_eval.c, src/gui.c, src/list.c, src/main.c, src/map.c, src/match.c, src/quickfix.c, src/regexp.c, src/regexp_bt.c, src/regexp_nfa.c, src/register.c, src/search.c, src/session.c, src/spell.c, src/syntax.c, src/time.c, src/userfunc.c, src/vim9execute.c, src/window.cPatch 8.2.3191Problem: Vim9: not enough codeis tested.Solution: Use CheckLegacyAndVim9Success() in more places. Fix uncovered problems.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_listdict.vimPatch 8.2.3192 (after 8.2.3190)Problem: Build failure with small version (Tony Mechelynck).Solution: Remove stray #ifdef.Files: src/errors.hPatch 8.2.3193Problem:screenpos()is wrong when the last lineis partially visible and'display'is "lastline".Solution: Also compute the position fora partially visible line. (closes #8599)Files: src/move.c, src/testdir/test_cursor_func.vimPatch 8.2.3194Problem: Vim9: argument types are not checkedat compile time.Solution: Add several more type checks, simplify some. (Yegappan Lakshmanan, closes #8598)Files: src/diff.c, src/evalbuffer.c, src/evalfunc.c, src/job.c, src/proto/typval.pro, src/sign.c, src/terminal.c, src/testdir/test_vim9_builtin.vim, src/typval.cPatch 8.2.3195Problem: Vim9: unclear error when passing too many arguments to lambda.Solution: Pass theexpression itself instead of "[expression]". (closes #8604)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.3196Problem: Vim9: boolexpression with numbers only failsat runtime.Solution: Check constant to be boolat compile time. (closes #8603)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.3197Problem: Errormessages are spread out.Solution: Movea few more errormessages to errors.h.Files: src/globals.h, src/errors.h, src/edit.c, src/ex_cmds.c, src/ex_docmd.c, src/evalvars.c, src/option.c, src/quickfix.c, src/regexp_bt.c, src/regexp_nfa.c, src/regexp.c, src/undo.c, src/vim9compile.c, src/vim9script.cPatch 8.2.3198Problem: Cannot use'formatlistpat' for breakindent.Solution: Usea negativelist indent. (Maxim Kim, closes #8594)Files: runtime/doc/options.txt, src/indent.c, src/testdir/test_breakindent.vimPatch 8.2.3199Problem: Vim9: execution speed can be improved.Solution: Make the break counter static.Files: src/vim9execute.cPatch 8.2.3200Problem: Vim9: hard to guess wherea type erroris given.Solution: Add the function name where possible. (closes #8608)Files: src/dict.c, src/proto/dict.pro, src/eval.c, src/list.c, src/vim9compile.c, src/vim9execute.c, src/structs.h, src/vim9type.c, src/proto/vim9type.pro, src/if_py_both.h, src/errors.h, src/testdir/test_vim9_builtin.vimPatch 8.2.3201 (after 8.2.3200)Problem: Crash in test.Solution: Initialize "where".Files: src/eval.c, src/evalvars.cPatch 8.2.3202Problem: Vim9: tests are only executed for legacy script.Solution: Run more tests also forVim9 script. Fix uncovered problems.Files: src/vim9execute.c, src/ex_docmd.c, src/testdir/test_listdict.vimPatch 8.2.3203Problem: Vim9: compiledstringexpression causes type error. (Yegappan Lakshmanan)Solution: Remove thestring type from the stack.Files: src/vim9compile.c, src/evalfunc.cPatch 8.2.3204Problem: Display garbled when'cursorline'is set and lines wrap. (Gabriel Dupras)Solution: Avoidinserting lines twice. (closes #7255)Files: src/drawscreen.c, src/testdir/test_cursorline.vim, src/testdir/dumps/Test_cursorline_redraw_1.dump, src/testdir/dumps/Test_cursorline_redraw_2.dumpPatch 8.2.3205Problem: Coverity reportsanull pointer dereference.Solution: Change the logic to avoid Coverity gets confused.Files: src/vim9compile.cPatch 8.2.3206Problem: Vim9: argument types are not checkedat compile time.Solution: Add several more type checks. (Yegappan Lakshmanan, closes #8611)Files: runtime/doc/eval.txt, src/blob.c, src/cmdhist.c, src/dict.c, src/errors.h, src/evalfunc.c, src/filepath.c, src/globals.h, src/job.c, src/list.c, src/match.c, src/misc1.c, src/popupwin.c, src/proto/typval.pro, src/sign.c, src/terminal.c, src/testdir/test_blob.vim, src/testdir/test_vim9_builtin.vim, src/typval.cPatch 8.2.3207Problem: Vim9: crash when compilingstring fails. (Yegappan Lakshmanan)Solution: Adjust the type stack length.Files: src/vim9compile.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3208Problem: Dynamic library load error does not mention whyit failed.Solution: Add the error message. (Martin Tournoij, closes #8621)Files: src/globals.h, src/if_cscope.c, src/if_lua.c, src/if_mzsch.c, src/if_perl.xs, src/if_python.c, src/if_python3.c, src/if_ruby.c, src/if_tcl.c, src/mbyte.c, src/os_win32.c, src/proto/os_win32.pro, src/terminal.cPatch 8.2.3209Problem: Vim9:lambda doesn't find block-local variable.Solution: Adjust howascript-local variableis found. (closes #8614)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.3210Problem: Vim9:searchpair() sixth argumentis compiled. (Yegappan Lakshmanan)Solution: Only compile the fifth argument.Files: src/vim9compile.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3211Problem: Vim9: argument types are not checkedat compile time.Solution: Add several more type checks. Fix type check for matchaddpos(). (Yegappan Lakshmanan, closes #8619)Files: src/channel.c, src/evalfunc.c, src/evalvars.c, src/if_cscope.c, src/job.c, src/proto/typval.pro, src/testdir/test_vim9_builtin.vim, src/time.c, src/typval.cPatch 8.2.3212Problem: Vim9: execution speed can be improved.Solution: Use __builtin_expect() to have the compiler produce better code. (Dominique Pellé, closes #8613)Files: src/vim9execute.cPatch 8.2.3213Problem: NOCOMPOUNDSUGS entry inspell file not tested.Solution: Adda test. (Dominique Pellé, closes #8624)Files: src/testdir/test_spellfile.vimPatch 8.2.3214Problem: MS-Windows: passing /D does not set theinstall location.Solution: Adjust how the installer uses $VIM. Update the documentation. (Christian Brabandt, Ken Takata, closes #8605)Files: nsis/gvim.nsi, runtime/doc/os_win32.txtPatch 8.2.3215Problem: Vim9: argument types are not checkedat compile time.Solution: Add several more type checks. Sort the argument lists. (Yegappan Lakshmanan, closes #8626)Files: src/change.c, src/evalfunc.c, src/filepath.c, src/sound.c, src/testdir/test_gui.vim, src/testdir/test_vim9_builtin.vim, src/testing.cPatch 8.2.3216Problem: Vim9: crash when using variable ina loopatscript level.Solution: Do not clear the variable ifa function was defined. Do not createa new entry in sn_var_vals every time. (closes #8628)Files: src/eval.c, src/ex_eval.c, src/vim9script.c, src/userfunc.c, src/evalvars.c, src/structs.hPatch 8.2.3217 (after 8.2.3216)Problem: Build failure.Solution: Add missing changes.Files: src/globals.hPatch 8.2.3218Problem: When using xchacha20 cryptundo fileis not removed.Solution: Reset'undofile' and delete the file. (Christian Brabandt, closes #8630, closes #8467)Files: src/bufwrite.c, src/crypt.c, src/proto/undo.pro, src/testdir/test_crypt.vim, src/undo.cPatch 8.2.3219Problem::find searches non-existing directories.Solution: Check the pathis not "..". Update help. (Christian Brabandt, closes #8612, closes #8533)Files: runtime/doc/editing.txt, src/findfile.c, src/testdir/test_findfile.vimPatch 8.2.3220Problem: Test_term_setansicolors() fails in some configurations.Solution: Check available features. (Dominique Pellé, closes #8636)Files: src/testdir/test_vim9_builtin.vimPatch 8.2.3221Problem: Vim9: argument types are not checkedat compile time.Solution: Add several more type checks. (Yegappan Lakshmanan, closes #8632)Files: src/evalfunc.c, src/popupwin.c, src/proto/typval.pro, src/testdir/test_assert.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_script.vim, src/testing.c, src/typval.cPatch 8.2.3222Problem: Vim9: cannot use loop variable lateraslambda argument.Solution: When not in function context check the current block ID. (closes #8637)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.3223Problem: Vim: using{} block in autoloaded omnifunc fails.Solution: Allow using{} block when textis locked. (closes #8631)Files: src/ex_cmds.h, src/testdir/test_ins_complete.vimPatch 8.2.3224Problem: Cannot callscript-local function after :vim9cmd. (Christian J. Robinson)Solution: Skip over "<SNR>123".Files: src/vim9compile.c, src/eval.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3225Problem: Incsearch highlightingis attempted halfwaya mapping.Solution: Onlydo incsearch highlighting if keys were typed or thereis no more typeahead.Files: src/ex_getln.cPatch 8.2.3226Problem: Newdigraphfunctions use old naming scheme.Solution: Use the digraph_ prefix. (Hirohito Higashi, closes #8642)Files: runtime/doc/digraph.txt, runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/digraph.c, src/edit.c, src/errors.h, src/evalfunc.c, src/proto/digraph.pro, src/testdir/test_digraph.vimPatch 8.2.3227Problem:'virtualedit' can only be set globally.Solution: Make'virtualedit' global-local. (Gary Johnson, closes #8638)Files: runtime/doc/options.txt, src/buffer.c, src/change.c, src/drawscreen.c, src/edit.c, src/misc2.c, src/normal.c, src/ops.c, src/option.c, src/option.h, src/optiondefs.h, src/optionstr.c, src/proto/option.pro, src/register.c, src/structs.h, src/testdir/test_virtualedit.vimPatch 8.2.3228Problem: Cannot usea simple block for the:command argument. (Maarten Tournoij)Solution: Recognizea simple{} block. (issue #8623)Files: runtime/doc/map.txt, src/misc2.c, src/proto/misc2.pro, src/usercmd.c, src/testdir/test_usercommands.vimPatch 8.2.3229Problem: Vim9: runtime and compile time type checks are not the same.Solution: Add more runtime type checks for builtin functions. (Yegappan Lakshmanan, closes #8646)Files: src/arglist.c, src/change.c, src/channel.c, src/cindent.c, src/clientserver.c, src/cmdhist.c, src/dict.c, src/diff.c, src/digraph.c, src/errors.h, src/eval.c, src/evalbuffer.c, src/evalfunc.c, src/evalwindow.c, src/ex_docmd.c, src/ex_getln.c, src/filepath.c, src/findfile.c, src/float.c, src/fold.c, src/getchar.c, src/indent.c, src/insexpand.c, src/job.c, src/json.c, src/list.c, src/mark.c, src/match.c, src/mbyte.c, src/menu.c, src/misc1.c, src/move.c, src/popupwin.c, src/proto/typval.pro, src/quickfix.c, src/search.c, src/sign.c, src/sound.c, src/strings.c, src/terminal.c, src/testdir/test_assert.vim, src/testdir/test_blob.vim, src/testdir/test_execute_func.vim, src/testdir/test_float_func.vim, src/testdir/test_functions.vim, src/testdir/test_glob2regpat.vim, src/testdir/test_listdict.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_script.vim, src/testing.c, src/textprop.c, src/time.c, src/typval.c, src/undo.cPatch 8.2.3230Problem: Vim9: type error when function return typeis not known yet.Solution: When return typeis unknown, use "any". (closes #8644)Files: src/vim9compile.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3231Problem: Build failure with small features.Solution: Adjust #ifdef.Files: src/errors.hPatch 8.2.3232 (after 8.2.3229)Problem:system() does not work withouta second argument.Solution: Do not requirea second argument. (Yegappan Lakshmanan, closes #8651, closes #8650)Files: src/misc1.c, src/proto/typval.pro, src/testdir/test_vim9_builtin.vim, src/typval.cPatch 8.2.3233Problem:prop_list() andprop_find()do not indicate the buffer for the used type.Solution: Add "type_bufnr" to the results. (closes #8647)Files: runtime/doc/textprop.txt, src/testdir/test_textprop.vim, src/textprop.cPatch 8.2.3234Problem: Crash whenprinting longstring with Lua.Solution: Remove lua_pop(). (Martin Tournoij, closes #8648)Files: src/if_lua.c, src/testdir/test_lua.vimPatch 8.2.3235Problem: Cannot uselambda in{} block in user command. (Martin Tournoij)Solution: Do notgo over theend of the lambda.Files: src/userfunc.c, src/testdir/test_usercommands.vimPatch 8.2.3236Problem:mode() does not indicate usingCTRL-O inSelect mode.Solution: Use "vs" and similar. (closes #8640)Files: runtime/doc/eval.txt, src/globals.h, src/misc1.c, src/normal.c, src/testdir/test_functions.vimPatch 8.2.3237Problem: Whena builtin function gives an error processing continues.Solution: InVim9script return FAIL in get_func_tv().Files: src/userfunc.c, src/testdir/test_vim9_assign.vimPatch 8.2.3238Problem: Vim9: error message does not indicate the location.Solution: Add the relevant text. (issue #8634)Files: src/errors.h, src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.3239Problem: Vim9: no error using heredoc fora number variable.Solution: Adda type check. (closes #8627)Files: src/vim9compile.c, src/evalvars.c, src/testdir/test_vim9_assign.vimPatch 8.2.3240Problem:Lua print() does not work properly.Solution: Put back lua_pop().Files: src/if_lua.c, src/testdir/test_lua.vimPatch 8.2.3241Problem: Vim9: memory leak when function reports an error.Solution: Clear the return value.Files: src/userfunc.cPatch 8.2.3242Problem: Vim9:valgrind reports leaks in builtin function test.Solution: Do not starta job.Files: src/testdir/test_vim9_builtin.vimPatch 8.2.3243Problem: MS-Windows: the "edit with multiple Vim" choiceis not that useful.Solution: Changeit to "Edit with multiple tabs". (Michael Soyka, closes #8645)Files: src/GvimExt/gvimext.cpp, src/GvimExt/gvimext.hPatch 8.2.3244Problem:Lua 5.3 print() witha longstring crashes.Solution: Usea growarray instead ofaLua buffer. (Yegappan Lakshmanan, closes #8655)Files: src/if_lua.c, src/misc2.c, src/proto/misc2.proPatch 8.2.3245Problem: The crypt key may appear ina swap partition.Solution: When using xchacha20 use sodium_mlock(). (Christian Brabandt, closes #8657)Files: src/buffer.c, src/crypt.c, src/errors.h, src/fileio.c, src/memline.c, src/vim.hPatch 8.2.3246Problem: Memory use after free.Solution: When clearingastring option set the pointer to "empty_option".Files: src/option.cPatch 8.2.3247Problem: Using uninitialized memory when checking for crypt method.Solution: Check the header length before using the salt and seed.Files: src/fileio.cPatch 8.2.3248Problem: Vim9: error message for wrong input uses wrong line number.Solution: Use the line number of the start of the command. (issue #8653)Files: src/vim9script.c, src/testdir/test_vim9_script.vimPatch 8.2.3249Problem: Vim9: error for re-imported function with default argument.Solution: Do not check argument type ifitis still unknown. (closes #8653)Files: src/vim9type.c, src/proto/vim9type.pro, src/vim9script.c, src/vim.h, src/eval.c, src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.3250Problem: MS-Windows: cannot build with libsodium.Solution: Change FEAT_SODIUM into HAVE_SODIUM. (Christian Brabandt, closes #8668, closes #8663)Files: src/Make_mvc.makPatch 8.2.3251Problem: Listing builtin_guias an availableterminalis confusing.Solution: Do notlist builtin_gui. (Christian Brabandt, closes #8669, closes #8661)Files: src/term.c, src/testdir/test_termcodes.vimPatch 8.2.3252Problem: Duplicated code for adding buffer lines.Solution: Move code toa common function. Also move mapfunctions to map.c. (Yegappan Lakshmanan, closes #8665)Files: src/evalbuffer.c, src/evalfunc.c, src/map.c, src/proto/map.proPatch 8.2.3253Problem:Channel test fails randomly.Solution: Adda sleep after sending the "echoerr" command. (Michael Soyka)Files: src/testdir/test_channel.vim, src/testdir/test_channel.pyPatch 8.2.3254Problem:win_gettype() does not recognizeaquickfix window.Solution: Add "quickfix" and "loclist". (Yegappan Lakshmanan, closes #8676)Files: runtime/doc/eval.txt, src/evalwindow.c, src/misc2.c, src/testdir/test_quickfix.vimPatch 8.2.3255Problem: ci" finds followingstring but ci< and others don't.Solution: When not inside anobject find the start. (Connor Lane Smit, closes #8670)Files: src/search.c, src/testdir/test_textobjects.vim, src/textobject.cPatch 8.2.3256Problem: Executable test may fail on new Ubuntu system.Solution: Consider /usr/bin/cat and /bin/cat the same.Files: src/testdir/test_functions.vimPatch 8.2.3257Problem: Callingprop_find() with -1 for ID gives erroneous error. (Naohiro Ono)Solution: When passing -1 use -2. (closes #8674)Files: src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.3258Problem: Errormessages have the wrong text.Solution: Adjust the error message.Files: src/errors.h, src/typval.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3259Problem: When'indentexpr' causes an error the did_throw flag may remain set.Solution: Reset did_throw and show the error. (closes #8677)Files: src/indent.c, src/ex_docmd.c, src/proto/ex_docmd.proPatch 8.2.3260Problem: Build failure with small features.Solution: Add #ifdef.Files: src/ex_docmd.cPatch 8.2.3261Problem: Vim9: when compiling repeat(123, N) return typeis number.Solution: Make return typea string. (closes #8664)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3262Problem: Build failure when ABORT_ON_INTERNAL_ERRORis defined.Solution: Adjust how estack_len_beforeis used.Files: src/ex_docmd.cPatch 8.2.3263Problem: Vim9: "..=" does not accept same typesas the ".." operator.Solution: Convert value tostring like ".." does. (issue #8664)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3264 (after 8.2.3263)Problem: Vim9: assign test fails.Solution: Add missing change.Files: src/eval.cPatch 8.2.3265Problem: Smartcase does not work correctly in very magic pattern.Solution: Take the magicness into account when skipping overregexp items. (Christian Brabandt, closes #8682, closes #7845)Files: src/search.c, src/testdir/test_search.vimPatch 8.2.3266Problem: Vim9: assignment with two indexes may check next line.Solution: Limit the number of lines to avoid checking the next line when assigning toa LHS subscript. (closes #8660)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.3267Problem: Vim9: crash when disassemblinga function that usesa deletedscript variable.Solution: Check the variable still exists. (closes #8683)Files: src/vim9execute.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.3268Problem: Cannot usea block with:autocmd like with :command.Solution: Add support fora{} block after :autocmd. (closes #8620)Files: runtime/doc/autocmd.txt, runtime/doc/map.txt, src/autocmd.c, src/proto/autocmd.pro, src/usercmd.c, src/proto/usercmd.pro, src/ex_docmd.c, src/vim.h, src/testdir/test_autocmd.vimPatch 8.2.3269Problem: Vim9: wrong argument check for partial. (Naohiro Ono)Solution: Handle getting return type without arguments. Correct the minimal number of arguments for whatis included in the partial. (closes #8667)Files: src/evalfunc.c, src/vim9type.c, src/testdir/test_vim9_func.vimPatch 8.2.3270Problem:prop_find() finds property with ID -2.Solution: Usea separate flag to indicate an ID was specified. (issue #8674)Files: src/textprop.cPatch 8.2.3271Problem: Vim9: cannot use:command or:au witha block ina:def function.Solution: Recognize the start of the block.Files: src/userfunc.c, src/usercmd.c, src/ex_docmd.c, src/proto/ex_docmd.pro, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3272Problem: Cannot use id zero with prop_find(). (Naohiro Ono)Solution: Also accept id zero.Files: src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.3273Problem: Autocmd test fails.Solution: Require whitespace before the "{" that startsa block.Files: src/userfunc.cPatch 8.2.3274Problem: Macro for printf format check can be simplified.Solution: Add ATTRIBUTE_FORMAT_PRINTF(). (Dominique Pellé, issue #8635)Files: src/channel.c, src/gui_xim.c, src/if_mzsch.c, src/nbdebug.c, src/nbdebug.h, src/netbeans.c, src/proto.h, src/term.c, src/vim.h, src/vim9execute.cPatch 8.2.3275Problem: Optimizer can use hints about ga_grow() normally succeeding.Solution: Use GA_GROW_FAILS() and GA_GROW_OK() in several places. (Dominique Pellé, issue #8635)Files: src/arglist.c, src/macros.h, src/vim9execute.c, src/vim9compile.cPatch 8.2.3276Problem: Vim9:exists() can only be evaluatedat runtime.Solution: Evaluateat compile time for option name literals. (closes #8437)Files: src/vim9compile.c, src/evalfunc.c, src/proto/evalfunc.pro, src/testdir/test_vim9_builtin.vimPatch 8.2.3277 (after 8.2.3276)Problem: Vim9: compiledhas() does not work properly.Solution: Fix check forhas() vs exists().Files: src/vim9compile.cPatch 8.2.3278Problem: Vim9: error when adding 1 to float.Solution: Accept t_number_bool. (closes #8687)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.3279Problem: Vim9: cannot use block in cmdline window.Solution: Add EX_CMDWIN to the CMD_block flags. (closes #8689)Files: src/ex_cmds.h, src/testdir/test_vim9_cmd.vimPatch 8.2.3280Problem:'virtualedit' local to bufferis not the best solution.Solution: Makeit window-local. (Gary Johnson, closes #8685)Files: runtime/doc/options.txt, src/buffer.c, src/drawscreen.c, src/ops.c, src/option.c, src/option.h, src/optionstr.c, src/structs.h, src/testdir/test_virtualedit.vimPatch 8.2.3281Problem: Vim9: TODO items in tests can be taken care of.Solution: Update test for now working functionality. (closes #8694)Files: src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.3282Problem: Vim9: error about using -complete without -nargsis confusing.Solution: Change the wording.Files: src/usercmd.c, src/errors.hPatch 8.2.3283Problem: Juliafiletypeis not recognizedSolution: Addfiletype detection. (Christian Clason, closes #8700)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3284Problem: No error forinsert() orremove()changinga locked blob.Solution: Checkablobis not locked beforechanging it. (Sean Dewar, closes #8696)Files: src/blob.c, src/errors.h, src/eval.c, src/list.c, src/proto/blob.pro, src/testdir/test_blob.vim, src/testdir/test_eval_stuff.vimPatch 8.2.3285Problem: Scdocfiletypeis not recognized.Solution: Addfiletype detection. (Gregory Anders, closes #8701)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3286Problem: win_enter_ext() has too manyboolean arguments.Solution: use one flags argument with defined values.Files: src/window.cPatch 8.2.3287Problem:Channel events not handled inBufEnter autocommand.Solution: Decrement dont_parse_messages earlier. (Tim Pope, closes #8697)Files: src/window.c, src/testdir/test_channel.vimPatch 8.2.3288Problem: Cannot easily access namespace dictionaries from Lua.Solution: Add vim.g, vim.b, etc. (Yegappan Lakshmanan, closes #8693, from NeoVim)Files: runtime/doc/if_lua.txt, src/if_lua.c, src/testdir/test_lua.vimPatch 8.2.3289 (after 8.2.3287)Problem: Compiler warning for unused variable with small features.Solution: Rearrange #ifdefs.Files: src/window.cPatch 8.2.3290Problem: Vim9: compilingdict may use pointer after free and leak memory on failure.Solution: Passa pointer to generate_PUSHS(). (Zdenek Dohnal, closes #8699)Files: src/vim9compile.cPatch 8.2.3291Problem: Coverity warns for not checking return value.Solution: If dict_add() fails give an error message.Files: src/if_lua.c, src/testdir/test_lua.vimPatch 8.2.3292Problem: Underscore in very magicpattern causesa hang.Pattern with \V arecase sensitive. (Yutao Yuan)Solution: Adjust condition for magicness and advance pointer. (Christian Brabandt, closes #8707, closes #8704, closes #8705)Files: src/search.c, src/testdir/test_search.vimPatch 8.2.3293Problem: Finding completions may cause an endless loop.Solution: Usea better way to check coming back where the search started. (Andy Gozas, closes #8672, closes #8671)Files: src/insexpand.c, src/testdir/Make_all.mak, src/testdir/test_ins_complete_no_halt.vimPatch 8.2.3294Problem: Lua: memory leak when addingdict item fails.Solution: Free the typval and thedict item.Files: src/if_lua.cPatch 8.2.3295Problem:'cursorline' should not apply to'breakindent'.Solution: Make'cursorline' apply to'breakindent' and'showbreak' consistently. (closes #8684)Files: src/drawline.c, src/testdir/dumps/Test_Xcursorline_19.dump, src/testdir/dumps/Test_Xcursorline_20.dump, src/testdir/dumps/Test_Xcursorline_21.dump, src/testdir/dumps/Test_Xcursorline_22.dump, src/testdir/dumps/Test_Xcursorline_23.dump, src/testdir/dumps/Test_Xcursorline_24.dump, src/testdir/dumps/Test_diff_with_cul_bri_01.dump, src/testdir/dumps/Test_diff_with_cul_bri_02.dump, src/testdir/dumps/Test_diff_with_cul_bri_03.dump, src/testdir/dumps/Test_diff_with_cul_bri_04.dump, src/testdir/test_cursorline.vim, src/testdir/test_diffmode.vimPatch 8.2.3296Problem: Vim9: cannot adda number toa float.Solution: Accepta number if the destinationisa float. (closes #8703)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.3297Problem: Cannot use all commands insidea{} block after:command and :autocmd.Solution: Do consider \n to separate commands. (closes #8620)Files: runtime/doc/map.txt, src/ex_docmd.c, src/proto/ex_docmd.pro, src/ex_eval.c, src/proto/ex_eval.pro, src/eval.c, src/evalvars.c, src/ex_cmds.c, src/syntax.c, src/userfunc.c, src/vim9compile.c, src/vim9script.c, src/errors.h, src/testdir/test_autocmd.vim, src/testdir/test_usercommands.vimPatch 8.2.3298Problem: Build failure with small features.Solution: Add #ifdef.Files: src/ex_docmd.cPatch 8.2.3299Problem: Vim9:exists() does not handle muchat compile time.Solution: Handle variable names. (closes #8688)Files: src/vim9compile.c, src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3300Problem: Lua: can only execute one Vim commandata time. Noteasy to get the Vim version.Solution: Make vim.command() accept multiple lines. Add vim.version(). (Yegappan Lakshmanan, closes #8716)Files: runtime/doc/if_lua.txt, src/evalfunc.c, src/if_lua.c, src/proto/evalfunc.pro, src/testdir/test_lua.vim, src/testdir/test_shell.vimPatch 8.2.3301Problem: Memory allocationfunctions don't have their own place.Solution: Move memory allocationfunctions to alloc.c. (Yegappan Lakshmanan, closes #8717)Files: Filelist, src/Make_ami.mak, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/README.md, src/alloc.c, src/misc2.c, src/proto.h, src/proto/alloc.pro, src/proto/misc2.proPatch 8.2.3302Problem: Coverityis not run from github.Solution: Adda coverity script. (James McCoy, closes #8714)Files: .github/workflows/coverity.yml, FilelistPatch 8.2.3303Problem: Some structures could be smaller.Solution: Rearrange members to reduce size. (Dominique Pellé, closes #8725)Files: src/structs.h, src/vim9.h, src/vim9execute.cPatch 8.2.3304Problem: Popupwindow title with wide charactersis truncated.Solution: Use vim_strsize() instead of MB_CHARLEN(). (Naruhiko Nishino, closes #8721)Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_multibytetitle.dumpPatch 8.2.3305Problem: Vim9::finally in skipped block not handled correctly.Solution: Check whether:finallyis ina skipped block. (Naruhiko Nishino, closes #8724)Files: src/ex_eval.c, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3306Problem: Unexpected "No matchingautocommands".Solution: Do not give the message when aborting. Mention the arguments in the message. (closes #8690)Files: src/autocmd.c,Patch 8.2.3307Problem: Vim9::echoconsole cannot access local variables.Solution: Handle like other:echo commands. (closes #8708)Files: src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3308Problem: Vim9: no runtime check for argument type ifa function only has varargs.Solution: Also check argument types if uf_va_typeis set. (closes #8715)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.3309Problem: Vim9: divide by zero causesa crash.Solution: Give an error message. (closes #8727)Files: src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.3310Problem: Vim9: unpack assignment does not mention source of type error.Solution: Mention the argument number. (closes #8719)Files: src/vim9compile.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3311Problem: Vim9: check for DO_NOT_FREE_CNTis very slow.Solution: Move toa separate function soit can be skipped by setting $TEST_SKIP_PAT.Files: src/testdir/test_vim9_expr.vim, src/testdir/runtest.vimPatch 8.2.3312Problem: Vim9: after "iffalse" line breaks inexpression not skipped.Solution: Do parse the expression. (closes #8723)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3313Problem: Unused code in win_exchange() and frame_remove().Solution: Remove the code. (closes #8728)Files: src/window.cPatch 8.2.3314Problem: Behavior ofexists() ina:def functionis unpredictable.Solution: Add exists_compiled().Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/errors.h, src/vim9compile.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3315Problem: Cannot use singlequote ina float number for readability.Solution: Support singlequotes like in numbers. (closes #8713)Files: src/typval.c, src/float.c, src/proto/float.pro, src/json.c, src/viminfo.c, src/testdir/test_float_func.vimPatch 8.2.3316 (after 8.2.3315)Problem:Float test fails.Solution: Add missing change.Files: src/evalfunc.cPatch 8.2.3317Problem: Vim9: No error for missing whitespace before return type.Solution: Check for white space. (closes #8733)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.3318Problem: Vim9: cannot ignorequotes in numberat the command line.Solution: Use in_vim9script() so that after ":vim9"quotes are ignored.Files: src/typval.c, src/testdir/test_float_func.vimPatch 8.2.3319Problem: Coverity action on github does not work.Solution: Remove undefined $SRCDIR. (James McCoy, closes #8739)Files: .github/workflows/coverity.ymlPatch 8.2.3320Problem: Some localfunctions are not static.Solution: Add "static". Move snprintf() related code to strings.c. (Yegappan Lakshmanan, closes #8734)Files: src/alloc.c, src/channel.c, src/dict.c, src/digraph.c, src/edit.c, src/ex_docmd.c, src/getchar.c, src/job.c, src/list.c, src/message.c, src/profiler.c, src/proto/channel.pro, src/proto/dict.pro, src/proto/digraph.pro, src/proto/edit.pro, src/proto/ex_docmd.pro, src/proto/getchar.pro, src/proto/job.pro, src/proto/list.pro, src/proto/profiler.pro, src/proto/spell.pro, src/proto/vim9compile.pro, src/proto/vim9script.pro, src/proto/vim9type.pro, src/spell.c, src/strings.c, src/vim9compile.c, src/vim9script.c, src/vim9type.c, src/window.cPatch 8.2.3321Problem: Some codeis not tested.Solution: Add some more tests. (Dominique Pellé, closes #8735)Files: src/testdir/test_excmd.vim, src/testdir/test_writefile.vimPatch 8.2.3322Problem: Vim9: checking type ofdict does not check member type.Solution: When getting the type ofa typval use dv_type and lv_type. (closes #8732)Files: src/vim9type.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3323Problem: Helptag forexists_compiled()is wrong. (Maxim Kim)Solution: Adjust thehelp tag.Files: runtime/doc/eval.txtPatch 8.2.3324Problem: Vim9: Cannot use:silent with :endwhile.Solution: Allow for using the:silent modifier. (closes #8737)Files: src/ex_eval.c, src/ex_docmd.c, src/proto/ex_docmd.pro, src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3325Problem: Digraph test fails when LC_ALLis set to "C".Solution: When restoring'encoding' setit to "utf-8". (closes #8742)Files: src/testdir/test_digraph.vimPatch 8.2.3326Problem: Vim9: no error passing an emptylist of the wrong type.Solution: Use ISN_SETTYPE also for "list<any>". (closes #8732)Files: src/vim9compile.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3327Problem: No check for sysconf() failing.Solution: If sysconf() fails use SIGSTKSZ for the signal stack size. (Zdenek Dohnal, closes #8743)Files: src/os_unix.cPatch 8.2.3328Problem: Coverity error for not checking return value.Solution: Check valueis not negative.Files: src/spellfile.cPatch 8.2.3329Problem: v_lock not set when getting value of environment variable.Solution: Set v_lock to zero.Files: src/typval.cPatch 8.2.3330Problem: Coverity reports using uninitialized field.Solution: Initialize the field early.Files: src/tag.cPatch 8.2.3331Problem: Coverity warns for using value without boundary check.Solution: Adda boundary check.Files: src/viminfo.cPatch 8.2.3332Problem: Vim9: cannot assign to range in list.Solution: Implement overwritingalist range.Files: src/vim9compile.c, src/vim9execute.c, src/list.c, src/proto/list.pro, src/eval.c, src/proto/eval.pro, src/testdir/test_listdict.vim, src/testdir/test_vim9_assign.vimPatch 8.2.3333Problem: Vim9: not enough tests run with Vim9.Solution: Runa few more tests inVim9script and:def function.Files: src/testdir/test_listdict.vim, src/testdir/vim9.vimPatch 8.2.3334Problem: Vim9: not enough tests run with Vim9.Solution: Runa few more tests inVim9script and:def function. Fix islocked(). Fix error for locking local variable.Files: src/evalfunc.c, src/vim9compile.c, src/testdir/test_listdict.vimPatch 8.2.3335Problem: Vim9: not enough tests run with Vim9.Solution: Runa few more tests inVim9script and:def function. Fix that items(),keys() andvalues() return zero fora NULL dict. Makejoin() return an emptystring fora NULL list. Makesort() return an emptylist fora NULL list.Files: src/dict.c, src/list.c, src/testdir/test_listdict.vim, src/testdir/vim9.vimPatch 8.2.3336Problem: Behavior of negativeindex inlist change changed. (Naruhiko Nishino)Solution: Only changeit forVim9 script. (closes #8749)Files: src/list.c, src/testdir/test_listdict.vimPatch 8.2.3337Problem: Completing "callg:" returns entries with just "g:". (Naohiro Ono)Solution: Skip empty strings returned by get_user_func_name(). (closes #8753)Files: src/evalfunc.c, src/testdir/test_cmdline.vimPatch 8.2.3338Problem: Vim9: no type check when assigningalist range. (Naohiro Ono)Solution: Check the member type. (closes #8750)Files: src/list.c, src/testdir/test_listdict.vimPatch 8.2.3339Problem: Vim9: cannot locka member ina local dict.Solution: Get the localdict from the stack and passit to get_lval().Files: src/eval.c, src/vim9execute.c, src/vim9compile.c, src/vim9.h, src/globals.h, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3340 (after 8.2.3339)Problem: Accessing uninitialized pointer.Solution: Set pointer to NULL.Files: src/eval.cPatch 8.2.3341Problem: Vim9: function call aborted despite try/catch. (Naohiro Ono)Solution: Ignore error caught by try/catch. (closes #8755)Files: src/evalvars.c, src/vim9execute.c, src/message.c, src/time.c, src/globals.h, src/testdir/vim9.vim, src/testdir/test_vim9_func.vimPatch 8.2.3342 (after 8.2.3341)Problem: Test for:leterrors fails.Solution: Adjust the test and how to avoida second error message.Files: src/evalvars.c, src/testdir/test_let.vimPatch 8.2.3343 (after 8.2.3342)Problem: Vim9:autoload test fails.Solution: Adjust the way the second messageis avoidedFiles: src/evalvars.cPatch 8.2.3344 (after 8.2.3343)Problem: Vimscript test fails.Solution: Have test verify first error instead of secondFiles: src/testdir/test_vimscript.vimPatch 8.2.3345Problem: Some code not covered by tests.Solution: Adda few more tests. (Dominique Pellé, closes #8757)Files: src/testdir/test_arglist.vim, src/testdir/test_cmdline.vim, src/testdir/test_spellfile.vim, src/testdir/test_substitute.vimPatch 8.2.3346Problem: Vim9: no error for using "." for concatenation after ":vim9cmd". (Naohiro Ono)Solution: Check forVim9script syntax. (closes #8756)Files: src/eval.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3347Problem: Check for legacyscriptis incomplete. (Naohiro Ono)Solution: Also check the:legacy modifier. Use forstring concatenation with "." and others (issue #8756)Files: src/vim9script.c, src/proto/vim9script.pro, src/eval.c, src/typval.c, src/evalvars.c, src/errors.h, src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3348Problem:line2byte() returns wrong value after adding textprop. (Yuto Kimura)Solution: Reduce the length by the size of the text property. (closes #8759)Files: src/memline.c, src/testdir/test_textprop.vimPatch 8.2.3349 (after 8.2.3347)Problem: Eval test forscriptversion fails.Solution: Fix off-by-one error.Files: src/vim9script.cPatch 8.2.3350 (after 8.2.3348)Problem: Text properties test fails on MS-Windows.Solution: Set fileformat to unix.Files: src/testdir/test_textprop.vimPatch 8.2.3351Problem: Vim9: usinga function by name may delete it. (Naohiro Ono)Solution: Increment thereferencecount when usinga function by name. (closes #8760)Files: src/evalvars.c, src/testdir/test_vim9_func.vimPatch 8.2.3352Problem: Vim9: error for nested:enddef has wrong line number.Solution: Compute the line number.Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.3353Problem: Vim9: type of argument for negate not checkedat compile time.Solution: Adda compile time check.Files: src/vim9compile.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3354Problem: Build failure with+byte_offset but without +textprop. (John Marriott)Solution: Adjust the #ifdef.Files: src/memline.cPatch 8.2.3355Problem: MS-Windows: compiler warning for 64-32 bit conversion.Solution: Add type casts.Files: src/memline.cPatch 8.2.3356Problem: Adding many text properties requiresa lot of function calls.Solution: Add theprop_add_list() function. (Yegappan Lakshmanan, closes #8751)Files: runtime/doc/eval.txt, runtime/doc/textprop.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/proto/textprop.pro, src/testdir/test_textprop.vim, src/testdir/test_vim9_builtin.vim, src/textprop.cPatch 8.2.3357Problem: Crash when'virtualedit'is set andwindowis narrow.Solution: Check that widthis not zero. (closes #8767)Files: src/misc2.c, src/testdir/test_number.vimPatch 8.2.3358Problem: Structurizr files are not recognized.Solution: Recognize the file by contents. (Bastian Venthur, closes #8764)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3359Problem: Vim9: error for type when variableis not set.Solution: Givea specific error fora NULL function. (closes #8773)Files: src/vim9type.c, src/errors.h, src/testdir/test_vim9_func.vimPatch 8.2.3360Problem:User function completion fails withdict function.Solution: Do not stop sequencing through thelist if userfunctions when encountering an empty name. (Naohiro Ono, closes #8765, closes #8774)Files: src/evalfunc.c, src/testdir/test_cmdline.vimPatch 8.2.3361Problem: Vim9: crash with nested :while.Solution: Handle skipping better. (Naruhiko Nishino, closes #8778)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3362Problem: Buffer overflow when completing longtag name.Solution: Allocate the buffer dynamically. (Gregory Anders, closes #8769)Files: src/tag.c, src/testdir/test_tagjump.vimPatch 8.2.3363Problem: When:edit reuses the current buffer the alternate fileis set to the same buffer.Solution: Only set the alternate file when not reusing the buffer. (closes #8783)Files: src/ex_cmds.c, src/testdir/test_undo.vim, src/testdir/test_cmdline.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_script.vimPatch 8.2.3364Problem: Vim9: crash when:foris skipped.Solution: Skip more code generation. (Naruhiko Nishino, closes #8777)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3365Problem: Vim9: cannot use option for all operations.Solution: Recognize more operations. (closes #8779)Files: src/vim9compile.c, src/proto/vim9compile.pro, src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3366Problem: Vim9: debugging elseif does not stop before condition.Solution: Move debug statement to after the jump. (closes #8781)Files: src/vim9compile.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.3367Problem: Vim9: :@r executingaregisteris inconsistent.Solution: Use "@r"as the start of an expression. (issue #8779)Files: src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3368Problem: Not all Racket files are recognized.Solution: Also recognize .rktl and .rktd files. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3369Problem: Autoformatting after "cw" leaves cursor in wrong spot.Solution: Do notauto-format after the delete. (closes #8789)Files: src/ops.c, src/testdir/test_textformat.vimPatch 8.2.3370Problem: Vim9: no check for whitespace before type in declaration. (Naohiro Ono)Solution: Check for whitespace like ina compiled function. (closes #8785)Files: src/eval.c, src/testdir/test_vim9_assign.vimPatch 8.2.3371Problem: Vim9: :$ENV cannot be followed by ->func() in next line.Solution: Use "$ENV"as the start of an expression. (closes #8790)Files: src/ex_docmd.c, src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3372Problem:line2byte() value wrong when addinga text property. (Yuto Kimura)Solution: Adjust length for text property. (closes #8772) Also fixit fordeletinga line.Files: src/memline.c, src/testdir/test_textprop.vimPatch 8.2.3373 (after 8.2.3372)Problem: text property test fails on MS-Windows.Solution: Set fileformat to "unix"Files: src/testdir/test_textprop.vimPatch 8.2.3374Problem: Pyret files are not recognized.Solution: Recognize .arr filesas Pyret. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3375Problem: Using uninitialized memory.Solution: Initialize textprop_save_len.Files: src/memline.cPatch 8.2.3376Problem: Vim9: no warning that "@r" does notdo anything.Solution: Givea "no effect" error. (closes #8779)Files: src/ex_eval.c, src/proto/ex_eval.pro, src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3377Problem: Vim9: :disass completion does not understand "s:".Solution: Expand "s:" toa pattern. (closes #8780)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.3378Problem: MS-Windows: completing environmentvariables with%is wrong.Solution: Only complete environmentvariables with $. (Albert Liu, closes #8791)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.3379Problem: Crash when using NULL job.Solution: Copy staticstring into buffer. (issue #8260)Files: src/job.c, src/testdir/test_channel.vimPatch 8.2.3380Problem: Crash when using NULLstring for funcref().Solution: Check for NULL argument. (issue #8260)Files: src/evalfunc.c, src/testdir/test_expr.vimPatch 8.2.3381Problem: Crash when using NULLlist with sign functions.Solution: Handlea NULLlist like an empty list. (issue #8260)Files: src/globals.h, src/testdir/test_signs.vimPatch 8.2.3382Problem: Crash when getting the type ofa NULL partial.Solution: Check for NULL. (closes #8260)Files: src/vim9type.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3383Problem: Vim9: completion for:disassemble adds parenthesis.Solution: Don't add parenthesis. (Naohiro Ono, closes #8802)Files: src/userfunc.c, src/testdir/test_cmdline.vimPatch 8.2.3384Problem: Cannot disablemodeline for an individual file.Solution: Recognize "nomodeline" ina modeline. (Hu Jialun, closes #8798)Files: runtime/doc/options.txt, src/buffer.c, src/testdir/test_modeline.vimPatch 8.2.3385Problem: Escaping for fish shell does not work properly.Solution:Insertabackslash beforea backslash. (Jason Cox, closes #8810)Files: runtime/doc/eval.txt, src/strings.c, src/testdir/test_shell.vimPatch 8.2.3386Problem: Using uninitialized memory.Solution: Initialize the rm_ic field. (Dominique Pellé, closes #8800)Files: src/indent.cPatch 8.2.3387Problem: Compiler warning for non-static function.Solution: Make the function static. (Dominique Pellé, closes #8816)Files: src/strings.cPatch 8.2.3388Problem: fnamemodify('path/..', ':p') differs from using 'path/../'. (David Briscoe)Solution: Include the "/.." in the directory name. (closes #8808)Files: src/os_unix.c, src/testdir/test_fnamemodify.vimPatch 8.2.3389Problem: Cannot stopinsert mode completion without side effects.Solution: AddCTRL-XCTRL-Z. (closes #8821)Files: runtime/doc/index.txt, runtime/doc/insert.txt, src/insexpand.c, src/testdir/test_ins_complete.vimPatch 8.2.3390Problem: Included xdiff codeis outdated.Solution: Sync with xdiff in git 2.33. (Christian Brabandt, closes #8431)Files: src/diff.c, src/xdiff/README.txt, src/xdiff/xdiff.h, src/xdiff/xdiffi.c, src/xdiff/xdiffi.h, src/xdiff/xemit.c, src/xdiff/xemit.h, src/xdiff/xhistogram.c, src/xdiff/xinclude.h, src/xdiff/xmacros.h, src/xdiff/xpatience.c, src/xdiff/xprepare.h, src/xdiff/xtypes.h, src/xdiff/xutils.c, src/xdiff/xutils.hPatch 8.2.3391Problem: Crash with combination of'linebreak' and other options.Solution: Avoid n_extra to become negative. (Christian Brabandt, closes #8817)Files: src/drawline.cPatch 8.2.3392Problem: augroup completion escapesregexppattern characters.Solution: Do notescape the augroup name. (closes #8826)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.3393Problem: Escaping for fish shellis skipping some characters.Solution: Escape character afterbackslash if needed. (Jason Cox, closes #8827)Files: src/strings.c, src/testdir/test_shell.vimPatch 8.2.3394Problem: Filler lines are wrong whenchanging text indiff mode.Solution: Don't change the filler lines on every change. Check scrollbinding when updating the filler lines. (closes #8809)Files: src/move.c, src/diff.c, src/testdir/test_diffmode.vim, src/testdir/dumps/Test_diff_scroll_change_01.dump, src/testdir/dumps/Test_diff_scroll_change_02.dumpPatch 8.2.3395Problem: Vim9:expression breakpoint not checked in:def function.Solution: Always compilea function for debugging if thereis anexpression breakpoint. (closes #8803)Files: src/vim9execute.c, src/proto/vim9execute.pro, src/debugger.c, src/proto/debugger.pro, src/vim.h, src/vim9.h, src/testdir/test_debugger.vimPatch 8.2.3396Problem: Whenlibcall() fails invalid pointer may be used.Solution: Initialize thestring to NULL. (Yasuhiro Matsumoto, closes #8829)Files: src/evalfunc.cPatch 8.2.3397Problem: No test for what 8.2.3391 fixes.Solution: Adda test. (Yegappan Lakshmanan, closes #8828)Files: src/testdir/test_breakindent.vimPatch 8.2.3398Problem: Html textobjects are not fully tested.Solution: Add tests for dbcs encoding and different number of backslashes. (Dominique Pellé, closes #8831)Files: src/testdir/test_textobjects.vimPatch 8.2.3399Problem: Octave files are not recognized.Solution: Detect Octave files. (Doug Kearns)Files: runtime/autoload/dist/ft.vim, runtime/doc/filetype.txt, runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3400Problem: ":z!"is not supported.Solution: Make ":z!" work and add tests. (Dominique Pellé, closes #8836) Use display height instead of currentwindow height.Files: runtime/doc/various.txt, src/ex_cmds.h, src/ex_cmds.c, src/testdir/test_ex_z.vimPatch 8.2.3401Problem: Vim9: cannot usea negativecount withfinddir() and findfile().Solution: Adjust the return type. (closes #8776)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3402Problem: Invalid memory access when using:retab with large value.Solution: Check the numberis positive.Files: src/indent.c, src/option.c, src/optionstr.c, src/testdir/test_retab.vimPatch 8.2.3403 (after 8.2.3402)Problem: Memory leak for:retab with invalid argument.Solution: Free the memory. Make errormessages consistent.Files: src/indent.cPatch 8.2.3404Problem: Vim9: no error for whitespace before "(".Solution: Give an error, like ina compiled function.Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.3405Problem: Cannot havea comment line ina{} block ofa user command.Solution: Continue after the line break. (closes #8837)Files: src/ex_docmd.c, src/testdir/test_usercommands.vimPatch 8.2.3406Problem: On some systems tests fail without _REENTRANT. (Elimar Riesebieter)Solution: Add -D_REENTRANT in configure. (closes #7402)Files: src/configure.ac, src/auto/configurePatch 8.2.3407Problem: Using uninitialized memory with "let g:['bar']= 2".Solution: Initialize v_type ofa newdict item.Files: src/dict.cPatch 8.2.3408Problem: Can deletea numbered function. (Naohiro Ono)Solution: Disallowdeletinga numbered function. (closes #8760)Files: src/userfunc.c, src/testdir/test_user_func.vimPatch 8.2.3409Problem: Reading beyondend of line with invalidutf-8 character.Solution: Check for NUL when advancing.Files: src/regexp_nfa.c, src/testdir/test_regexp_utf8.vimPatch 8.2.3410Problem: Crash with linebreak, listchars and large tabstop.Solution: Account for different size listchars fora tab. (closes #8841)Files: src/drawline.c, src/testdir/test_listlbr_utf8.vimPatch 8.2.3411Problem: Vim9: crash when using base name of import. (Naohiro Ono)Solution: Check the import flags. (closes #8843)Files: src/evalvars.c, src/errors.h, src/testdir/test_vim9_script.vimPatch 8.2.3412 (after 8.2.3411)Problem: Vim9: importing the wrong file.Solution: Correct the file name. Delete the file afterwards.Files: src/testdir/test_vim9_script.vimPatch 8.2.3413Problem: Vim9: too many characters are allowed in import name.Solution: Disallow ':' and '#', check for white space. (closes #8845)Files: src/vim9script.c, src/errors.h, src/testdir/test_vim9_script.vimPatch 8.2.3414Problem:fullcommand() gives the wrong name if thereisa buffer-local user command. (Naohiro Ono)Solution: Usea separate function to get the user command name. (closes #8840)Files: src/usercmd.c, src/proto/usercmd.pro, src/ex_docmd.c, src/testdir/test_cmdline.vimPatch 8.2.3415Problem: Vim9: Not all function argument types are properly checked.Solution: Add and improve argument type checks. (Yegappan Lakshmanan, closes #8839)Files: src/channel.c, src/digraph.c, src/evalfunc.c, src/terminal.c, src/testdir/test_digraph.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.3416Problem: Second erroris reported while exceptionis being thrown.Solution: Do not check for trailing characters when already aborting. (closes #8842)Files: src/userfunc.c, src/testdir/test_trycatch.vimPatch 8.2.3417Problem: Vim9:a failing debugexpression abortsscript sourcing.Solution: Do not letexpression failure abortscript sourcing. (closes #8848)Files: src/debugger.c, src/testdir/test_debugger.vimPatch 8.2.3418Problem: Garbage collection while evaluating may cause trouble.Solution: Disable garbage collection while evaluating an expression. (Christian Brabandt, issue #8848)Files: src/eval.cPatch 8.2.3419Problem:A failing debugexpression may make Vim unusable.Solution: Suppress error messages. (closes #8848)Files: src/debugger.c, src/testdir/test_debugger.vimPatch 8.2.3420Problem: _REENTRANT defined more than once.Solution: Fix configure script. (Christian Brabandt, closes #8852)Files: src/configure.ac, src/auto/configurePatch 8.2.3421Problem:A bit of codeis not covered by tests.Solution: Adda few more test cases. (Dominique Pellé, closes #8857)Files: src/testdir/test_functions.vim, src/testdir/test_history.vim, src/testdir/test_startup.vimPatch 8.2.3422Problem: Vim9: no failure if return type differs from returned variable.Solution: Copy type whencopyinga list. (closes #8847)Files: src/list.c, src/testdir/test_vim9_func.vimPatch 8.2.3423Problem: Vim9:list +=list createsa newlist in:def function.Solution: Append to the existing list.Files: src/structs.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_assign.vimPatch 8.2.3424Problem:A sequence of spacesis hard to see inlist mode.Solution: Add the "multispace" option to'listchars'. (closes #8834)Files: runtime/doc/options.txt, src/drawline.c, src/message.c, src/screen.c, src/structs.h, src/testdir/test_listchars.vimPatch 8.2.3425Problem: Warning for using uninitialized variable.Solution: Initialize it. (John Marriott)Files: src/screen.cPatch 8.2.3426Problem: Crash whendeletinga listener ina listener callback. (Naohiro Ono)Solution:Mark the listener and deleteit later. (closes #8863)Files: src/change.c, src/testdir/test_listener.vimPatch 8.2.3427Problem: Double free whenlistis copied.Solution: Allocate the type when makinga copy. (closes #8862) Clear the type for flattennew(). Avoida memory leak whenflattennew() fails.Files: src/list.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3428Problem: Using freed memory when replacing. (Dhiraj Mishra)Solution: Get the line pointer after calling ins_copychar().Files: src/normal.c, src/testdir/test_edit.vimPatch 8.2.3429Problem: Leaking memory when assigning tolist or dict.Solution: Free thelist ordict type before overwriting it.Files: src/vim9type.c, src/evalvars.cPatch 8.2.3430Problem: No generic way to trigger anautocommand on mode change.Solution: Add theModeChangedautocommand event. (Magnus Gross, closes #8856)Files: runtime/doc/autocmd.txt, src/autocmd.c, src/edit.c, src/ex_docmd.c, src/ex_getln.c, src/globals.h, src/misc1.c, src/normal.c, src/proto/autocmd.pro, src/proto/misc1.pro, src/testdir/test_edit.vim, src/vim.hPatch 8.2.3431Problem: Completion for :disas sorts localfunctions first.Solution: Sort localfunctions last, like with :delfunc. (Naohiro Ono, closes #8860)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.3432Problem: Octave/Matlabfiletype detection does not work properly.Solution: Update the patterns used for matching. (Doug Kearns)Files: runtime/autoload/dist/ft.vim, src/testdir/test_filetype.vimPatch 8.2.3433Problem::delcommand does not takea -buffer option.Solution: Add the -buffer option.Files: runtime/doc/map.txt, src/usercmd.c, src/errors.h, src/testdir/test_usercommands.vimPatch 8.2.3434 (after 8.2.3430)Problem: Function prototype for trigger_modechanged()is incomplete.Solution: Add "void".Files: src/proto/misc1.proPatch 8.2.3435Problem: Vim9:dictis not passed todict function.Solution: Keep thedict used untila function call.Files: src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3436Problem: Check for optional bool type has confusing return type.Solution: Explicitly return OK.Files: src/typval.cPatch 8.2.3437Problem: Compiler warnings for 32/64 bit usage.Solution: Add type casts. (Mike Williams, closes #8870)Files: src/screen.c, src/xdiff/xemit.c, src/xdiff/xutils.cPatch 8.2.3438Problem: Cannot manipulate blobs.Solution: Addblob2list() and list2blob(). (Yegappan Lakshmanan, closes #8868)Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/blob.c, src/errors.h, src/evalfunc.c, src/proto/blob.pro, src/proto/typval.pro, src/testdir/test_blob.vim, src/testdir/test_vim9_builtin.vim, src/typval.cPatch 8.2.3439Problem: Deleted linesgo to wrongyank register.Solution: Reset y_append when not calling get_yank_register(). (Christian Brabandt, closes #8872)Files: src/ops.c, src/proto/register.pro, src/register.c, src/testdir/test_registers.vimPatch 8.2.3440Problem: Recover test fails if thereis an old swap file.Solution: Delete old swap files.Files: src/testdir/test_recover.vimPatch 8.2.3441Problem: MS-Windows:vimtutor can't handle path with spaces.Solution: Add double quotes. (Christian Brabandt, closes #8871)Files: vimtutor.batPatch 8.2.3442Problem: Vim9: || and && are not handledat compile time when possible.Solution: When using constants generate fewer instructions.Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.3443Problem: Vim9: memory leak when and/or fails.Solution: Also clear the growarray when the lengthis zero.Files: src/vim9compile.cPatch 8.2.3444Problem: concealed text not revealed when leavinginsert mode. (Michael Soyka)Solution: Check if concealing changed when leavinginsert mode. (closes #8880)Files: src/edit.c, src/testdir/test_conceal.vim, src/testdir/dumps/Test_conceal_two_windows_07in.dumpPatch 8.2.3445Problem: On Solaris longVersion may be declared twice. (Vladimir Marek)Solution: Always declare longVersion in version.cFiles: src/globals.h, src/version.cPatch 8.2.3446Problem: Not enough tests for emptystring arguments.Solution: Add tests, fix type check. (Yegappan Lakshmanan, closes #8881)Files: runtime/doc/sign.txt, runtime/doc/textprop.txt, src/sign.c, src/testdir/test_blob.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.3447Problem:A couple of declarations are not ANSI C.Solution: Put argument type inside (). (Yegappan Lakshmanan, closes #8890)Files: src/os_unix.hPatch 8.2.3448Problem::endtry after function call that throws not found.Solution: Do check for following:endtry if an exceptionis being thrown. (closes #8889)Files: src/userfunc.c, src/testdir/test_trycatch.vimPatch 8.2.3449Problem: Sort fails if the sort compare function returns 999.Solution: Adjust value to -1/0/ 1. (Yasuhiro Matsumoto, closes #8884)Files: src/list.c, src/testdir/test_sort.vimPatch 8.2.3450Problem: Coveralls action fails.Solution: Disableit for now.Files: .github/workflows/ci.ymlPatch 8.2.3451Problem: Not all apache files are recognized.Solution: Adjust thefiletype pattern. (Zdenek Dohnal, closes #8882)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3452Problem: MPD files are not recognized.Solution: Recognize MPD filesas XML. (Steven Penny, closes #8893)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3453Problem: Autocmd not executed when editinga directory ending ina path separator inside try block.Solution: Return NOTDONE instead of FAIL. (closes #8885)Files: src/fileio.c, src/testdir/test_autocmd.vimPatch 8.2.3454Problem: Usingacount with "gp" leaves cursor in wrong position. (Naohiro Ono)Solution: Count the inserted lines. (closes #8899)Files: src/register.c, src/testdir/test_put.vimPatch 8.2.3455 (after 8.2.3454)Problem: Usingacount with "gp" leaves'] in wrong position. (Naohiro Ono)Solution: Correct themark position. (closes #8899)Files: src/register.c, src/testdir/test_put.vimPatch 8.2.3456Problem: Vim9: Not allfunctions are tested with an emptystring argument.Solution: Add tests with empty strings. (Yegappan Lakshmanan, closes #8915)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3457Problem:MS-Windows Vim9: test executed and fails.Solution: Add extra check for not being on MS-Windows.Files: src/testdir/test_vim9_script.vimPatch 8.2.3458Problem: Not all dictdconf files are recognized.Solution: Adjust the pattern. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3459Problem: Vim9: need more tests for emptystring arguments.Solution: Add more tests. Also use empty argument withmenu_info() to get the top-level menu names. (Yegappan Lakshmanan, closes #8925)Files: runtime/doc/eval.txt, src/menu.c, src/testdir/test_menu.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.3460Problem: Some type casts are not needed.Solution: Remove unnecessary type casts. (closes #8934)Files: src/autocmd.c, src/buffer.c, src/debugger.c, src/getchar.c, src/hardcopy.c, src/if_cscope.c, src/move.c, src/tag.c, src/version.cPatch 8.2.3461Problem: Cannot distinguishNormal andTerminal-Normal mode.Solution: Makemode() return "nt" forTerminal-Normal mode. (issue #8856)Files: runtime/doc/eval.txt, src/misc1.c, src/testdir/test_functions.vimPatch 8.2.3462Problem: TheModeChanged event only uses one character for the new_mode and old_mode values.Solution: Pass oneas first argument to mode(). (issue #8856)Files: src/misc1.c, src/testdir/test_edit.vimPatch 8.2.3463Problem:Pattern matching withModeChanged not tested.Solution: Adda few more test lines. (issue #8856)Files: src/testdir/test_edit.vimPatch 8.2.3464Problem: nginx files are not recognized.Solution: Add several file patterns. (Chris Aumann, closes #8922)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3465Problem: Cannot detectinsert scroll mode.Solution: Add "scroll" to complete_info(). (closes #8943)Files: runtime/doc/eval.txt, src/insexpand.c, src/testdir/test_popup.vimPatch 8.2.3466Problem: Completion submode not indicated for virtual replace.Solution: Add submode to "Rv". (closes #8945)Files: runtime/doc/eval.txt, src/misc1.c, src/testdir/test_functions.vimPatch 8.2.3467Problem:CursorHoldI event interferes with "CTRL-GU". (Naohiro Ono)Solution: Restore the flag for "CTRL-GU" after triggering CursorHoldI. (closes #8937)Files: src/edit.c, src/testdir/test_autocmd.vimPatch 8.2.3468Problem: Problem with:cd when editing file in non-existent directory. (Yee Cheng Chin)Solution: Prepend the current directory to get the full path. (closes #8903)Files: src/os_unix.c, src/testdir/test_cd.vimPatch 8.2.3469Problem: Some files with jsonsyntax are not recognized.Solution: Adda few file patterns. (Emiliano Ruiz Carletti, closes #8947)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3470Problem: Crash with error in:catch and also in :finally.Solution: Onlydiscard an exception if thereis one. (closes #8954)Files: src/ex_eval.c, src/testdir/test_trycatch.vimPatch 8.2.3471Problem: Crash when usingCTRL-T after an empty search pattern.Solution: Bail out when thereis no previous search pattern. (closes #8953)Files: src/ex_getln.c, src/testdir/test_search.vimPatch 8.2.3472Problem: Other crashes with empty searchpattern not tested.Solution: Adda few more test lines. (Dominique Pellé)Files: src/testdir/test_search.vimPatch 8.2.3473Problem: Some files withtclsyntax are not recognized.Solution: Adda few file patterns. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3474Problem: Some places use "Vimscript" instead of "Vimscript".Solution: Consistently use "Vimscript". (Hirohito Higashi, closes #8910)Files: runtime/doc/if_lua.txt, src/getchar.c, src/if_lua.cPatch 8.2.3475Problem: Expressionregister set by not executedput command.Solution: Do not set theregister if the commandis skipped. (closes #8909)Files: src/ex_docmd.c, src/testdir/test_excmd.vimPatch 8.2.3476Problem: Renaminga buffer onstartup may cause using freed memory.Solution: Check if the bufferis used ina window. (closes #8955)Files: src/buffer.c, src/testdir/test_startup.vimPatch 8.2.3477 (after 8.2.3476)Problem: Startup test fails on MS-Windows.Solution: Skip the test if not on Unix.Files: src/testdir/test_startup.vimPatch 8.2.3478 (after 8.2.3470)Problem: Still crash with error in:catch and also in :finally.Solution: Only call finish_exception() once. (closes #8954)Files: src/ex_eval.c, src/structs.hPatch 8.2.3479Problem: Crash when calling job_start with an invalid argument. (Virginia Senioria)Solution: Clear the first item in argv. (closes #8957)Files: src/misc2.c, src/testdir/test_channel.vimPatch 8.2.3480 (after 8.2.3478)Problem: Test does not fail without the fix fora crash.Solution: Write the bad code ina file and source it. (Dominique Pellé, closes #8961)Files: src/testdir/test_trycatch.vimPatch 8.2.3481Problem: Failures when charis unsigned.Solution: Use int8_T. Makea CI run with unsigned char. (James McCoy, closes #8936)Files: src/structs.h, .github/workflows/ci.ymlPatch 8.2.3482Problem: Reading beyondend of line ending inquote and backslash.Solution: Check for non-NUL after backslash. (closes #8964)Files: src/cindent.c, src/testdir/test_cindent.vimPatch 8.2.3483Problem: #ifdef for using sysinfo()is incomplete.Solution: Also check for HAVE_SYSINFO. Make autoconf check use TRY_LINK. (closes #8952)Files: src/memline.c, src/configure.ac, src/auto/configurePatch 8.2.3484Problem: Crash when going throughspell suggestions.Solution: Limit the text length for finding suggestions to the original length. Do not updatebuffers when exiting. (closes #8965)Files: src/spellsuggest.c, src/clipboard.c, src/testdir/test_spell_utf8.vimPatch 8.2.3485Problem:Python 3 test fails withPython 3.10.Solution: Adjust expected error message. (zdohnal Dohnal, closes #8969)Files: src/testdir/test_python3.vimPatch 8.2.3486Problem: Illegal memory access with invalid sequence of commands.Solution: Do not call leave_block() when not ina try block. (closes #8966) Reset did_emsg so that exceptionis shownas an error.Files: src/ex_eval.c, src/testdir/test_trycatch.vimPatch 8.2.3487Problem: Illegal memory access if buffer nameis very long.Solution: Make sure not togo over theend of the buffer.Files: src/drawscreen.c, src/testdir/test_statusline.vimPatch 8.2.3488Problem: Issuetemplateis noteasy to use.Solution: Usea yaml template. (closes #8928)Files: .github/ISSUE_TEMPLATE/bug_report.md, .github/ISSUE_TEMPLATE/bug_report.ymlPatch 8.2.3489Problem: ml_get error after search with range.Solution: Limit the line number to the buffer line count.Files: src/ex_docmd.c, src/testdir/test_search.vimPatch 8.2.3490Problem: Superfluous return statements.Solution: Remove superfluous return statements from void functions. (closes #8977)Files: src/buffer.c, src/getchar.c, src/memline.c, src/move.c, src/option.cPatch 8.2.3491Problem: xpm2filetype detectionis not so good.Solution: Adjust the check for xpm2. (closes #8914)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3492Problem: Crash when pasting too many times.Solution: Limit the size to what fits in an int. (closes #8962)Files: src/register.c, src/errors.h, src/testdir/test_put.vimPatch 8.2.3493 (after 8.2.3492)Problem: Largecount test fails on MS-Windows.Solution: Skip the test on MS-Windows.Files: src/testdir/test_put.vimPatch 8.2.3494Problem: Illegal memory access in utf_head_off.Solution: Check cursor position when reselecting theVisual area. (closes #8963)Files: src/normal.c, src/testdir/test_visual.vimPatch 8.2.3495Problem:GUI geometrystartup test fails on some systems. (Drew Vogel)Solution: Add tolerance to the size check. (closes #8815)Files: src/testdir/test_startup.vimPatch 8.2.3496Problem: Crypt test fails onMS-Windows if xxd was not installed yet.Solution: Use the just built xxd executable ifit exists. (James McCoy, closes #8929)Files: src/testdir/test_crypt.vimPatch 8.2.3497Problem: Put test fails when run by itself.Solution: Source check.vim. (Dominique Pellé, closes #8990)Files: src/testdir/test_put.vimPatch 8.2.3498Problem: Recover test may fail on some systems.Solution: Adjust the little endian and 64 bit detection. (James McCoy, closes #8941)Files: src/testdir/test_recover.vimPatch 8.2.3499Problem:GUI geometrystartup test fails.Solution: Checkstring values instead of numbersFiles: src/testdir/test_startup.vimPatch 8.2.3500Problem: Github CI fails toinstall clang.Solution: Install llvm-11 explicitly. (Christian Brabandt, closes #8993)Files: .github/workflows/ci.ymlPatch 8.2.3501Problem:tmuxfiletype detectionis incompleteSolution: Also usetmux for files having text after .conf. (Eric Pruitt, closes #8971)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3502 (after 8.2.2919)Problem: Cannot enter password in shell command.Solution: Revert patch 8.2.2919.Files: src/os_unix.cPatch 8.2.3503Problem: Vim9: using g:pat:cmdis confusing.Solution: Do not recognizeg:as the:global command. Also for s:pat:repl. (closes #8982)Files: runtime/doc/vim9.txt, src/ex_docmd.c, src/ex_cmds.c, src/errors.h, src/vim9compile.c, src/proto/vim9compile.pro, src/testdir/test_vim9_cmd.vimPatch 8.2.3504 (after 8.2.3503)Problem: Vim9: warning for signed vs unsigned.Solution: Add type cast.Files: src/vim9compile.cPatch 8.2.3505 (after 8.2.3503)Problem: Vim9: build failure without the+eval feature.Solution: Add #ifdef.Files: src/ex_cmds.cPatch 8.2.3506 (after 8.2.3503)Problem: Vim9: special cases for "g" and "s" insufficiently tested.Solution: Adda few more test cases.Files: src/testdir/test_vim9_cmd.vimPatch 8.2.3507Problem: Generating proto files may fail.Solution: Define __attribute().Files: src/MakefilePatch 8.2.3508 (after 8.2.3503)Problem: Vim9: bad separators for "g" and "s" insufficiently tested.Solution: Adda few more test cases.Files: src/testdir/test_vim9_cmd.vimPatch 8.2.3509Problem: Undo fileis not synced. (Sami Farin)Solution: Sync theundo file if'fsync'is set. (Christian Brabandt, closes #8879, closes #8920)Files: runtime/doc/options.txt, src/undo.cPatch 8.2.3510Problem: Changes are only detected with one second accuracy.Solution: Use the nanosecond time if possible. (Leah Neukirchen, closes #8873, closes #8875)Files: runtime/doc/eval.txt, src/auto/configure, src/bufwrite.c, src/config.h.in, src/configure.ac, src/fileio.c, src/proto/fileio.pro, src/memline.c, src/netbeans.c, src/structs.h, src/evalfunc.c, src/testdir/test_stat.vimPatch 8.2.3511Problem: Vim9: entry for loop variableis created every round.Solution: Only create the entry once. (closes #8996)Files: src/evalvars.c, src/vim9script.cPatch 8.2.3512Problem: Timestamp test fails on some systems.Solution: Sleep fora short while.Files: src/testdir/test_stat.vimPatch 8.2.3513Problem: Using freed memory when usingatimer and searching. (Dominique Pellé)Solution: Allocated mr_pattern.Files: src/search.cPatch 8.2.3514Problem: Autoread test with nanosecond time sometimes fails.Solution:Mark the testas being flaky.Files: src/testdir/test_stat.vimPatch 8.2.3515Problem: Nano time test fails onMac and FreeBSD.Solution: Also check nano time when not on Linux. (Ozaki Kiichi, closes #9000)Files: src/fileio.cPatch 8.2.3516Problem: Terminalwindow does not have transparent background when'termguicolors'is used.Solution: Fix the background color. (closes #2361, closes #9002)Files: runtime/doc/terminal.txt, src/highlight.c, src/proto/terminal.pro, src/terminal.cPatch 8.2.3517Problem:TextChanged does not trigger after TextChangedI.Solution: Store the tick separately for TextChangedI. (Christian Brabandt, closes #8968, closes #8932)Files: src/buffer.c, src/bufwrite.c, src/edit.c, src/structs.h, src/testdir/test_autocmd.vimPatch 8.2.3518Problem: Test_xrestore sometimes fails.Solution:Mark the testas flaky. Move marking testas flaky to the test instead of listing them in runtest.Files: src/testdir/test_paste.vim, src/testdir/runtest.vim, src/testdir/test_autocmd.vim, src/testdir/test_channel.vim, src/testdir/test_clientserver.vim, src/testdir/test_diffmode.vim, src/testdir/test_functions.vim, src/testdir/test_gui.vim, src/testdir/test_mapping.vim, src/testdir/test_popup.vim, src/testdir/test_quotestar.vim, src/testdir/test_reltime.vim, src/testdir/test_terminal.vim, src/testdir/test_terminal2.vim, src/testdir/test_timers.vimPatch 8.2.3519Problem: TOML files are not recognized.Solution: Addfiletype patterns for TOML. (Aman Verma, closes #8984)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3520Problem: Cannot definea function for thesaurus completion.Solution: Add'thesaurusfunc'. (Yegappan Lakshmanan, closes #8987, closes 8950)Files: runtime/doc/insert.txt, runtime/doc/options.txt, runtime/doc/quickref.txt, src/buffer.c, src/insexpand.c, src/option.c, src/option.h, src/optiondefs.h, src/optionstr.c, src/structs.h, src/testdir/test_edit.vimPatch 8.2.3521 (after 8.2.3520)Problem: Options completion test fails.Solution: Add'thesaurusfunc' to the results.Files: src/testdir/test_options.vimPatch 8.2.3522Problem: Cannot use \x and \u when setting'listchars'.Solution: Support hex andunicode in hex form. (closes #9006)Files: runtime/doc/options.txt, src/screen.c, src/charset.c, src/testdir/test_listchars.vimPatch 8.2.3523Problem: Duplicated code in xxd.Solution: Remove duplicated lines. (closes #8972)Files: src/xxd/xxd.cPatch 8.2.3524Problem: GUI: ligatures are not used.Solution: Add the'guiligatures' option. (Dusan Popovic, closes #8933)Files: runtime/doc/options.txt, src/gui.c, src/gui.h, src/gui_gtk_x11.c, src/option.h, src/optiondefs.h, src/optionstr.c, src/errors.h, src/proto/gui.pro, src/proto/gui_gtk_x11.pro, src/testdir/test_gui.vimPatch 8.2.3525Problem: Option variable name does not match option name. (Christ van Willegen)Solution: Rename the variable.Files: src/buffer.c, src/insexpand.c, src/option.c, src/optionstr.c, src/structs.hPatch 8.2.3526Problem: Tests have clumsy check forX11 based GUI.Solution: Add CheckX11BasedGui.Files: src/testdir/check.vim, src/testdir/test_gui.vim, src/testdir/test_gui_init.vim, src/testdir/setup_gui.vimPatch 8.2.3527Problem: Gcc complains about uninitialized variable. (Tony Mechelynck)Solution: Initialize it.Files: src/gui_gtk_x11.cPatch 8.2.3528Problem:'thesaurus' and'thesaurusfunc'do not have the same scope.Solution: Make'thesaurusfunc' global-local.Files: runtime/doc/options.txt, runtime/doc/insert.txt, src/optiondefs.h, src/option.h, src/option.c, src/structs.h, src/insexpand.c, src/testdir/test_edit.vimPatch 8.2.3529Problem: Xxd usage outputis incomplete.Solution: Add "bytes" to "-g" flag. (Atsushi Sugawara, closes #8944)Files: src/xxd/xxd.cPatch 8.2.3530Problem: ":buf \{a}" fails while ":edit \{a}" works.Solution: Unescape "\{". (closes #8917)Files: src/vim.h, src/cmdexpand.c, src/evalfunc.c, src/ex_getln.c, src/proto/ex_getln.pro, src/normal.c, src/session.c, src/terminal.c, src/vim9execute.c, src/testdir/test_cmdline.vimPatch 8.2.3531 (after 8.2.3530)Problem: Command line completion test fails on MS-Windows.Solution: Do not test with "\{" on MS-Windows.Files: src/testdir/test_cmdline.vimPatch 8.2.3532Problem: The previous''markis restored after moving the cursor to the original jump position. (Tony Chen)Solution: Forget the previous position after checking. (closes #8985)Files: src/mark.c, src/testdir/test_marks.vimPatch 8.2.3533Problem: Inefficient code in xxd.Solution: Don't use "p" when "hextype"is non-zero. (closes #9013)Files: src/xxd/xxd.cPatch 8.2.3534Problem: Autoread testisa bit flaky.Solution: Waita brief moment before overwriting the file.Files: src/testdir/test_stat.vimPatch 8.2.3535Problem: If-else indentingis confusing.Solution: Add curly brackets and indent. (Dominique Pellé, closes #9010)Files: src/drawscreen.cPatch 8.2.3536Problem: The do_highlight() functionis way too long.Solution: Splitit into several functions. (Yegappan Lakshmanan, closes #9011)Files: src/highlight.cPatch 8.2.3537Problem:mode() does not return the right value in'operatorfunc'.Solution: Reset finish_op while calling'operatorfunc'.Files: src/ops.c, src/testdir/test_functions.vimPatch 8.2.3538Problem: Else-if indentingis confusing.Solution: Add curly brackets. (Yegappan Lakshmanan, closes #9017)Files: src/highlight.cPatch 8.2.3539Problem: GTK3: with'rightleft' set scrollbar may move unintentionally.Solution: Ignore events while moving the scrollbar thumb. (closes #8958)Files: src/gui_gtk.cPatch 8.2.3540Problem: Themark']is wrong afterput witha count. (Naohiro Ono)Solution: Use the right line number. (closes #8956)Files: src/register.c, src/testdir/test_put.vimPatch 8.2.3541Problem: Compiler warning for unused variable in tiny version.Solution: Add #ifdef. (John Marriott)Files: src/highlight.cPatch 8.2.3542Problem: Too many comments are old style.Solution: Change comments to// style. (closes #9021)Files: src/buffer.cPatch 8.2.3543Problem: Swapname has double slash when'directory' ends in double slash. (Shane Smith)Solution: Remove the superfluous slash. (closes #8876)Files: src/memline.c, src/testdir/test_swap.vimPatch 8.2.3544Problem: Unix: may leak file descriptor when usinga non-existing directory.Solution: Always close the file. (closes #9023)Files: src/os_unix.cPatch 8.2.3545Problem:setcellwidths() may make'listchars' or'fillchars' invalid.Solution: Check the value and give an error. (closes #9024)Files: runtime/doc/eval.txt, src/optionstr.c, src/errors.h, src/mbyte.c, src/testdir/test_utf8.vimPatch 8.2.3546 (after 8.2.3545)Problem: Build failure without the+eval feature.Solution: Add #ifdef. (closes #9025)Files: src/errors.hPatch 8.2.3547Problem: Opening thequickfixwindow triggersBufWinEnter twice. (Yorick Peterse)Solution: Only triggerBufWinEnter with "quickfix". (closes #9022)Files: src/ex_cmds.c, src/vim.h, src/quickfix.c, src/buffer.c, src/testdir/test_quickfix.vimPatch 8.2.3548Problem:GTKGUI crashes when reading from stdin.Solution: Do not overwrite the NUL after the string. (closes #9028)Files: src/gui_gtk_x11.c, src/testdir/test_gui.vimPatch 8.2.3549Problem: Mistakes in test comments.Solution: Fix the comments. (closes #9029)Files: src/testdir/test_autocmd.vimPatch 8.2.3550Problem: completion() does not work properly.Solution: Set xp_line and add WILD_HOME_REPLACE. (Shougo Matsushita, closes #9016)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.3551Problem: Checking first character of url twice.Solution: Only check once. (closes #9026)Files: src/misc1.cPatch 8.2.3552Problem: Xxd revert does not handleend of line correctly.Solution: Check for newline first. (closes #9034)Files: src/xxd/xxd.c, src/testdir/test_xxd.vimPatch 8.2.3553 (after 8.2.3552)Problem: Xxd test fails on MS-Windows.Solution: Split shell command in two.Files: src/testdir/test_xxd.vimPatch 8.2.3554Problem: Xxd hasvarious way to exit.Solution: Add function to print error and exit. (closes #9035)Files: src/xxd/xxd.cPatch 8.2.3555Problem:ModeChangedis not triggered on every mode change.Solution: Also trigger on minor mode changes. (Maguns Gross, closes #8999)Files: runtime/doc/autocmd.txt, src/autocmd.c, src/insexpand.c, src/misc1.c, src/normal.c, src/terminal.c, src/testdir/test_edit.vimPatch 8.2.3556Problem: Filler lines are incorrect for otherwindow indiff mode after makinga change.Solution: Copy filler lines from the current window. (closes #8809)Files: src/diff.c, src/testdir/test_diffmode.vim, src/testdir/dumps/Test_diff_scroll_change_03.dumpPatch 8.2.3557Problem: Vim9: cannot call imported funcrefatscript level.Solution: Check for an imported function. (closes #9007)Files: src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.3558 (after 8.2.3557)Problem: Vim9: asserting the wrong variable.Solution: Don't use Foo, use Goo.Files: src/testdir/test_vim9_script.vimPatch 8.2.3559Problem: Loop variable recreated every time.Solution: Keep the loop variable when looping.Files: src/ex_eval.cPatch 8.2.3560Problem: Using freed memory with lambda.Solution: Do not free lines early, keep them until theexpressionis finished. (closes #9020)Files: src/eval.c, src/proto/eval.pro, src/userfunc.c, src/vim9compile.c, src/structs.h, src/globals.h, src/testdir/test_vim9_func.vimPatch 8.2.3561Problem:Cscope hasa complicated way of giving an error message.Solution: Use semsg(). (James McCoy, closes #9038)Files: src/if_cscope.cPatch 8.2.3562Problem: Cannot add color names.Solution: Add thev:colornames dictionary. (Drew Vogel, closes #8761)Files: Filelist, READMEdir/README_extra.txt, nsis/gvim.nsi, runtime/colors/README.txt, runtime/colors/lists/csscolors.vim, runtime/colors/lists/default.vim, runtime/doc/eval.txt, runtime/doc/gui_w32.txt, runtime/doc/message.txt, runtime/doc/os_haiku.txt, runtime/doc/syntax.txt, runtime/doc/usr_06.txt, src/Makefile, src/evalvars.c, src/gui_haiku.cc, src/highlight.c, src/gui.c, src/job.c, src/proto/highlight.pro, src/proto/term.pro, src/term.c, src/vim.h, src/globals.h, src/errors.h, src/testdir/test_highlight.vimPatch 8.2.3563 (after 8.2.3562)Problem: Build failure with+eval but withoutGUI or+termguicolorsSolution: Adjust #ifdef. (John Marriott)Files: src/highlight.cPatch 8.2.3564Problem: Invalid memory access whenscrolling withouta valid screen.Solution: Do not set VALID_BOTLINE in w_valid.Files: src/move.c, src/testdir/test_normal.vimPatch 8.2.3565Problem: Makefile dependencies are outdated. (Gary Johnson)Solution: Run "make depend" and add missing dependencies.Files: src/MakefilePatch 8.2.3566Problem: Build failure on old systems when using nano timestamp.Solution: Define _BSD_SOURCE, _SVID_SOURCE and _DEFAULT_SOURCE. (Gary Johnson, closes #9054)Files: src/vim.hPatch 8.2.3567Problem:CTRL-I inInsert modeis not testedSolution: Adda test case. (Dominique Pellé, closes #8866)Files: src/testdir/test_edit.vimPatch 8.2.3568Problem: Ctrl-hat test fails with Athena and Motif. (Elimar Riesebieter)Solution: Run the test only with GTK. (Dominique Pellé, closes #9069)Files: src/testdir/test_edit.vimPatch 8.2.3569Problem: Error for:let whenvimrcis Vim 9 script.Solution: Prepend:legacy in the code for converting arguments. (Christian Brabandt, closes #9068, closes #9077)Files: src/os_win32.cPatch 8.2.3570Problem: Test_very_large_count fails on 32bit systems.Solution: Bail out when using 32 bit numbers. (closes #9072)Files: src/testdir/test_put.vimPatch 8.2.3571Problem: Someunicodecontrol characters are considered printable.Solution: Make 0x2060- 0x2069 not printable.Files: src/mbyte.cPatch 8.2.3572Problem: Memory leak when closingwindow and using "multispace" in'listchars'.Solution: Free the memory. (closes #9071)Files: src/window.c, src/testdir/test_listchars.vimPatch 8.2.3573Problem: Cannot decide whether to skip test that fails with 64 bit ints. (closes #9072)Solution: Add v:sizeofint,v:sizeoflong and v:sizeofpointer. Improve the check for multiply overflow.Files: runtime/doc/eval.txt, src/vim.h, src/evalvars.c, src/register.c, src/testdir/test_put.vimPatch 8.2.3574 (after 8.2.3573)Problem: Divide by zero.Solution: Don't check for overflow if multiplicandis zero.Files: src/register.cPatch 8.2.3575 (after 8.2.3574)Problem: Overflow check still fails when sizeof(int)== sizeof(long).Solution: Usea float to check the result.Files: src/register.cPatch 8.2.3576Problem: Somefunctions are not documented for use witha method.Solution: Add examples. Fix thatsign_unplacelist() only takes one argument. (Sean Dewar, closes #9081)Files: src/evalfunc.c, runtime/doc/eval.txtPatch 8.2.3577 (after 8.2.3574)Problem: Overflow check fails with 32 bit ints.Solution: Only test with 64 bit ints.Files: src/testdir/test_put.vimPatch 8.2.3578Problem: Manipulating highlightingis complicated.Solution: Add thehlget() andhlset() functions. (Yegappan Lakshmanan, closes #9039)Files: runtime/doc/eval.txt, runtime/doc/syntax.txt, runtime/doc/usr_41.txt, runtime/doc/windows.txt, src/evalfunc.c, src/highlight.c, src/proto/highlight.pro, src/testdir/test_highlight.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.3579Problem: CI sometimes fails for MinGW.Solution: Use backslashes in HandleSwapExists(). (Christian Brabandt, closes #9078)Files: src/testdir/runtest.vimPatch 8.2.3580Problem:gj does not move properly witha wide character.Solution: Move one to the right. (Christian Brabandt, closes #8702)Files: src/normal.c, src/testdir/test_normal.vimPatch 8.2.3581Problem: Reading character pastend of line.Solution: Correct the cursor column.Files: src/ex_docmd.c, src/testdir/test_put.vimPatch 8.2.3582Problem: Reading uninitialized memory when givingspell suggestions.Solution: Check that prewordis not empty.Files: src/spellsuggest.c, src/testdir/test_spell.vimPatch 8.2.3583Problem: The "gd" and "gD" commandsdo not update search stats. (Gary Johnson)Solution: Clear search stats.Files: src/normal.c, src/testdir/test_search_stat.vim, src/testdir/dumps/Test_searchstatgd_1.dump, src/testdir/dumps/Test_searchstatgd_2.dumpPatch 8.2.3584Problem: "verbose set efm" reports the location of the:compiler command. (Gary Johnson)Solution: Add the "-keepscript" argument to:command and useit when defining CompilerSet.Files: runtime/doc/map.txt, src/ex_cmds2.c, src/usercmd.c, src/ex_cmds.h, src/testdir/test_compiler.vimPatch 8.2.3585Problem: Crash when passing float to "term_rows" in theoptions argument of term_start(). (Virginia Senioria)Solution: Bail out if the argumentis nota number. (closes #9116)Files: src/job.c, src/terminal.c, src/testdir/test_terminal.vimPatch 8.2.3586 (after 8.2.3584)Problem: Command completion test fails.Solution: Add new argument to expected outputFiles: src/testdir/test_usercommands.vimPatch 8.2.3587 (after 8.2.3584)Problem: Compiler test fails withbackslash file separator.Solution: Accept slash and backslash.Files: src/testdir/test_compiler.vimPatch 8.2.3588Problem: Break statementis never reached.Solution: Rely on return value of set_chars_option() not changing. (closes #9103)Files: src/optionstr.cPatch 8.2.3589Problem: Failure when the "term_rows" argument ofterm_start()is an unusual value.Solution: Limit to range of zero to 1000. (closes #9116)Files: runtime/doc/terminal.txt, src/job.c, src/testdir/test_terminal.vimPatch 8.2.3590Problem: Test forv:colornames sometimes fails. (Dominique Pellé)Solution: Check features. Clearv:colornames between tests. (Drew Vogel, closes #9105, closes #9073)Files: runtime/doc/eval.txt, src/highlight.c, src/proto/highlight.pro, src/testdir/test_highlight.vimPatch 8.2.3591Problem: No eventis triggered when closinga window.Solution: Add theWinClosed event. (Naohiro Ono, closes #9110)Files: runtime/doc/autocmd.txt, src/autocmd.c, src/testdir/test_autocmd.vim, src/vim.h, src/window.cPatch 8.2.3592Problem: Test_hlset fails whenterminal has many columns.Solution: Set the number of columns to 80. (Dominique Pellé, closes #9101, closes #9100)Files: src/testdir/test_highlight.vimPatch 8.2.3593Problem: Directoryis wrong after executing "lcd" with win_execute().Solution: Correct the directory when going back to the original window. (closes #9132)Files: src/evalwindow.c, src/window.c, src/proto/window.pro, src/testdir/test_execute_func.vimPatch 8.2.3594Problem: Xxd codeisa bit difficult to understand.Solution: Move some lines toa separate function. (closes #9037)Files: src/xxd/xxd.cPatch 8.2.3595Problem: Check for signed overflow might not work everywhere.Solution: Limit to 32 bit int. (closes #9043, closes #9067)Files: src/getchar.cPatch 8.2.3596Problem: Crash when using:pedit inVim9 script.Solution: Move check for arguments to after checking there are arguments. (Yegappan Lakshmanan, closes #9134, closes #9135)Files: src/popupwin.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3597Problem: Vim seems to hang whenwritinga very long text toaterminal window.Solution: Limit the amount of text based on'termwinscroll'. (issue #9080)Files: runtime/doc/options.txt, src/terminal.cPatch 8.2.3598Problem: RouterOSfiletypeis not recognized.Solution: Add file andscript patterns. (closes #9097)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3599Problem: Not all gdbinit files are recognized.Solution: Add "gdbinit". (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3600 (after 8.2.3598)Problem: Filetype test fails.Solution: Add missing change.Files: runtime/scripts.vimPatch 8.2.3601Problem: Check for overflow inputcount does not work well.Solution: Improve the overflow check. (Ozaki Kiichi, closes #9102)Files: src/register.c, src/testdir/test_put.vimPatch 8.2.3602Problem: Python3 test fails withPython 3.10 on MS-Windows.Solution: Adjust the expected error. (Ken Takata, closes #9118)Files: src/testdir/test_python3.vimPatch 8.2.3603Problem: Fishfiletype not recognized.Solution: Adda filepattern and matchscript line. (Doug Kearns)Files: runtime/filetype.vim, runtime/scripts.vim, src/testdir/test_filetype.vimPatch 8.2.3604Problem: Not all sudoers files are recognized.Solution: Adda file pattern. (Doug Kearns, closes #1192)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3605Problem: Cannot clear and unlinka highlight group withhlset() ina single call.Solution: Add the "force" option. (Yegappan Lakshmanan, closes #9117)Files: runtime/doc/eval.txt, src/highlight.c, src/testdir/test_highlight.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_cmd.vimPatch 8.2.3606Problem: File missing fromlist of distributed files.Solution: Add the file.Files: FilelistPatch 8.2.3607Problem:GTK3 screen updatingis slow.Solution: Remove some of the GTK3-specific code. (closes #9052)Files: src/gui.h, src/gui_gtk_x11.cPatch 8.2.3608Problem: Users who type "q:" instead of ":q" are confused.Solution: Add an autocmd to givea message that explains thisis the command-line window. (Egor Zvorykin, closes #9146)Files: runtime/defaults.vim, src/testdir/test_autocmd.vim, src/testdir/test_cmdline.vimPatch 8.2.3609Problem: Internal error whenModeChangedis triggered whenv:eventis already in use.Solution: Save and restorev:event if needed.Files: src/misc1.c, src/proto/misc1.pro, src/testdir/test_edit.vim, src/insexpand.c, src/structs.h, src/register.cPatch 8.2.3610Problem: Crash whenModeChanged triggered too early.Solution: TriggerModeChanged after setting VIsual.Files: src/normal.c, src/testdir/test_edit.vimPatch 8.2.3611Problem: Crash when usingCTRL-Wf without findinga file name.Solution: Bail out when the file name lengthis zero.Files: src/findfile.c, src/normal.c, src/testdir/test_visual.vimPatch 8.2.3612Problem: Using freed memory withregexp usinga mark.Solution: Get the line again after getting themark position.Files: src/regexp.c, src/regexp_nfa.c, src/testdir/test_regexp_latin.vimPatch 8.2.3613Problem::find test fails.Solution: Put length check inside if block.Files: src/findfile.cPatch 8.2.3614Problem: zindex ofpopupwindows not used when redrawingpopup menu.Solution: Check the zindex when redrawing thepopup menu. (closes #9129, closes #9089)Files: src/popupmenu.c, src/popupwin.c, src/proto/popupmenu.pro, src/screen.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_popupmenu_masking_1.dump, src/testdir/dumps/Test_popupwin_popupmenu_masking_2.dumpPatch 8.2.3615Problem: When re-formatting with an indentexpression the first line ofaparagraph may get the wrong indent. (Martin F. Krafft)Solution: Apply the correct indenting function for the first line. (Christian Brabandt, closes #9150, closes #9056)Files: src/textformat.c, src/testdir/test_indent.vimPatch 8.2.3616Problem: Arglist test does not clear the argumentlist consistently.Solution: Call Reset_arglist(). (Shougo Matsushita, closes #9154)Files: src/testdir/test_arglist.vimPatch 8.2.3617Problem: ":verbose pwd" does not mention'autochdir' was applied.Solution: Remember the last chdir was done by'autochdir'. (issue #9142)Files: src/globals.h, src/buffer.c, src/ex_docmd.c, src/window.c, src/main.c, src/netbeans.c, src/os_win32.c, src/testdir/test_autochdir.vimPatch 8.2.3618Problem:getcwd()is unclear about how'autochdir'is used.Solution: Update thehelp for getcwd(). Without any arguments always return the actual current directory. (closes #9142)Files: runtime/doc/eval.txt, src/filepath.c, src/testdir/test_cd.vimPatch 8.2.3619Problem: Cannot usealambda for'operatorfunc'.Solution: Support usingalambda or partial. (Yegappan Lakshmanan, closes #8775)Files: runtime/doc/map.txt, runtime/doc/options.txt, src/ops.c, src/option.c, src/optionstr.c, src/proto/ops.pro, src/proto/option.pro, src/quickfix.c, src/testdir/test_normal.vimPatch 8.2.3620Problem: Memory leak reported in libtlib.Solution: Call del_curterm() when cleaning up memory. Rename term.h to termdefs.h to avoida name clash.Files: src/term.c, src/proto/term.pro, src/alloc.c, src/configure.ac, src/auto/configure, src/config.h.in, src/Makefile, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Make_vms.mms, src/term.h, src/termdefs.hPatch 8.2.3621 (after 8.2.3620)Problem: Build failure.Solution: Add missing change.Files: src/vim.hPatch 8.2.3622Problem: "verbose pwd" shows confusing info when:lcd does not change directory.Solution: Clear last_chdir_reason also when the directory does not change. (closes #9160)Files: src/ex_docmd.c, src/testdir/test_autochdir.vimPatch 8.2.3623Problem: "$*"is expanded to "nonomatch".Solution: Only add "set nonomatch" when usinga csh-like shell. (Christian Brabandt, closes #9159, closes #9153)Files: src/os_unix.c, src/testdir/test_expand.vimPatch 8.2.3624Problem: When renamingaterminal buffer the status textis not updated.Solution: Clear the cached status text when renamingaterminal buffer. (closes #9162)Files: src/buffer.c, src/terminal.c, src/proto/terminal.pro, src/testdir/test_terminal.vimPatch 8.2.3625Problem: Illegal memory access when C-indenting.Solution: Also set the cursor column.Files: src/cindent.c, src/testdir/test_cindent.vimPatch 8.2.3626Problem: "au!" and "au! event" cannot be followed by another commandas documented.Solution: Whenabaris found set nextcmd.Files: src/autocmd.c, src/testdir/test_autocmd.vimPatch 8.2.3627Problem: difficult to know where the text starts ina window. (Sergey Vlasov)Solution: Add the "textoff" entry in the result of getwininfo(). (closes #9163)Files: runtime/doc/eval.txt, src/evalwindow.c, src/testdir/test_bufwintabinfo.vimPatch 8.2.3628Problem: Looking upterminal colorsisa bit slow.Solution: Cache theterminal colors. (closes #9130, closes #9058)Files: src/highlight.c, src/libvterm/include/vterm.h, src/option.c, src/optionstr.c, src/popupwin.c, src/proto/terminal.pro, src/structs.h, src/terminal.c, src/window.c, src/testdir/test_terminal3.vim, src/testdir/dumps/Test_terminal_color_MyTermCol.dump, src/testdir/dumps/Test_terminal_color_MyTermCol_over_Terminal.dump, src/testdir/dumps/Test_terminal_color_MyWinCol.dump, src/testdir/dumps/Test_terminal_color_MyWinCol_over_group.dump, src/testdir/dumps/Test_terminal_color_Terminal.dump, src/testdir/dumps/Test_terminal_color_gui_MyTermCol.dump, src/testdir/dumps/Test_terminal_color_gui_MyWinCol.dump, src/testdir/dumps/Test_terminal_color_gui_Terminal.dump, src/testdir/dumps/Test_terminal_color_gui_transp_MyTermCol.dump, src/testdir/dumps/Test_terminal_color_gui_transp_MyWinCol.dump, src/testdir/dumps/Test_terminal_color_gui_transp_Terminal.dump, src/testdir/dumps/Test_terminal_color_transp_MyTermCol.dump, src/testdir/dumps/Test_terminal_color_transp_MyWinCol.dump, src/testdir/dumps/Test_terminal_color_transp_Terminal.dump, src/testdir/dumps/Test_terminal_popup_MyPopupHlCol.dump, src/testdir/dumps/Test_terminal_popup_MyTermCol_over_Terminal.dump, src/testdir/dumps/Test_terminal_popup_MyWinCol.dump, src/testdir/dumps/Test_terminal_popup_MyWinCol_over_group.dump, src/testdir/dumps/Test_terminal_popup_gui_MyPopupHlCol.dump, src/testdir/dumps/Test_terminal_popup_gui_MyTermCol.dump, src/testdir/dumps/Test_terminal_popup_gui_MyWinCol.dump, src/testdir/dumps/Test_terminal_popup_gui_Terminal.dump, src/testdir/dumps/Test_terminal_popup_gui_transp_MyPopupHlCol.dump, src/testdir/dumps/Test_terminal_popup_gui_transp_MyTermCol.dump, src/testdir/dumps/Test_terminal_popup_gui_transp_MyWinCol.dump, src/testdir/dumps/Test_terminal_popup_gui_transp_Terminal.dump, src/testdir/dumps/Test_terminal_popup_transp_MyPopupHlCol.dump, src/testdir/dumps/Test_terminal_popup_transp_MyTermCol.dump, src/testdir/dumps/Test_terminal_popup_transp_MyWinCol.dump, src/testdir/dumps/Test_terminal_popup_transp_Terminal.dump, src/testdir/dumps/Test_terminal_wincolor_split_MyWinCol.dump, src/testdir/dumps/Test_terminal_wincolor_split_MyWinCol2.dumpPatch 8.2.3629Problem: Command completion in cmdlinewindow uses global user commands, not local commands for thewindow whereit was opened from.Solution: Use local commands. (closes #9168)Files: src/ex_getln.c, src/proto/ex_getln.pro, src/evalvars.c, src/usercmd.c, src/testdir/test_ins_complete.vimPatch 8.2.3630Problem: Printf() with %S does not handlemulti-byte correctly.Solution: Count cells instead of bytes. (closes #9169, closes #7486)Files: src/strings.c, src/testdir/test_expr.vimPatch 8.2.3631Problem: "syntax enable" does not work properly inVim9 context.Solution: Also handleVim9 context. (closes #9161)Files: src/syntax.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3632Problem: GTK3:undercurl does not get removed properly.Solution: Set the cairo cursor first. (closes #9170)Files: src/gui_gtk_x11.cPatch 8.2.3633Problem: Vim9: line number oflambdais off by one.Solution: Add one to the line number. (closes #9083)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.3634Problem: Error for already defined function uses wrong line number.Solution: Set SOURCING_LNUM before giving the error message. (closes #9085)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.3635Problem: GTK: composingunderline does not show.Solution: Include composing character in pango call.A few more optimizations for ligatures. (Dusan Popovic, closes #9171, closes #9147)Files: src/gui_gtk_x11.cPatch 8.2.3636Problem: Coverity warns for unreachable code.Solution: Remove unreachable else block.Files: src/gui_gtk_x11.cPatch 8.2.3637Problem: Typos in test files.Solution: Correct the typos. (Dominique Pellé, closes #9175)Files: src/testdir/runtest.vim, src/testdir/test_debugger.vim, src/testdir/test_diffmode.vim, src/testdir/test_edit.vim, src/testdir/test_excmd.vim, src/testdir/test_flatten.vim, src/testdir/test_ins_complete.vim, src/testdir/test_normal.vim, src/testdir/test_options.vim, src/testdir/test_python2.vim, src/testdir/test_python3.vim, src/testdir/test_quickfix.vim, src/testdir/test_recover.vim, src/testdir/test_spellfile.vim, src/testdir/test_syntax.vim, src/testdir/test_termcodes.vim, src/testdir/test_textobjects.vim, src/testdir/test_trycatch.vim, src/testdir/test_vim9_script.vim, src/testdir/test_viminfo.vimPatch 8.2.3638Problem:getcompletion() always passes zeroas position to custom completion function.Solution: Pass thepattern length. (closes #9173)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.3639 (after 8.2.2922)Problem: Line commented out accidentally.Solution: Uncomment. (Volodymyr Kot, closes #9172)Files: src/main.cPatch 8.2.3640Problem: Freeze when callingterm_wait() ina close callback.Solution: Seta "closing" flag to tellterm_wait() to return. (closes #9152)Files: src/channel.c, src/terminal.c, src/proto/terminal.pro, src/testdir/test_terminal.vimPatch 8.2.3641Problem: Xxd code has duplicate expressions.Solution: Refactor to avoid duplication. (closes #9185)Files: src/xxd/xxd.cPatch 8.2.3642Problem:List of distributed filesis outdated.Solution: Rename term.h to termdefs.h.Files: FilelistPatch 8.2.3643Problem: Header for source fileis outdated.Solution: Make the header more accurate. (closes #9186)Files: src/map.c, src/getchar.cPatch 8.2.3644Problem: Count for'operatorfunc' inVisual modeis not redone.Solution: Add thecount to theredo buffer. (closes #9174)Files: src/normal.c, src/proto/normal.pro, src/ops.c, src/testdir/test_normal.vimPatch 8.2.3645Problem: Vim9: The "no effect" erroris not given for all registers.Solution: Include any character following '@'. (closes #8779)Files: src/ex_eval.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3646Problem: Using<sfile> ina function gives an unexpected result.Solution: Give an error inaVim9 function. (issue #9189)Files: src/scriptfile.c, src/errors.h, src/testdir/test_vim9_builtin.vimPatch 8.2.3647Problem: GTK: when using ligatures the cursoris drawn wrong.Solution: Clear more characters when ligatures are used. (Dusan Popovic, closes #9190)Files: src/gui.cPatch 8.2.3648Problem: "verbose pwd"is incorrect after dropping files on Vim.Solution: Set the chdir reason to "drop".Files: src/gui.cPatch 8.2.3649Problem: Vim9: error for variable declared in while loop.Solution: Do not keep the first variable. (closes #9191)Files: src/ex_eval.c, src/testdir/test_vim9_script.vimPatch 8.2.3650Problem: Vim9: for loop variable can bealist member.Solution: Check for valid variable name. (closes #9179)Files: src/vim9compile.c, src/dict.c, src/eval.c, src/evalvars.c, src/proto/evalvars.pro, src/testdir/test_vim9_script.vimPatch 8.2.3651Problem: Vim9: no error for:lock or :unlock with unknown variable.Solution: Give an error. (closes #9188)Files: src/evalvars.c, src/errors.h, src/testdir/test_vim9_cmd.vimPatch 8.2.3652Problem: Can only get text properties one lineata time.Solution: Addoptions toprop_list() to usea range of lines andfilter by types. (Yegappan Lakshmanan, closes #9138)Files: runtime/doc/textprop.txt, src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.3653Problem: Terminal ANSI colors may be wrong.Solution: Initialize the color type. (closes #9198, closes #9197)Files: src/terminal.cPatch 8.2.3654Problem: GTK:a touch-drag does not update the selection.Solution: Add GDK_BUTTON1_MASK to the state. (Chris Dalton, close #9196, closes #9194)Files: src/gui_gtk_x11.cPatch 8.2.3655Problem: Compiler warning for using size_t for int.Solution: Adda type cast. (Mike Williams, closes #9199)Files: src/vim9compile.cPatch 8.2.3656Problem: Vim9: no error for an environment variable by itself.Solution: Givea "without effect" error. (closes #9166)Files: src/ex_eval.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3657Problem: Vim9: debug text misses one line of return statement.Solution: Adda line when notata debug instruction. (closes #9137)Files: src/vim9execute.c, src/testdir/test_debugger.vimPatch 8.2.3658Problem: Duplicate code in xxd.Solution: Merge duplicated code. Add more tests. (closes #9192)Files: src/xxd/xxd.c, src/testdir/test_xxd.vimPatch 8.2.3659Problem:Integer overflow with large line number.Solution: Check for overflow. (closes #9202)Files: src/errors.h, src/ex_docmd.c, src/testdir/test_excmd.vim src/normal.c, src/testdir/test_normal.vimPatch 8.2.3660 (after 8.2.3659)Problem: Overflow check uses wrong number.Solution: Divide by ten.Files: src/normal.cPatch 8.2.3661 (after 8.2.3659)Problem: Test forput with largecount fails.Solution: Adjust the counts in the test.Files: src/testdir/test_put.vimPatch 8.2.3662Problem: Illegal memory access if malloc() fails.Solution: Check'foldmethod'is not empty. (closes #9207)Files: src/fold.cPatch 8.2.3663Problem: Using %S inprintf() does not work correctly.Solution: Fix the problem and add more tests. (closes #9208)Files: src/strings.c, src/testdir/test_expr.vimPatch 8.2.3664Problem: Cannot adjust sign highlighting for'cursorline'.Solution: Add CursorLineSign and CursorLineFold highlight groups. (Gregory Anders, closes #9201)Files: runtime/doc/sign.txt, runtime/doc/syntax.txt, src/drawline.c, src/highlight.c, src/optiondefs.h, src/popupwin.c, src/proto/sign.pro, src/sign.c, src/structs.h, src/vim.h, src/testdir/test_signs.vimPatch 8.2.3665Problem: Cannot usealambda for'tagfunc'.Solution: Use'tagfunc' like'opfunc'. (Yegappan Lakshmanan, closes #9204)Files: runtime/doc/options.txt, src/buffer.c, src/option.c, src/optionstr.c, src/proto/tag.pro, src/structs.h, src/tag.c, src/testdir/test_tagfunc.vimPatch 8.2.3666Problem: Libvtermis outdated.Solution: Include patches from revision 769 to revision 789.Files: Filelist, src/libvterm/Makefile, src/libvterm/doc/seqs.txt, src/libvterm/include/vterm.h, src/libvterm/src/mouse.c, src/libvterm/src/parser.c, src/libvterm/src/state.c, src/libvterm/src/vterm.c, src/libvterm/src/vterm_internal.h, src/libvterm/t/02parser.test, src/libvterm/t/17state_mouse.test, src/libvterm/t/29state_fallback.test, src/libvterm/t/40state_selection.test, src/libvterm/t/harness.c, src/libvterm/t/run-test.pl, src/libvterm/vterm.pc.in, src/terminal.cPatch 8.2.3667Problem: Building libvterm fails with MSVC.Solution: Don't useC99 construct.Files: src/libvterm/src/state.cPatch 8.2.3668Problem: Messages may be corrupted.Solution: Use another buffer instead of IObuff. (Yegappan Lakshmanan, closes #9195)Files: src/highlight.c, src/testdir/test_highlight.vimPatch 8.2.3669Problem: Buffer overflow with longhelp argument.Solution: Use snprintf().Files: src/help.c, src/testdir/test_help.vimPatch 8.2.3670Problem: Error checks repeated several times.Solution: Move the checks to functions. (closes #9213)Files: src/xxd/xxd.cPatch 8.2.3671Problem: RestartingInsert mode in prompt buffer too often whena callback switcheswindows and comes back. (Sean Dewar)Solution: Do not set "restart_edit" when already inInsert mode. (closes #9212)Files: src/window.c, src/testdir/test_prompt_buffer.vimPatch 8.2.3672 (after 8.2.3670)Problem: Build failure with unsigned char.Solution: Use int instead of char.Files: src/xxd/xxd.cPatch 8.2.3673Problem: Crash when allocating signal stack fails.Solution: Only using sourcing info when available. (closes #9215)Files: src/globals.h, src/message.cPatch 8.2.3674Problem: When ml_get_buf() failsit messes up IObuff.Solution: Returna local pointer. (closes #9214)Files: src/memline.cPatch 8.2.3675Problem: Using freed memory when vim_strsave() fails.Solution: Clear "last_sourcing_name". Check for msg_source() called recursively. (closes #8217)Files: src/message.cPatch 8.2.3676Problem: Unused runtime file.Solution: Remove rgb.txt.Files: runtime/rgb.txtPatch 8.2.3677Problem: Afteraput the']markis on the last byte ofamulti-byte character.Solution: Moveit to the first byte. (closes #9047)Files: src/register.c, src/testdir/test_put.vimPatch 8.2.3678 (after 8.2.3677)Problem: Illegal memory access.Solution: Ignore changed indent when computing byte offset.Files: src/register.cPatch 8.2.3679Problem: objc file detectedas Octave. (Antony Lee)Solution: Detect objc by preprocessor lines. (Doug Kearns, closes #9223, closes #9220)Files: runtime/autoload/dist/ft.vim, src/testdir/test_filetype.vimPatch 8.2.3680Problem: Repeated code in xxd.Solution: Change exit_on_ferror() to getc_or_die(). (closes #9226)Files: src/xxd/xxd.cPatch 8.2.3681Problem: Cannot dragpopupwindow after click ona status line. (Sergey Vlasov)Solution: Reset on_status_line. (closes #9221)Files: src/mouse.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_drag_04.dumpPatch 8.2.3682Problem: Vim9: assigning toascript variable drops the required type.Solution: Lookup the type of the variable and use it. (closes #9219)Files: src/evalvars.c, src/vim9script.c, src/proto/vim9script.pro, src/testdir/test_vim9_assign.vimPatch 8.2.3683Problem: Vim9: cannot use=expr in :...do commands.Solution: Add EX_EXPAND to the commands. (closes #9232)Files: src/ex_cmds.h, src/testdir/test_vim9_cmd.vimPatch 8.2.3684Problem: Blockwiseinsert does not handle autoindent properly.Solution: Adjust text column for indent. (closes #9229)Files: src/ops.c, src/testdir/test_blockedit.vimPatch 8.2.3685Problem:Visual Studio project files are not recognized.Solution: Use the xml file type. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3686Problem: Filetype detection often mixes up Forth and F#.Solution: Adda function to inspect the file contents. (Doug Kearns)Files: runtime/autoload/dist/ft.vim, runtime/doc/filetype.txt, runtime/doc/syntax.txt, runtime/filetype.vim, runtime/scripts.vim, src/testdir/test_filetype.vimPatch 8.2.3687Problem: Blockwiseinsert does not handle autoindent properly whentabis inserted.Solution: Adjust text column for indent before computing column. (closes #9229)Files: src/ops.c, src/testdir/test_blockedit.vimPatch 8.2.3688Problem: Thewindow titleis not updated when dragging the scrollbar.Solution: Call maketitle(). (Christian Brabandt, closes #9238, closes #5383)Files: src/gui.cPatch 8.2.3689Problem: ex_let_one()is too long.Solution: Split into multiple functions.Files: src/evalvars.cPatch 8.2.3690Problem: Vim9: "filter #pat# cmd" does not work.Solution: Do not see #pat#asa comment.Files: src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3691Problem: Build failure with small features.Solution: Add #ifdef. (Dominique Pellé)Files: src/gui.cPatch 8.2.3692Problem: Vim9: cannot use :func insidea:def function.Solution: Makeit work.Files: src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/errors.h, src/structs.h, src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.3693Problem: Coverity warns for possibly usinga NULL pointer.Solution: Check for NULL and give an error.Files: src/vim9execute.c, src/errors.hPatch 8.2.3694Problem: Cannot usequotes in thecount of anEx command.Solution: Add getdigits_quoted(). Give an error when misplacingaquote ina range. (closes #9240)Files: src/ex_docmd.c, src/charset.c, src/proto/charset.pro, src/testdir/test_usercommands.vimPatch 8.2.3695Problem: Confusing error for missing key.Solution: Use the actual key for the error. (closes #9241)Files: src/eval.c, src/testdir/test_listdict.vimPatch 8.2.3696Problem: Vim9: error for invalid assignment when skipping.Solution: Do not check whitespace when skipping. (closes #9243)Files: src/evalvars.c, src/testdir/test_vim9_assign.vimPatch 8.2.3697Problem: Cannot dragapopup withouta border.Solution: Add the "dragall" option. (closes #9218)Files: runtime/doc/popup.txt, src/mouse.c, src/popupwin.c, src/vim.h, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_drag_05.dump, src/testdir/dumps/Test_popupwin_drag_06.dumpPatch 8.2.3698Problem: Match highlighting continues over breakindent.Solution: Stop before theend column. (closes #9242)Files: src/match.c, src/proto/match.pro, src/drawline.c, src/testdir/test_match.vim, src/testdir/dumps/Test_match_linebreak.dumpPatch 8.2.3699Problem: The+title feature addsa lot of #ifdef but little code.Solution: Graduate the+title feature.Files: src/feature.h, src/alloc.c, src/arglist.c, src/autocmd.c, src/buffer.c, src/bufwrite.c, src/change.c, src/drawscreen.c, src/evalfunc.c, src/ex_cmds.c, src/ex_docmd.c, src/gui.c, src/gui_gtk_x11.c, src/if_xcmdsrv.c, src/locale.c, src/main.c, src/misc2.c, src/netbeans.c, src/option.c, src/optionstr.c, src/os_amiga.c, src/os_mswin.c, src/os_unix.c, src/os_win32.c, src/regexp.c, src/term.c, src/ui.c, src/version.c, src/window.c, src/globals.h, src/option.h, src/optiondefs.h, runtime/doc/options.txt, runtime/doc/various.txtPatch 8.2.3700Problem: Text property highlighting continues over breakindent.Solution: Stop before theend column. (closes #9242)Files: src/drawline.c, src/testdir/test_textprop.vim, src/testdir/dumps/Test_prop_linebreak.dumpPatch 8.2.3701Problem: Vim9: invalid LHSis not possible.Solution: Remove unreachable error message.Files: src/vim9compile.cPatch 8.2.3702Problem: First key indictis seenas curlyexpression and fails.Solution: Ignore failure of curly expression. (closes #9247)Files: src/typval.c, src/dict.c, src/testdir/test_listdict.vimPatch 8.2.3703 (after 8.2.3686)Problem: Most people call F# "fsharp" and not "fs".Solution: Renamefiletype "fs" to "fsharp".Files: runtime/autoload/dist/ft.vim, runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3704Problem: Vim9: cannot usealist declaration ina:def function.Solution: Makeit work.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/errors.h, src/testdir/test_vim9_assign.vimPatch 8.2.3705Problem: Cannot passalambda name tofunction() or funcref(). (Yegappan Lakshmanan)Solution: Handlealambda name differently.Files: src/userfunc.c, src/proto/userfunc.pro, src/evalfunc.c, src/testdir/test_expr.vimPatch 8.2.3706 (after 8.2.3700)Problem: Text property highlightingis used on Tab.Solution: Only set in_linebreak when not ona Tab. (closes #9242)Files: src/drawline.c, src/testdir/test_textprop.vim, src/testdir/dumps/Test_prop_after_tab.dumpPatch 8.2.3707Problem: Vim9: constantexpression of elseif not recognized.Solution: Set instructioncount before generating the expression.Files: src/vim9compile.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.3708 (after 8.2.3707)Problem: Vim9: test fails with different error.Solution: Correct the error number.Files: src/testdir/test_vim9_cmd.vimPatch 8.2.3709Problem: Vim9: backtickexpression expanded when not desired.Solution: Only expanda backtickexpression for commands that expand their argument. Removea few outdated TODO comments.Files: src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3710Problem: Vim9: backtickexpression expanded for :global.Solution: Check the following command.Files: runtime/doc/vim9.txt, src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3711Problem: Vim9: memory leak when compiling:elseif fails.Solution: Cleanup ppconst.Files: src/vim9compile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3712Problem: Cannot useVim9lambda for'tagfunc'.Solution: Makeit work, add more tests. (Yegappan Lakshmanan, closes #9250)Files: runtime/doc/options.txt, src/insexpand.c, src/option.c, src/testdir/test_tagfunc.vimPatch 8.2.3713Problem: MS-Windows: No error message if vimgreppatternis not matching.Solution: Give an error message. (Christian Brabandt, closes #9245, closes #8762)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.3714Problem: Some unused assignments and ugly code in xxd.Solution: Leave out assignments. Use marcro for fprintf(). (closes #9246)Files: src/xxd/xxd.cPatch 8.2.3715Problem: Vim9:valgrind reports spurious problems fora test.Solution: Move the test to the set thatis known to fail.Files: src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_fails.vimPatch 8.2.3716Problem: Vim9: range withouta commandis not compiled.Solution: Add the ISN_EXECRANGE byte code.Files: src/ex_docmd.c, src/proto/ex_docmd.pro, src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/testdir/test_vim9_disassemble.vimPatch 8.2.3717Problem: Vim9: error for constantlist sizeis only givenat runtime.Solution: Give the errorat compile time if possible.Files: src/vim9compile.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3718Problem: Compiler warns for unused variable without the+textprop feature. (John Marriott)Solution: Adjust #ifdefs.Files: src/drawline.cPatch 8.2.3719Problem: MS-Windows: test sometimes runs into existing swap file.Solution: Usea different file name.Files: src/testdir/test_buffer.vimPatch 8.2.3720Problem: Vim9: Internal error when invokingclosure in legacy context.Solution: Givea more appropriate error message. (closes #9251)Files: src/errors.h, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.3721Problem: Using memory freed by losing theclipboard selection. (Dominique Pellé)Solution: Check y_arrayis still valid after calling changed_lines(). (closes #9253)Files: src/errors.h, src/register.cPatch 8.2.3722Problem: Amiga: superfluousmessages for freeing lots of yanked text.Solution: Assume that the machine isn't that slow these days.Files: src/register.cPatch 8.2.3723Problem: When using'linebreak'a text property starts too early.Solution: Decrement "bcol" when looking for property start. (closes #9242)Files: src/drawline.c, src/testdir/test_textprop.vim, src/testdir/dumps/Test_prop_after_linebreak.dumpPatch 8.2.3724Problem: Build error for missing error message in small build.Solution: Correct #ifdef.Files: src/errors.hPatch 8.2.3725Problem: Cannot usealambda for'completefunc' and'omnifunc'.Solution: Implementlambda support. (Yegappan Lakshmanan, closes #9257)Files: runtime/doc/options.txt, src/buffer.c, src/insexpand.c, src/option.c, src/optionstr.c, src/proto/insexpand.pro, src/proto/tag.pro, src/proto/userfunc.pro, src/structs.h, src/tag.c, src/userfunc.c, src/testdir/test_ins_complete.vim, src/testdir/test_tagfunc.vimPatch 8.2.3726Problem: README file ina config directory gets wrong filetype.Solution: Match README before patterns that match everything ina directory.Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3727Problem: Ina gnometerminal keys are recognizedas mouse events.Solution: Only recognize DEC mouse events when four numbers are following. (closes #9256)Files: src/term.c, src/testdir/test_termcodes.vimPatch 8.2.3728Problem: Internal error when passingrange() to list2blob().Solution: Materialize thelist first. (closes #9262)Files: src/blob.c, src/testdir/test_blob.vimPatch 8.2.3729Problem: No support for squirrels.Solution: Recognize nuts. (closes #9259)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3730Problem: "/etc/Muttrc.d/README" getsfiletype muttrc.Solution: Move the Muttrc.dpattern down, add exception for *.rc files.Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3731Problem: "set!termcap" shows codes in one column, but not keys.Solution: Also use one column for keys. (closes #9258)Files: src/option.c, src/term.c, src/proto/term.pro, src/testdir/test_set.vimPatch 8.2.3732 (after 8.2.3731)Problem: "set!termcap" test fails.Solution: Account for keys withouta t_xx entry.Files: src/testdir/test_set.vimPatch 8.2.3733Problem: Vim9: using "legacy" before range does not work.Solution: Skip over range before parsing command. (closes #9270)Files: src/vim9compile.c, src/usercmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.3734Problem: Vim9: crash when nopattern match found.Solution: Check for error.Files: src/vim9execute.cPatch 8.2.3735Problem: Cannot usealambda for'imactivatefunc'.Solution: Addlambda support for'imactivatefunc' and'imstatusfunc'. (Yegappan Lakshmanan, closes #9275)Files: runtime/doc/options.txt, src/alloc.c, src/gui_xim.c, src/optionstr.c, src/proto/gui_xim.pro, src/testdir/test_iminsert.vim, src/testdir/test_ins_complete.vimPatch 8.2.3736Problem: Test fails without thechannel feature. (Dominique Pellé)Solution: Source the check.vim script. (closes #9277)Files: src/testdir/test_vim9_fails.vimPatch 8.2.3737Problem: Test fails without the'autochdir' option.Solution: Check that the optionis available. (Dominique Pellé, closes #9272)Files: src/testdir/test_cd.vimPatch 8.2.3738Problem: Screenis cleared whenaFocusLostautocommand triggers.Solution: Do not redraw whenat thehit-enter or more prompt. (closes #9274)Files: src/misc1.cPatch 8.2.3739Problem: In wrong directory when usingwin_execute() with'acd' set.Solution: Restore the directory when returning to the window. (closes #9276)Files: src/window.c, src/testdir/test_autochdir.vimPatch 8.2.3740Problem: Memory left allocated on exit when using Tcl.Solution: Call Tcl_Finalize().Files: src/if_tcl.c, src/proto/if_tcl.pro, src/alloc.cPatch 8.2.3741Problem: Using freed memory in open command.Solution: Makea copy of the current line.Files: src/ex_docmd.c, src/testdir/test_ex_mode.vimPatch 8.2.3742Problem: Dec mouse test fails without gnometerminfo entry.Solution: Check if thereisa gnome entry. Also fix'acd' test on MS-Windows. (Ozaki Kiichi, closes #9282)Files: src/testdir/test_termcodes.vim, src/testdir/test_autochdir.vimPatch 8.2.3743Problem: ":sign" can adda highlight group withouta name.Solution: Give an error if the group nameis missing. (closes #9280)Files: src/sign.c, src/errors.h, src/testdir/test_signs.vimPatch 8.2.3744Problem:E854is not tested; some spelling suggestions are not tested.Solution: Adda couple of tests. (Dominique Pellé, closes #9279)Files: src/testdir/test_options.vim, src/testdir/test_spell.vimPatch 8.2.3745Problem: Autochdir test fails without the+channel feature.Solution: Remove thech_logfile() call. (Dominique Pellé, closes #9281)Files: src/testdir/test_autochdir.vimPatch 8.2.3746Problem: Cannot disassemble functionstarting with "debug" or "profile".Solution: Check for whitespace following. (closes #9273)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.3747 (after 8.2.3743)Problem: Cannot remove highlight from an existing sign. (James McCoy)Solution: Only reject empty argument fora new sign.Files: src/sign.c, src/testdir/test_signs.vimPatch 8.2.3748 (after 8.2.3747)Problem: Giving an error for an empty sign argument breaksa plugin.Solution: Do not give an error.Files: src/sign.c, src/errors.h, src/testdir/test_signs.vimPatch 8.2.3749Problem: Errormessages are everywhere.Solution: Move more errormessages to errors.h and adjust the names.Files: src/errors.h, src/regexp_bt.c, src/regexp.c, src/regexp_nfa.c, src/globals.h, src/memfile.c, src/tag.c, src/getchar.c, src/bufwrite.c, src/cmdexpand.cPatch 8.2.3750Problem: Errormessages are everywhere.Solution: Move more errormessages to errors.h and adjust the names.Files: src/globals.h, src/errors.h, src/blob.c, src/buffer.c, src/channel.c, src/ex_docmd.c, src/job.c, src/list.c, src/mark.c, src/misc1.c, src/os_unix.c, src/popupwin.c, src/register.c, src/session.c, src/spellfile.c, src/term.c, src/userfunc.cPatch 8.2.3751Problem: Cannot assignalambda to an option that takesa function.Solution: Automatically convert thelambda toa string. (Yegappan Lakshmanan, closes #9286)Files: runtime/doc/options.txt, src/eval.c, src/proto/eval.pro, src/evalvars.c, src/if_mzsch.c, src/if_ruby.c, src/if_tcl.c, src/option.c, src/option.h, src/optiondefs.h, src/proto/option.pro, src/spell.c, src/typval.c, src/vim9compile.c, src/testdir/test_iminsert.vim, src/testdir/test_ins_complete.vim, src/testdir/test_tagfunc.vimPatch 8.2.3752Problem: Build error when using Photon GUI.Solution: Adjust #ifdef. (closes #9288)Files: src/beval.cPatch 8.2.3753Problem: Vim9: function unreferenced while calledis never deleted.Solution: Deletea function when no longer referenced.Files: src/vim9execute.c, src/userfunc.c, src/proto/userfunc.proPatch 8.2.3754 (after 8.2.3615)Problem: Undesiredchanging of the indent of the first formatted line.Solution: Do not indent the first formatted line.Files: src/textformat.c, src/testdir/test_indent.vimPatch 8.2.3755Problem: Coverity warns for usinga buffer in another scope.Solution: Declare the buffer ina common scope.Files: src/evalvars.cPatch 8.2.3756Problem: might crash when callbackis not valid.Solution: Check for valid callback. (Yegappan Lakshmanan, closes #9293)Files: src/insexpand.c, src/option.c, src/tag.c, src/job.c, src/userfunc.c, src/testdir/test_iminsert.vim, src/testdir/test_ins_complete.vim, src/testdir/test_tagfunc.vimPatch 8.2.3757Problem: An overlong highlight group nameis silently truncated.Solution: Give an error if the nameis too long. (closes #9289)Files: src/errors.h, src/highlight.c, src/testdir/test_highlight.vimPatch 8.2.3758Problem: Options that takea function insufficiently tested.Solution: Add additional tests and enhance existing tests. (Yegappan Lakshmanan, closes #9298)Files: src/testdir/test_ins_complete.vim, src/testdir/test_normal.vim, src/testdir/test_tagfunc.vimPatch 8.2.3759Problem:Quickfix buffer becomes hidden while still ina window.Solution: Check if the closedwindowis the lastwindow showing thequickfix buffer. (Yegappan Lakshmanan, closes #9303, closes #9300)Files: src/quickfix.c, src/testdir/test_quickfix.vim, src/window.cPatch 8.2.3760Problem: Not automatically handling gnometerminal mouse like xterm.Solution: Default'ttymouse' to "xterm" and recognize Focus events. (issue #9296)Files: src/os_unix.cPatch 8.2.3761Problem: Focus changeis not passed on toaterminal window.Solution: If the currentwindowisaterminal and focus events are enabled senda focus eventescape sequence to the terminal.Files: src/ui.c, src/terminal.c, src/proto/terminal.pro, src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_focus_1.dump, src/testdir/dumps/Test_terminal_focus_2.dumpPatch 8.2.3762Problem: If thequickfix bufferis wiped outgetqflist() still returns its number.Solution: Use zero if the bufferis no longer present. (Yegappan Lakshmanan, closes #9306)Files: src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.3763Problem: When editing the command lineaFocusLost callback may cause the screen to scroll up.Solution: Do not redrawat the last line butat the same place where the command line was before. (closes #9295)Files: src/ex_getln.c, src/ui.c, src/beval.c, src/channel.c, src/drawscreen.c, src/proto/drawscreen.pro, src/job.c, src/popupwin.c, src/sound.c, src/terminal.c, src/time.c, src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_focus_1.dump, src/testdir/dumps/Test_terminal_focus_2.dump, src/testdir/dumps/Test_terminal_focus_3.dumpPatch 8.2.3764Problem: Cannot see any text whenwindow was made zero lines or zero columns.Solution: Ensure thereisat least one line and column. (fixes #9307)Files: src/window.c, src/proto/window.pro, src/normal.c, src/edit.c, src/testdir/test_window_cmd.vimPatch 8.2.3765Problem: Vim9: cannot usealambda for'opfunc' and others.Solution: Convert thelambda toa string.Files: src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3766Problem: Convertinga funcref toastring leaves out "g:", causing the meaning of the name depending on the context.Solution: Prepend "g:" fora global function.Files: src/eval.c, src/testdir/test_functions.vimPatch 8.2.3767 (after 8.2.3766)Problem: Crash when using NULL partial.Solution: Check for NULL.Files: src/eval.cPatch 8.2.3768Problem:timer_info() has the wrong repeat value inatimer callback. (Sergey Vlasov)Solution: Do not add one to the repeat value when in the callback. (closes #9294)Files: src/time.c, src/testdir/test_timers.vimPatch 8.2.3769Problem: Zig files are not recognized.Solution: Add *.zig. (Gregory Anders, closes #9313)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3770Problem: New compiler warnings from clang-12 and clang-13.Solution: Adjust CI and suppress some warnings. (Ozaki Kiichi, closes #9314)Files: .github/workflows/ci.yml, ci/config.mk.clang-12.sed, src/os_unix.c, src/spellfile.cPatch 8.2.3771Problem: Vim9: accessing freed memory when checking type.Solution: Makea copy ofa function type.Files: src/structs.h, src/evalvars.c, src/vim9script.c, src/testdir/test_vim9_func.vimPatch 8.2.3772Problem: Timer info test fails on slow machine.Solution: Use WaitForAssert().Files: src/testdir/test_timers.vimPatch 8.2.3773Problem: Wrongwindow size whenamodeline changes'columns' and thereis more than one tabpage. (Michael Soyka)Solution: Adjust the frames of all tabpages. (closes #9315)Files: src/window.cPatch 8.2.3774 (after 8.2.3773)Problem: Test for command line height fails.Solution: Use another way to handlewindow size change.Files: src/structs.h, src/window.cPatch 8.2.3775Problem: Vim9:lambda compiled without outer context when debugging.Solution: When compilingalambda for debugging also compileit without. (closes #9302)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.3776Problem: Whenatags file lineis longatag may not be found.Solution: When increasing the buffer size read the same line again.Files: src/tag.c, src/testdir/test_taglist.vimPatch 8.2.3777Problem: Spell file write error not checked.Solution: Checkwriting the prefix conditions. (Bjorn Linse, closes #9323)Files: src/spellfile.cPatch 8.2.3778Problem: Lambda debug test fails in some configurations.Solution: Check feature ina legacy function.Files: src/testdir/test_vim9_script.vimPatch 8.2.3779Problem: Using freed memory when defininga user command froma user command.Solution: Do not use the command pointer after executing the command. (closes #9318)Files: src/usercmd.c, src/testdir/test_usercommands.vimPatch 8.2.3780Problem: ":cd" works differently on MS-Windows.Solution: Add the'cdhome' option. (closes #9324)Files: runtime/doc/editing.txt, runtime/doc/options.txt, runtime/doc/quickref.txt, runtime/optwin.vim, src/ex_docmd.c, src/option.h, src/optiondefs.h, src/testdir/runtest.vim, src/testdir/test_options.vimPatch 8.2.3781Problem: The optionwindowscriptis outdated.Solution: Add several changes.Files: runtime/optwin.vimPatch 8.2.3782Problem: Vim9: no error ifa function shadowsascript variable.Solution: Check the function doesn't shadowa variable. (closes #9310)Files: src/userfunc.c, src/evalvars.c, src/vim.h, src/testdir/test_vim9_script.vimPatch 8.2.3783Problem: Confusing error for usinga variableasa function.Solution: Ifa functionis not found but thereisa variable, givea more useful error. (issue #9310)Files: src/eval.c, src/userfunc.c, src/proto/userfunc.pro, src/structs.h, src/vim9execute.c, src/testdir/test_functions.vim, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_func.vimPatch 8.2.3784Problem: Thehelp foroptionsis outdated.Solution: Include all the recent changes.Files: runtime/doc/options.txtPatch 8.2.3785Problem: Running CI on macOS with gccis not useful.Solution: Only use clang. (Ozaki Kiichi, closes #9326) Also build with normal features.Files: .github/workflows/ci.ymlPatch 8.2.3786Problem: Test fails because of usingVim9syntax in legacy function.Solution: Add "call".Files: src/testdir/test_functions.vimPatch 8.2.3787Problem: No properformatting ofaC line comment aftera statement.Solution: Find the start of the line comment,insert the comment leader and indent the comment properly.Files: src/change.c, src/proto/change.pro, src/search.c, src/proto/search.pro, src/cindent.c, src/edit.c, src/normal.c, src/textformat.c, src/testdir/test_textformat.vim, src/testdir/test_cindent.vimPatch 8.2.3788Problem: Lambda for option thatisa function may be garbage collected.Solution: Setareference in the funcref. (Yegappan Lakshmanan, closes #9330)Files: src/eval.c, src/evalbuffer.c, src/evalvars.c, src/gui_xim.c, src/insexpand.c, src/ops.c, src/proto/eval.pro, src/proto/gui_xim.pro, src/proto/insexpand.pro, src/proto/ops.pro, src/proto/tag.pro, src/quickfix.c, src/tag.c, src/testdir/test_iminsert.vim, src/testdir/test_ins_complete.vim, src/testdir/test_normal.vim, src/testdir/test_quickfix.vim, src/testdir/test_tagfunc.vimPatch 8.2.3789Problem: Test_window_minimal_size can fail ona slow machine.Solution: Do not rely ontimers firingat the expected time. (Ozaki Kiichi, closes #9335)Files: src/testdir/test_window_cmd.vimPatch 8.2.3790Problem: Test forterm_gettitle() fails in some environments.Solution: Make the digits after "VIM" optional. (Kenta Sato, closes #9334)Files: src/testdir/test_terminal2.vimPatch 8.2.3791Problem: Build error with+cindent but without +smartindent.Solution: Move declaration of "do_cindent". (John Marriott)Files: src/change.cPatch 8.2.3792Problem: Setting *funcoptions insufficiently tested.Solution: Improve tests. (Yegappan Lakshmanan, closes #9337)Files: src/testdir/test_iminsert.vim, src/testdir/test_ins_complete.vim, src/testdir/test_normal.vim, src/testdir/test_quickfix.vim, src/testdir/test_tagfunc.vimPatch 8.2.3793Problem: Using "g:Func"asa funcref does not work inscript context because "g:"is dropped.Solution: Keep "g:" in the name. Also add parenthesis to avoid confusingoperator precedence. (closes #9336)Files: src/evalvars.c, src/testdir/test_vim9_func.vimPatch 8.2.3794Problem: Vim9: cannot findscript-local func using "s:". (Yegappan Lakshmanan)Solution: Skip the "s:".Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.3795Problem: Too many #ifdefs.Solution: Graduate thejumplist feature.Files: runtime/doc/various.txt, runtime/doc/motion.txt, src/feature.h, src/buffer.c, src/change.c, src/evalfunc.c, src/ex_docmd.c, src/mark.c, src/normal.c, src/undo.c, src/version.c, src/viminfo.c, src/window.c, src/structs.h, src/testdir/test_changelist.vim, src/testdir/test_jumplist.vim, src/testdir/test_normal.vimPatch 8.2.3796Problem: The funcexe_T struct members are not named consistently.Solution: Prefix "fe_" to all the members.Files: src/structs.h, src/eval.c, src/list.c, src/regexp.c, src/terminal.c, src/userfunc.c, src/vim9execute.cPatch 8.2.3797Problem: No good reason to limit the messagehistory in the tiny version.Solution: Always use 200.Files: runtime/doc/message.txt, src/feature.hPatch 8.2.3798Problem:A:def callback function postpones an error message.Solution: Display the error after calling the function. (closes #9340)Files: src/userfunc.c, src/testdir/test_vim9_func.vim, src/testdir/dumps/Test_opfunc_error.dumpPatch 8.2.3799 (after 8.2.3798)Problem: Edit test hangs or fails.Solution: Do notrethrow an exception when inside try/catch.Files: src/userfunc.cPatch 8.2.3800Problem: When cross compiling the output of "uname" cannot be set. (Ben Reeves)Solution: Use cache variables. (closes #9338)Files: src/configure.ac, src/auto/configurePatch 8.2.3801Problem: Ifaterminal shows in two windows, only oneis redrawn.Solution: Reset the dirty row range only after redrawing all windows. (closes #9341)Files: src/terminal.c, src/proto/terminal.pro, src/drawscreen.c, src/testdir/test_terminal.vimPatch 8.2.3802Problem: Terminal in twowindows test fails on some systems.Solution: Waita bit between commands.Files: src/testdir/test_terminal.vimPatch 8.2.3803Problem: Crash when'writedelay'is set and usingaterminalwindow to executea shell command.Solution: Check that "tl_vterm" isn't NULL. (closes #9346)Files: src/terminal.cPatch 8.2.3804Problem: Script context not set whencopying'swf' and'ts'.Solution: Use COPY_OPT_SCTX with the right argument. (closes #9347)Files: src/option.cPatch 8.2.3805Problem: i3config files are not recognized.Solution: Add patterns to match i3config files. (Quentin Hibon, closes #7969)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3806Problem: Terminal focus test fails sometimes.Solution: Run the test function before others.Files: src/testdir/test_terminal.vimPatch 8.2.3807Problem: Vim9: can call import withstar directly.Solution: Check that the import used star.Files: src/userfunc.c, src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.3808Problem: Vim9: obsolete TODO itemsSolution: Remove the comments.Files: src/vim9execute.cPatch 8.2.3809Problem: Vim9: crash when garbage collectinga nested partial. (Virginia Senioria)Solution: Set references in all the funcstacks. (closes #9348)Files: src/vim9execute.c, src/proto/vim9execute.pro, src/structs.h, src/eval.c, src/testdir/test_vim9_func.vimPatch 8.2.3810Problem: Vim9:expr4 test fails on MS-Windows.Solution: Do not give an error fora missing function name when skipping.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.3811Problem: The opfunc error test fails ona slow machine.Solution: Use WaitForAssert().Files: src/testdir/test_vim9_func.vimPatch 8.2.3812Problem: Vim9: leaking memory in numbered function test.Solution: Skip "g:" when checking for numbered function. Clean up aftererrors properly.Files: src/userfunc.cPatch 8.2.3813Problem: confusing error when using:cc without error list. (Gary Johnson)Solution: Give the "noerrors" error.Files: src/ex_docmd.c, src/testdir/test_quickfix.vimPatch 8.2.3814Problem: .csx files and .sln files are not recognized.Solution: Addfiletype patterns. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3815Problem: Vim9: cannot havea multi-linedict insidea block.Solution: Do not split the commandata line break, handle NL charactersas white space.Files: src/ex_docmd.c, src/charset.c, src/proto/charset.pro, src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.3816Problem: Compiler warning for possible loss of data on MS-Windows.Solution: Add type cast. (Mike Williams, closes #9349)Files: src/userfunc.cPatch 8.2.3817 (after 8.2.3815)Problem: Vim9: Not using NLas commandend does not work for :autocmd.Solution: Only ignore NL for commands with anexpression argument.Files: src/ex_cmds.h, src/ex_docmd.c, src/testdir/test_usercommands.vimPatch 8.2.3818Problem: Cannotfilter or map characters ina string.Solution: Makefilter() andmap() work ona string. (Naruhiko Nishino, closes #9327)Files: runtime/doc/eval.txt, src/errors.h, src/list.c, src/testdir/test_filter_map.vimPatch 8.2.3819 (after 8.2.3818)Problem: Test fails because error message changed.Solution: Update screendumps.Files: src/testdir/dumps/Test_popupwin_three_errors_1.dump, src/testdir/dumps/Test_popupwin_three_errors_2.dumpPatch 8.2.3820Problem: "vrc" does not replace composing characters, while "rc" does.Solution: Check the byte length including composing characters. (closes #9351)Files: src/ops.c, src/testdir/test_visual.vimPatch 8.2.3821Problem: ASAN test run fails.Solution: Use asan_symbolize-13 instead of asan_symbolize-11.Files: .github/workflows/ci.ymlPatch 8.2.3822Problem: Leaking memory inmap() and filter(), cannot useastring argument inVim9 script.Solution: Fix the leak, adjust the argument check, also run the testsasVim9 script. (Yegappan Lakshmanan, closes #9354)Files: src/errors.h, src/evalfunc.c, src/list.c, src/proto/typval.pro, src/testdir/test_filter_map.vim, src/testdir/test_vim9_builtin.vim, src/typval.cPatch 8.2.3823Problem: Test for visual replaceis in wrong function.Solution: Moveit to another function.Files: src/testdir/test_visual.vimPatch 8.2.3824Problem: No ASAN support for MSVC.Solution: Add ASAN support and fixa couple of uncovered problems. (Yegappan Lakshmanan, closes #9357)Files: src/Make_mvc.mak, src/findfile.c, src/os_mswin.c, src/testdir/test_fnamemodify.vimPatch 8.2.3825Problem: Various comments could be improved.Solution: Improve the comments.Files: src/getchar.c, src/mbyte.c, src/regexp_nfa.c, src/testdir/test_edit.vim, src/gui_motif.cPatch 8.2.3826Problem: Vim9: using "g:Func"asa funcref does not work ina:def function.Solution: Include "g:" in the function name. (closes #9336)Files: src/vim9compile.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3827Problem: Huntr badge does not really fit in the list.Solution: Move the link to Huntr to the issue template.Files: Filelist, .github/ISSUE_TEMPLATE/bug_report.yml, README.mdPatch 8.2.3828Problem: when openingaterminal fromatimer the first typed characteris lost. (Virginia Senioria)Solution: When openingaterminal while waiting fora characterput K_IGNORE in the input buffer.Files: src/terminal.c, src/edit.c, src/testdir/test_terminal.vimPatch 8.2.3829Problem: No error when settinga func option toascript-local function.Solution: Give an error if the name starts with "s:". (closes #9358)Files: src/option.c, src/testdir/test_tagfunc.vim, src/testdir/dumps/Test_set_tagfunc_on_cmdline.dumpPatch 8.2.3830Problem: Errormessages are spread out.Solution: Move more errormessages to errors.h.Files: src/globals.h, src/errors.h, src/buffer.c, src/dict.c, src/diff.c, src/digraph.c, src/eval.c, src/evalfunc.c, src/evalvars.c, src/misc2.c, src/quickfix.c, src/typval.c, src/ui.c, src/userfunc.c, src/vim9compile.c, src/vim9execute.c, src/vim9type.c, src/window.cPatch 8.2.3831Problem: Opfunc test fails when missing feature changes function name. (Dominique Pellé)Solution: Check the relevant screen line instead of usinga screendump. (closes #9360)Files: src/testdir/test_vim9_func.vim, src/testdir/dumps/Test_opfunc_error.dumpPatch 8.2.3832 (after 8.2.3830)Problem: Test fails because of changed error message.Solution: Adjust the expected error message.Files: src/testdir/test_vimscript.vimPatch 8.2.3833Problem: Error fromterm_start() not caught by try/catch.Solution: save and restore did_emsg when applying autocommands. (Ozaki Kiichi, closes #9361)Files: src/autocmd.c, src/testdir/test_terminal3.vimPatch 8.2.3834Problem: Test_out_cb often fails on Mac.Solution: Increase the timeout with every retry.Files: src/testdir/test_channel.vimPatch 8.2.3835Problem: Theinline-function example does not work.Solution: Drop ":let". Add EX_EXPR_ARG to CMD_var. (issue #9352)Files: runtime/doc/vim9.txt, src/ex_cmds.h, src/testdir/test_vim9_expr.vimPatch 8.2.3836Problem: Vim9: comment afterexpression not skipped to find NL.Solution: After evaluating anexpression look fora newline aftera# comment.Files: src/eval.cPatch 8.2.3837Problem: QNX: crash when compiled withGUI but using terminal.Solution: Check gui.in_useis set. (Hirohito Higashi, closes #9363)Files: src/autocmd.cPatch 8.2.3838Problem: Cannot usescript-local function for setting *func options.Solution: Use thescript context. (Yegappan Lakshmanan, closes #9362)Files: src/option.c, src/testdir/dumps/Test_set_tagfunc_on_cmdline.dump, src/testdir/test_ins_complete.vim, src/testdir/test_normal.vim, src/testdir/test_quickfix.vim, src/testdir/test_tagfunc.vimPatch 8.2.3839Problem: Using \z() with \z1 not tested forsyntax highlighting.Solution: Adda test. (Dominique Pellé, closes #9365)Files: src/testdir/test_syntax.vimPatch 8.2.3840Problem: Useless test for negativeindex in check functions.Solution: Remove the test for negative index. (Naruhiko Nishino, closes #9364)Files: src/typval.cPatch 8.2.3841Problem: Vim9: outdated TODO items, disabled tests that work.Solution: Remove TODO items, run tests that work now. Check thatadict item isn't locked.Files: src/vim9execute.c, src/evalvars.c, src/errors.h, src/globals.h, src/testdir/test_listdict.vim, src/testdir/test_vim9_assign.vimPatch 8.2.3842Problem: Vim9: can change lockedlist andlist items.Solution: Check thatalist andlist item isn't locked.Files: src/vim9execute.c, src/testdir/test_listdict.vimPatch 8.2.3843Problem: Dep3patch files are not recognized.Solution: Recognize dep3patch files by their location and content. (James McCoy, closes #9367)Files: runtime/autoload/dist/ft.vim, runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3844Problem: Vim9: no type error if assigninga value with type func(number) toa variable of type func(string).Solution: Use check_type_maybe(): return MAYBE ifa runtime type checkis useful. (issue #8492)Files: src/vim9type.c, src/proto/vim9type.pro, src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.3845Problem: Vim9: test fails when thechannel featureis missing.Solution: Check for thechannel feature. (Dominique Pellé, closes #9368)Files: src/testdir/test_vim9_builtin.vimPatch 8.2.3846Problem: No error when usingcontrol character for'lcs' or'fcs'.Solution: Use char2cells() to check the width. (closes #9369)Files: src/screen.c, src/testdir/test_display.vim, src/testdir/test_listchars.vimPatch 8.2.3847Problem: Illegal memory access when usingalambda with an error.Solution: Avoid skipping over the NUL aftera string.Files: src/eval.c, src/testdir/test_lambda.vimPatch 8.2.3848Problem: Cannot usereduce() fora string.Solution: Makereduce() work witha string. (Naruhiko Nishino, closes #9366)Files: runtime/doc/eval.txt, src/errors.h, src/evalfunc.c, src/list.c, src/typval.c, src/proto/typval.pro, src/testdir/test_listdict.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.3849Problem: Functions implementing reduce and map are too long.Solution: Usea function for each type of value. Adda few more test cases and add to the help. (Yegappan Lakshmanan, closes #9370)Files: runtime/doc/eval.txt, src/list.c, src/testdir/test_listdict.vimPatch 8.2.3850Problem: Illegal memory access when displayinga partial.Solution: Terminate thestring witha NUL. (closes #9371)Files: src/eval.c, src/testdir/test_messages.vimPatch 8.2.3851Problem: Vim9: overhead when comparing string,dict or function.Solution: Call the intended compare function directly. Refactor to avoid duplicated code.Files: src/vim9execute.c, src/typval.c, src/proto/typval.proPatch 8.2.3852Problem: Vim9: not enough tests.Solution: Also run existing tests forVim9 script. Makeerrors more consistent.Files: src/testdir/test_listdict.vim, src/eval.c, src/vim9compile.c, src/errors.hPatch 8.2.3853Problem: Vim9: not enough tests.Solution: Run more existing tests forVim9 script.Files: src/testdir/test_listdict.vimPatch 8.2.3854Problem: Vim9: inconsistent arguments for test functions.Solution: When:def function andscript have different arguments usealist with two items instead ofa separate function.Files: src/testdir/vim9.vim, src/testdir/test_execute_func.vim, src/testdir/test_float_func.vim, src/testdir/test_functions.vim, src/testdir/test_glob2regpat.vim, src/testdir/test_listdict.vim, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.3855Problem: Illegal memory access when displayinga blob.Solution: Appenda NULat the end. (Yegappan Lakshmanan, closes #9372)Files: src/blob.c, src/regexp_nfa.c, src/testdir/test_blob.vim, src/testdir/test_messages.vimPatch 8.2.3856Problem: Vim9: not enough tests.Solution: Run moreexpression tests also with Vim9. Fix an uncovered problem.Files: src/vim9compile.c, src/testdir/test_expr.vim, src/testdir/vim9.vimPatch 8.2.3857Problem: Vim9: inconsistent error for using function().Solution: Usea runtime type check for the result of function(). (closes #8492)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3858Problem: Vim9: not enough tests.Solution: Add tests for :try/:catch and :redir. Add missing type check.Files: src/vim9compile.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_cmd.vimPatch 8.2.3859Problem: Vim9: some code lines not tested.Solution: Adda few specific tests.Files: src/vim9compile.c, src/testdir/test_vim9_cmd.vim, src/errors.h, src/testdir/test_vim9_script.vimPatch 8.2.3860Problem: Vim9: codecov struggles with the file size.Solution: Split vim9compile.c into four files.Files: src/vim9compile.c, src/proto/vim9compile.pro, src/vim9instr.c, src/proto/vim9instr.pro, src/vim9expr.c, src/proto/vim9expr.pro, src/vim9cmds.c, src/proto/vim9cmds.pro, src/vim9.h, src/vim9execute.c, src/vim9script.c, src/proto.h, src/Makefile, src/Make_ami.mak, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Make_vms.mmsPatch 8.2.3861Problem:List of distributed filesis outdated.Solution: Add new files.Files: FilelistPatch 8.2.3862Problem: Crash on exit with EXITFREE and using win_execute().Solution: Also save and restore tp_topframe. (issue #9374)Files: src/evalwindow.c, src/testdir/test_execute_func.vimPatch 8.2.3863 (after 8.2.3860)Problem: Various build flags accidentally enabled.Solution: Revert several lines in Makefile.Files: src/MakefilePatch 8.2.3864Problem: Cannot disable requesting key codes from xterm.Solution: Add the'xtermcodes' option, default on.Files: runtime/doc/options.txt, runtime/doc/term.txt, src/option.h, src/optiondefs.h, src/term.c, runtime/optwin.vimPatch 8.2.3865Problem: Vim9: compiler complains about using "try"asa struct member.Solution: Rename "try" to "tryref".Files: src/vim9.h, src/vim9cmds.c, src/vim9execute.c, src/vim9instr.cPatch 8.2.3866Problem: Vim9: type checking globalvariablesis inconsistent.Solution: Use the "unknown" type in more places.Files: src/globals.h, src/vim9expr.c, src/vim9instr.c, src/vim9cmds.c, src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.3867Problem: Implementation of somelistfunctions too complicated.Solution: Refactor do_sort_uniq(), f_count() andextend() (Yegappan Lakshmanan, closes #9378)Files: src/list.cPatch 8.2.3868 (after 8.2.3866)Problem: Vim9: function test fails.Solution: Add missing changes. Add test for earlier patch.Files: src/vim9type.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.3869Problem: Vim9: type checking for "any"is inconsistent.Solution: Always usea runtime type check for using "any" fora more specific type.Files: src/vim9type.c, src/vim9compile.c, src/vim9expr.c, src/testdir/test_vim9_func.vimPatch 8.2.3870Problem: MS-Windows: wrong working directory when opening two files with right-click context menu. (Gabriel Dupras)Solution: Use the working directory and passit on to the process creation. (Nir Lichtman, closes #9382, closes #8874)Files: src/GvimExt/gvimext.cpp, src/GvimExt/gvimext.hPatch 8.2.3871Problem: List.c contains code fordict and blob.Solution: Refactor toput code whereit belongs. (Yegappan Lakshmanan, closes #9386)Files: src/blob.c, src/dict.c, src/list.c, src/proto/blob.pro, src/proto/dict.pro, src/proto/list.pro, src/proto/strings.pro, src/strings.c, src/structs.h, src/testdir/test_filter_map.vim, src/testdir/test_listdict.vim, src/testdir/test_sort.vimPatch 8.2.3872Problem: Vim9:finddir() anduniq() return types can be more specific.Solution: Adjust the return type.Files: src/evalfunc.c, src/testdir/vim9.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.3873Problem: go.mod files are not recognized.Solution: Check for the file name. (closes #9380)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3874Problem: Cannot highlight the number column fora sign.Solution: Add the "numhl" argument. (James McCoy, closes #9381)Files: runtime/doc/options.txt, runtime/doc/sign.txt, src/drawline.c, src/popupwin.c, src/proto/sign.pro, src/sign.c, src/structs.h, src/testdir/test_signs.vimPatch 8.2.3875Problem: gcc complains about buffer overrun.Solution: Use mch_memmove() instead of STRCPY(). (John Marriott)Files: src/dict.cPatch 8.2.3876Problem:'cindent' does not recognize inline namespace.Solution: Skip over "inline" to find "namespace". (closes #9383)Files: src/cindent.c, src/testdir/test_cindent.vimPatch 8.2.3877Problem: Function does not abort aftera type error in compareSolution: Check getting number fails. (closes #9384)Files: src/typval.c, src/testdir/test_vim9_expr.vimPatch 8.2.3878Problem: Vim9: debugger tries to read more lines than there are.Solution: Check the number of lines. (closes #9394)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.3879Problem:getreg() andgetregtype() contain dead code.Solution: Remove the needless check. (closes #9392) Also refactor toput common code ina shared function.Files: src/evalfunc.cPatch 8.2.3880Problem: Solutionfilter files are not recognized.Solution: Addpattern *.slnf and use json. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3881Problem: QNX: crash when compiled withGUI but using terminal.Solution: Check the gui.in_use flag. (Hirohito Higashi, closes #9391)Files: src/main.cPatch 8.2.3882 (after 8.2.3879)Problem: More duplicated code in f_getreginfo().Solution: Also use getreg_get_regname(). (closes #9398)Files: src/evalfunc.cPatch 8.2.3883Problem: Crash when switching to otherregexp engine fails.Solution: Check for regprog being NULL.Files: src/ex_cmds.cPatch 8.2.3884Problem: Crash when clearing the argumentlist while using it.Solution: Lock the argumentlist for ":all".Files: src/arglist.c, src/testdir/test_arglist.vimPatch 8.2.3885Problem: Arglist test fails.Solution: Adjust for locking thearglist for ":all".Files: src/testdir/test_arglist.vimPatch 8.2.3886Problem: Can define autocmd for every event by using "au!".Solution: Check ifa commandis present also for "au!".Files: src/autocmd.c, src/testdir/test_autocmd.vim, src/testdir/test_arglist.vimPatch 8.2.3887Problem:E1135is used for two different errors.Solution: Renumber one error.Files: src/errors.h, src/testdir/test_mapping.vimPatch 8.2.3888Problem: The argumentlist may contain duplicates.Solution: Add the :argdedeupe command. (Nir Lichtman, closes #6235)Files: runtime/doc/editing.txt, runtime/doc/index.txt, src/arglist.c, src/ex_cmdidxs.h, src/ex_cmds.h, src/proto/arglist.pro, src/testdir/test_arglist.vimPatch 8.2.3889Problem: Duplicate code for translatingscript-local function name.Solution: Move the code to get_scriptlocal_funcname(). (Yegappan Lakshmanan, closes #9393)Files: src/evalfunc.c, src/evalvars.c, src/option.c, src/userfunc.c, src/proto/userfunc.pro, src/testdir/test_expr.vim, src/testdir/test_normal.vimPatch 8.2.3890Problem: Vim9: type check for usingv:variablesis basic.Solution: Specifya more precise type.Files: src/evalvars.c, src/proto/evalvars.pro, src/vim9instr.c, src/testdir/test_vim9_expr.vimPatch 8.2.3891Problem: Github CI: workflows may overlap.Solution: Cancel previous workflows whenstartinga new one. (Yegappan Lakshmanan, closes #9400)Files: .github/workflows/ci.yml, .github/workflows/codeql-analysis.ymlPatch 8.2.3892Problem: WhenmodifyOtherKeysis usedCTRL-Cis not recognized.Solution: Check foruppercaseCas well, fix minimum length.Files: src/ui.cPatch 8.2.3893Problem: Vim9: many localvariables are initialized with an instruction.Solution: Initialize localvariables to zero to avoid the instructions.Files: src/vim9execute.c, src/vim9compile.c, src/vim9instr.c, src/proto/vim9instr.pro, src/vim9cmds.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.3894Problem: Vim9: no proper type check for first argument of call().Solution: Add specific type check.Files: src/evalfunc.c, src/typval.c, src/proto/typval.pro, src/errors.h, src/testdir/test_vim9_builtin.vimPatch 8.2.3895Problem: Vim9: confusing error when usingfunction() witha number.Solution: Check fora function orstring argument.Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3896Problem: Vim9: no test for nested function not available later.Solution: Adda test.Files: src/testdir/test_vim9_func.vimPatch 8.2.3897Problem: Vim9: the second argument ofmap() andfilter()is not checkedat compile time.Solution: Add more specific type check for the second argument.Files: src/evalfunc.c, src/globals.h, src/list.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.3898Problem: Vim9: not sufficienttesting for variable initialization.Solution: Add another test case.Files: src/testdir/test_vim9_disassemble.vimPatch 8.2.3899 (after 8.2.3897)Problem: Vim9: test formap() onstring fails.Solution: Expectstring return type.Files: src/evalfunc.cPatch 8.2.3900Problem: Itis noteasy to useascript-local function for an option.Solution: recognize s: and<SID>at the start of the expression. (Yegappan Lakshmanan, closes #9401)Files: runtime/doc/diff.txt, runtime/doc/fold.txt, runtime/doc/options.txt, runtime/doc/print.txt, src/optionstr.c, src/testdir/test_diffmode.vim, src/testdir/test_edit.vim, src/testdir/test_fold.vim, src/testdir/test_gf.vim, src/testdir/test_gui.vim, src/testdir/test_hardcopy.vim, src/testdir/test_normal.vimPatch 8.2.3901Problem: Vim9: Cannot set'cpo' in main.vimrc if usingVim9 script.Solution: Do not restore'cpo'at theend of the main .vimrc.Files: runtime/doc/vim9.txt, runtime/doc/options.txt, src/scriptfile.c, src/structs.h, src/testdir/test_vim9_script.vimPatch 8.2.3902Problem: Vim9: double free with nested:def function.Solution: Pass "line_to_free" from compile_def_function() and make sure cmdlinepis valid.Files: src/vim9compile.c, src/userfunc.c, src/proto/userfunc.pro, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.3903Problem: "gM" does notcount tabsas expected.Solution: Use linetabsize() instead of mb_string2cells(). (closes #9409)Files: src/normal.c, src/testdir/test_normal.vimPatch 8.2.3904Problem: Vim9: skipexpression typeis not checkedat compile time.Solution: Add argument type checks.Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3905Problem: Dockerfile using prefix name not recognized.Solution: Recognize Dockerfile.*. (closes #9410)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3906Problem:Vim9help still contains "underdevelopment" warnings.Solution: Remove the explicit warning.Files: runtime/doc/vim9.txtPatch 8.2.3907Problem: Errormessages are spread out.Solution: Move errormessages to errors.h. Avoid duplicates.Files: src/userfunc.c, src/ex_cmds.c, src/viminfo.c, src/errors.h, src/testdir/test_user_func.vimPatch 8.2.3908Problem: Cannot useascript-local function for'foldtext'.Solution: Expand "s:" and "<SID>". (Yegappan Lakshmanan, closes #9411)Files: runtime/doc/fold.txt, src/optionstr.c, src/strings.c, src/testdir/test_blob.vim, src/testdir/test_expr.vim, src/testdir/test_filter_map.vim, src/testdir/test_fold.vim, src/testdir/test_listdict.vimPatch 8.2.3909Problem: Containerfile using prefix name not recognized.Solution: Recognize Containerfile.*.Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3910Problem: When the compare function ofsort() produces and error thensort() does not abort.Solution: Check if did_emsg was incremented.Files: src/list.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3911Problem: Vim9: type check forfilter() does not accept unknown.Solution: Also accept unknown for the return type. (closes #9413)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3912Problem: The ins_complete() functionis much too long.Solution: Splitit up into multiple functions. (Yegappan Lakshmanan, closes #9414)Files: src/insexpand.cPatch 8.2.3913Problem: Help for expressions does not mentionVim9 syntax.Solution: Add the rules forVim9 to theexpression help. Renamefunctions to match the help.Files: runtime/doc/vim9.txt, runtime/doc/eval.txt, src/vim9expr.cPatch 8.2.3914Problem: Various spelling mistakes in comments.Solution: Fix the mistakes. (Dominique Pellé, closes #9416)Files: src/alloc.c, src/blowfish.c, src/buffer.c, src/cindent.c, src/clipboard.c, src/diff.c, src/drawline.c, src/edit.c, src/ex_cmds.c, src/ex_docmd.c, src/findfile.c, src/fold.c, src/getchar.c, src/gui.c, src/gui_athena.c, src/gui_gtk.c, src/gui_motif.c, src/gui_photon.c, src/gui_w32.c, src/gui_xmebw.c, src/if_python.c, src/if_python3.c, src/if_xcmdsrv.c, src/main.c, src/memline.c, src/menu.c, src/message.c, src/misc1.c, src/move.c, src/option.c, src/os_amiga.c, src/os_mac.h, src/os_mac_conv.c, src/os_mswin.c, src/os_unix.c, src/os_win32.c, src/os_win32.h, src/quickfix.c, src/regexp_nfa.c, src/screen.c, src/scriptfile.c, src/spell.c, src/spellfile.c, src/spellsuggest.c, src/strings.c, src/term.c, src/terminal.c, src/testdir/test_debugger.vim, src/testdir/test_source.vim, src/textformat.c, src/userfunc.c, src/vim.h, src/vim9.h, src/vim9cmds.c, src/vim9execute.c, src/winclip.c, src/window.cPatch 8.2.3915Problem: illegal memory access when completing with invalid bytes.Solution: Avoid going over theend of the completion text.Files: src/insexpand.c, src/testdir/test_ins_complete.vimPatch 8.2.3916Problem: No error for passing an invalid line number to append().Solution: InVim9script check fora non-negative number. (closes #9417)Files: src/evalbuffer.c, src/textprop.c, src/errors.h, src/indent.c, src/eval.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3917Problem: Theeval.txthelp fileis way too big.Solution: Move the builtin function details toa separate file.Files: runtime/doc/eval.txt, runtime/doc/builtin.txt, runtime/doc/Makefile, runtime/doc/help.txt, runtime/doc/remote.txtPatch 8.2.3918 (after 8.2.3916)Problem: Functionlist test fails.Solution: Adjust the test for the new location of the function list.Files: src/testdir/test_function_lists.vimPatch 8.2.3919Problem: Vim9: wrong argument forappend() results in two errors.Solution: Check did_emsg. Also for setline(). Adjust thehelp for appendbufline().Files: runtime/doc/builtin.txt, src/evalbuffer.c, src/typval.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3920Problem: Restoring directory after using anotherwindowis inefficient.Solution: Only restore the directory for win_execute(). Apply'autochdir' only when needed.Files: src/evalwindow.c, src/testdir/test_autochdir.vimPatch 8.2.3921Problem: The way xdiffis usedis inefficient.Solution: Use hunk_func instead of the out_line callback. (Lewis Russell, closes #9344)Files: src/diff.cPatch 8.2.3922Problem: Cannot build with dynamicRuby 3.1.Solution: Add "_EXTRA"variables for CI. Add missing functions. (Ozaki Kiichi, closes #9420)Files: ci/config.mk.clang-12.sed, ci/config.mk.clang.sed, ci/config.mk.sed, src/Makefile, src/auto/configure, src/config.mk.in, src/configure.ac, src/if_ruby.c, src/vim.hPatch 8.2.3923Problem: Vim9: double free ifa nested function hasa line break in the argument list.Solution: Set cmdlinep when freeing the previous line.Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.3924Problem: Vim9: no error if something follows:enddef ina nested function.Solution: Give an error. Move common code toa function.Files: src/userfunc.c, src/vim9compile.c, src/errors.h, src/testdir/test_vim9_func.vimPatch 8.2.3925Problem: Diff mode confused by NUL bytes.Solution: Handle NUL bytes differently. (Christian Brabandt, closes #9421, closes #9418)Files: src/diff.c, src/testdir/test_diffmode.vim, src/testdir/dumps/Test_diff_bin_01.dump, src/testdir/dumps/Test_diff_bin_02.dump, src/testdir/dumps/Test_diff_bin_03.dump, src/testdir/dumps/Test_diff_bin_04.dumpPatch 8.2.3926 (after 8.2.3920)Problem: Build failure without the'autochdir' option. (John Marriott)Solution: Add #ifdefs.Files: src/evalwindow.cPatch 8.2.3927Problem: Vim9: double free when using lambda.Solution: Don't free both cmdline and line_to_free.Files: src/userfunc.cPatch 8.2.3928Problem: Heredoc test fails.Solution: Correct order of function arguments.Files: src/userfunc.cPatch 8.2.3929Problem: Using uninitialized variable.Solution: Set the option flags to zero foraterminal option.Files: src/option.cPatch 8.2.3930Problem:getcmdline() argument hasa misleading type.Solution: Use the correct type, even though the valueis not used.Files: src/ex_getln.c, src/proto/ex_getln.pro, src/ex_docmd.c, src/normal.c, src/register.c, src/userfunc.cPatch 8.2.3931Problem: Coverity reportsa memory leak.Solution: Free memory incase of failure.Files: src/diff.cPatch 8.2.3932Problem:C line comment not formatted properly.Solution: Ifa line comment follows after "#if" the next lineis not theend ofa paragraph.Files: src/textformat.c, src/testdir/test_textformat.vimPatch 8.2.3933Problem: After ":cd" fails ":cd-"is incorrect.Solution: Set the previous directory only after successfullychanging directory. (Richard Doty, closes #9419, closes #8983)Files: src/ex_docmd.c, src/testdir/test_cd.vimPatch 8.2.3934Problem: Repeating line commentis undesired for "O" command.Solution: Do not copy line comment leader for "O". (closes #9426)Files: src/change.c, src/testdir/test_textformat.vimPatch 8.2.3935Problem:CTRL-U inInsert mode does not fix the indent.Solution: Fix the indent when'cindent'is set.Files: src/edit.c, src/testdir/test_textformat.vimPatch 8.2.3936Problem: No proper test for maintaining changemark indiff mode.Solution: Run the test with internal and external diff. (Sean Dewar, closes #9424)Files: src/testdir/test_diffmode.vimPatch 8.2.3937Problem:Insert mode completion functionis too long.Solution: Refactor into multiple functions. (Yegappan Lakshmanan, closes #9423)Files: src/insexpand.c, src/testdir/test_ins_complete.vimPatch 8.2.3938Problem: Line comment startis also found ina string.Solution: Skip line comments ina string.Files: src/cindent.c, src/proto/cindent.pro, src/search.c, src/testdir/test_textformat.vimPatch 8.2.3939Problem: MS-Windows: fnamemodify('', ':p') does not work.Solution: Do not consider an emptystringa full path. (Yegappan Lakshmanan, closes #9428, closes #9427)Files: src/os_mswin.c, src/testdir/test_fnamemodify.vimPatch 8.2.3940Problem: Match highlight disappears when doing incsearch for ":s/pat".Solution: Only use line limit for incsearch highlighting. (closes #9425)Files: src/match.c, src/testdir/test_match.vim, src/testdir/dumps/Test_match_with_incsearch_1.dump, src/testdir/dumps/Test_match_with_incsearch_2.dumpPatch 8.2.3941Problem: SIGTSTPis not handled.Solution: Handle SIGTSTP like pressingCTRL-Z. (closes #9422)Files: runtime/doc/autocmd.txt, src/ex_docmd.c, src/os_unix.c, src/proto/ex_docmd.pro, src/testdir/test_signals.vimPatch 8.2.3942Problem: Coverity reportsa possible memory leak.Solution: Free the array if allocation fails.Files: src/insexpand.cPatch 8.2.3943Problem: Compiler warning from gcc for uninitialized variable.Solution: Initialize variable. (closes #9429)Files: src/diff.cPatch 8.2.3944Problem:Insert mode completionfunctions are too long.Solution: Split up into multiple functions. (Yegappan Lakshmanan, closes #9431)Files: src/insexpand.c, src/testdir/test_ins_complete.vimPatch 8.2.3945Problem: Vim9:partial variable argument types are wrong, leading toa crash.Solution: When adjusting the argumentcount also adjust the argument types. (closes #9433)Files: src/vim9type.c, src/userfunc.c, src/testdir/test_vim9_assign.vimPatch 8.2.3946Problem: When an internal error makes Vim exit the erroris not seen.Solution: Add the error to the test output.Files: src/message.c, src/testdir/runtest.vimPatch 8.2.3947Problem: Unnecessary check for NULL pointer.Solution: Remove the check. (closes #9434)Files: src/ex_docmd.cPatch 8.2.3948Problem: Vim9: failure withpartial with unknown argument count.Solution: Do not copy argument types if there aren't any.Files: src/vim9type.cPatch 8.2.3949Problem: Using freed memory with /\%V.Solution: Get the line again after getvvcol().Files: src/regexp.c, src/testdir/test_regexp_latin.vimPatch 8.2.3950Problem: Going beyond theend of the line with /\%V.Solution: Check for valid column in getvcol().Files: src/charset.c, src/testdir/test_regexp_latin.vimPatch 8.2.3951Problem: Vim9: memory leak when text aftera nested function.Solution: Free the function if textis found after "enddef".Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.3952Problem: First line not redrawn when adding lines to an empty buffer.Solution: Adjust the argument to appended_lines(). (closes #9439, closes #9438)Files: src/ex_cmds.c, src/testdir/test_excmd.vimPatch 8.2.3953Problem:Insert completion codeis too complicated.Solution: More refactoring. Move function arguments intoa struct. (Yegappan Lakshmanan, closes #9437)Files: src/insexpand.cPatch 8.2.3954Problem: Vim9: no error for shadowing ifscript varis declared later.Solution: Check argument names when compilinga function.Files: src/vim9compile.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_assign.vimPatch 8.2.3955Problem: Errormessages are spread out.Solution: Move moreerrors to errors.h.Files: src/errors.h, src/globals.h, src/debugger.c, src/ex_cmds.c, src/help.c, src/sign.c, src/spellfile.cPatch 8.2.3956Problem: Duplicate assignment.Solution: Remove the second assignment. (closes #9442)Files: src/evalfunc.cPatch 8.2.3957Problem: Errormessages are spread out.Solution: Move moreerrors to errors.h.Files: src/errors.h, src/globals.h, src/arglist.c, src/bufwrite.c, src/evalvars.c, src/ex_cmds2.c, src/ex_docmd.c, src/ex_eval.c, src/help.c, src/scriptfile.c, src/usercmd.c, src/userfunc.c, src/vim9cmds.c, src/vim9compile.cPatch 8.2.3958Problem: Build failure compiling xxd with "-std=c2x".Solution: define _XOPEN_SOURCE. (Yegappan Lakshmanan, closes #9444)Files: src/xxd/xxd.cPatch 8.2.3959Problem: Errormessages are spread out.Solution: Move moreerrors to errors.h.Files: src/errors.h, src/autocmd.c, src/bufwrite.c, src/evalvars.c, src/ex_docmd.c, src/ex_eval.c, src/ex_getln.c, src/fileio.c, src/getchar.c, src/gui.c, src/locale.c, src/map.cPatch 8.2.3960Problem: Errormessages are spread out.Solution: Move moreerrors to errors.h.Files: src/errors.h, src/alloc.c, src/arglist.c, src/autocmd.c, src/blob.c, src/blowfish.c, src/buffer.c, src/bufwrite.cPatch 8.2.3961Problem: Errormessages are spread out.Solution: Move moreerrors to errors.h.Files: src/errors.h, src/globals.h, src/arglist.c, src/autocmd.c, src/blob.c, src/bufwrite.c, src/channel.c, src/clipboard.c, src/cmdexpand.c, src/debugger.c, src/dict.c, src/eval.c, src/evalfunc.c, src/evalvars.c, src/evalwindow.c, src/ex_cmds.c, src/ex_docmd.c, src/ex_eval.c, src/ex_getln.c, src/fileio.c, src/filepath.c, src/gui_gtk_x11.c, src/gui_haiku.cc, src/gui_photon.c, src/gui_w32.c, src/gui_x11.c, src/highlight.c, src/indent.c, src/insexpand.c, src/job.c, src/json.c, src/list.c, src/map.c, src/mark.c, src/match.c, src/mbyte.c, src/menu.c, src/message.c, src/misc2.c, src/ops.c, src/option.c, src/optionstr.c, src/popupwin.c, src/quickfix.c, src/screen.c, src/scriptfile.c, src/search.c, src/sign.c, src/spell.c, src/spellfile.c, src/strings.c, src/syntax.c, src/terminal.c, src/testing.c, src/textprop.c, src/time.c, src/userfunc.c, src/vim9cmds.c, src/vim9execute.c, src/vim9script.c, src/window.cPatch 8.2.3962 (after 8.2.3961)Problem: Build fails for missing error message.Solution: Add changes in missed file.Files: src/regexp_bt.cPatch 8.2.3963Problem: Build failure with tiny and small features. (Tony Mechelynck)Solution: Adjust #ifdefs.Files: src/errors.h, src/message.cPatch 8.2.3964Problem: Some common lisp and scheme files not recognized.Solution: Recognize *.asdas lisp and *.sldas scheme. (Alex Vear, closes #9447)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3965Problem: Vim9: noeasy way to check ifVim9scriptis supported.Solution: Add has('vim9script').Files: runtime/doc/vim9.txt, src/evalfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.3966Problem: When usingfeedkeys()abbreviations may be blocked.Solution: Reset tb_no_abbr_cnt when running out of characters. (closes #9448)Files: src/getchar.c, src/testdir/test_feedkeys.vimPatch 8.2.3967Problem: Errormessages are spread out.Solution: Move moreerrors to errors.h.Files: src/errors.h, src/globals.h, src/feature.h, src/arglist.c, src/autocmd.c, src/blob.c, src/bufwrite.c, src/channel.c, src/cmdexpand.c, src/dict.c, src/diff.c, src/eval.c, src/evalfunc.c, src/evalvars.c, src/ex_cmds.c, src/ex_docmd.c, src/fileio.c, src/filepath.c, src/getchar.c, src/gui_gtk_x11.c, src/gui_x11.c, src/hardcopy.c, src/help.c, src/highlight.c, src/if_cscope.c, src/if_lua.c, src/if_mzsch.c, src/if_perl.xs, src/if_python.c, src/if_python3.c, src/if_ruby.c, src/if_tcl.c, src/if_xcmdsrv.c, src/indent.c, src/insexpand.c, src/job.c, src/list.c, src/main.c, src/map.c, src/match.c, src/mbyte.c, src/message.c, src/misc1.c, src/option.c, src/optionstr.c, src/os_mswin.c, src/os_unix.c, src/os_win32.c, src/popupwin.c, src/profiler.c, src/quickfix.c, src/scriptfile.c, src/search.c, src/session.c, src/sign.c, src/spell.c, src/spellfile.c, src/spellsuggest.c, src/syntax.c, src/tag.c, src/terminal.c, src/testing.c, src/textprop.c, src/typval.c, src/userfunc.c, src/vim9execute.c, src/vim9expr.c, src/vim9instr.c, src/vim9script.cPatch 8.2.3968Problem: Build failure.Solution: Add missing changes.Files: src/strings.c, src/vim9compile.cPatch 8.2.3969Problem: Value of MAXCOL not available in Vim script.Solution: Add v:maxcol. (Naohiro Ono, closes #9451)Files: runtime/doc/builtin.txt, runtime/doc/eval.txt, src/evalvars.c, src/testdir/test_cursor_func.vim, src/testdir/test_normal.vim, src/testdir/test_put.vim, src/vim.hPatch 8.2.3970Problem: Errormessages are spread out.Solution: Move moreerrors to errors.h.Files: src/errors.h, src/globals.h, src/buffer.c, src/bufwrite.c, src/clientserver.c, src/cmdhist.c, src/dict.c, src/edit.c, src/eval.c, src/evalfunc.c, src/evalvars.c, src/ex_cmds.c, src/ex_docmd.c, src/ex_eval.c, src/ex_getln.c, src/gui_w32.c, src/gui_x11.c, src/if_xcmdsrv.c, src/insexpand.c, src/json.c, src/match.c, src/menu.c, src/option.c, src/optionstr.c, src/os_mswin.c, src/quickfix.c, src/regexp_bt.c, src/regexp_nfa.c, src/scriptfile.c, src/sign.c, src/spellfile.c, src/undo.c, src/userfunc.c, src/vim9cmds.c, src/vim9compile.c, src/vim9execute.c, src/vim9expr.c, src/window.cPatch 8.2.3971Problem: Build fails.Solution: Use the right error message name.Files: src/typval.cPatch 8.2.3972Problem: Errormessages are spread out.Solution: Move the lasterrors from globals.h to errors.h.Files: src/errors.h, src/globals.h, src/eval.c, src/evalfunc.c, src/evalvars.c, src/evalwindow.c, src/ex_eval.c, src/list.c, src/match.c, src/menu.c, src/popupmenu.c, src/search.c, src/vim9cmds.c, src/vim9expr.cPatch 8.2.3973Problem: Tiny build fails.Solution: Adjust #ifdefsFiles: src/errors.hPatch 8.2.3974Problem: Vim9: LISTAPPEND instruction does not check fora locked list.Solution: Check whether thelistis locked. (closes #9452)Files: src/vim9execute.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3975Problem: Errormessages are spread out.Solution: Move more errormessages to errors.h.Files: src/errors.h, src/clientserver.c, src/fileio.c, src/gui.c, src/gui_beval.c, src/gui_w32.c, src/gui_x11.c, src/if_cscope.c, src/if_xcmdsrv.c, src/os_mswin.c, src/sign.c, src/viminfo.c, src/window.cPatch 8.2.3976Problem: FEARG_LASTis never used. (Dominique Pellé)Solution: Remove FEARG_LAST and the related code.Files: src/evalfunc.cPatch 8.2.3977Problem: Errormessages are spread out.Solution: Move more errormessages to errors.h.Files: src/errors.h, src/change.c, src/clientserver.c, src/eval.c, src/gui_xim.c, src/if_cscope.c, src/if_py_both.h, src/if_python.c, src/if_python3.c, src/if_ruby.c, src/if_tcl.c, src/main.c, src/mark.c, src/match.c, src/memfile.c, src/memline.c, src/terminal.c, src/textprop.c, src/userfunc.cPatch 8.2.3978Problem: Build error when using dynamically loadedPython 3.Solution: Adjust #ifdef.Files: src/errors.hPatch 8.2.3979Problem: Vim9: the featureis not mentioned in the right places.Solution: Add+vim9script to thehelp and:version output.Files: runtime/doc/builtin.txt, runtime/doc/various.txt, src/version.cPatch 8.2.3980Problem: If'operatorfunc' invokes anoperator the rememberedVisual mode may be changed. (Naohiro Ono)Solution: Save and restore the information for redoing theVisual area. (closes #9455)Files: src/ops.c, src/testdir/test_normal.vimPatch 8.2.3981Problem: Vim9: debugginga for loop doesn't stop beforeit starts.Solution: Keep the DEBUG instruction before theexpressionis evaluated. (closes #9456)Files: src/vim9cmds.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.3982Problem: Some lines of code not covered by tests.Solution: Adda few more test cases. (Dominique Pellé, closes #9453)Files: src/testdir/test_filter_map.vim, src/testdir/test_highlight.vim, src/testdir/test_regexp_latin.vim, src/testdir/test_search.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.3983Problem: Errormessages are spread out.Solution: Move more errormessages to errors.h.Files: src/errors.h, src/ex_docmd.c, src/fileio.c, src/filepath.c, src/findfile.c, src/hardcopy.c, src/memfile.c, src/memline.c, src/menu.c, src/normal.c, src/regexp_bt.cPatch 8.2.3984 (after 8.2.3981)Problem: Debugger test fails.Solution: Adjust the test for modified debugging ofa for loop.Files: src/testdir/test_debugger.vimPatch 8.2.3985Problem: Errormessages are spread out.Solution: Move more errormessages to errors.h.Files: src/errors.h, src/findfile.c, src/fold.c, src/hardcopy.c, src/highlight.c, src/map.c, src/message.c, src/normal.c, src/option.c, src/os_amiga.c, src/os_unix.c, src/os_win32.c, src/quickfix.c, src/regexp.c, src/register.c, src/search.c, src/syntax.c, src/tag.c, src/term.c, src/typval.c, src/undo.c, src/window.cPatch 8.2.3986Problem: Errormessages are spread out.Solution: Move more errormessages to errors.h.Files: src/errors.h, src/evalvars.c, src/ex_cmds.c, src/ex_docmd.c, src/fileio.c, src/fold.c, src/gui_x11.c, src/hardcopy.c, src/help.c, src/highlight.c, src/if_cscope.c, src/json.c, src/map.c, src/netbeans.c, src/popupwin.c, src/usercmd.c, src/userfunc.cPatch 8.2.3987Problem: Errormessages are spread out.Solution: Move more errormessages to errors.h.Files: src/errors.h, src/digraph.c, src/ex_eval.c, src/gui.c, src/hardcopy.c, src/if_cscope.c, src/if_tcl.c, src/if_xcmdsrv.c, src/mbyte.c, src/misc2.c, src/netbeans.c, src/option.c, src/optionstr.c, src/quickfix.c, src/regexp.c, src/tag.c, src/term.c, src/viminfo.cPatch 8.2.3988 (after 8.2.3987)Problem: Tiny build fails.Solution: Fix misplaced #ifdef.Files: src/errors.hPatch 8.2.3989Problem: Someinsert completion codeis not tested.Solution: Adda few tests. Refactor thesaurus completion. (Yegappan Lakshmanan, closes #9460)Files: src/insexpand.c, src/testdir/test_edit.vim, src/testdir/test_ins_complete.vimPatch 8.2.3990Problem: Testing wrong operator.Solution: Test "g@" instead of "r_". (Naohiro Ono, closes #9463)Files: src/testdir/test_normal.vimPatch 8.2.3991Problem: Vim9: error when extending dict<any> with another type thatit was initialized with.Solution: Also set the type for dict<any> if the initializer hasa more specific type. (closes #9461)Files: src/vim9compile.c, src/vim9type.c, src/vim9.h, src/eval.c, src/list.c, src/vim9script.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_func.vimPatch 8.2.3992Problem: Wronglocal-additions in thehelp with language mix.Solution: Adjust how the local additionslistis generated. (Hirohito Higashi, closes #9464)Files: src/help.c, src/testdir/test_help.vimPatch 8.2.3993Problem: Whenrecordinga change inSelect mode the first typed character appears twice.Solution: When putting the character back into typeahead removeit from recorded characters. (closes #9462)Files: src/getchar.c, src/proto/getchar.pro, src/normal.c, src/testdir/test_registers.vimPatch 8.2.3994Problem: Vim9:extend() complains about the type even whenit was not declared.Solution: Only check thelist ordict type whenit was declared.Files: src/list.c, src/testdir/test_vim9_builtin.vimPatch 8.2.3995Problem: Not all sshconfig files are detectedas such.Solution: Adjust the patterns used for sshconfig detection. (David Auer, closes #9322)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.3996Problem: Vim9: type checking forlist anddict lacks information about declared type.Solution: Add dv_decl_type and lv_decl_type. Refactor the type stack to store two types in each entry.Files: src/structs.h, src/dict.c, src/list.c, src/vim9type.c, src/proto/vim9type.pro, src/vim9instr.c, src/proto/vim9instr.pro, src/vim9compile.c, src/evalfunc.c, src/proto/evalfunc.pro, src/evalbuffer.c, src/proto/evalbuffer.pro, src/vim9expr.c, src/vim9cmds.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.3997Problem: Vim9: not enoughtesting forextend() and map().Solution: Add more test cases. Fix uncovered problems. Remove unused type fields.Files: src/structs.h, src/dict.c, src/list.c, src/vim9compile.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.3998Problem: Asan error for adding zero to NULL.Solution: Do not compute pointer if there are no entries.Files: src/vim9type.cPatch 8.2.3999Problem: Redundant check for NUL byte.Solution: Remove the check fora NUL byte. (closes #9471)Files: src/ex_docmd.cPatch 8.2.4000Problem: Coverity warns for checking for NULL pointer after using it.Solution: Remove check for NULL.Files: src/help.cPatch 8.2.4001Problem:Insert complete code uses global variables.Solution: Makevariables local to the file and use accessor functions. (Yegappan Lakshmanan, closes #9470)Files: src/edit.c, src/getchar.c, src/globals.h, src/insexpand.c, src/proto/insexpand.pro, src/search.cPatch 8.2.4002Problem: First char typed inSelect mode can be wrong.Solution: Escape special bytes in the input buffer. (closes #9469)Files: src/getchar.c, src/testdir/test_utf8.vimPatch 8.2.4003Problem: Errormessages are spread out.Solution: Move more errormessages to errors.h.Files: src/errors.h, src/channel.c, src/ex_docmd.c, src/ex_eval.c, src/gui_at_fs.c, src/hardcopy.c, src/if_cscope.c, src/menu.c, src/netbeans.c, src/optionstr.c, src/os_mswin.c, src/sign.c, src/typval.cPatch 8.2.4004Problem: Old compiler complains about struct init with variable.Solution: Set the struct member later. (John Marriott)Files: src/evalfunc.cPatch 8.2.4005Problem: Errormessages are spread out.Solution: Move more errormessages to errors.h.Files: src/errors.h, src/dict.c, src/eval.c, src/evalfunc.c, src/evalvars.c, src/ex_cmds2.c, src/ex_docmd.c, src/ex_eval.c, src/filepath.c, src/gui.c, src/gui_w32.c, src/hardcopy.c, src/help.c, src/highlight.c, src/if_python.c, src/list.c, src/misc1.c, src/normal.c, src/quickfix.c, src/regexp.c, src/regexp_bt.c, src/regexp_nfa.c, src/typval.c, src/userfunc.cPatch 8.2.4006Problem: Vim9: crash when declaring variable on the command line.Solution: Usea temporary type list. (closes #9474)Files: src/eval.c, src/testdir/test_vim9_assign.vimPatch 8.2.4007Problem:Session does not restorehelp buffer properly when "options'is missing from'sessionoptions'.Solution: Usea ":help" command to create thehelp window. (closes #9475, closes #9458, closes #9472)Files: src/session.c, src/testdir/test_mksession.vimPatch 8.2.4008Problem: Errormessages are spread out.Solution: Move more errormessages to errors.h.Files: src/errors.h, src/diff.c, src/digraph.c, src/evalfunc.c, src/evalvars.c, src/ex_cmds.c, src/ex_docmd.c, src/ex_getln.c, src/insexpand.c, src/match.c, src/memline.c, src/menu.c, src/ops.c, src/profiler.c, src/quickfix.c, src/regexp.c, src/regexp_bt.c, src/regexp_nfa.c, src/register.c, src/spell.c, src/spell.h, src/spellfile.c, src/strings.c, src/syntax.c, src/typval.c, src/undo.c, src/userfunc.cPatch 8.2.4009Problem: Reading one byte beyond theend of the line.Solution: Check for NUL byte first.Files: src/vim9compile.c, src/ex_docmd.c, src/testdir/test_vim9_func.vimPatch 8.2.4010Problem: Errormessages are spread out.Solution: Move more errormessages to errors.h.Files: src/errors.h, src/crypt.c, src/diff.c, src/ex_docmd.c, src/ex_getln.c, src/fileio.c, src/findfile.c, src/float.c, src/gui.c, src/highlight.c, src/if_mzsch.c, src/if_py_both.h, src/if_python.c, src/if_python3.c, src/insexpand.c, src/match.c, src/memline.c, src/option.c, src/popupwin.c, src/regexp.c, src/regexp_nfa.c, src/spellfile.c, src/strings.c, src/syntax.c, src/textprop.c, src/typval.c, src/undo.c, src/usercmd.c, src/userfunc.c, src/window.cPatch 8.2.4011Problem: Test fails because of changed error number.Solution: Restore old duplicate error message.Files: src/errors.h, src/match.cPatch 8.2.4012Problem: Errormessages are spread out.Solution: Move the last errormessages to errors.h.Files: src/errors.h, src/channel.c, src/clientserver.c, src/diff.c, src/evalfunc.c, src/evalvars.c, src/ex_cmds2.c, src/ex_docmd.c, src/gui_w32.c, src/help.c, src/if_mzsch.c, src/if_py_both.h, src/if_python.c, src/job.c, src/json.c, src/list.c, src/option.c, src/optionstr.c, src/quickfix.c, src/regexp.c, src/regexp_nfa.c, src/register.c, src/scriptfile.c, src/sign.c, src/syntax.c, src/tag.c, src/terminal.c, src/textprop.c, src/typval.c, src/undo.c, src/userfunc.c, src/vim9compile.c, src/viminfo.cPatch 8.2.4013Problem: Build failure without thespell feature.Solution: Adjust #ifdefs.Files: src/errors.hPatch 8.2.4014Problem: Git and gitcommit file types not properly recognized.Solution: Adjustfiletype detection. (Tim Pope, closes #9477)Files: runtime/filetype.vim, runtime/scripts.vim, src/testdir/test_filetype.vimPatch 8.2.4015Problem: Build failure with tiny features. (Tony Mechelynck)Solution: Adjust #ifdefs.Files: src/errors.hPatch 8.2.4016Problem: Vim9: incorrect error for argument thatis shadowing var.Solution: Ignore variable thatis not in block where the function was defined.Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.4017Problem: Gcc warns for misleading indent in Athena menu code.Solution: Add curlies around the two statements. (Dominique Pellé, closes #9480)Files: src/gui_athena.cPatch 8.2.4018Problem: ml_get error when win_execute redraws withVisual selection.Solution: DisableVisual area temporarily. (closes #9479)Files: src/evalwindow.c, src/proto/evalwindow.pro, src/structs.h, src/evalbuffer.c, src/proto/evalbuffer.pro, src/evalvars.c, src/if_py_both.h, src/evalfunc.c, src/testdir/test_execute_func.vimPatch 8.2.4019Problem: Vim9: import mechanismis too complicated.Solution: Do not use the Javascript mechanism buta much simpler one.Files: runtime/doc/vim9.txt, src/vim9script.c, src/proto/vim9script.pro, src/errors.h, src/structs.h, src/eval.c, src/proto/eval.pro, src/evalvars.c, src/proto/evalvars.pro, src/userfunc.c, src/vim9expr.c, src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_script.vimPatch 8.2.4020 (after 8.2.4019)Problem: Debugger test fails.Solution: Fix import statement.Files: src/testdir/test_debugger.vimPatch 8.2.4021 (after 8.2.4019)Problem: Missing part of the:import changes.Solution: Add changes in vim9cmds.c.Files: src/vim9cmds.cPatch 8.2.4022Problem: Two errormessages in the wrong file.Solution: Use the error message from errors.h.Files: src/popupwin.c, src/usercmd.cPatch 8.2.4023Problem: Using uninitialized variable.Solution: Initialize "ufunc" also when an itemis not exported.Files: src/vim9script.cPatch 8.2.4024Problem: Confusing error message if imported nameis used directly.Solution: Givea better error message.Files: src/eval.c, src/proto/eval.pro, src/evalvars.c, src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.4025Problem: Error for import not ending in .vim does not work for .vimrc.Solution: Check that .vimis the end. (closes #9484)Files: src/vim9script.c, src/errors.h, src/testdir/test_vim9_script.vimPatch 8.2.4026Problem: ml_get error with specificwin_execute() command. (Sean Dewar)Solution: Check cursor andVisual area are OK.Files: src/evalwindow.c, src/testdir/test_execute_func.vimPatch 8.2.4027Problem: Import test fails on MS-Windows.Solution: Usea different directory name.Files: src/testdir/test_vim9_script.vimPatch 8.2.4028Problem: ml_get error with:doautoall andVisual area. (Sean Dewar)Solution: DisableVisual mode while executing autocommands.Files: src/structs.h, src/autocmd.c, src/testdir/test_autocmd.vimPatch 8.2.4029Problem: DebuggingNFAregexp my crash, cached indent may be wrong.Solution: Fix some debug warnings in theNFAregexp code. Make sure log_fdis set when used. Fix breakindent and indent caching. (Christian Brabandt, closes #9482)Files: src/indent.c, src/optionstr.c, src/regexp_nfa.cPatch 8.2.4030Problem:Ascript local funcrefis not found froma mapping.Solution: When looking fora function, also findascript-local funcref. (closes #9485)Files: src/evalvars.c, src/proto/evalvars.pro, src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.4031Problem: Crash in xterm with only two lines. (Dominique Pellé)Solution: Only perform xterm compatibility test if possible. (closes #9488)Files: src/term.c, src/testdir/test_startup.vimPatch 8.2.4032Problem: ATTRIBUTE_NORETURNis not needed.Solution: Use NORETURN(). (Ozaki Kiichi, closes #9487)Files: src/if_ruby.c, src/vim.hPatch 8.2.4033Problem: Runningfiletype tests leaves directory behind.Solution: Delete the top directory. (closes #9483)Files: src/testdir/test_filetype.vimPatch 8.2.4034Problem: Coverity warns for possibly usinga NULL pointer.Solution: Check v_partialis not NULL.Files: src/vim9type.cPatch 8.2.4035Problem: Timer triggeredat the debug prompt may cause trouble.Solution: Do not trigger anytimerat the debug prompt. (closes #9481)Files: src/time.cPatch 8.2.4036Problem: Vim9:script test fileis getting too long.Solution: Split the import/export functionality toa separate file.Files: src/testdir/test_vim9_script.vim, src/testdir/test_vim9_import.vim, src/testdir/Make_all.makPatch 8.2.4037Problem:Insert mode completionis insufficiently tested.Solution: Add more tests. Fix uncovered memory leak. (Yegappan Lakshmanan, closes #9489)Files: src/insexpand.c, src/testdir/test_ins_complete.vimPatch 8.2.4038Problem: Various code not used when features are disabled.Solution: Add #ifdefs. (Dominique Pellé, closes #9491)Files: src/alloc.c, src/buffer.c, src/charset.c, src/clipboard.c, src/cmdhist.c, src/crypt.c, src/edit.c, src/eval.c, src/evalbuffer.c, src/evalfunc.c, src/ex_docmd.c, src/globals.h, src/gui_xim.c, src/hashtab.c, src/highlight.c, src/insexpand.c, src/main.c, src/mark.c, src/message.c, src/misc1.c, src/misc2.c, src/ops.c, src/option.c, src/option.h, src/optionstr.c, src/register.c, src/scriptfile.c, src/tag.c, src/term.c, src/typval.c, src/usercmd.c, src/userfunc.c, src/vim9script.c, src/vim9type.cPatch 8.2.4039Problem: The xdiff libraryis linked in even when not used.Solution: Use configure to decide whether xdiffobject files are included.Files: src/Makefile, src/config.mk.in, src/configure.ac, src/auto/configure, src/feature.hPatch 8.2.4040Problem: Keeping track of allocated lines in userfunctionsis too complicated.Solution: Instead of freeing individual lines keep them all until the end.Files: src/alloc.c, src/proto/alloc.pro, src/vim9compile.c, src/userfunc.c, src/proto/userfunc.pro, src/message.c, src/usercmd.c, src/viminfo.c, src/testdir/test_vim9_func.vimPatch 8.2.4041Problem: Using uninitialized pointer.Solution: Store "ht" when variableis in another script.Files: src/evalvars.cPatch 8.2.4042Problem: Vim9: build error.Solution: Use grow array instead of character pointer.Files: src/vim9execute.cPatch 8.2.4043Problem: Using int for second argument of ga_init2().Solution: Remove unnecessary type cast (int) when using sizeof().Files: src/arglist.c, src/channel.c, src/cmdexpand.c, src/dict.c, src/digraph.c, src/eval.c, src/evalfunc.c, src/evalvars.c, src/evalwindow.c, src/ex_docmd.c, src/fileio.c, src/filepath.c, src/findfile.c, src/fold.c, src/hardcopy.c, src/help.c, src/job.c, src/list.c, src/menu.c, src/os_win32.c, src/register.c, src/scriptfile.c, src/spellfile.c, src/spellsuggest.c, src/strings.c, src/syntax.c, src/tag.c, src/terminal.c, src/undo.c, src/usercmd.c, src/userfunc.c, src/vim9execute.c, src/viminfo.c, src/window.c, src/if_py_both.hPatch 8.2.4044Problem: Vim9: no error when importing the samescript twice.Solution: Give an error, unlessitisa reload.Files: src/vim9script.c, src/errors.h, src/testdir/test_vim9_import.vimPatch 8.2.4045Problem: Some globalfunctions are only used in one file.Solution: Make thefunctions static. (Yegappan Lakshmanan, closes #9492)Files: src/ex_getln.c, src/highlight.c, src/proto/ex_getln.pro, src/proto/highlight.pro, src/proto/vim9compile.pro, src/proto/vim9instr.pro, src/proto/window.pro, src/vim9compile.c, src/vim9instr.c, src/window.cPatch 8.2.4046Problem: Some errormessages not in the right place.Solution: Adjust theerrors file. Fix typo.Files: src/errors.h, src/regexp_bt.c, src/typval.c,Patch 8.2.4047Problem: Depending on the build features errormessages are unused.Solution: Add #ifdefs. (Dominique Pellé, closes #9493)Files: src/errors.hPatch 8.2.4048Problem: gcc complains about use of "%p" in printf.Solution: Add (void *) typecast. (Dominique Pellé, closes #9494)Files: src/if_py_both.hPatch 8.2.4049Problem: Vim9: reading before the start of the line with "$" by itself.Solution: Do not subtract one when reporting the error.Files: src/vim9expr.c, src/testdir/test_vim9_expr.vimPatch 8.2.4050Problem: Vim9: need to prefix every item in anautoload script.Solution: First step in supporting "vim9scriptautoload" and "importautoload".Files: runtime/doc/repeat.txt, runtime/doc/vim9.txt, src/structs.h, src/errors.h, src/vim9script.c, src/scriptfile.c, src/proto/scriptfile.pro, src/userfunc.c, src/eval.c, src/evalvars.c, src/vim9compile.c, src/proto/vim9compile.pro, src/vim9expr.c, src/testdir/test_vim9_script.vimPatch 8.2.4051Problem: Compiler complains about possibly uninitialized variable.Solution: Add code to avoida compiler warning. (John Marriott)Files: src/scriptfile.cPatch 8.2.4052Problem: Noteasy to resizeawindow froma plugin.Solution: Addwin_move_separator() andwin_move_statusline() functions. (Daniel Steinberg, closes #9486)Files: runtime/doc/builtin.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/evalwindow.c, src/proto/evalwindow.pro, src/testdir/test_window_cmd.vimPatch 8.2.4053Problem: Vim9:autoload mechanism doesn't fully work yet.Solution: Definefunctions andvariables with theirautoload name, add the prefix when callinga function, find the variable in the table ofscript variables.Files: src/structs.h, src/scriptfile.c, src/proto/scriptfile.pro, src/vim9script.c, src/proto/vim9script.pro, src/userfunc.c, src/evalvars.c, src/testdir/test_vim9_script.vimPatch 8.2.4054 (after 8.2.4053)Problem:Vim9script test fails.Solution: Add missing change.Files: src/vim9compile.cPatch 8.2.4055Problem: Vim9: line break inexpression causesv:errmsg to be filled. (Yegappan Lakshmanan)Solution: Do not give an error when skipping over an expression.Files: src/userfunc.c, src/testdir/test_vim9_expr.vimPatch 8.2.4056Problem: Vim9: memory leak when exporting function inautoload script.Solution: Free the name ifreplacing it.Files: src/scriptfile.cPatch 8.2.4057Problem: Vim9: not fully implementing theautoload mechanism.Solution: Allow for exportinga legacy function. Improve test coverage.Files: src/vim9script.c, src/testdir/test_vim9_import.vim, src/testdir/test_vim9_script.vimPatch 8.2.4058Problem: Vim9: import test failure in wrong line.Solution: Adjust line number.Files: src/testdir/test_vim9_import.vimPatch 8.2.4059Problem: Vim9: anexpression ofa map cannot accessscript-local items. (Maxim Kim)Solution: Use thescript ID of where the map was defined.Files: src/getchar.c, src/map.c, src/proto/map.pro, src/testdir/test_vim9_import.vimPatch 8.2.4060Problem:win_execute()is slow on systems wheregetcwd() orchdir()is slow. (Rick Howe)Solution: Avoid usinggetcwd() andchdir() if no local directoryis used and'acd'is not set. (closes #9504)Files: src/evalwindow.cPatch 8.2.4061Problem: Codecov bashscriptis deprecated.Solution: Use the codecov action. (Ozaki Kiichi, closes #9505)Files: .github/workflows/ci.ymlPatch 8.2.4062Problem: Match highlighting oftab too short.Solution: Do not stop match highlighting if ona Tab. (Christian Brabandt, closes #9507, closes #9500)Files: src/drawline.c, src/testdir/test_match.vim, src/testdir/dumps/Test_match_tab_linebreak.dumpPatch 8.2.4063Problem: Vim9: exported function inautoloadscript not found. (Yegappan Lakshmanan)Solution: Use theautoload prefix to search for the function.Files: src/userfunc.c, src/testdir/test_vim9_import.vimPatch 8.2.4064Problem: Foam files are not detected.Solution: Detect the foamfiletype by the path and file contents. (Mohammed Elwardi Fadeli, closes #9501)Files: runtime/filetype.vim, runtime/autoload/dist/ft.vim, src/testdir/test_filetype.vimPatch 8.2.4065Problem: Computation overflow with largecount for :yank.Solution: Avoid an overflow.Files: src/ex_docmd.c, src/testdir/test_excmd.vimPatch 8.2.4066Problem: Vim9: importedautoloadscript loaded again.Solution: Do not createa new imported_T every time.Files: src/vim9script.c, src/vim9compile.c, src/testdir/test_vim9_import.vimPatch 8.2.4067Problem: Vim9: cannot call imported function with :call. (Drew Vogel)Solution: Translate the function name. (closes #9510)Files: src/userfunc.c, src/testdir/test_vim9_import.vimPatch 8.2.4068 (after 8.2.4066)Problem: Vim9: import test fails.Solution: Add missing change.Files: src/scriptfile.cPatch 8.2.4069Problem: Vim9: import test fails on MS-Windows.Solution: Ignore case. Adjust test to avoid name that only differs in case.Files: src/eval.c, src/scriptfile.c, src/testdir/test_vim9_import.vimPatch 8.2.4070Problem: Using uninitialized memory when reading empty file.Solution: Check for empty file before checking for NL. (Dominique Pellé, closes #9511)Files: src/filepath.c, src/testdir/test_eval_stuff.vimPatch 8.2.4071Problem: Vim9: no detection of return in try/endtry. (Dominique Pellé)Solution: Check if any of the blocks inside try/endtry did notend in return.Files: src/vim9.h, src/vim9compile.c, src/vim9cmds.c, src/testdir/test_vim9_script.vimPatch 8.2.4072Problem: Vim9: compiling function fails whenautoloadscriptis not loaded yet.Solution: Depend on runtime loading.Files: src/vim9expr.c, src/vim9script.c, src/vim9instr.c, src/vim9execute.c, src/testdir/test_vim9_import.vimPatch 8.2.4073Problem: Coverity warns for using NULL pointer.Solution: Bail out when running out of memory. Check for running overend ofa string.Files: src/userfunc.c,Patch 8.2.4074Problem: Going over theend of NameBuff.Solution: Check length when appendinga space.Files: src/drawscreen.c, src/testdir/test_edit.vimPatch 8.2.4075 (after 8.2.4073)Problem: Test failures.Solution: Change check for NULL pointer.Files: src/userfunc.cPatch 8.2.4076Problem: Memory leak inautoload import.Solution: Do not overwrite theautoload prefix.Files: src/vim9script.cPatch 8.2.4077Problem: Not all Libsensors files are recognized.Solution: Add "sensors.d/*" pattern. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4078Problem: Terminal test for current directory not used on FreeBSD.Solution: Makeit work on FreeBSD. (Ozaki Kiichi, closes #9516) Add TermWait() inside Run_shell_in_terminal()asa generic solution.Files: src/testdir/test_terminal3.vim, src/testdir/term_util.vim, src/testdir/test_terminal.vim, src/testdir/test_terminal2.vim, src/testdir/test_mapping.vimPatch 8.2.4079Problem: MS-Windows: "gvim--version" didn't work when build with VIMDLL.Solution: Adjust #ifdef. (Ken Takata, closes #9517)Files: src/main.cPatch 8.2.4080Problem: Not sufficient test coverage for xxd.Solution: Adda few more test cases. (Erki Auerswald, closes #9515)Files: src/testdir/test_xxd.vimPatch 8.2.4081Problem: CodeQL reports problem in if_cscope causingit to fail.Solution: Use execvp() instead of execl(). Merge the header file into the source file. (Ozaki Kiichi, closes #9519)Files: Filelist, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/if_cscope.c, src/if_cscope.h, src/testdir/test_cscope.vimPatch 8.2.4082Problem: Check forautoload file name and prefix fails. (Christian J. Robinson)Solution: Only lowercase the prefix on systems where the file nameis notcase sensitive.Files: src/scriptfile.c, src/testdir/test_vim9_import.vimPatch 8.2.4083Problem: Vim9: no test for "vim9scriptautoload" and usingscript variable in the same script.Solution: Adda simple test. Fix uncovered problem.Files: src/evalvars.c, src/testdir/test_vim9_import.vimPatch 8.2.4084Problem: Memory leak when looking forautoload prefixed variable.Solution: Free the concatenated string.Files: src/evalvars.cPatch 8.2.4085Problem: Vim9: no test for using import in legacy script.Solution: Adda test.Files: src/testdir/test_vim9_import.vimPatch 8.2.4086Problem: "cctx" argument of find_func_even_dead()is unused.Solution: Remove the argument.Files: src/userfunc.c, src/proto/userfunc.pro, src/vim9compile.c, src/vim9instr.c, src/evalfunc.c, src/evalvars.c, src/testing.c, src/vim9execute.c, src/vim9expr.c, src/vim9script.c, src/vim9type.cPatch 8.2.4087Problem: Cannot test items from anautoloadscript easily.Solution: Add the "autoload" value for test_override().Files: runtime/doc/testing.txt, src/testing.c, src/globals.h, src/vim9script.c, src/testdir/test_vim9_import.vimPatch 8.2.4088Problem: Xxd cannot output everything in one line.Solution: Make zero columns mean infinite columns. (Erik Auerswald, closes #9524)Files: runtime/doc/xxd.1, runtime/doc/xxd.man, src/testdir/test_xxd.vim, src/xxd/xxd.cPatch 8.2.4089 (after 8.2.4078)Problem: Terminal test for current directory fails on FreeBSD.Solution: Skip the test.Files: src/testdir/test_terminal3.vimPatch 8.2.4090Problem: After restoringa session buffer order can be quite different.Solution: Createbuffers first. (Evgeni Chasnovski, closes #9520)Files: src/session.c, src/testdir/test_mksession.vimPatch 8.2.4091Problem: Virtcolis recomputed for statusline unnecessarily.Solution: Just use "w_virtcol". (closes #9523)Files: src/buffer.c, src/testdir/test_statusline.vimPatch 8.2.4092Problem: macOS CI: unnecessarily doing "Installpackages".Solution: Onlydo "Installpackages" for huge build. (Ozaki Kiichi, closes #9521)Files: .github/workflows/ci.ymlPatch 8.2.4093Problem: Cached breakindent values not initialized properly.Solution: Initialize and cache formatlistpat. (Christian Brabandt, closes #9526, closes #9512)Files: runtime/doc/options.txt, src/indent.c, src/option.c, src/proto/option.pro, src/testdir/test_breakindent.vimPatch 8.2.4094Problem:'virtualedit'is window-local but using buffer-local enum.Solution: Use window-local enum. (closes #9529)Files: src/option.h, src/optiondefs.hPatch 8.2.4095Problem: Sedscript not recognized by the first line.Solution: Recognizea sedscriptstarting with "#n". (Doug Kearns)Files: runtime/scripts.vim, src/testdir/test_filetype.vimPatch 8.2.4096Problem: Linux CI: unnecessarily installingpackagesSolution: Onlyinstallpackages for huge build. (Ozaki Kiichi, closes #9530)Files: .github/workflows/ci.ymlPatch 8.2.4097Problem: Wrong number in error message on 32 bit system. (John Paul Adrian Glaubitz)Solution: Add type cast. (closes #9527)Files: src/vim9compile.cPatch 8.2.4098Problem: Typing "interrupt"at debug prompt may keep exception around, causing function calls to fail.Solution: Discard any exceptionat the toplevel. (closes #9532)Files: src/main.cPatch 8.2.4099Problem: Vim9: cannot useVim9syntax in mapping.Solution: Add<ScriptCmd> to use thescript context fora command.Files: runtime/doc/map.txt, src/normal.c, src/getchar.c, src/proto/getchar.pro, src/ex_getln.c, src/edit.c, src/terminal.c, src/keymap.h, src/insexpand.c, src/misc2.c, src/ops.c, src/testdir/test_vim9_import.vimPatch 8.2.4100Problem: Early return when getting the'formatlistpat' value.Solution: Remove the first line. (Christian Brabandt)Files: src/option.c, src/testdir/test_breakindent.vimPatch 8.2.4101Problem: Warning for unused argument in tiny version.Solution: Add "UNUSED".Files: src/getchar.cPatch 8.2.4102Problem: Vim9: import cannot be used after method.Solution: Recognize an imported function name. (closes #9496)Files: src/eval.c, src/testdir/test_vim9_import.vimPatch 8.2.4103Problem: Vim9: variable declared in for loop not initialized.Solution: Always initialize the variable. (closes #9535)Files: src/vim9instr.c, src/proto/vim9instr.pro, src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.4104Problem: Vim9: lower casing theautoload prefix causes problems.Solution: Always store the prefix withcase preserved.Files: src/scriptfile.c, src/testdir/test_vim9_import.vimPatch 8.2.4105Problem: Translation related comment in the wrong place.Solution: Moveit back with the text. (Ken Takata, closes #9537)Files: src/errors.h, src/ex_docmd.cPatch 8.2.4106Problem: Going over theend of the w_lines array.Solution: Break out of the loop when "idx"is too big. (issue #9540)Files: src/drawscreen.cPatch 8.2.4107Problem: Script context not restored after using<ScriptCmd>.Solution: Also restore context when not ina script. (closes #9536) Add the 'c' flag tofeedkeys() to be able to test this.Files: runtime/doc/builtin.txt, src/getchar.c, src/evalfunc.c, src/testdir/test_mapping.vimPatch 8.2.4108Problem: Going over theend of the w_lines array.Solution: Check not going over theend and limit to Rows. (issue #9540)Files: src/drawscreen.cPatch 8.2.4109Problem: MS-Windows: high dpi supportis outdated.Solution: Improve High DPI support by using PerMonitorV2. (Ken Takata closes #9525, closes #3102)Files: src/gui.c, src/gui.h, src/gui_w32.c, src/vim.manifestPatch 8.2.4110Problem: Coverity warns for using NULL pointer.Solution: Check "evalarg"is not NULL. Skiperrors when "verbose"is false.Files: src/eval.cPatch 8.2.4111Problem: Potential problem when mapis deleted while executing.Solution: Reset last used map pointer whendeletinga mapping.Files: src/map.cPatch 8.2.4112Problem: Function not deletedatend of test.Solution: Delete the function.Files: src/testdir/test_diffmode.vimPatch 8.2.4113Problem: Typo on DOCMD_RANGEOK results in not recognizing command.Solution: Correct the typo. (closes #9539)Files: src/vim.h, src/testdir/test_mapping.vimPatch 8.2.4114Problem: Vim9: type checking fora funcref does not work for whenitis used ina method.Solution: Pass the base to where the typeis checked.Files: src/vim9type.c, src/proto/vim9type.pro, src/userfunc.c, src/testdir/test_vim9_expr.vimPatch 8.2.4115Problem: Cannot useamethod witha complex expression.Solution: Evaluate theexpression after "->" and use the result.Files: src/eval.c, src/errors.h, src/testdir/test_vim9_expr.vimPatch 8.2.4116Problem: Vim9: cannot useamethod witha complexexpression ina:def function.Solution: Implement compiling the expression.Files: src/vim9expr.c, src/testdir/test_vim9_expr.vimPatch 8.2.4117Problem: Vim9: wrong whitespace error after using imported item.Solution: Don't skip over white space. (closes #9544)Files: src/eval.c, src/testdir/test_vim9_import.vimPatch 8.2.4118Problem: Using UNUSED for argument thatis used.Solution: Remove UNUSED.Files: src/usercmd.cPatch 8.2.4119Problem: Build failure when disabling thechannel feature.Solution: Adjust #ifdef. (Dominique Pellé, closes #9545)Files: src/misc2.cPatch 8.2.4120Problem: Blockinsert goes over theend of the line.Solution: Handle invalid byte better. Fixinserting the wrong text.Files: src/ops.c, src/testdir/test_visual.vimPatch 8.2.4121Problem:Visual test fails on MS-Windows.Solution: Set'isprint' so that the character usedis not printable.Files: src/testdir/test_visual.vimPatch 8.2.4122Problem: ":command Cmd" does not show custom completion argument.Solution: Show the completion argument when using ":verbose".Files: src/usercmd.c, src/testdir/test_usercommands.vimPatch 8.2.4123Problem: Complete function cannot be import.Name.Solution: Dereference the function name if needed. Also:do not see "import.Name"asa builtin function. (closes #9541)Files: src/userfunc.c, src/eval.c, src/testdir/test_vim9_import.vimPatch 8.2.4124Problem: Vim9:method in compiled function may not seescript item.Solution: Make sure not to skip to the next line. (closes #9496)Files: src/vim9expr.c, src/testdir/test_vim9_expr.vimPatch 8.2.4125Problem: Completion tests fail.Solution: Disable errormessages while dereferencing the function name.Files: src/eval.cPatch 8.2.4126Problem: Crash on exit when built with dynamicTcl and EXITFREEis defined. (Dominique Pellé)Solution: Only call Tcl_Finalize() when initialized. (closes #9546)Files: src/if_tcl.cPatch 8.2.4127Problem: Build failure without the+eval feature.Solution: Add #ifdef.Files: src/usercmd.cPatch 8.2.4128Problem: Crash whenmethod cannot be found. (Christian J. Robinson)Solution: Don't mix up pointer names.Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.4129Problem: Building with+sound but without+eval fails. (Dominique Pellé)Solution: Disable canberra in tiny and small build. (closes #9548)Files: src/configure.ac, src/auto/configurePatch 8.2.4130Problem: MS-Windows: MSVC build may have libraries duplicated.Solution: Improve the MSVC Makefile. (Ken Takata, closes #9547)Files: src/Make_mvc.makPatch 8.2.4131Problem: Vim9: calling function inautoload import does not work ina:def function.Solution: Whena variableis not found anda PCALL follows usea funcref. (closes #9550)Files: src/vim9execute.c, src/testdir/test_vim9_import.vimPatch 8.2.4132Problem: Vim9: wrong error message whenautoloadscript can't be found.Solution: Correct check for usingautoload with wrong name.Files: src/vim9script.c, src/testdir/test_vim9_import.vimPatch 8.2.4133Problem: output of ":scriptnames" goes into the message history, while this does not happen for other commands, suchas ":ls".Solution: Use msg_outtrans() instead of smsg(). (closes #9551)Files: src/scriptfile.c, src/testdir/test_scriptnames.vimPatch 8.2.4134Problem: MS-Windows: test for import with absolute path fails.Solution: Handle pathstarting with slashas an absolute path.Files: src/vim9script.cPatch 8.2.4135Problem: Vim9: ":scriptnames" shows unloaded importedautoload script.Solution:Mark the unloadedscript with "A". (closes #9552)Files: runtime/doc/repeat.txt, src/scriptfile.c, src/testdir/test_vim9_import.vimPatch 8.2.4136Problem: Vim9: the "autoload" argument of ":vim9script"is not useful.Solution: Remove the argument. (closes #9555)Files: runtime/doc/vim9.txt, runtime/doc/repeat.txt, src/vim9script.c, src/errors.h, src/testdir/test_vim9_import.vimPatch 8.2.4137Problem: Vim9: calling import with and withoutmethodis inconsistent.Solution: Seta flag thata parenthesis follows to compile_load_scriptvar(). Add some more tests. Improve error message.Files: src/vim9expr.c, src/vim9execute.c, src/vim9script.c, src/testdir/test_vim9_import.vimPatch 8.2.4138Problem: Vim9: no error for return with argument when the function does not return anything.Solution: Give an error for the invalid argument. (issue #9497)Files: src/vim9cmds.c, src/testdir/test_vim9_func.vimPatch 8.2.4139Problem: Using freed memory if anexpression abbreviation deletes the abbreviation.Solution: Do not access the pointer after evaluating the expression.Files: src/map.c, src/testdir/test_mapping.vimPatch 8.2.4140Problem:maparg() does not indicate the type ofscript whereit was defined.Solution: Add "scriptversion".Files: runtime/doc/builtin.txt, src/map.c, src/testdir/test_maparg.vimPatch 8.2.4141 (after 8.2.4140)Problem:Vim9 builtinfunctions test fails.Solution: Add "scriptversion" item tomaparg() result.Files: src/testdir/test_vim9_builtin.vimPatch 8.2.4142Problem: Build failure with normal features without persistent undo.Solution: Adjust #ifdef. (closes #9557)Files: src/fileio.cPatch 8.2.4143Problem: MS-Windows:IME support for Win9xis obsolete.Solution: Remove the Win9x code. (Ken Takata, closes #9559)Files: src/gui_w32.cPatch 8.2.4144Problem: Cannot load libsodium dynamically.Solution: Support dynamic loading on MS-Windows. (Ken Takata, closes #9554)Files: src/Make_cyg_ming.mak, src/Make_mvc.mak, src/buffer.c, src/crypt.c, src/memline.c, src/proto/crypt.proPatch 8.2.4145Problem: Confusing error when using name of import fora function.Solution: Passa flag to trans_function_name().Files: src/vim.h, src/userfunc.c, src/proto/userfunc.pro, src/eval.c, src/testdir/test_vim9_import.vimPatch 8.2.4146Problem: Vim9: shadowed function can be used in compiled function but notatscript level.Solution: Also give an error ina compiled function. (closes #9563)Files: src/vim9expr.cPatch 8.2.4147Problem:E464 does not always include the offending command.Solution: Add another error message with "%s". (closes #9564)Files: src/errors.h, src/vim9compile.c, src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.4148Problem: Deleting anymapping may cause<ScriptCmd> to not set thescript context.Solution: Only reset last_used_map ifitis the deleted mapping. (closes #9568)Files: src/map.c, src/getchar.c, src/proto/getchar.pro, src/testdir/test_mapping.vimPatch 8.2.4149Problem: Test override not restored,autocommand left behind.Solution: Correct restoring test override. Deleteautocommand afterwards.Files: src/testdir/test_autocmd.vim, src/testdir/test_mapping.vimPatch 8.2.4150Problem: Coverity warns for using pointer after free.Solution: Swap statements, even though using the pointeris no problem.Files: src/map.cPatch 8.2.4151Problem: Reading beyond theend ofa line.Solution: For blockinsert only use the offset for correcting the length.Files: src/ops.c, src/testdir/test_visual.vimPatch 8.2.4152Problem: Blockinsert with double wide character fails.Solution: Adjust the expected output.Files: src/testdir/test_utf8.vimPatch 8.2.4153Problem: MS-Windows: GlobalIMEis no longer supported.Solution: Remove the GlobalIME implementation. (Ken Takata, closes #9562)Files: Filelist, runtime/doc/mbyte.txt, src/Make_mvc.mak, src/dimm.idl, src/glbl_ime.cpp, src/glbl_ime.h, src/gui_w32.c, src/vim.hPatch 8.2.4154Problem: ml_get error when exchangingwindows inVisual mode.Solution: Correctend ofVisual area when entering another buffer.Files: src/window.c, src/testdir/test_visual.vimPatch 8.2.4155Problem: Translatingstrftime() argument results in check error.Solution: Add gettext comment.Files: src/time.cPatch 8.2.4156Problem: Fileinfo message overwrites echo'ed message.Solution: Reset need_fileinfo when displayinga message. (Rob Pilling, closes #9569)Files: src/message.c, src/testdir/test_messages.vim, src/testdir/dumps/Test_fileinfo_after_echo.dumpPatch 8.2.4157Problem: Terminal test fails because Windows sets the title.Solution: Add the "vterm_title"testing override and useit in the test. (Ozaki Kiichi, closes #9556)Files: runtime/doc/testing.txt, src/globals.h, src/terminal.c, src/testing.c, src/testdir/test_terminal.vimPatch 8.2.4158Problem: MS-Windows: memory leak in :browse.Solution: Free stuff before returning. (Ken Takata, closes #9574)Files: src/gui_w32.cPatch 8.2.4159Problem: MS-Windows: _WndProc()is very long.Solution: Move code to separate functions. (Ken Takata, closes #9573)Files: src/gui_w32.cPatch 8.2.4160Problem: Cannot change theregister used forSelect mode delete.Solution: MakeCTRL-R set theregister to be used whendeleting text forSelect mode. (Shougo Matsushita, closes #9531)Files: runtime/doc/visual.txt, src/globals.h, src/normal.c, src/ops.c, src/testdir/test_selectmode.vimPatch 8.2.4161Problem: Vim9: warning for missing whitespace after imported variable.Solution: Do not skip white space. (closes #9567)Files: src/vim9expr.c, src/testdir/test_vim9_import.vimPatch 8.2.4162Problem: Vim9: no error for redefining function with export.Solution: Check for existing function with/without prefix. (closes #9577)Files: src/userfunc.c, src/scriptfile.c, src/testdir/test_vim9_import.vimPatch 8.2.4163Problem: No error for omitting function name afterautoload prefix.Solution: Check for missing function name. (issue #9577)Files: src/userfunc.c, src/testdir/test_vim9_import.vimPatch 8.2.4164 (after 8.2.4162)Problem: Error in legacy code for function shadowing variable.Solution: Only give the error inVim9 script.Files: src/userfunc.cPatch 8.2.4165Problem: The nv_g_cmd() functionis too long.Solution: Move code to separate functions. (Yegappan Lakshmanan, closes #9576)Files: src/normal.cPatch 8.2.4166Problem: Undo synced when switching buffer in another window.Solution: Do not syncundo when not needed. (closes #9575)Files: src/buffer.c, src/testdir/test_timers.vimPatch 8.2.4167Problem: Vim9: error message for old style import.Solution: Use another error message. Adda test.Files: src/evalvars.c, src/errors.h, src/testdir/test_vim9_import.vimPatch 8.2.4168 (after 8.2.4163)Problem: Disallowing empty function name breaks existing plugins.Solution: Allow empty function name in legacy script.Files: src/userfunc.c, src/testdir/test_autoload.vim, src/testdir/sautest/autoload/foo.vimPatch 8.2.4169Problem: MS-Windows: unnecessary casts and other minor things.Solution: Clean up theMS-Windows code. (Ken Takata, closes #9583)Files: src/gui_w32.cPatch 8.2.4170Problem: MS-Windows: still using old message API calls.Solution: Call the "W"functions directly. (Ken Takata, closes #9582)Files: src/gui_w32.c, src/os_mswin.c, src/os_win32.c, src/os_win32.hPatch 8.2.4171Problem: Cannot invoke option function usingautoload import.Solution: Expand the import to anautoload function name. (closes #9578)Files: src/userfunc.c, src/evalvars.c, src/proto/evalvars.pro, src/option.c, src/testdir/test_vim9_import.vimPatch 8.2.4172Problem: Filetype detection for BASICis not optimal.Solution: Improve BASICfiletype detection. (Doug Kearns)Files: runtime/autoload/dist/ft.vim, runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4173Problem: Cannot use an import in'foldexpr'.Solution: Set thescript context to where'foldexpr' was set. (closes #9584) Fix that thescript context was not set for all buffers.Files: src/eval.c, src/proto/eval.pro, src/fold.c, src/structs.h, src/option.c, src/testdir/test_vim9_import.vimPatch 8.2.4174Problem: Vim9: can use anautoload name in normal script.Solution: Disallow using anautoload name.Files: src/userfunc.c, src/errors.h, src/testdir/test_vim9_import.vimPatch 8.2.4175Problem: MS-Windows: runtime check for multi-line balloonis obsolete.Solution: Remove the obsolete code. (Ken Takata, closes #9592)Files: src/evalfunc.c, src/gui_w32.c, src/proto/gui_w32.proPatch 8.2.4176Problem: Vim9: cannot use imported function with call().Solution: Translate the function name. (closes #9590)Files: src/evalfunc.c, src/testdir/test_vim9_import.vimPatch 8.2.4177Problem: Vim9:autoloadscript not loaded after "vim9script noclear".Solution: Check IMP_FLAGS_AUTOLOAD properly. (closes #9593)Files: src/vim9compile.c, src/testdir/test_vim9_import.vimPatch 8.2.4178Problem: Vim9: invalid error for return type oflambda when debugging.Solution: Do not check the return type ofa lambda. (closes #9589)Files: src/vim9cmds.cPatch 8.2.4179Problem:'foldtext'is evaluated in the currentscript context.Solution: Use thescript context where the option was set.Files: src/fold.c, src/buffer.c, src/eval.c, src/proto/eval.pro, src/findfile.c, src/testdir/test_vim9_import.vimPatch 8.2.4180Problem:'balloonexpr'is evaluated in the currentscript context.Solution: Use thescript context where the option was set.Files: src/beval.c, src/option.c, src/proto/option.pro, src/testdir/test_balloon.vim, src/testdir/dumps/Test_balloon_eval_term_01.dump, src/testdir/dumps/Test_balloon_eval_term_01a.dump, src/testdir/dumps/Test_balloon_eval_term_02.dumpPatch 8.2.4181Problem: Vim9: cannot use an import in'diffexpr'.Solution: Set thescript context when evaluating'diffexpr'. Do not require'diffexpr' to returna bool,it was ignored anyway.Files: src/evalvars.c, src/testdir/test_vim9_import.vimPatch 8.2.4182 (after 8.2.4182)Problem: Memory leak when evaluating'diffexpr'.Solution: Use free_tv() instead of clear_tv().Files: src/evalvars.cPatch 8.2.4183Problem: Cannot use an import in'formatexpr'.Solution: Set thescript context when evaluating'formatexpr'.Files: src/textformat.c, src/testdir/test_vim9_import.vimPatch 8.2.4184Problem: Cannot use an import in'includeexpr'.Solution: Set thescript context when evaluating'includeexpr'Files: src/findfile.c, src/testdir/test_vim9_import.vimPatch 8.2.4185Problem: Cannot use an import in'indentexpr'.Solution: Set thescript context when evaluating'indentexpr'Files: src/indent.c, src/testdir/test_vim9_import.vimPatch 8.2.4186Problem: Cannot use an import in'patchexpr'.Solution: Set thescript context when evaluating'patchexpr'. Do not require'patchexpr' to returna bool,it was ignored anyway.Files: src/evalvars.c, src/testdir/test_vim9_import.vimPatch 8.2.4187Problem: Gnuplot file not recognized.Solution: Recognize ".gnuplot". (closes #9588)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4188Problem: Not all gitconfig files are recognized.Solution: Adda few more patterns. (Tim Pope, closes #9597)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4189Problem: MS-Windows: code for "old look"is obsolete.Solution: Delete obsolete code. Use "MS Shell Dlg" font. (Ken Takata, closes #9596)Files: src/gui_w32.cPatch 8.2.4190Problem: Allconceal tests are skipped without the screendumps feature.Solution: Only skip the tests that use screendumps. (closes #9599)Files: src/testdir/test_conceal.vimPatch 8.2.4191Problem: json5 files are not recognized.Solution: Addapattern for json5 files. (closes #9601)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4192Problem: Cannot use an import in'printexpr'.Solution: Set thescript context when evaluating'printexpr'.Files: src/evalvars.c, src/testdir/test_vim9_import.vimPatch 8.2.4193Problem: Cannot use an import in'charconvert'.Solution: Set thescript context when evaluating'charconvert'. Also expandscript-localfunctions in'charconvert'.Files: src/evalvars.c, src/optionstr.c, src/testdir/test_vim9_import.vimPatch 8.2.4194Problem: MS-Windows: code for calculating font sizeis duplicated.Solution: Move the code toa function. (Ken Takata, closes #9603)Files: src/gui_w32.cPatch 8.2.4195Problem: Resizingterminal may cause to behave likeCTRL-Z.Solution: Set "got_tstp" only when in_mch_suspendis set. (Dorian Bivolaru, closes #9602, closes #9586)Files: src/os_unix.cPatch 8.2.4196Problem: Various file types not recognized.Solution: Add patterns to recognize more file types (closes #9607)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4197Problem: Cannot use an import in the "expr" part of'spellsuggest'.Solution: Set thescript context when evaluating "expr" of'spellsuggest'.Files: src/evalvars.c, src/testdir/test_vim9_import.vimPatch 8.2.4198Problem: Vim9: the switch for executing instructionsis too long.Solution: Move some code to separate functions.Files: src/vim9execute.cPatch 8.2.4199Problem: MS-Windows: Support for MSVC before 2003is not useful.Solution: Remove the exceptions for MSVC 6.0. (Ken Takata, closes #9616)Files: src/GvimExt/gvimext.h, src/ex_docmd.c, src/feature.h, src/gui_w32.c, src/if_cscope.c, src/if_ole.cpp, src/if_ruby.c, src/macros.h, src/os_mswin.c, src/os_win32.c, src/os_win32.h, src/proto/os_win32.pro, src/time.c, src/vim.hPatch 8.2.4200Problem: Some testsdo not clean up properly.Solution: Delete created files. (Yegappan Lakshmanan, closes #9611)Files: src/testdir/test_filetype.vim, src/testdir/test_messages.vim, src/testdir/test_vim9_import.vimPatch 8.2.4201Problem: When using theGUICTRL-Z does not stop gvim.Solution: When using theGUI set SIGTSTP to SIG_DFL. (Andrew Maltsev, closes #9570)Files: src/os_unix.cPatch 8.2.4202Problem: Vim9: cannot export function that exists globally.Solution: When checking ifa function already exists only check forscript-local functions. (closes #9615)Files: src/userfunc.c, src/proto/userfunc.pro, src/vim.h, src/vim9compile.c, src/vim9instr.c, src/testdir/test_vim9_import.vimPatch 8.2.4203Problem: Enteringa character withCTRL-V may include modifiers.Solution: Reset "mod_mask" when enteringa character with digits afterCTRL-V. (closes #9610)Files: src/edit.c, src/testdir/test_edit.vimPatch 8.2.4204Problem:screenpos() has non-zero row for invisible text.Solution: Only add thewindow row when the textis visible. (closes #9618)Files: src/move.c, src/testdir/test_cursor_func.vimPatch 8.2.4205Problem: The normal_cmd() functionis too long.Solution: Move parts to separate functions. (Yegappan Lakshmanan, closes #9608)Files: src/normal.cPatch 8.2.4206Problem: Condition with many "(" causesa crash.Solution: Limit recursion to 1000.Files: src/errors.h, src/eval.c, src/testdir/test_eval_stuff.vimPatch 8.2.4207 (after 8.2.4206)Problem: Recursion test fails with MSVC.Solution: Usea smaller limit for MSVC.Files: src/eval.cPatch 8.2.4208Problem: Usingsetbufvar() may change thewindow title.Solution: Do not redraw when creating theautocommand window. (closes #9613)Files: src/autocmd.c, src/testdir/test_functions.vimPatch 8.2.4209Problem:partial in'opfunc' cannot use an imported function.Solution: Also expand the function name ina partial. (closes #9614)Files: src/evalvars.c, src/testdir/test_vim9_import.vimPatch 8.2.4210 (after 8.2.4208)Problem: Window title test fails in some configurations.Solution: Only run the test if the title can be obtained.Files: src/testdir/test_functions.vimPatch 8.2.4211 (after 8.2.4208)Problem: Window title test still fails in some configurations.Solution: Use WaitForAssert().Files: src/testdir/test_functions.vimPatch 8.2.4212 (after 8.2.4208)Problem: Window title test still fails in some configurations.Solution: Explicitly set the'title' option.Files: src/testdir/test_functions.vimPatch 8.2.4213Problem: Too much code for supporting old MSVC versions.Solution: Remove MSVC 2003 support. (Ken Takata, closes #9623)Files: Filelist, src/INSTALLpc.txt, src/Make_mvc.mak, src/gui_w32.c, src/msvcsetup.bat, src/os_win32.cPatch 8.2.4214Problem: Illegal memory access with large'tabstop' inEx mode.Solution: Allocate enough memory.Files: src/ex_getln.c, src/testdir/test_ex_mode.vimPatch 8.2.4215Problem: Illegal memory access whencopying lines inVisual mode.Solution: Adjust theVisual position aftercopying lines.Files: src/ex_cmds.c, src/testdir/test_visual.vimPatch 8.2.4216Problem: Vim9: cannot usea function from anautoload import directly.Solution: Add the AUTOLOAD instruction to figure outat runtime. (closes #9620)Files: src/vim9expr.c, src/vim9.h, src/vim9execute.c, src/vim9instr.c, src/proto/vim9instr.pro, src/testdir/test_vim9_import.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.4217Problem: Illegal memory access whenundo makesVisual area invalid.Solution: Correct theVisual area after undo.Files: src/undo.c, src/testdir/test_visual.vimPatch 8.2.4218Problem: Illegal memory access with bracketed paste inEx mode.Solution: Reservespace for the trailing NUL.Files: src/edit.c, src/testdir/test_paste.vimPatch 8.2.4219Problem: Reading before the start of the line.Solution: Check boundary before trying to read the character.Files: src/register.c, src/testdir/test_visual.vimPatch 8.2.4220Problem: MS-Windows: some old compiler support remains.Solution: Remove obsolete compiler support. (Ken Takata, closes #9627)Files: src/Make_mvc.mak, src/vim.hPatch 8.2.4221Problem: Somefunctions in normal.c are very long.Solution: Move code to separate functions. (Yegappan Lakshmanan, closes #9628)Files: src/normal.cPatch 8.2.4222Problem: MS-Windows: clumsy way to suppress progress on CI.Solution: Check for "$CI" in the Makefile itself. (Ken Takata, closes #9631)Files: .github/workflows/ci.yml, ci/appveyor.bat, src/Make_mvc.makPatch 8.2.4223Problem: Long/int compiler warnings; function arguments swapped.Solution: Add type casts. Swap arguments. (Ken Takata, closes #9632)Files: src/alloc.c, src/eval.c, src/vim9script.cPatch 8.2.4224Problem: Vim9: no error when usinga number formap() second argumentSolution: Disallow number tostring conversion. (closes #9630)Files: src/eval.c, src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4225Problem: Vim9: depth argument of:lockvar not parsed in:def function.Solution: Parse the optional depth argument. (closes #9629) Fix that locking doesn't work fora non-materialize list.Files: src/vim9cmds.c, src/evalvars.c, src/structs.h, src/evalfunc.c, src/errors.h, src/vim9execute.c, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.4226 (after 8.2.4224)Problem: Filter-map test fails.Solution: Only reject number argument inVim9 script.Files: src/eval.cPatch 8.2.4227Problem: Vim9: using "lockvar!" in:def function does not work.Solution: Add "!" instead of "-1". (closes #9634)Files: src/vim9cmds.c, src/testdir/test_vim9_cmd.vimPatch 8.2.4228Problem: No tests for clicking in theGUI tabline.Solution: Add testfunctions to generate the events. Add tests using the functions. (Yegappan Lakshmanan, closes #9638)Files: runtime/doc/builtin.txt, runtime/doc/testing.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/normal.c, src/proto/testing.pro, src/testdir/test_diffmode.vim, src/testdir/test_gui.vim, src/testdir/test_normal.vim, src/testing.cPatch 8.2.4229Problem: Possible crash when invokingtimer callback fails.Solution: Initialize the typval. Give an error for an empty callback. (closes #9636)Files: src/time.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4230Problem: MS-Windows: set_guifontwide()is included but won't work.Solution: Include set_guifontwide() only for X11. (Ken Takata, closes #9640)Files: src/gui.cPatch 8.2.4231Problem: Vim9:map() gives type error when type was not declared.Solution: Only check the type whenit was declared, likeextend() does. (closes #9635)Files: src/list.c, src/evalfunc.c, src/vim9instr.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_assign.vimPatch 8.2.4232 (after 8.2.4231)Problem: Some compilers don't likea goto label without statement.Solution: Return instead of usinga goto.Files: src/list.cPatch 8.2.4233Problem: Crash whenrecording and usingSelect mode.Solution: Whendeleting the last recorded character check thereis something to delete.Files: src/getchar.c, src/testdir/test_registers.vimPatch 8.2.4234Problem:test_garbagecollect_now() does not checkv:testingas documented.Solution: Give an error ifv:testingis not set.Files: src/testing.c, src/errors.h, src/testdir/test_functions.vimPatch 8.2.4235Problem: Invalid check for NULL pointer.Solution: Remove the check.Files: src/getchar.cPatch 8.2.4236Problem: Accessing freed memory.Solution: Set the bh_curr pointer to NULL.Files: src/getchar.cPatch 8.2.4237Problem: Record buffer wrong if character inSelect mode was not typed.Solution: Only delete the tail from the record buffer if the character was typed. (closes #9650)Files: src/normal.c, src/testdir/test_registers.vimPatch 8.2.4238Problem: *.tf file could befiletype "tf" or "terraform".Solution: Detect the type from the file contents. (closes #9642)Files: runtime/filetype.vim, runtime/autoload/dist/ft.vim, src/testdir/test_filetype.vimPatch 8.2.4239Problem: Build fails with unusual configuration.Solution: Adjust #ifdef. (closes #9651)Files: src/testing.cPatch 8.2.4240Problem: Error for usingflatten() inVim9scriptis unclear.Solution: Adda remark to use flattennew().Files: src/errors.hPatch 8.2.4241Problem: Some type casts are redundant.Solution: Remove the type casts. (closes #9643)Files: src/blob.c, src/buffer.c, src/channel.c, src/clientserver.c, src/clipboard.c, src/drawline.c, src/drawscreen.c, src/edit.c, src/evalfunc.c, src/ex_cmds.c, src/ex_docmd.c, src/ex_eval.c, src/fold.c, src/if_cscope.c, src/json.c, src/match.c, src/memline.c, src/message.c, src/misc1.c, src/normal.c, src/ops.c, src/option.c, src/optionstr.c, src/os_unix.c, src/register.c, src/sign.c, src/spellfile.c, src/tag.c, src/ui.c, src/undo.c, src/window.cPatch 8.2.4242Problem: Put inVisual mode cannot be repeated.Solution: Use "P" toput without yanking the deleted text into the unnamed register. (Shougo Matsushita, closes #9591)Files: runtime/doc/visual.txt, src/normal.c, src/register.c, src/testdir/test_visual.vimPatch 8.2.4243Problem:Lua tests fail withLua 5.4.4.Solution: Checkmessages like beforeLua 5.4.3. (Jakub Kulík, closes #9652)Files: src/testdir/test_lua.vimPatch 8.2.4244Problem: MS-Windows: warning from MSVC on debug build.Solution: Adjust "/opt" options. Remove unused variables. Makevariablesuppercase for consistency. (Ken Takata, closes #9647)Files: src/Make_mvc.makPatch 8.2.4245Problem: ":retab0" may cause illegal memory access.Solution: Limit the value of'tabstop' to 10000.Files: src/option.c, src/vim.h, src/indent.c, src/testdir/test_options.vimPatch 8.2.4246Problem: One error message not in errors.h. (Antonio Colombo)Solution: Move the message and rename.Files: src/errors.h, src/if_perl.xsPatch 8.2.4247Problem: Stack corruption when looking forspell suggestions.Solution: Prevent the depth increased too much. Adda five second time limit to finding suggestions.Files: src/spellsuggest.c, src/testdir/test_spell.vimPatch 8.2.4248Problem: No proper test for moving thewindow separator.Solution: Adda test. Add comment in code. (closes #9656)Files: src/window.c, src/testdir/test_window_cmd.vimPatch 8.2.4249Problem: The timeout limit forspell suggestionsis always 5000 milli seconds.Solution: Add the "timeout" entry to'spellsuggest'.Files: runtime/doc/options.txt, src/spellsuggest.c, src/testdir/test_spell.vimPatch 8.2.4250Problem:Channel out callback testis flaky on Mac.Solution: Assign high priority to the test process. (Ozaki Kiichi, closes #9653)Files: src/testdir/test_channel_pipe.py, src/testdir/thread_util.pyPatch 8.2.4251Problem: Vala files are not recognized.Solution: Add the *.vala pattern. (closes #9654)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4252Problem: Generating the normal command tableat runtimeis inefficient.Solution: Generate the table witha Vimscript andputit ina header file. (Yegappan Lakshmanan, closes #9648)Files: Filelist, runtime/doc/builtin.txt, runtime/doc/usr_41.txt, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/create_nvcmdidxs.vim, src/evalfunc.c, src/main.c, src/normal.c, src/nv_cmdidxs.h, src/proto/normal.proPatch 8.2.4253Problem: Using freed memory when substitute usesa recursive function call.Solution: Makea copy of the substitute text.Files: src/ex_cmds.c, src/testdir/test_substitute.vimPatch 8.2.4254Problem: Using short instead of int.Solution: Use int. (closes #9658)Files: src/if_cscope.cPatch 8.2.4255Problem: Theoretical computation overflow.Solution: Perform multiplication ina wider type. (closes #9657)Files: src/alloc.c, src/drawline.c, src/eval.c, src/evalfunc.c, src/ex_docmd.c, src/hardcopy.c, src/list.c, src/memfile.c, src/memline.c, src/popupwin.cPatch 8.2.4256Problem: MS-Windows: compiler warnings when compiled with /W4.Solution: Small adjustments to the code. (Ken Takata, closes #9659)Files: src/gui_w32.c, src/os_win32.cPatch 8.2.4257Problem: Vim9: finding global function withoutg: prefix but not finding global variableis inconsistent.Solution: Require usingg: fora global function. Change the vim9.vimscript intoaVim9script with exports. Fix that import in legacyscript does not work.Files: src/vim9expr.c, src/evalfunc.c, src/eval.c, src/userfunc.c, src/testdir/vim9.vim, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_import.vim, src/testdir/test_vim9_script.vim, src/testdir/test_blob.vim, src/testdir/test_execute_func.vim, src/testdir/test_debugger.vim, src/testdir/test_expr.vim, src/testdir/test_filter_map.vim, src/testdir/test_float_func.vim, src/testdir/test_functions.vim, src/testdir/test_glob2regpat.vim, src/testdir/test_highlight.vim, src/testdir/test_iminsert.vim, src/testdir/test_ins_complete.vim, src/testdir/test_listdict.vim, src/testdir/test_mapping.vim, src/testdir/test_normal.vim, src/testdir/test_popupwin.vim, src/testdir/test_profile.vim, src/testdir/test_quickfix.vim, src/testdir/test_tagfunc.vim, src/testdir/test_textprop.vim, src/testdir/test_usercommands.vimPatch 8.2.4258Problem: Coverity warns for array overrun.Solution: Restrict depth to MAXWLEN- 1.Files: src/spellsuggest.cPatch 8.2.4259Problem:Number of testfunctions forGUI eventsis growing.Solution: Use one function witha dictionary. (Yegappan Lakshmanan, closes #9660)Files: runtime/doc/builtin.txt, runtime/doc/testing.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/proto/testing.pro, src/testdir/test_gui.vim, src/testdir/test_vim9_builtin.vim, src/testing.cPatch 8.2.4260Problem: Vim9: can still usea global function withoutg:at thescript level.Solution: Also check forg:at thescript level. (issue #9637)Files: src/userfunc.c, src/proto/userfunc.pro, src/evalvars.c, src/vim9expr.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_import.vim, src/testdir/test_ins_complete.vim, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_scroll_11.dump, src/testdir/dumps/Test_popupwin_scroll_12.dumpPatch 8.2.4261Problem: Accessing invalid memory whena regularexpression checks theVisual area while matching ina string.Solution: Do not try matching theVisual area ina string.Files: src/regexp.c, src/testdir/test_help.vimPatch 8.2.4262 (after 8.2.4261)Problem: Some search tests fail.Solution: Usea better way to reject searching for theVisual area.Files: src/regexp.cPatch 8.2.4263Problem: No test for theGUI find/replace dialog.Solution: Adda test function anda test. (Yegappan Lakshmanan, closes #9662)Files: runtime/doc/testing.txt, src/testdir/test_gui.vim, src/testing.cPatch 8.2.4264Problem: Vim9: can use old styleautoload function name.Solution: Give an error for old styleautoload function name.Files: src/errors.h, src/userfunc.c, src/testdir/test_vim9_import.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vimPatch 8.2.4265 (after 8.2.4264)Problem: Autoload tests fails.Solution: Use export instead of name with #.Files: src/testdir/sautest/autoload/auto9.vim, src/testdir/test_autoload.vim, src/testdir/test_ins_complete.vimPatch 8.2.4266Problem: Compiler warning for uninitialized variable.Solution: Initialize saved_did_emsg.Files: src/userfunc.cPatch 8.2.4267Problem: Unused entry in keymap enum.Solution: Remove the entry.Files: src/keymap.hPatch 8.2.4268Problem: CI log outputis long.Solution: Group output in sections. (Ozaki Kiichi, closes #9670)Files: .github/workflows/ci.ymlPatch 8.2.4269Problem: Coverity warns for usinga NULL pointer.Solution: Check for "name" to not be NULL.Files: src/userfunc.cPatch 8.2.4270Problem: Generating nv_cmdidxs.h requires building Vim twice.Solution: Move the table intoa separate file and usea separate executable to extract the command characters. (Ozaki Kiichi, closes #9669)Files: src/normal.c, src/nv_cmds.h, Filelist, runtime/doc/builtin.txt, runtime/doc/usr_41.txt, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/create_nvcmdidxs.c, src/create_nvcmdidxs.vim, src/evalfunc.c, src/proto/normal.proPatch 8.2.4271Problem: MS-Windows: cannot build withRuby 3.1.0.Solution: Adjust the DLL name and include directory. (Ken Takata, closes #9666)Files: src/Make_cyg_ming.mak, src/Make_mvc.makPatch 8.2.4272Problem:Vim9expr test fails without thechannel feature. (Dominique Pellé)Solution: Remove "g:" before "CheckFeature". (closes #9671)Files: src/testdir/test_vim9_expr.vimPatch 8.2.4273Problem: The EBCDIC supportis outdated.Solution: Remove the EBCDIC support.Files: src/ascii.h, src/charset.c, src/cindent.c, src/digraph.c, src/edit.c, src/eval.c, src/evalfunc.c, src/ex_cmds.c, src/feature.h, src/filepath.c, src/findfile.c, src/getchar.c, src/gui.c, src/gui_motif.c, src/hardcopy.c, src/help.c, src/macros.h, src/map.c, src/mark.c, src/misc2.c, src/normal.c, src/ops.c, src/option.c, src/option.h, src/optiondefs.h, src/os_unix.c, src/proto/evalfunc.pro, src/regexp.c, src/regexp_bt.c, src/regexp_nfa.c, src/register.c, src/screen.c, src/spell.c, src/strings.c, src/structs.h, src/term.c, src/version.c, src/viminfo.c, src/testdir/test_edit.vim, src/testdir/test_exec_while_if.vim, src/testdir/test_expr.vim, src/testdir/test_gf.vim, src/testdir/test_regexp_utf8.vimPatch 8.2.4274Problem: Basic and formfiletype detectionis incomplete.Solution: Adda separate function for .frm files. (Doug Kearns, closes #9675)Files: runtime/autoload/dist/ft.vim, runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4275Problem: Cannot use anautoload function froma package under start.Solution: Also look in the "start" package directory. (Bjorn Linse, closes #7193)Files: src/scriptfile.c, src/testdir/test_packadd.vimPatch 8.2.4276Problem: Separate test function for theGUI scrollbar.Solution: Use test_gui_event(). (Yegappan Lakshmanan, closes #9674)Files: runtime/doc/builtin.txt, runtime/doc/testing.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/testing.c, src/proto/testing.pro, src/testdir/test_gui.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.4277Problem: Vim9: an import does not shadowa command modifier.Solution: Do not accepta command modifier followed bya dot.Files: src/ex_docmd.c, src/testdir/test_vim9_import.vimPatch 8.2.4278Problem: Build with AthenaGUI fails. (Elimar Riesebieter)Solution: Add #ifdef.Files: src/testing.cPatch 8.2.4279Problem: Vim9: cannot change item type withmap() after range().Solution: Split the return type in current type and declared type. (closes #9665)Files: src/evalfunc.c, src/proto/evalfunc.pro, src/vim9instr.c, src/vim9type.c, src/proto/vim9type.pro, src/testdir/test_vim9_builtin.vimPatch 8.2.4280 (after 8.2.4279)Problem: list-dict test crashes.Solution: Check declared type for add().Files: src/vim9expr.vimPatch 8.2.4281Problem: Using freed memory with:lopen and :bwipe.Solution: Do not usea wiped out buffer.Files: src/buffer.c, src/testdir/test_quickfix.vimPatch 8.2.4282Problem: Restricted mode requires the-Z command line option.Solution: Use restricted mode when $SHELL ends in "nologin" or "false". (closes #9681)Files: runtime/doc/starting.txt, src/option.c, src/testdir/test_restricted.vimPatch 8.2.4283Problem: Usinga variable for the return valueis not needed.Solution: Return the value directly. (closes #9687)Files: src/ex_docmd.c, src/misc2.cPatch 8.2.4284Problem: Oldmac resources files are no longer used.Solution: Delete the unused files. (Ozaki Kiichi, closes #9688)Files: Filelist, src/Makefile, src/dehqx.py, src/infplist.xml, src/os_mac.rsr.hqx, src/os_mac_rsrc/app.icns, src/os_mac_rsrc/doc-txt.icns, src/os_mac_rsrc/doc.icnsPatch 8.2.4285Problem: Vim9: type of item in for loop not checked properly.Solution: Adjust the type checking. (closes #9683)Files: src/vim9compile.c, src/proto/vim9compile.pro, src/vim9cmds.c, src/testdir/test_vim9_script.vimPatch 8.2.4286Problem: Vim9: strict type checking aftercopy() and deepcopy().Solution: Allow type to change after makinga copy. (closes #9644)Files: src/eval.c, src/proto/eval.pro, src/dict.c, src/proto/dict.pro, src/list.c, src/proto/list.pro, src/evalfunc.c, src/vim9execute.c, src/vim9type.c, src/proto/vim9type.pro, src/evalvars.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_assign.vimPatch 8.2.4287Problem: Cannot assign emptylist with anylist type to variable with specificlist type.Solution: Use unknownlist type for emptylist if the specified typeis any.Files: src/vim9type.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_func.vimPatch 8.2.4288Problem: Preprocessor indents are inconsistent.Solution: Fix preprocessor indents. (Ken Takata, closes #9691)Files: src/arglist.c, src/change.c, src/ex_cmds.c, src/gui.c, src/hashtab.c, src/indent.c, src/ops.c, src/os_win32.cPatch 8.2.4289Problem: Warnings reported by MSVC.Solution: Renamevariables and other fixes. (Ken Takata, closes #9689)Files: src/cmdexpand.c, src/drawscreen.c, src/filepath.c, src/getchar.c, src/menu.c, src/os_win32.c, src/version.cPatch 8.2.4290Problem: MS-Windows: using type casts fortimer IDs.Solution: Remove type casts and use the right type. (Ken Takata, closes #9690) Remove old debug comments. Renamevariables and functions.Files: src/gui_w32.cPatch 8.2.4291Problem: Error number used twice.Solution: Renumber the errors.Files: src/errors.hPatch 8.2.4292 (after 8.2.4291)Problem: Test fails.Solution: Adjust the expected error number.Files: src/testdir/test_vim9_cmd.vimPatch 8.2.4293Problem: Vim9: whencopyingalistit gets type list<any> even when the originallist did not havea type.Solution: Only set the type when the originallist hasa type. (closes #9692)Files: src/list.c, src/testdir/test_vim9_expr.vimPatch 8.2.4294Problem: MS-Windows: #ifdefs for Cygwin are too complicated.Solution: Simplify the conditions. (Ken Takata, closes #9693)Files: src/evalfunc.c, src/main.c, src/os_unix.c, src/os_win32.c, src/os_win32.hPatch 8.2.4295Problem: Vim9: concatenating two lists may result in wrong type.Solution: Remove the type instead of using list<any>. (closes #9692)Files: src/list.c, src/testdir/test_vim9_expr.vimPatch 8.2.4296Problem: Vim9: not all code covered by tests.Solution: Adda few more tests for corner cases. Fix hang when singlequoteis missing.Files: src/vim9expr.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_expr.vimPatch 8.2.4297Problem: Vim9: not all code covered by tests.Solution: Adda couple more tests.Files: src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.4298Problem: Divide by zero with huge tabstop value.Solution: Reject tabstop value that overflows to zero.Files: src/indent.c, src/testdir/test_vartabs.vimPatch 8.2.4299Problem:SafeStateautocommand interferes with debugging.Solution: Do not triggerSafeState while debugging. (closes #9697)Files: src/main.cPatch 8.2.4300 (after 8.2.4299)Problem: Cannot build tiny version. (Tony Mechelynck)Solution: Add #ifdef.Files: src/main.cPatch 8.2.4301Problem: Vim9: type error for copy of dict.Solution: Do not use dict<any> but no type. (closes #9696)Files: src/dict.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4302Problem: Vim9: return type ofgetline()is too strict.Solution: Make the declared type list<any>. Alsodo this for otherfunctions returningalist ofa specific type.Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4303Problem:A fewmessages should not be translated.Solution: Remove _(). (Dominique Pellé, closes #9702)Files: src/syntax.cPatch 8.2.4304Problem: Vim9:slice() makesa copy but doesn't change the type.Solution: Change the declared type like copy(). (closes #9696)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4305Problem: Texfiletype detection fails.Solution: Check value to be positive. (closes #9704)Files: runtime/autoload/dist/ft.vim, src/testdir/test_filetype.vimPatch 8.2.4306Problem: No test for fixedperlfiletype check.Solution: Adda test. Sort test functions.Files: src/testdir/test_filetype.vimPatch 8.2.4307Problem:A few moremessages should not be translated.Solution: Remove _().Files: src/syntax.cPatch 8.2.4308Problem: Vim9: cannotlistautoload function.Solution: Don't give an error for using# when listinga function. (closes #9703)Files: src/userfunc.c, src/testdir/test_vim9_import.vimPatch 8.2.4309Problem: Vim9: crash when usingapartial in the wrong context.Solution: Don't use an NULL outer pointer. (closes #9706)Files: src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.4310Problem: Vim9: constantlist anddict geta declaration type other than "any".Solution:A constantlist anddict havea declared member type "any". (closes #9701)Files: src/vim9instr.c, src/vim9type.c, src/proto/vim9type.pro, src/testdir/test_vim9_builtin.vimPatch 8.2.4311Problem: Vim9:changingscript variable type not caughtat compile time.Solution: Set the declared type.Files: src/vim9instr.c, src/testdir/test_vim9_assign.vimPatch 8.2.4312Problem: No error for using:vim9script ina:def function.Solution: Give an error when compiling.Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.4313Problem: Vim9: cannot change type oflist after makinga slice.Solution: Adjust the declared member type. (closes #9696)Files: src/vim9expr.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4314 (after 8.2.4312)Problem: Test fails where lines are skipped.Solution: Only give an error when not skipping commands.Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.4315Problem: Put inVisual mode not fully tested.Solution: Adda few more test cases. (closes #9708)Files: src/testdir/test_visual.vimPatch 8.2.4316Problem: __CYGWIN32__is not defined on 64 bit systems.Solution: Update #ifdefs. (Ken Takata, closes #9709)Files: src/main.c, src/os_unix.c, src/pty.c, src/vim.hPatch 8.2.4317Problem: MS-Windows: Vim exits whenPython 3 initialisation fails.Solution: Hook into the exit() function to recover from the failure. (Ken Takata, closes #9710)Files: runtime/doc/if_pyth.txt, src/if_python3.c, src/os_win32.c, src/errors.h, src/proto/os_win32.proPatch 8.2.4318Problem: Various comment and indent mistakes, returning wrong zero.Solution: Fix the mistakes. Return NULL instead of FAIL.Files: src/clientserver.c, src/eval.c, src/evalvars.c, src/vim9cmds.c, src/window.cPatch 8.2.4319Problem::put does not work properly in compiled function. (John Beckett)Solution: Adjust the direction when using line zero.Files: src/vim9execute.c, src/testdir/test_vim9_cmd.vimPatch 8.2.4320Problem: Athena and Motif: when maximized scrollbar positionis wrong.Solution: Implement the scrollbar padding functions. (closes #9712)Files: src/gui_athena.c, src/gui_motif.cPatch 8.2.4321Problem: Vim9: crash when usinga funcref toa closure.Solution: Copy pt_outer to the new partial. (closes #9714)Files: src/evalfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.4322Problem: Vim9: crash when using funcref with closure.Solution: Keepareference to the funcref that has the outer context. (closes #9716)Files: src/evalfunc.c, src/structs.h, src/eval.c, src/vim9execute.c, src/testdir/test_vim9_func.vimPatch 8.2.4323Problem: Vim9: nested function name can start with "_".Solution: Use same rule for function name for nested functions. (closes #9713)Files: src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.4324Problem: Vim9:script-local function name can start with "_".Solution: Check for leading capital after "s:". Correct error message.Files: src/userfunc.c, src/errors.h, src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.4325Problem:'wildmenu' only shows few matches.Solution: Add the "pum" option: useapopup menu to show the matches. (Yegappan Lakshmanan et al., closes #9707)Files: runtime/doc/options.txt, src/vim.h, src/cmdexpand.c, src/drawscreen.c, src/evalfunc.c, src/ex_getln.c, src/option.h, src/optionstr.c, src/popupmenu.c, src/proto/cmdexpand.pro, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_wildmenu_pum_01.dump, src/testdir/dumps/Test_wildmenu_pum_02.dump, src/testdir/dumps/Test_wildmenu_pum_03.dump, src/testdir/dumps/Test_wildmenu_pum_04.dump, src/testdir/dumps/Test_wildmenu_pum_05.dump, src/testdir/dumps/Test_wildmenu_pum_06.dump, src/testdir/dumps/Test_wildmenu_pum_07.dump, src/testdir/dumps/Test_wildmenu_pum_08.dump, src/testdir/dumps/Test_wildmenu_pum_09.dump, src/testdir/dumps/Test_wildmenu_pum_10.dump, src/testdir/dumps/Test_wildmenu_pum_11.dump, src/testdir/dumps/Test_wildmenu_pum_12.dump, src/testdir/dumps/Test_wildmenu_pum_13.dump, src/testdir/dumps/Test_wildmenu_pum_14.dump, src/testdir/dumps/Test_wildmenu_pum_15.dump, src/testdir/dumps/Test_wildmenu_pum_16.dump, src/testdir/dumps/Test_wildmenu_pum_17.dump, src/testdir/dumps/Test_wildmenu_pum_18.dump, src/testdir/dumps/Test_wildmenu_pum_19.dump, src/testdir/dumps/Test_wildmenu_pum_20.dump, src/testdir/dumps/Test_wildmenu_pum_21.dump, src/testdir/dumps/Test_wildmenu_pum_22.dump, src/testdir/dumps/Test_wildmenu_pum_23.dump, src/testdir/dumps/Test_wildmenu_pum_24.dump, src/testdir/dumps/Test_wildmenu_pum_25.dump, src/testdir/dumps/Test_wildmenu_pum_26.dump, src/testdir/dumps/Test_wildmenu_pum_27.dump, src/testdir/dumps/Test_wildmenu_pum_28.dump, src/testdir/dumps/Test_wildmenu_pum_29.dumpPatch 8.2.4326Problem: "o" and "O"copying comment not sufficiently tested.Solution: Adda test case. (closes #9718)Files: src/testdir/test_textformat.vimPatch 8.2.4327Problem: Mayend up with no current buffer.Solution: Whendeleting the current buffer to not pickaquickfix bufferas the new current buffer.Files: src/buffer.c, src/testdir/test_quickfix.vimPatch 8.2.4328Problem: Command line complete matches cleared when typing character. (Dominique Pellé)Solution: Only removeapopup menu if thereis one.Files: src/ex_getln.c, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_wildmenu_pum_30.dump, src/testdir/dumps/Test_wildmenu_pum_31.dumpPatch 8.2.4329Problem: No support forend line number and column in'errorformat'.Solution: Add %e and %k. (closes #9624)Files: runtime/doc/quickfix.txt, src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.4330Problem: Vim9: no error ifscript imports itself.Solution: Give an error whenascript imports itself.Files: src/vim9script.c, src/errors.h, src/testdir/test_vim9_import.vimPatch 8.2.4331Problem: Vim9: no test for existingscript variable in block.Solution: Adda test.Files: src/testdir/test_vim9_func.vimPatch 8.2.4332Problem: Vim9: incomplete test for existingscript variable in block.Solution: Adda couple more tests. Fix uncovered problem.Files: src/userfunc.c, src/vim9compile.c, src/proto/vim9compile.pro, src/vim9script.c, src/vim9expr.c, src/testdir/test_vim9_func.vimPatch 8.2.4333Problem: cstack not always passed to whereitis needed.Solution: Pass cstack through functions.Files: src/eval.c, src/vim9expr.c, src/vim9script.c, src/proto/vim9script.pro, src/vim9compile.c, src/proto/vim9compile.proPatch 8.2.4334Problem: Command linepopup menu not positioned correctly.Solution: Also use vim_strsize() on the existing text. (Naruhiko Nishino, closes #9727)Files: src/cmdexpand.c, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_wildmenu_pum_32.dumpPatch 8.2.4335Problem: Noautocommand event triggered beforechanging directory. (Ronnie Magatti)Solution: Add DirChangedPre. (closes #9721)Files: runtime/doc/autocmd.txt, src/ex_docmd.c, src/proto/ex_docmd.pro, src/vim.h, src/autocmd.c, src/misc2.c, src/testdir/test_autocmd.vimPatch 8.2.4336Problem: Using:filter for:scriptnames does not work. (Ben Jackson)Solution: Call message_filtered(). (closes #9720)Files: src/scriptfile.c, src/testdir/test_filter_cmd.vimPatch 8.2.4337Problem: Part of conditionis always true.Solution: Remove that part of the condition. (closes #9729)Files: src/filepath.cPatch 8.2.4338Problem: An error from anexpressionmapping messes up the display.Solution: When theexpression results in an emptystring return K_IGNORE. In cmdline mode redraw the command line. (closes #9726)Files: src/getchar.c, src/testdir/test_mapping.vim, src/testdir/dumps/Test_map_expr_2.dump, src/testdir/dumps/Test_map_expr_3.dump, src/testdir/dumps/Test_map_expr_4.dumpPatch 8.2.4339Problem:CTRL-A does not work properly with the cmdlinepopup menu.Solution: Fix issues withCTRL-A. Add more tests for the cmdlinepopup menu. Remove TermWait() before VeriryScreenDump(). Refactor the cmdlinepopup code. (Yegappan Lakshmanan, closes #9735)Files: src/cmdexpand.c, src/ex_getln.c, src/popupmenu.c, src/testdir/screendump.vim, src/testdir/test_bufline.vim, src/testdir/test_cmdline.vim, src/testdir/test_conceal.vim, src/testdir/test_cursorline.vim, src/testdir/test_diffmode.vim, src/testdir/test_display.vim, src/testdir/test_highlight.vim, src/testdir/test_match.vim, src/testdir/test_popup.vim, src/testdir/test_search_stat.vim, src/testdir/test_terminal.vim, src/testdir/test_textprop.vim, src/testdir/dumps/Test_wildmenu_pum_33.dump, src/testdir/dumps/Test_wildmenu_pum_34.dump, src/testdir/dumps/Test_wildmenu_pum_35.dump, src/testdir/dumps/Test_wildmenu_pum_36.dump, src/testdir/dumps/Test_wildmenu_pum_37.dumpPatch 8.2.4340Problem: Amiga: mch_can_exe()is not implemented.Solution: Implement mch_can_exe() forAmiga OS 4. (Ola Söder, closes #9731)Files: src/os_amiga.cPatch 8.2.4341Problem: Command line not redrawn when finishingpopup menu and the screen has scrolled up.Solution: Redraw the command line after updating the screen. (closes #9722)Files: src/cmdexpand.c, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_wildmenu_pum_38.dumpPatch 8.2.4342Problem: CI will soon switch to otherwindows version.Solution: Use "windows-2019" instead of "windows-latest". (Ozaki Kiichi, closes #9740)Files: .github/workflows/ci.ymlPatch 8.2.4343Problem: When reloading not all properties are detected.Solution: Add the "edit" value to v:fcs_choice. (Rob Pilling, closes #9579)Files: runtime/doc/editing.txt, runtime/doc/eval.txt, src/fileio.c, src/proto/fileio.pro, src/message.c, src/spellfile.c, src/testdir/test_filechanged.vimPatch 8.2.4344Problem: Amiga: header file included twice.Solution: Remove #include. (Ola Söder, closes #9733)Files: src/memfile.cPatch 8.2.4345Problem:<amatch>is expanded likea file name for DirChangedPre.Solution: Do not expand<amatch>. (closes #9742) Also for theUser event.Files: src/autocmd.c, src/testdir/test_autocmd.vimPatch 8.2.4346Problem:A custom statusline may cause Esc to work like Enter on the command line when thepopup menuis displayed.Solution: Save and restore KeyTyped. (closes #9749)Files: src/drawscreen.c, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_wildmenu_pum_39.dumpPatch 8.2.4347Problem: In some build setups UNUSEDis not defined.Solution: Change the logic of how UNUSEDis defined. (Ola Söder, closes #9734)Files: src/vim.hPatch 8.2.4348Problem: "legacy exe cmd" does notdo what one would expect.Solution: Apply the "legacy" and "vim9script" command modifiers to the argument of ":execute".Files: runtime/doc/vim9.txt, src/globals.h, src/eval.c, src/ex_docmd.c, src/testdir/test_vim9_cmd.vimPatch 8.2.4349Problem:FileChangedShell test fails on MS-Windows.Solution: Skip the test on MS-Windows.Files: src/testdir/test_filechanged.vimPatch 8.2.4350Problem: FEAT_GUI_ENABLED defined but never used.Solution: Remove the #define. (Ola Söder, closes #9732)Files: src/vim.hPatch 8.2.4351Problem: No coverageis measured onMS-Windows CI.Solution: Enable coverage on MS-Windows. (Ozaki Kiichi, closes #9750)Files: .github/workflows/ci.ymlPatch 8.2.4352Problem: ReScript files are not recognized.Solution: Add the *.res and *.resi patterns. (Ananda Umamil, closes #9752)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4353Problem: CI does not use the latestLua and Python.Solution: UseLua 5.4.2 andPython 3.10. (closes #9744)Files: .github/workflows/ci.ymlPatch 8.2.4354Problem: Dynamic loading of libsodium not handled properly.Solution: Fixhas() and :version. Show an error message when loading fails. Fix memory leaks. (Ken Takata, closes #9754)Files: src/crypt.c, src/evalfunc.c, src/gui_dwrite.cpp, src/if_cscope.c, src/os_win32.c, src/proto/crypt.pro, src/proto/os_win32.pro, src/version.cPatch 8.2.4355Problem: Unnecessary call to check_colorcolumn().Solution: Remove the call. (Sean Dewar, closes #9748)Files: src/option.c, src/window.cPatch 8.2.4356Problem: Command line completionfunctions are very long.Solution: Refactor into multiple functions. (Yegappan Lakshmanan, closes #9753)Files: src/cmdexpand.cPatch 8.2.4357 (after 8.2.4348)Problem: sticky command modifiers are too sticky.Solution: Do not apply command modifiers toa sourced script. (closes #9751)Files: src/scriptfile.c, src/testdir/test_vim9_cmd.vimPatch 8.2.4358Problem: Vim9: line number of exceptionis not set.Solution: Set the line number before throwing an exception. (closes #9755)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.4359Problem: crash when repeatedly using :retab.Solution: Bail out when the lineis getting too long.Files: src/indent.c, src/testdir/test_retab.vimPatch 8.2.4360Problem: Vim9: allowing use of "s:" leads to inconsistencies.Solution: Disallow using "s:" inVim9scriptat thescript level.Files: src/userfunc.c, src/proto/userfunc.pro, src/errors.h, src/vim9compile.c, src/eval.c, src/testdir/vim9.vim, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_import.vim, src/testdir/test_vim9_script.vimPatch 8.2.4361 (after 8.2.4360)Problem: Vim9: some tests fail.Solution: Fix the tests, mostly by removing "s:".Files: src/testdir/test_expr.vim, src/testdir/test_functions.vim, src/testdir/test_ins_complete.vim, src/testdir/test_normal.vim, src/testdir/test_tagfunc.vimPatch 8.2.4362Problem::retab may allocate too much memory.Solution: Bail out when allocating more than MAXCOL bytes.Files: src/indent.cPatch 8.2.4363Problem: MS-Windows: running out of memory fora very long line.Solution: Usea 32 bit value for MAXCOL also when ints are 64 bits.Files: src/vim.hPatch 8.2.4364Problem: MS-Windows: still running out of memory fora very long line.Solution: Check for negative length.Files: src/indent.cPatch 8.2.4365 (after 8.2.4348)Problem: sticky command modifiers are too sticky.Solution: Do not apply command modifiers toa called function. (closes #9751)Files: src/userfunc.c, src/testdir/test_vim9_cmd.vimPatch 8.2.4366Problem: Not enough tests for command line completion.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #9760)Files: src/cmdexpand.c, src/testdir/test_cmdline.vim, src/testdir/test_usercommands.vimPatch 8.2.4367Problem: Calling in_vim9script() multiple times.Solution: Callit once and keep the result.Files: src/userfunc.c, src/eval.cPatch 8.2.4368Problem: Amiga:a few compiler warnings.Solution: Adjust #ifdefs. Add "UNUSED". (Ola Söder, closes #9756, closes #9757)Files: src/term.c, src/os_amiga.cPatch 8.2.4369Problem: Redundant #ifdef argument.Solution: Remove unused MSWIN. (Ola Söder, closes #9758)Files: src/feature.hPatch 8.2.4370Problem: MS-Windows: libsodium.dll not included with the installer.Solution: Add the file to the installer ifit exists. (Christian Brabandt, closes #9762)Files: nsis/gvim.nsiPatch 8.2.4371Problem: Vim9: can createascript variable froma legacy function.Solution: Disallow creatingascript variable froma function.Files: src/evalvars.c, src/errors.h, src/testdir/test_vim9_script.vimPatch 8.2.4372Problem: Filetype detection from file contentsis in legacy script.Solution: Usea compiled function forfiletype detection.Files: runtime/scripts.vim, runtime/autoload/dist/script.vimPatch 8.2.4373Problem: Expression test fails.Solution: Make the test work with latestVim9 syntax.Files: src/testdir/test_expr.vimPatch 8.2.4374Problem: Unreachable code.Solution: Remove outdated code lines.Files: src/vim9compile.cPatch 8.2.4375Problem: ctx_importsis not used.Solution: Delete ctx_imports. Add missing dependency.Files: src/vim9.h, src/vim9compile.c, src/proto/vim9compile.pro, src/eval.c, src/evalfunc.c, src/evalvars.c, src/userfunc.c, src/vim9expr.c, src/vim9script.c, src/MakefilePatch 8.2.4376Problem: Not enough tests for command line completion.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #9771)Files: src/testdir/test_cmdline.vim, src/testdir/test_usercommands.vimPatch 8.2.4377Problem: CI steps for Windows area bit unorganized.Solution: Organize CI test steps on Windows. (Ozaki Kiichi, closes #9764)Files: .github/workflows/ci.ymlPatch 8.2.4378Problem: Incsearch highlight broken when callingsearchcount() in 'tabLine' function. (Mirko Palmer)Solution: Save and restore the incsearch state. (Christian Brabandt, closes #9763, closes #9633)Files: src/search.c, src/testdir/test_search_stat.vim, src/testdir/dumps/Test_searchstat_inc_1.dump, src/testdir/dumps/Test_searchstat_inc_2.dump, src/testdir/dumps/Test_searchstat_inc_3.dumpPatch 8.2.4379Problem: An empty changeis reported toa listener.Solution: Do not report an empty change. (closes #9768) Remove unused return value.Files: src/undo.c, src/change.c, src/testdir/test_listener.vimPatch 8.2.4380Problem: Small differences betweenChinese translation files.Solution: Add rule for convertingUTF-8 to gb2312. (closes #9773)Files: src/po/Makefile, src/po/Make_all.makPatch 8.2.4381 (after 8.2.4380)Problem: Translation file listed twice.Solution: Remove one entry.Files: src/po/Make_all.makPatch 8.2.4382 (after 8.2.4346)Problem:A custom'tabline' may cause Esc to work like Enter on the command line when thepopup menuis displayed.Solution: Save and restore KeyTyped. (closes #9776)Files: src/drawscreen.c, src/screen.c, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_wildmenu_pum_40.dumpPatch 8.2.4383Problem: Vim9: unused code lines.Solution: Rely on either "cctx" or "cstack" to not be NULL.Files: src/vim9compile.cPatch 8.2.4384Problem: Vim9: error message not tested, some code not tested.Solution: Adda couple of test cases. Give an error fora command modifier withouta command.Files: src/errors.h, src/vim9compile.c, src/ex_docmd.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_cmd.vimPatch 8.2.4385 (after 8.2.4384)Problem: Cannot build tiny version.Solution: Adjust #ifdefs.Files: src/errors.hPatch 8.2.4386 (after 8.2.4384)Problem: Still cannot build tiny version.Solution: Adjust #ifdefs.Files: src/ex_docmd.cPatch 8.2.4387Problem: Command line completion doesn't always work properly.Solution: Adjust triggering aftera "|". Add more tests. (Yegappan Lakshmanan, closes #9779)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.4388Problem: Dead code in op_insert().Solution: Remove condition and else block. (closes #9782)Files: src/ops.cPatch 8.2.4389Problem:screenpos() does not handlea position ina closed fold.Solution: Check if the positionis insidea closed fold. (closes #9778)Files: src/move.c, src/testdir/test_cursor_func.vimPatch 8.2.4390Problem: Vim9:list from declaration with inferred type does not set the type on the value.Solution: When inferring the type ina variable declaration also set the type of thelist or dictionary. (closes #9705) Do not set the type when the memberis "any".Files: src/vim9compile.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.4391Problem: Command line executed when typing Esc in the GUI.Solution: Move saving/restoring KeyTyped to build_stl_str_hl(). (closes #9783)Files: src/buffer.c, src/screen.cPatch 8.2.4392 (after 8.2.4002)Problem:MS-Windows with VIMDLL: Escaping CSIis wrong.Solution: Put back #ifdef. (Ken Takata, closes #9769)Files: src/getchar.cPatch 8.2.4393Problem: Possible number overflow with nested folds.Solution: Avoida negative line number.Files: src/fold.cPatch 8.2.4394 (after 8.2.4392)Problem: UTF8 select mode test fails on MS-Windows.Solution: Revert the #ifdef change.Files: src/getchar.cPatch 8.2.4395Problem: Some code lines not covered by tests.Solution: Adda few more test cases. Fix getting more than one error for invalid assignment.Files: src/evalvars.c, src/errors.h, src/vim9compile.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_func.vimPatch 8.2.4396 (after 8.2.4395)Problem: Python3 test fails.Solution: Remove "let".Files: src/testdir/test_vim9_func.vimPatch 8.2.4397Problem: Crash when using many composing characters in error message.Solution: Use mb_cptr2char_adv() instead of mb_ptr2char_adv().Files: src/testing.c, src/testdir/test_assert.vimPatch 8.2.4398Problem: Some command completionfunctions are too long.Solution: Refactor code into separate functions. Adda few more tests. (Yegappan Lakshmanan, closes #9785)Files: src/cmdexpand.c, src/ex_getln.c, src/usercmd.c, src/proto/usercmd.pro, src/testdir/test_cmdline.vimPatch 8.2.4399Problem: Crash after ml_get error.Solution: When returning "???" flush the line and set ml_line_lnum.Files: src/memline.cPatch 8.2.4400 (after 8.2.4394)Problem: MS-Windows: cannot use the mouse in the console with VIMDLL.Solution: use add_char2buf() instead of fix_input_buffer(). (closes #9784, closes #9769)Files: src/getchar.cPatch 8.2.4401Problem: Map listing does not clear the rest of the command line.Solution: Call msg_clear_eos(). (closes #5623, closes #5962)Files: src/map.c, src/testdir/test_mapping.vim, src/testdir/dumps/Test_map_list_1.dumpPatch 8.2.4402Problem: Missing parenthesis may cause unexpected problems.Solution: Add more parenthesisis macros. (closes #9788)Files: src/autocmd.c, src/charset.c, src/drawline.c, src/drawscreen.c, src/evalfunc.c, src/fileio.c, src/fold.c, src/getchar.c, src/highlight.c, src/memline.c, src/normal.c, src/quickfix.c, src/regexp.c, src/search.c, src/sha256.c, src/spell.c, src/spellfile.c, src/spellsuggest.c, src/syntax.c, src/window.cPatch 8.2.4403Problem: ml_get error with nestedfolds anddeleting lines.Solution: Correct the last line number before calling hasFoldingWin().Files: src/change.cPatch 8.2.4404Problem: Vim9: some code not covered by tests.Solution: Adda few specific test cases.Files: src/vim9execute.c, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_import.vimPatch 8.2.4405Problem: Compiler warning for unused variable without the+folding feature. (Tony Mechelynck)Solution: Add #ifdef.Files: src/change.cPatch 8.2.4406Problem: Expandfunctions use confusing argument names.Solution: Rename "file" to "match". Refactor some completion code. Adda few more tests. (Yegappan Lakshmanan, closes #9790)Files: src/cmdexpand.c, src/testdir/test_usercommands.vimPatch 8.2.4407Problem: Vim9: some code not covered by tests.Solution: Add more tests. Avoid giving two errors. Remove dead code.Files: src/vim9execute.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_func.vimPatch 8.2.4408Problem: Vim9: some code not covered by tests.Solution: Adda few more tests. Correct error message. Allow unlet ondict witha number key.Files: src/vim9execute.c, src/errors.h, src/testdir/test_vim9_assign.vimPatch 8.2.4409Problem: Vim9: some code not covered by tests.Solution: Adda few more tests. Fix reported line number.Files: src/vim9execute.c, src/testdir/test_vim9_assign.vimPatch 8.2.4410Problem: Vim9: some code not covered by tests.Solution: Adda few more tests. Remove dead code.Files: src/vim9execute.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vimPatch 8.2.4411Problem: Bicep files are not recognized.Solution: Match *.bicep files. (Dundar Goc, closes #9791)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4412Problem: Translation cleanupscript does not remove empty linesat end.Solution: Remove empty linesat the end. (Ken Takata, closes #9794)Files: src/po/cleanup.vimPatch 8.2.4413Problem: Vim9: Coverity warns for using NULL pointer.Solution: Give an internal error when funcref function can't be found.Files: src/vim9execute.cPatch 8.2.4414Problem: Solidity files are not recognized.Solution: Add the *.sol pattern. (Dundar Goc, closes #9792)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4415Problem: Function argument name conflicts with C++ keyword.Solution: Rename the argument.Files: src/usercmd.c, src/proto/usercmd.proPatch 8.2.4416Problem: Vim9: usingascript-local function requires using "s:" when setting'completefunc'.Solution: Do not require "s:" inVim9 script. (closes #9796)Files: runtime/doc/options.txt, src/userfunc.c, src/testdir/test_ins_complete.vimPatch 8.2.4417 (after 8.2.4416)Problem: Using NULL pointer.Solution: Set offset after checking for NULL pointer.Files: src/userfunc.cPatch 8.2.4418Problem: Crash when using specialmulti-byte character.Solution: Don't use isalpha() for an arbitrary character.Files: src/charset.c, src/proto/charset.pro, src/filepath.c, src/testdir/test_autochdir.vimPatch 8.2.4419Problem: Illegal memory access when using exactly 20 highlights.Solution: Add one more item in the array. (Brandon Richardson, closes #9800)Files: src/buffer.c, src/testdir/test_tabline.vimPatch 8.2.4420Problem: Menu translations are inconsistent.Solution: Adda Makefile to convert between encodings. (Ada (Haowen) Yu, closes #9801)Files: runtime/lang/Makefile, runtime/lang/menu_af_af.latin1.vim, runtime/lang/menu_ca_es.latin1.vim, runtime/lang/menu_chinese_gb.936.vim, runtime/lang/menu_chinese_taiwan.950.vim, runtime/lang/menu_cs_cz.iso_8859-2.vim, runtime/lang/menu_cs_cz.utf-8.vim, runtime/lang/menu_czech_czech_republic.1250.vim, runtime/lang/menu_czech_czech_republic.ascii.vim, runtime/lang/menu_da.utf-8.vim, runtime/lang/menu_de_de.latin1.vim, runtime/lang/menu_eo.utf-8.vim, runtime/lang/menu_es_es.latin1.vim, runtime/lang/menu_fi_fi.latin1.vim, runtime/lang/menu_fr_fr.latin1.vim, runtime/lang/menu_hu_hu.iso_8859-2.vim, runtime/lang/menu_hu_hu.utf-8.vim, runtime/lang/menu_is_is.latin1.vim, runtime/lang/menu_it_it.latin1.vim, runtime/lang/menu_ja_jp.euc-jp.vim, runtime/lang/menu_ja_jp.utf-8.vim, runtime/lang/menu_japanese_japan.932.vim, runtime/lang/menu_ko_kr.euckr.vim, runtime/lang/menu_ko_kr.utf-8.vim, runtime/lang/menu_nl_nl.latin1.vim, runtime/lang/menu_no_no.latin1.vim, runtime/lang/menu_pl_pl.iso_8859-2.vim, runtime/lang/menu_pl_pl.utf-8.vim, runtime/lang/menu_polish_poland.1250.vim, runtime/lang/menu_pt_br.vim, runtime/lang/menu_pt_pt.vim, runtime/lang/menu_ru.utf-8.vim, runtime/lang/menu_ru_ru.koi8-r.vim, runtime/lang/menu_ru_ru.utf-8.vim, runtime/lang/menu_ru_ru.vim, runtime/lang/menu_sk_sk.iso_8859-2.vim, runtime/lang/menu_sl_si.cp1250.vim, runtime/lang/menu_sl_si.latin2.vim, runtime/lang/menu_sl_si.utf-8.vim, runtime/lang/menu_slovak_slovak_republic.1250.vim, runtime/lang/menu_sr_rs.ascii.vim, runtime/lang/menu_sr_rs.iso_8859-2.vim, runtime/lang/menu_sr_rs.iso_8859-5.vim, runtime/lang/menu_sr_rs.utf-8.vim, runtime/lang/menu_sv_se.latin1.vim, runtime/lang/menu_tr_tr.cp1254.vim, runtime/lang/menu_tr_tr.iso_8859-9.vim, runtime/lang/menu_tr_tr.utf-8.vim, runtime/lang/menu_uk_ua.cp1251.vim, runtime/lang/menu_uk_ua.koi8-u.vim, runtime/lang/menu_uk_ua.utf-8.vim, runtime/lang/menu_vi_vn.vim, runtime/lang/menu_zh_cn.utf-8.vim, runtime/lang/menu_zh_tw.utf-8.vimPatch 8.2.4421Problem: Some installed files and directories have wrong permissions.Solution: Adjust the Makefile and shell to set permissions. (closes #9793)Files: src/Makefile, src/installman.shPatch 8.2.4422Problem: Autochdir test fails on MS-Windows.Solution: Expect another error on MS-Windows.Files: src/testdir/test_autochdir.vimPatch 8.2.4423Problem: "make nvcmdidxs" fails.Solution: Use "-S" instead of "-u" to source the script.Files: src/MakefilePatch 8.2.4424Problem: ".gts" and ".gjs" files are not recognized.Solution: Recognize Glimmer flavored typescript and javascript. (closes #9799)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4425Problem:map() function does not check function argumentsat compile time.Solution: Give an error if the arguments ofamap() function are wrong.Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_func.vimPatch 8.2.4426Problem:map() function onstring andblob does not check argument typesat compile time.Solution: Checkstring andblob argument types. Support "0z1234->func()".Files: src/vim9compile.c, src/evalfunc.c, src/ex_docmd.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4427Problem:getchar() may return modifiers if no characteris available.Solution: Do not process modifiers when thereis no character. (closes #9806)Files: src/getchar.c, src/testdir/test_functions.vimPatch 8.2.4428Problem: Crash when switchingtabpage while in the cmdline window.Solution: Disallow switchingtabpage when in the cmdline window.Files: src/window.c, src/proto/window.pro, src/evalvars.c, src/evalvars.c, src/usercmd.cPatch 8.2.4429Problem: Usingscript-local function from the wrongscript when usinga partial. (Yegappan Lakshmanan)Solution: Include thescript ID in thepartial name.Files: src/userfunc.c, src/proto/userfunc.pro, src/evalfunc.c, src/vim9type.c, src/testdir/test_vim9_import.vimPatch 8.2.4430Problem: GTK: crash when using'guiligatures' and reading from stdin.Solution: Makea copy of the message. (Amon Sha, closes #9719, closes #9814)Files: src/fileio.cPatch 8.2.4431Problem: Unnecessary condition when assigning toa variable.Solution: Remove the condition.Files: src/evalvars.cPatch 8.2.4432 (after 8.2.4428)Problem: Cannot usesettabvar() while the cmdlinewindowis open.Solution: Only give an error when actually switching tabpage. (closes #9813)Files: src/window.cPatch 8.2.4433Problem: CI: cannot see interface versions for MS-Windows.Solution:List the interface versions. (Ken Takata, closes #9811)Files: .github/workflows/ci.ymlPatch 8.2.4434Problem: Duplicate check for cmdline window.Solution: Remove the second check. (Sean Dewar, closes #9816)Files: src/window.cPatch 8.2.4435Problem: Dead code in checkingmap() arguments. (Dominique Pellé)Solution: Remove the first return statement. (closes #9815)Files: src/evalfunc.cPatch 8.2.4436Problem: Crash with weird'vartabstop' value.Solution: Check for running into theend of the line.Files: src/indent.c, src/testdir/test_vartabs.vimPatch 8.2.4437Problem: Vartabs test fails on MS-Windows.Solution: Use iso8859-1'encoding'. (Ken Takata, closes #9818)Files: src/testdir/test_vartabs.vimPatch 8.2.4438Problem: Crash on exit when using cmdline window.Solution: Reset "cmdwin_type" before exiting. (closes #9817)Files: src/ui.c, src/testdir/test_exit.vimPatch 8.2.4439Problem: Accepting "iso8859"'encoding'as "iso-8859-".Solution: use "iso8859"as "iso-8859-1".Files: src/mbyte.c, src/testdir/test_options.vimPatch 8.2.4440Problem: Crash with specificregexppattern and string.Solution: Stopat the start of the string.Files: src/regexp_bt.c, src/testdir/test_regexp_utf8.vimPatch 8.2.4441Problem: Vim9: function argument offilter() not checked like map().Solution: Also check the function argument of filter().Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4442 (after 8.2.4438)Problem: Test for error reading input fails on MS-Windows.Solution: Don't run the test on MS-Windows.Files: src/testdir/test_exit.vimPatch 8.2.4443 (after 8.2.4440)Problem: Regexppattern test fails on Mac.Solution: Do not usea swapfile for the buffer.Files: src/testdir/test_regexp_utf8.vimPatch 8.2.4444Problem: Beep caused by test. ASAN reports leaks.Solution: Do notputa NLat theend of the script. Make the text work on MS-Windows. Do not run the test with ASAN.Files: src/testdir/test_exit.vimPatch 8.2.4445Problem: Exit test fails onMS-Windows anyway.Solution: Skip the test on MS-Windows.Files: src/testdir/test_exit.vimPatch 8.2.4446Problem: Vim9: cannot refer toa global function likea local one.Solution: When g:nameis nota variable buta function, usea function reference. (closes #9826)Files: src/vim9execute.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4447Problem: Vim9: can still uses:var ina compiled function.Solution: Disallow usings:var forVim9 script. (closes #9824)Files: runtime/doc/vim9.txt, src/vim9expr.c, src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.4448 (after 8.2.4447)Problem: Filetype detectionis failing.Solution: Do not use "s:" whereitis no longer allowed.Files: runtime/autoload/dist/ft.vim,Patch 8.2.4449Problem: vim9: function argument ofsort() not checkedat compile time.Solution: Adda compile time check.Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4450 (after 8.2.4449)Problem:List sort test fails.Solution: Passa valid "how" argument.Files: src/testdir/test_listdict.vimPatch 8.2.4451 (after 8.2.4450)Problem:sort() fails when ignoring case.Solution: Accepta number one argument in sort().Files: src/evalfunc.c, src/testdir/test_listdict.vimPatch 8.2.4452Problem: Test for what 8.2.4436 fixes does not check for regression.Solution: Set several options. (Ken Takata, closes #9830)Files: src/testdir/test_vartabs.vimPatch 8.2.4453Problem::helpgrep may free an option that was not allocated. (Yegappan Lakshmanan)Solution: Check if the value was allocated.Files: src/option.c, src/proto/option.pro, src/quickfix.c, src/testdir/test_quickfix.vimPatch 8.2.4454Problem: Resetting cmdwin_type only for one situation.Solution: Reset cmdwin_type before closing windows. (closes #9822)Files: src/ui.c, src/window.c, src/testdir/test_exit.vimPatch 8.2.4455Problem: Accepting one and zero for the secondsort() argumentis strange.Solution: Disallow using one and zero inVim9 script.Files: runtime/doc/builtin.txt, src/evalfunc.c, src/list.c, src/testdir/test_listdict.vimPatch 8.2.4456Problem: Terminal test may fail on some machines.Solution: Increase wait time. (Zdenek Dohnal, closes #9834)Files: src/testdir/test_terminal.vimPatch 8.2.4457Problem: The GPM library can only be linked statically.Solution: Makeit possible to load the GPM library dynamically. (Damien)Files: runtime/doc/various.txt, src/config.h.in, src/configure.ac, src/Makefile, src/evalfunc.c, src/feature.h, src/os_unix.c, src/proto/os_unix.pro, src/version.cPatch 8.2.4458Problem: Vim9: compilingfilter() call fails with funcref that has unknown arguments.Solution: Do not check the arguments if they are unknownat compile time. (closes #9835)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4459Problem: Vim9: compilingsort() call fails witha funcref that has unknown arguments.Solution: Do not check the arguments if they are unknownat compile time. (closes #9835)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4460Problem: Vim9: wrong error for definingdict function.Solution: Explicitly check for trying to defineadict function. (closes #9827)Files: src/errors.h, src/userfunc.c, src/vim9compile.c, src/testdir/test_vim9_func.vimPatch 8.2.4461Problem: MS-Windows: garbage characters on stdout with VIMDLL.Solution: Don't call gui_focus_change() when about to quit. (Ken Takata, closes #9840)Files: src/gui_w32.cPatch 8.2.4462Problem: Not enoughtesting forquickfix code.Solution: Add more tests. Fix uncovered problem. (Yegappan Lakshmanan, closes #9839)Files: src/quickfix.c, src/window.c, src/testdir/test_makeencoding.vim, src/testdir/test_quickfix.vimPatch 8.2.4463Problem: Completion only uses strict matching.Solution: Add the "fuzzy" item for'wildoptions'. (Yegappan Lakshmanan, closes #9803)Files: runtime/doc/options.txt, src/buffer.c, src/cmdexpand.c, src/option.c, src/option.h, src/optionstr.c, src/proto/cmdexpand.pro, src/proto/option.pro, src/proto/search.pro, src/search.c, src/structs.h, src/testdir/gen_opt_test.vim, src/testdir/test_cmdline.vimPatch 8.2.4464Problem: Dtrace files are recognizedasfiletype D.Solution: Addapattern for Dtrace files. (Teubel György, closes #9841) Add some more testing.Files: runtime/autoload/dist/ft.vim, runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4465Problem: Fuzzy completion does not order matches properly.Solution: Do not use regularexpression match. (Yegappan Lakshmanan, closes #9843)Files: src/cmdexpand.c, src/search.c, src/testdir/test_cmdline.vimPatch 8.2.4466Problem: MS-Windows: illegal memory access in installer when using "create-directories"as the final argument.Solution: Check the argument count. (Cam Sinclair, closes #9844)Files: src/dosinst.cPatch 8.2.4467Problem: Runningfiletype test leaves file behind.Solution: Delete the file.Files: src/testdir/test_filetype.vimPatch 8.2.4468Problem: Coverity warns for uninitialized struct member.Solution: Set color.index to zero.Files: src/terminal.cPatch 8.2.4469Problem: Coverity warns for uninitialized variable.Solution: Set the value to zero.Files: src/ex_getln.cPatch 8.2.4470Problem: Coverity warns for uninitialized variable.Solution: Set can_spell to zero.Files: src/drawline.cPatch 8.2.4471Problem: Coverity warns for uninitialized variable.Solution: Set flags to zero.Files: src/vim9cmds.cPatch 8.2.4472Problem: Coverity warns for use ofa freed function name.Solution: Only check anautoload name whenis prefixed.Files: src/userfunc.cPatch 8.2.4473Problem: Coverity warns for not checking return value of ftell().Solution: Bail out if ftell() returnsa negative value.Files: src/spellfile.cPatch 8.2.4474Problem: Memory allocation failures not tested inquickfix code.Solution: Add alloc IDs and tests. (Yegappan Lakshmanan, closes #9848)Files: src/alloc.h, src/quickfix.c, src/vim.h, src/testdir/test_quickfix.vimPatch 8.2.4475Problem: Fuzzy cmdline completion does not work for lower case.Solution: Also use fuzzy completion for lowercase input. (Yegappan Lakshmanan, closes #9849)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.4476Problem: Operator name spelled wrong.Solution: Change trinary to ternary. (Goc Dundar, closes #9850)Files: src/testdir/test_expr.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vimscript.vimPatch 8.2.4477Problem: Crash when using fuzzy completion.Solution: Temporary fix:put back regexp. (closes #9851)Files: src/cmdexpand.cPatch 8.2.4478Problem: Crash when using fuzzy completion.Solution: Temporary fix:put back regexp. (closes #9852, closes #9851)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.4479Problem: No fuzzy completion for maps and abbreviations.Solution: Fuzzy complete maps and abbreviations. (Yegappan Lakshmanan, closes #9856)Files: src/cmdexpand.c, src/map.c, src/proto/map.pro, src/search.c, src/testdir/test_cmdline.vimPatch 8.2.4480Problem: Suspending withCTRL-Z does not work on Android.Solution: Do not handle SIGTSTP. (closes #9854)Files: src/os_unix.cPatch 8.2.4481Problem:Cmdlinepopup menu not removed when'lazyredraw'is set.Solution: Temporarily reset'lazyredraw' when removing thepopup menu. (closes #9857)Files: src/cmdexpand.c, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_wildmenu_pum_41.dumpPatch 8.2.4482Problem: No fuzzy cmdline completion for user defined completion.Solution: Add fuzzy completion for user defined completion. (Yegappan Lakshmanan, closes #9858)Files: src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.4483Problem: Command completion makes two rounds to collect matches.Solution: Usea growarray to collect matches. (Yegappan Lakshmanan, closes #9860)Files: src/buffer.c, src/cmdexpand.c, src/map.c, src/testdir/test_cmdline.vimPatch 8.2.4484Problem: Vim9: some errormessages are not tested.Solution: Adda few more test cases. Delete dead code.Files: src/vim9execute.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vimPatch 8.2.4485Problem: Compiler warning for uninitialized variable.Solution: Initialize the variable. (John Marriott)Files: src/cmdexpand.cPatch 8.2.4486Problem:MS-Windows GUI: slowscrolling with maximized window.Solution: Usea better way to check thewindowis on screen. (Ken Takata, closes #9865)Files: src/gui_w32.cPatch 8.2.4487Problem: Vim9: cannot compare with v:null.Solution: Allow comparing anything with v:null. (closes #9866)Files: src/vim9instr.c, src/typval.c, src/proto/typval.pro, src/vim9.h, src/vim9execute.c, src/evalvars.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.4488 (after 8.2.4487)Problem: Build error with+eval but without+channel or +job.Solution: Add #ifdef. (John Marriott)Files: src/typval.cPatch 8.2.4489 (after 8.2.4487)Problem: Failing test for comparingv:null with number.Solution: Allow comparingv:null with number in legacy script. (Ken Takata, closes #9873) Alsodo this for float.Files: src/typval.c, src/testdir/test_vimscript.vimPatch 8.2.4490Problem: Terminal focus reporting only works for xterm-like terminals. (Jonathan Rascher)Solution: Remove the "focus_mode" flag. (closes #9859)Files: src/term.cPatch 8.2.4491Problem:MS-Windows makefile dependencies are outdated.Solution: Update dependencies. (Ken Takata, closes #9876)Files: src/Make_cyg_ming.mak, src/Make_mvc.makPatch 8.2.4492Problem: No error if an optionis given an invalid value with ":let &opt= val".Solution: Give the error. (closes #9864)Files: src/evalvars.c, src/testdir/test_options.vimPatch 8.2.4493 (after 8.2.4492)Problem: Options test fails in the GUI.Solution: Do not save and restore'term'.Files: src/testdir/gen_opt_test.vimPatch 8.2.4494Problem: The find_tags() functionis much too long.Solution: Refactor the function. (Yegappan Lakshmanan, closes #9869)Files: src/quickfix.c, src/tag.c, src/testdir/test_tagjump.vimPatch 8.2.4495Problem: Help test fails in 24 line terminal.Solution: Use up to 23 lines for text.Files: src/testdir/test_help.vimPatch 8.2.4496 (after 8.2.4494)Problem: Coverity gives warnings aftertags code refactoring.Solution: Avoid the warnings. (Yegappan Lakshmanan, closes #9882)Files: src/tag.cPatch 8.2.4497Problem: Wrong color for half of wide character next to pum scrollbar.Solution: Redraw the screen cell with the right color. (closes #9874)Files: src/screen.c, src/testdir/test_ins_complete.vim, src/testdir/dumps/Test_scrollbar_on_wide_char.dumpPatch 8.2.4498Problem: Using<Plug> with "noremap" does not work.Solution: Always remap<Plug>. (closes #9879, closes #9789)Files: runtime/doc/map.txt, src/getchar.c, src/testdir/test_mapping.vimPatch 8.2.4499Problem: Vim9:at thescript level declarations leak from try block to catch and finally block.Solution: End the block and starta new one. (closes #9883)Files: src/ex_eval.c, src/testdir/test_vim9_script.vimPatch 8.2.4500Problem: Vim9: can declarea global variable on the command line.Solution: Disallow declaringa variable on the command line. (closes #9881)Files: src/errors.h, src/evalvars.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_script.vim, src/testdir/dumps/Test_vim9_reject_declaration.dumpPatch 8.2.4501Problem: With'showbreak' set and after theend of the line the cursor may be displayed in the wrong position.Solution: Do not apply'showbreak' after theend of the line. (closes #9884)Files: src/charset.c, src/testdir/test_breakindent.vim, src/testdir/dumps/Test_cursor_position_with_showbreak.dumpPatch 8.2.4502Problem: In theGUIa modifieris not recognized for the key typed afterCTRL-X, which may result inamapping to be used. (Daniel Steinberg)Solution: Recognizea modifierstarting with CSI. (closes #9889)Files: src/getchar.c, src/testdir/test_ins_complete.vimPatch 8.2.4503Problem: Vim9: thereis no point in supporting:Print and :mode.Solution: Do not recognize:Print and:modeas commands. (closes #9870)Files: src/ex_docmd.c, src/testdir/test_vim9_script.vimPatch 8.2.4504Problem: When thereisa partially matching map andmodifyOtherKeysis activea full map may not work.Solution: Only simplify modifiers when thereis no matching mapping. (closes #8792)Files: src/getchar.c, src/testdir/test_termcodes.vimPatch 8.2.4505Problem: Vim9: outdated "autocmd nested" still works.Solution: Do not accept the:autocmd argument "nested" without "++" inVim9 script.Files: src/autocmd.c, src/errors.h, src/testdir/test_autocmd.vimPatch 8.2.4506Problem: "pattern not found" for:globalis not an error message.Solution: InVim9script make this an actual error, so that try/catch can be usedas expected.Files: src/ex_cmds.c, src/errors.h, src/testdir/test_global.vimPatch 8.2.4507 (after 8.2.4506)Problem: Test fails because of new error message.Solution: Avoid the test fails.Files: src/testdir/test_vim9_cmd.vimPatch 8.2.4508Problem: Vim9: cannot assign toa global variable on the command line.Solution: Allow using:vim9cmd for assignment on the command line.Files: src/evalvars.c, src/testdir/test_vim9_script.vim, src/testdir/dumps/Test_vim9_reject_declaration.dump, src/testdir/dumps/Test_vim9_reject_declaration_1.dump, src/testdir/dumps/Test_vim9_reject_declaration_2.dumpPatch 8.2.4509Problem: Vim9: can declarea variable with ":va".Solution: Disallow using ":va", require using ":var".Files: src/evalvars.c, src/errors.h, src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.4510Problem: Vim9: shortening commands leads to confusing script.Solution: InVim9script requireat least ":cont" for ":continue", "const" instead of "cons", "break" instead of "brea", "catch" instead of "cat", "else" instead of "el" "elseif" instead of "elsei" "endfor" instead of "endfo" "endif" instead of "en" "endtry" instead of "endt", "finally" instead of "fina", "throw" instead of "th", "while" instead of "wh".Files: src/ex_cmds.h, src/ex_docmd.c, src/errors.h, src/evalvars.c, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.4511Problem: Filetype test fails.Solution: Change "endw" to "endwhile".Files: runtime/autoload/dist/ft.vimPatch 8.2.4512Problem: The find_tags_in_file() functionis much too long.Solution: Refactor into multiple smaller functions. (Yegappan Lakshmanan, closes #9892)Files: Filelist, src/Makefile, src/quickfix.c, src/tag.c, src/testdir/test83-tags2, src/testdir/test83-tags3, src/testdir/test_tagjump.vimPatch 8.2.4513Problem: Window-local directoryis not applied if'acd' fails.Solution: Don't call do_autochdir(). (closes #9891)Files: src/window.c, src/testdir/test_autochdir.vimPatch 8.2.4514Problem: Vim9: some flow commands can be shortened.Solution: Also require using the full name for ":return", ":enddef", ":continue", ":export" and ":import".Files: src/ex_cmds.h, src/ex_docmd.c, src/errors.h, src/userfunc.c, src/testdir/test_vim9_script.vimPatch 8.2.4515Problem: Old substitutesyntaxis still supported.Solution: Disallow usingbackslash after ":s" inVim9 script.Files: src/ex_cmds.c, src/errors.h, src/testdir/test_substitute.vimPatch 8.2.4516 (after 8.2.4515)Problem: Build failure without the+eval feature.Solution: Move error message outside of #ifdef.Files: src/errors.hPatch 8.2.4517Problem: MS-Windows: cannot specify location of sodium library.Solution: Allow for usinga path for SODIUM. (Ken Takata, closes #9896)Files: src/Make_cyg_ming.makPatch 8.2.4518Problem: The binarytag search featureis always enabled.Solution: Remove the #ifdefs. Adda few more tests. (Yegappan Lakshmanan, closes #9893)Files: src/evalfunc.c, src/feature.h, src/tag.c, src/version.c, src/testdir/test_tagjump.vim, src/testdir/test_taglist.vimPatch 8.2.4519Problem: Vim9: Can still use ":fini" and ":finis" for ":finish".Solution: Require using ":finish".Files: src/ex_cmds.h, src/testdir/test_vim9_script.vimPatch 8.2.4520Problem: Using wrong highlight for cursor line number.Solution: Take filler lines into account when using CursorLineNr. (closes #9897)Files: src/drawline.c, src/testdir/test_diffmode.vim, src/testdir/dumps/Test_diff_with_cursorline_number_01.dump, src/testdir/dumps/Test_diff_with_cursorline_number_02.dumpPatch 8.2.4521 (after 8.2.4520)Problem: Build failure without the+diff feature. (John Marriott)Solution: Define filler+lines if not declaring it.Files: src/drawline.cPatch 8.2.4522 (after 8.2.4492)Problem:GUI test fails with Motif. (Dominique Pellé)Solution: Remove using an invalid value for'guifontset'.Files: src/testdir/test_gui.vimPatch 8.2.4523Problem: Whengvimis started maximized the'window' option isn't set properly. (Christian J. Robinson)Solution: Check if'windows' was already set or not. (Ken Takata, closes #9904)Files: src/term.cPatch 8.2.4524Problem: MS-Windows: cannot build with some sodium libraries.Solution: Make the DLL name configurable. Add build instructions. (Ken Takata, closes #9905)Files: src/INSTALLpc.txt, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/crypt.cPatch 8.2.4525Problem: SomeGUI tests don't work on Athena.Solution: Skip tests that won't work. (Yegappan Lakshmanan, closes #9902)Files: src/testdir/test_gui.vimPatch 8.2.4526Problem: Vim9: cannot setvariables toanull value.Solution: Add null_list, null_job, etc.Files: runtime/doc/vim9.txt, src/eval.c, src/proto/eval.pro, src/vim9expr.c, src/vim9script.c, src/vim9instr.c, src/vim9compile.c, src/vim9execute.c, src/vim9.h, src/vim9type.c, src/evalvars.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_func.vim, src/testdir/test_expr.vimPatch 8.2.4527Problem: The AthenaGUIis old and does not work well.Solution: Remove the AthenaGUI from configure to find out who still wants support for this GUI.Files: src/configure.ac, src/auto/configure, src/MakefilePatch 8.2.4528Problem: Crash when usingnull_function fora partial.Solution: Don't call fname_trans_sid() with NULL. (closes #9908)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.4529Problem: Vim9: comparingpartial with function fails.Solution: Support this comparison. Avoida crash. (closes #9909) Add more test cases.Files: src/vim9instr.c, src/userfunc.c, src/vim9type.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vimscript.vimPatch 8.2.4530Problem: Making comparison withnull work changes legacy behavior.Solution: Only use the better comparison inVim9 script. (closes #9910)Files: src/typval.c, src/testdir/test_expr.vimPatch 8.2.4531Problem: LGTM warnings for condition alwaystrue and buffer size too small.Solution: Remove the useless condition. Make the buffer larger. (Goc Dundar, closes #9914)Files: src/charset.c, src/term.cPatch 8.2.4532Problem: Suspending withCTRL-Z does not work on OpenBSD.Solution: Adjust #ifdef for SIGTSTP. (Stuart Henderson, closes #9912)Files: src/os_unix.cPatch 8.2.4533Problem: Vim9: no test that after assigningnull the typeis still checked.Solution: Adda test.Files: src/testdir/test_vim9_assign.vimPatch 8.2.4534Problem: Vim9: "is"operator with emptystring andnull returns true.Solution: Consider emptystring andnull to be different for "is".Files: src/typval.c, src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.4535Problem: Filename modifier ":8" removes the filename.Solution: Use strncpy() instead of vim_strncpy(). (Christian Brabandt, closes #9918, closes #8600)Files: src/filepath.c, src/testdir/test_shortpathname.vimPatch 8.2.4536 (after 8.2.4534)Problem: Debugger test fails when breaking on expression.Solution: Compare strings with "==" instead of "is".Files: src/debugger.cPatch 8.2.4537Problem: Output from linter and language server shows up in git.Solution: Add patterns to .gitignore. (Goc Dundar, closes #9925)Files: .gitignorePatch 8.2.4538Problem: The find_tags_in_file() functionis too long.Solution: Refactor into smaller functions. (Yegappan Lakshmanan, closes #9920)Files: src/tag.c, src/testdir/test_tagjump.vimPatch 8.2.4539Problem: When comparing specialv:none andv:null are handled the same when compiling.Solution: Pass more information so thatv:none can be handled differentlyat compile time. (issue #9923)Files: src/vim9instr.c, src/vim9compile.c, src/globals.h, src/testdir/test_vim9_expr.vimPatch 8.2.4540Problem: Line number for erroris off by one.Solution: Remember the line number of the comparison. (closes #9923)Files: src/eval.c, src/testdir/test_vim9_expr.vimPatch 8.2.4541Problem: Crash in debugger whena variableis not available in the current block.Solution: Check fora NULL name. (closes #9926)Files: src/vim9execute.c, src/testdir/test_debugger.vimPatch 8.2.4542Problem: Vim9: "break" inside try/catch not handled correctly.Solution: First jump to :endtry. (closes #9927)Files: src/vim9cmds.c, src/vim9.h, src/testdir/test_vim9_script.vimPatch 8.2.4543Problem: Coverity warning for refactoredtag search code.Solution: Avoid the warnings. Update comments. Add one more test case. (Yegappan Lakshmanan, closes #9928)Files: src/tag.c, src/testdir/test_tagjump.vimPatch 8.2.4544Problem: Coverity warnings for not using returned value.Solution: Assign to vim_ignored.Files: src/tag.cPatch 8.2.4545Problem: MS-Windows: the installed iconis low resolution.Solution: Usea better icon. Install vim.ico. (Christian Brabandt, closes #9931, closes #9930)Files: Filelist, nsis/gvim.nsi, src/vim.ico, runtime/bitmaps/vim.icoPatch 8.2.4546Problem: Duplicate #undef.Solution: Remove one #undef. (closes #9932)Files: src/regexp_nfa.cPatch 8.2.4547Problem: The neXTawGUIis old and does not work well.Solution: Remove the neXTawGUI from configure to find out who still wants support for this GUI.Files: src/configure.ac, src/auto/configure, src/MakefilePatch 8.2.4548Problem: Script-local functionis deleted when used ina funcref.Solution: Do not considera functionstarting with "<SNR>"reference counted. (closes #9916, closes #9820)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.4549Problem: Cannot build withMotif and editres. (Tony Mechelynck)Solution: Fix configure mistake.Files: src/configure.ac, src/auto/configurePatch 8.2.4550Problem: Motif: cannot set the color of the scrollbar thumb.Solution: Remove #ifdef.Files: src/gui_motif.cPatch 8.2.4551Problem: Whenmapping<Esc>terminal codes are not recognized.Solution: Specifically recognizeamapping with just<Esc> and check forterminal codes even though thereis nopartial mapping. (closes #9903)Files: src/getchar.c, src/testdir/test_termcodes.vimPatch 8.2.4552Problem: Ina:def function "put=expr" does not work.Solution: Skip over white space. (closes #9936)Files: src/vim9cmds.c, src/testdir/test_vim9_cmd.vimPatch 8.2.4553Problem: Lineartag searchisa bit slow.Solution: Removea vim_ftell() call. (Yegappan Lakshmanan, closes #9937)Files: src/tag.c, src/testdir/test_taglist.vimPatch 8.2.4554Problem: Vim9: usingnull values not sufficiently tested.Solution: Add more tests. Fix uncovered problem.Files: src/vim9type.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_func.vimPatch 8.2.4555Problem:getmousepos() returns the wrong column. (Ernie Rael)Solution: Limit to the text size, not the number of bytes.Files: src/mouse.c, src/testdir/test_functions.vimPatch 8.2.4556Problem: Test fails without the+job or+channel feature. (Dominique Pellé)Solution: Adjust #ifdefs. Pass on skip flag. (closes #9942)Files: src/eval.c, src/vim9compile.cPatch 8.2.4557Problem: Confusing comment about'cursorlineopt'.Solution: Adjust comment. (closes #9939) Add parenthesis around logical OR.Files: src/drawline.cPatch 8.2.4558Problem: Motif: using default colors does not workas expected.Solution: Do not try to store the default colors, use the resources. (closes #9933)Files: src/gui_motif.c, src/gui.hPatch 8.2.4559 (after 8.24555)Problem:getmousepos() returns the screen column. (Ernie Rael)Solution: Return the text column,as documented.Files: src/mouse.c, src/testdir/test_functions.vimPatch 8.2.4560Problem: Suspending withCTRL-Z does not work on DragonFlyBSD.Solution: Adjust #ifdef. (Ozaki Kiichi, closes #9943)Files: src/os_unix.cPatch 8.2.4561Problem: Build failure with some combination of features. (John Marriott)Solution: Adjust #ifdef.Files: src/mouse.cPatch 8.2.4562Problem: Lineartag searchis not optimal.Solution: Improve lineartag search performance. (Yegappan Lakshmanan, closes #9944)Files: src/tag.cPatch 8.2.4563Problem: "z=" inVisual mode maygo beyond theend of the line.Solution: Adjust "badlen".Files: src/spellsuggest.c, src/testdir/test_spell.vimPatch 8.2.4564Problem: Running test leaves file behind. (Dominique Pellé)Solution: Run theprofiling ina separate Vim instance. (closes #9952)Files: src/testdir/test_vim9_script.vimPatch 8.2.4565Problem: No command line completion for:breakadd and :breakdel.Solution: Add completion for:breakadd and :breakdel. (Yegappan Lakshmanan, closes #9950)Files: runtime/doc/builtin.txt, src/cmdexpand.c, src/spellsuggest.c, src/usercmd.c, src/vim.h, src/testdir/test_cmdline.vim, src/testdir/test_writefile.vimPatch 8.2.4566Problem: Check for existing buffer in session file does not work for files in thehome directory.Solution: Use fnamemodify(). (James Cherti, closes #9945) Adda test.Files: src/session.c, src/testdir/test_mksession.vimPatch 8.2.4567Problem: Bracketed paste doesn't work well inVisuallinewise mode.Solution: HandlelinewiseVisual mode differently. (closes #9947)Files: src/normal.c, src/testdir/test_paste.vimPatch 8.2.4568Problem:getmousepos() does not compute the column below the last line.Solution: Also compute the column when the mouseis below the last line. (Sean Dewar, closes #9946)Files: src/mouse.c, src/testdir/test_functions.vimPatch 8.2.4569Problem: Coverity warning for not usinga return value.Solution: Add "(void)".Files: src/popupwin.cPatch 8.2.4570Problem: No command line completion for:profile and :profdel.Solution: Implement completion. (Yegappan Lakshmanan, closes #9955)Files: src/cmdexpand.c, src/profiler.c, src/testdir/test_cmdline.vim, src/testdir/test_profile.vimPatch 8.2.4571Problem: Not allgdb files are recognized.Solution: Adda few more patterns for gdb. (Jade Lovelace, closes #9956)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4572Problem: Vim9: return type "any"is sometimes changed to first returned type. (Virginia Senioria)Solution: Do not change the return type if declaredas "any". (closes #9949)Files: src/vim9cmds.c, src/testdir/test_vim9_func.vimPatch 8.2.4573Problem:A nested function (closure)is compiled for debugging without context.Solution: Check ifa nested functionis marked for debugging before compiling it. Give an error when trying to compileaclosure without its context. (closes #9951)Files: src/vim9compile.c, src/vim9execute.c, src/proto/vim9execute.pro, src/vim9expr.c, src/errors.hPatch 8.2.4574Problem: Vim9: test forprofiling fails.Solution:Mark function forprofiling earlier to avoid E1271.Files: src/testdir/test_vim9_script.vimPatch 8.2.4575Problem: Vim9: test forprofiling still fails.Solution: Update flags forprofiling and breakpoints when obtaining the compile type. Do not set the FC_CLOSURE flag fora toplevel function.Files: src/vim.h, src/vim9compile.c, src/proto/vim9compile.pro, src/eval.c, src/vim9execute.c, src/vim9expr.c, src/vim9instr.c, src/vim9.hPatch 8.2.4576Problem: Vim9: error for comparing withnull can be annoying.Solution: Allow comparing anything with null. (closes #9948)Files: src/vim9instr.c, src/typval.c, src/testdir/test_vim9_expr.vimPatch 8.2.4577Problem: Message testis flaky. (Elimar Riesebieter)Solution: Trigger theautocommand event only afterstartupis finished.Files: src/testdir/test_messages.vimPatch 8.2.4578Problem: No warning when anautoloadscript for completion function has an error.Solution: Do not ignoreerrors whena function nameis given witha dot or '#' character. (closes #9958)Files: src/eval.c, src/testdir/test_cmdline.vimPatch 8.2.4579Problem: Cannot usepage-up andpage-down in the command line completionpopup menu.Solution: Check for topage-up andpage-down keys. (Yegappan Lakshmanan, closes #9960)Files: src/cmdexpand.c, src/ex_getln.c, src/spellsuggest.c, src/vim.h, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_wildmenu_pum_42.dump, src/testdir/dumps/Test_wildmenu_pum_43.dump, src/testdir/dumps/Test_wildmenu_pum_44.dump, src/testdir/dumps/Test_wildmenu_pum_45.dump, src/testdir/dumps/Test_wildmenu_pum_46.dump, src/testdir/dumps/Test_wildmenu_pum_47.dump, src/testdir/dumps/Test_wildmenu_pum_48.dump, src/testdir/dumps/Test_wildmenu_pum_49.dump, src/testdir/dumps/Test_wildmenu_pum_50.dumpPatch 8.2.4580Problem: Vim9: incorrect error for shadowing variable.Solution: Do not pass the context when compilinga referenced function.Files: src/vim9expr.c, src/testdir/test_vim9_func.vimPatch 8.2.4581Problem: Null types not fully tested.Solution: Add some more tests usingnull types.Files: src/testdir/test_vim9_expr.vimPatch 8.2.4582Problem: Useless code handlinga type declaration.Solution: Remove the code and give an error.Files: src/eval.c, src/errors.h, src/testdir/test_vim9_script.vim, src/testdir/dumps/Test_misplaced_type.dumpPatch 8.2.4583 (after 8.2.4582)Problem: Screendump test fails.Solution: Check that makinga screendumpis possible.Files: src/testdir/test_vim9_script.vimPatch 8.2.4584 (after 8.2.4578)Problem: Error for usingautoload function in custom completion.Solution: Do not check forerrors when using anautoload function. (closes #9962)Files: src/eval.c, src/testdir/test_cmdline.vimPatch 8.2.4585Problem: Cannot use keypad page-up/down for completion menu.Solution: Recognize the keypad keys. (Yegappan Lakshmanan, closes #9963)Files: src/ex_getln.c, src/testdir/test_cmdline.vimPatch 8.2.4586Problem: Vim9: no error for using lowercase name for "func" argument. (Ernie Rael)Solution: Check the nameas soonas the typeis known.Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.4587Problem: Vim9: double free after unpackinga list.Solution: Makea copy of the value instead of moving it. (closes #9968)Files: src/vim9execute.c, src/testdir/test_vim9_script.vimPatch 8.2.4588Problem: Mapping with key code after other matchingmapping does not work.Solution: Change ">" to ">=". (closes #9903)Files: src/getchar.c, src/testdir/test_termcodes.vimPatch 8.2.4589Problem: Cannotindex theg: dictionary.Solution: Recognize using "g:[key]". (closes #9969)Files: src/ex_docmd.c, src/eval.c, src/vim9compile.c, src/testdir/test_vim9_assign.vimPatch 8.2.4590Problem: Vim9: range type check has wrong offset.Solution: Adjust offset for CHECKTYPE. Remove other type check.Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_vim9_assign.vimPatch 8.2.4591Problem: Cursor line not updated whena callback moves the cursor.Solution: Check if the cursor moved. (closes #9970)Files: src/main.c, src/drawscreen.c, src/proto/drawscreen.pro, src/testdir/test_cursorline.vim, src/testdir/dumps/Test_cursorline_callback_1.dumpPatch 8.2.4592Problem: Search continues after giving E1204.Solution: Return failure after giving E1204. (closes #9972)Files: src/regexp_nfa.cPatch 8.2.4593Problem: Unnecessary call to redraw_later().Solution: Remove the call to redraw_later() in op_yank(). (closes #9971)Files: src/register.cPatch 8.2.4594Problem: Need to writescript toa file to be able to source them.Solution: Make ":source" use lines from the current buffer. (Yegappan Lakshmanan et al., closes #9967)Files: runtime/doc/repeat.txt, runtime/doc/todo.txt, src/alloc.c, src/digraph.c, src/eval.c, src/ex_cmds.h, src/scriptfile.c, src/proto/scriptfile.pro, src/vim9script.c, src/testdir/test_source.vimPatch 8.2.4595Problem: X11: using--remote-wait may keep the CPU busy.Solution: Set the timeout for select() on every call. (Jacopo Secchiero, closes #9973)Files: src/if_xcmdsrv.cPatch 8.2.4596Problem: Installingtutor binary may fail.Solution: Fix the dependency. (Sergei Trofimovich, closes #9978)Files: src/MakefilePatch 8.2.4597Problem: LuaV_debug() not covered by tests.Solution: Adda test. (Dominique Pellé, closes #9980)Files: src/testdir/test_lua.vimPatch 8.2.4598Problem: Profile completion test sometimes fails.Solution: Delete the .res file before running tests.Files: src/testdir/runtest.vimPatch 8.2.4599Problem: GTK: get assertionerrors whenscrollinga split window.Solution: Use GDK_IS_DRAWABLE() on the scrollbar window. (closes #9982)Files: src/gui_gtk.cPatch 8.2.4600Problem: Vim9: not enough test coverage for executing:def function.Solution: Adda few more tests. Fix inconsistencies.Files: src/vim9execute.c, src/evalvars.c, src/proto/evalvars.pro, src/testdir/test_listdict.vim, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_cmd.vimPatch 8.2.4601Problem: Vim9: not enough test coverage for executing:def function.Solution: Adda few more tests.Files: src/testdir/test_vim9_script.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_cmd.vimPatch 8.2.4602Problem: Vim9: not enough test coverage for executing:def function.Solution: Adda few more tests. Fix uncovered problem. Remove dead code.Files: src/vim9execute.c, src/vim9.h, src/vim9instr.c, src/proto/vim9instr.pro, src/vim9compile.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_expr.vimPatch 8.2.4603Problem: Sourcing buffer linesis too complicated.Solution: Simplify the code. Makeit possible to sourceVim9script lines. (Yegappan Lakshmanan, closes #9974)Files: runtime/doc/repeat.txt, src/ex_docmd.c, src/proto/scriptfile.pro, src/scriptfile.c, src/structs.h, src/testdir/test_source.vimPatch 8.2.4604Problem: Error for redefiningascript item may be confusing.Solution: Putquotes around the name.Files: src/errors.hPatch 8.2.4605Problem: Error for arguments ofremote_expr() even when the+clientserver featureis not included.Solution: Move #ifdef.Files: src/clientserver.cPatch 8.2.4606 (after 8.2.4605)Problem: Test fails because of changed error message.Solution: Update the expected error messageFiles: src/testdir/test_vim9_import.vimPatch 8.2.4607Problem: Sourcing buffer lines may lead toerrors for conflicts.Solution: Add the ++clear argument. (Yegappan Lakshmanan, closes #9991)Files: runtime/doc/repeat.txt, src/scriptfile.c, src/vim9script.c, src/proto/vim9script.pro, src/testdir/test_source.vimPatch 8.2.4608Problem:getcompletion() does not work properly when'wildoptions' contains "fuzzy".Solution: Do not use addstar(). (Yegappan Lakshmanan, closes #9992, closes #9986)Files: runtime/doc/builtin.txt, src/cmdexpand.c, src/testdir/test_cmdline.vimPatch 8.2.4609Problem::unhide does not check for failing to closea window.Solution: When closingawindow fails continue with the next one. Do not try closing the autocmd window. (closes #9984)Files: src/buffer.c, src/window.c, src/proto/window.pro, src/testdir/test_autocmd.vimPatch 8.2.4610Problem: Some conditions are always true.Solution: Remove the useless conditions. (closes #9993)Files: src/clientserver.c, src/drawline.c, src/drawscreen.c, src/ex_cmds.c, src/fileio.c, src/message.c, src/misc2.c, src/ops.c, src/sign.c, src/spell.c, src/vim9cmds.c, src/window.cPatch 8.2.4611Problem: Typos in tests; onelua line not covered by test.Solution: Fix typos. Add test case. (Dominique Pellé, closes #9994)Files: src/testdir/test_breakindent.vim, src/testdir/test_crypt.vim, src/testdir/test_cursorline.vim, src/testdir/test_digraph.vim, src/testdir/test_gui.vim, src/testdir/test_lua.vim, src/testdir/test_regexp_latin.vim, src/testdir/test_signals.vim, src/testdir/test_spell.vim, src/testdir/test_statusline.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vimscript.vimPatch 8.2.4612Problem: Vim9: cannot usea recursive call ina nested function. (Sergey Vlasov)Solution: Define the funcref before compiling the function. (closes #9989)Files: src/vim9compile.c, src/vim9instr.c, src/proto/vim9instr.pro, src/vim9expr.c, src/testdir/test_vim9_func.vimPatch 8.2.4613Problem: Return type of swapfile_unchanged()is wrong.Solution: Use "int". (closes #10000 Yeah!)Files: src/memline.cPatch 8.2.4614Problem: Redrawing too much when'cursorline'is set and jumping around.Solution: Rely on win_update() to redraw the current and previous cursor line,do notmark linesas modified. (closes #9996)Files: src/drawline.c, src/drawscreen.c, src/move.c, src/proto/move.pro, src/option.cPatch 8.2.4615Problem: Mapping with escapedbar does not work in:def function. (Sergey Vlasov)Solution: Do not remove the backslash. (closes #10002)Files: src/ex_docmd.c, src/proto/ex_docmd.pro, src/syntax.c, src/vim9cmds.c, src/testdir/test_vim9_cmd.vimPatch 8.2.4616Problem: Vim9: Declarations ina{} block ofa user commanddo not useVim9 rules if defined ina legacy script. (Yegappan Lakshmanan)Solution: Pretend thescriptisVim9 script.Files: src/usercmd.c, src/testdir/test_usercommands.vimPatch 8.2.4617Problem: No completion for :scriptnames.Solution: Implement:scriptnames completion. (Yegappan Lakshmanan, closes #10005)Files: runtime/doc/builtin.txt, src/cmdexpand.c, src/ex_cmds.h, src/scriptfile.c, src/usercmd.c, src/vim.h, src/testdir/test_cmdline.vim, src/testdir/test_quickfix.vimPatch 8.2.4618Problem: Command line completion does not recognize singleletter commands.Solution: Use the condition from find_ex_command().Files: src/ex_docmd.cPatch 8.2.4619Problem: Mappingis cancelled when mouse moves andpopupis visible.Solution: Only generate mouse moved events whenapopup may use them. (closes #10004)Files: src/gui.c, src/globals.h, src/popupwin.cPatch 8.2.4620 (after 8.2.4618)Problem: Twoletter substitute commands don't work. (Yegappan Lakshmanan)Solution: Invert condition.Files: src/ex_docmd.cPatch 8.2.4621Problem: Crash when using the tabline right-click menu.Solution: Use XtPointer for XmNuserData. (closes #10009)Files: src/gui_motif.cPatch 8.2.4622Problem: Vim9: Crash with:execute and :finish. (Sergey Vlasov)Solution: Check for NULL. (closes #10011)Files: src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.4623Problem: Coverity warns for using uninitialized field.Solution: Initialize the field to zero.Files: src/ex_docmd.cPatch 8.2.4624Problem: Old Coverity warning for resource leak.Solution: Close the file if memory allocation fails.Files: src/diff.cPatch 8.2.4625Problem: Old Coverity warning for resource leak.Solution: Call FreeWild() if expanding matches did not fail.Files: src/help.cPatch 8.2.4626Problem:Visual area not fully updated when removing sign inVisual mode while scrolling.Solution: Adjust check for topline. (closes #10017)Files: src/drawscreen.c, src/testdir/test_display.vim, src/testdir/dumps/Test_display_scroll_update_visual.dumpPatch 8.2.4627Problem:flatten() does not use maxdepth correctly.Solution: Usea recursive implementation. (closes #10020)Files: src/list.c, src/testdir/test_flatten.vimPatch 8.2.4628Problem: Not enoughtesting for 2/3letter substitute commands.Solution: Add more tests. (Yegappan Lakshmanan, closes #10019)Files: src/testdir/test_cmdline.vim, src/testdir/test_substitute.vimPatch 8.2.4629Problem:flattennew() makesa deep copy unnecessarily.Solution: Usea shallow copy. (issue #10012)Files: src/list.cPatch 8.2.4630Problem:'cursorline' not always updated with'cursorlineopt'is "screenline".Solution: Call check_redraw_cursorline() more often. (closes #10013)Files: src/normal.c, src/edit.c, src/testdir/test_cursorline.vim, src/testdir/dumps/Test_cursorline_screenline_1.dump, src/testdir/dumps/Test_cursorline_screenline_2.dumpPatch 8.2.4631Problem: Crash when switchingwindow inBufWipeout autocommand.Solution: Put any buffer in thewindow to avoidit being NULL. (closes #10024)Files: src/window.c, src/buffer.c, src/testdir/test_autocmd.vimPatch 8.2.4632Problem: Using freed memory in flatten().Solution: Clear typval after recursing into list.Files: src/list.cPatch 8.2.4633Problem:Visual range does not work before command modifiers.Solution: MoveVisual range to after command modifiers.Files: src/ex_docmd.c, src/testdir/test_source.vimPatch 8.2.4634Problem: Vim9: cannot initializea variable to null_list.Solution: Give negativecount to NEWLIST. (closes #10027) Also fix inconsistencies in comparing withnull values.Files: src/vim9instr.c, src/proto/vim9instr.pro, src/vim9.h, src/vim9compile.c, src/vim9expr.c, src/vim9execute.c, src/evalvars.c, src/typval.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.4635 (after 8.2.4634)Problem: Tests usingnulllist ordict fail.Solution: Only use the new rules forVim9 script.Files: src/evalvars.cPatch 8.2.4636 (after 8.2.4633)Problem: Not usingVisual range.Solution: Put the command pointer back to the range.Files: src/ex_docmd.cPatch 8.2.4637Problem: Warning for using uninitialized variable. (Tony Mechelynck)Solution: Initialize it.Files: src/ex_docmd.cPatch 8.2.4638Problem: Superfluous check ifa redrawis needed for'cursorline'.Solution: Remove check_redraw_cursorline(). (closes #10030, closes #10029)Files: src/drawscreen.c, src/proto/drawscreen.pro, src/edit.c, src/main.c, src/normal.c, src/move.c, src/testdir/dumps/Test_cursorcolumn_callback_1.dump, src/testdir/dumps/Test_relativenumber_callback_1.dump, src/testdir/test_highlight.vim, src/testdir/test_number.vimPatch 8.2.4639Problem: Not sufficient parenthesis in preprocessor macros.Solution: Add more parenthesis. (closes #10031)Files: src/globals.h, src/gui.h, src/if_py_both.h, src/macros.h, src/option.h, src/regexp.h, src/spell.h, src/structs.h, src/vim.h, src/vim9.hPatch 8.2.4640Problem: Somebooleanoptions use "long" instead of "int".Solution: Adjust the type. (James McCoy, closes #10033)Files: src/option.hPatch 8.2.4641Problem: Maymark the wrongwindow for redrawing.Solution: Use redraw_win_later(). (closes #10032)Files: src/move.cPatch 8.2.4642Problem: Vim9: in:def functionscript var cannot be null.Solution: Only initializeascript variable when not set toanull value. (closes #10034)Files: src/vim9execute.c, src/vim9type.c, src/globals.h, src/evalvars.c, src/vim.h, src/vim9script.c, src/testdir/test_vim9_expr.vimPatch 8.2.4643Problem: Vim9: variable may be locked unintentionally.Solution: Clear "v_lock". (closes #10036)Files: src/vim9execute.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4644Problem: Redrawing too often when'relativenumber'is set.Solution: Only redraw when the cursor line changed. (Lewis Russell, closes #10040)Files: src/change.c, src/drawscreen.c, src/structs.hPatch 8.2.4645Problem:'shortmess' changed when session does not store options.Solution: Save and restore'shortmess' if needed. (James Cherti, closes #10037)Files: src/session.c, src/testdir/test_mksession.vimPatch 8.2.4646Problem: Using buffer line afterit has been freed in oldregexp engine.Solution: After gettingmark get the line again.Files: src/regexp_bt.c, src/testdir/test_regexp_latin.vimPatch 8.2.4647Problem: "source" can read pastend of copied line.Solution: Adda terminating NUL.Files: src/scriptfile.c, src/testdir/test_source.vimPatch 8.2.4648Problem: Handling LSPmessagesisa bit slow.Solution: Included support for LSP messages. (Yegappan Lakshmanan, closes #10025)Files: runtime/doc/channel.txt, src/channel.c, src/job.c, src/json.c, src/proto/json.pro, src/structs.h, src/testdir/test_channel.vim, src/testdir/test_channel_lsp.pyPatch 8.2.4649Problem: Variousformatting problems.Solution: Improve the code formatting.Files: src/mark.c, src/quickfix.c, src/regexp_nfa.c, src/register.c, src/testdir/test_filechanged.vim, src/gui_athena.c, src/gui_motif.c, src/os_unix.cPatch 8.2.4650Problem: "importautoload" only works with using'runtimepath'.Solution: Also supporta relative and absolute file name.Files: runtime/doc/vim9.txt, src/structs.h, src/scriptfile.c, src/proto/scriptfile.pro, src/vim9script.c, src/vim9expr.c, src/vim9.h, src/vim9execute.c, src/vim9instr.c, src/proto/vim9instr.pro, src/vim.h, src/userfunc.c, src/proto/userfunc.pro, src/testdir/test_vim9_import.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.4651 (after 8.2.4650)Problem: Test fails because path differs.Solution: Only compare the tail of the path.Files: src/testdir/test_vim9_disassemble.vimPatch 8.2.4652 (after 8.2.4650)Problem: Leaking memory if assignment fails.Solution: Clear assigned value on failure.Files: src/vim9execute.cPatch 8.2.4653Problem: "importautoload" does not check the file name.Solution: Give an error if the fileis not readable. (closes #10049)Files: src/filepath.c, src/proto/filepath.pro, src/errors.h, src/ex_cmds.c, src/ex_docmd.c, src/spellfile.c, src/testdir/test_vim9_import.vimPatch 8.2.4654 (after 8.2.4653)Problem: Missing changes for import check.Solution: Add missing changes.Files: src/vim9script.cPatch 8.2.4655Problem: Command line completionpopup menu positioned wrong when usingaterminal window.Solution: Position thepopup menu differently when editing the command line. (Yegappan Lakshmanan, closes #10050, closes #10035)Files: src/popupmenu.c, src/testdir/test_cmdline.vim, src/testdir/test_terminal.vim, src/testdir/dumps/Test_wildmenu_pum_term_01.dumpPatch 8.2.4656Problem: Vim9: can't use items from "importautoload" withautoload directory name.Solution: Let sn_autoload_prefix overrule sn_import_autoload. (closes #10054)Files: src/structs.h, src/vim9instr.c, src/vim9expr.c, src/vim9script.c, src/testdir/test_vim9_import.vimPatch 8.2.4657Problem: Errors forfunctions are sometimes hard to read.Solution: Use printable_func_name() in more places.Files: src/vim9execute.c, src/userfunc.c, src/proto/userfunc.pro, src/vim9expr.c, src/eval.c, src/vim9instr.c, src/vim9type.c, src/testdir/test_vim9_expr.vimPatch 8.2.4658Problem: Org-mode files are not recognized.Solution: Add patterns to recognize "org" files. (closes #10046)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4659Problem: Invalid memory access when using printable function name.Solution: Adjust copied name length.Files: src/userfunc.cPatch 8.2.4660Problem: Cursorcolumnis sometimes not correct.Solution: Recompute the cursor column when enteringInsert mode and the cursoris ona character wider thana screen cell. (closes #10057)Files: src/edit.c, src/testdir/test_highlight.vim, src/testdir/dumps/Test_cursorcolumn_insert_on_tab_1.dump, src/testdir/dumps/Test_cursorcolumn_insert_on_tab_2.dumpPatch 8.2.4661Problem: Coverity warning for using uninitialized variable.Solution: Initialize variable to NULL.Files: src/vim9expr.cPatch 8.2.4662Problem: No error for using out of rangelist index.Solution: Checklistindexatscript level like in compiled function. (closes #10051)Files: src/vim.h, src/evalvars.c, src/list.c, src/proto/list.pro, src/eval.c, src/vim9execute.c, src/testdir/test_vim9_assign.vimPatch 8.2.4663Problem: Occasional crash when running theGUI tests.Solution: Check that the lineindexis not too high. (closes #8681)Files: src/screen.cPatch 8.2.4664Problem: Elvish files are not recognized.Solution: Recognize .elv files. (Bruno Roque, closes #10058)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4665Problem: Popup with "minwidth" and scrollbar not updated properly.Solution: Adjust the computation if thewindow width. (closes #10061)Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_previewpopup_4.dump, src/testdir/dumps/Test_popupwin_previewpopup_5.dump, src/testdir/dumps/Test_popupwin_previewpopup_7.dump, src/testdir/dumps/Test_popupwin_previewpopup_8.dump, src/testdir/dumps/Test_popupwin_previewpopup_9.dump, src/testdir/dumps/Test_popupwin_previewpopup_10.dump, src/testdir/dumps/Test_popupwin_drag_minwidth_1.dump, src/testdir/dumps/Test_popupwin_drag_minwidth_2.dump, src/testdir/dumps/Test_popupwin_drag_minwidth_3.dumpPatch 8.2.4666Problem: Vim9: assignment not recognized in skipped block.Solution: When skipping assume identifier exists. (closes #10059)Files: src/vim9compile.c, src/proto/vim9compile.pro, src/vim9cmds.c, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_script.vimPatch 8.2.4667Problem:expandcmd() fails on an error.Solution: On failure return the command unmodified. (Yegappan Lakshmanan, closes #10063)Files: runtime/doc/builtin.txt, src/evalfunc.c, src/testdir/test_expand.vimPatch 8.2.4668Problem: Buffer allocation failures insufficiently tested.Solution: Add tests for memory allocation failures. (Yegappan Lakshmanan, closes #10064)Files: src/alloc.h, src/buffer.c, src/popupwin.c, src/window.c, src/testdir/test_buffer.vim, src/testdir/test_swap.vimPatch 8.2.4669Problem: In compiled code len('string')is not inlined.Solution: Compute the lengthat compile time if possible. (closes #10065)Files: src/evalfunc.c, src/proto/evalfunc.pro, src/vim9expr.c, src/testdir/test_vim9_disassemble.vimPatch 8.2.4670Problem: Memory allocation failures for newtab page not tested.Solution: Add tests with failing memory allocation. (Yegappan Lakshmanan, closes #10067)Files: src/alloc.h, src/blob.c, src/buffer.c, src/window.c, src/testdir/test_blob.vim, src/testdir/test_buffer.vim, src/testdir/test_tabpage.vim, src/testdir/test_window_cmd.vimPatch 8.2.4671Problem:'wildignorecase'is sometimes not used for glob().Solution: Also use'wildignorecase' when there are no wildcards. (closes #10066, closes #8350)Files: src/filepath.c, src/testdir/test_functions.vimPatch 8.2.4672Problem: Using:normal withEx mode may make:substitute hang.Solution: When getting an empty line behave like 'q' was typed. (closes #10070)Files: src/ex_cmds.c, src/testdir/test_normal.vimPatch 8.2.4673Problem: Redrawinga vertically splitwindowis slow when usingCTRL-F andCTRL-B.Solution: When deciding on USE_REDRAW bail out ifscrolling more than three lines. (issue #8002)Files: src/screen.cPatch 8.2.4674Problem: Cannot force getting MouseMove events.Solution: Add the'mousemoveevent' option with implementation for the GUI. (Ernie Rael, closes #10044)Files: runtime/doc/gui.txt, runtime/doc/options.txt, runtime/doc/testing.txt, src/gui.c, src/option.h, src/optiondefs.h, src/testing.c, src/testdir/test_gui.vimPatch 8.2.4675Problem: No error for missingexpression after :elseif. (Ernie Rael)Solution: Check for missing expression. (closes #10068)Files: src/ex_eval.c, src/testdir/test_vim9_script.vimPatch 8.2.4676 (after 8.2.4675)Problem: Test fails with different error.Solution: Add argument to :elseif.Files: src/testdir/test_vimscript.vimPatch 8.2.4677Problem: The AthenaGUI supportis outdated.Solution: Remove the AthenaGUI code.Files: Filelist, src/Makefile, src/proto.h, src/clipboard.c, src/gui_athena.c, src/proto/gui_athena.pro, src/gui_at_sb.c, src/gui_at_sb.h, src/gui_at_fs.c, src/gui_motif.c, src/evalfunc.c, src/gui.c, src/gui_beval.c, src/gui_x11.c, src/if_mzsch.c, src/main.c, src/menu.c, src/mouse.c, src/version.c, src/feature.h, src/gui.h, src/structs.h, src/vim.h, src/testdir/gui_init.vim, src/testdir/setup_gui.vim, src/testdir/test_clientserver.vim, src/testdir/test_edit.vim, src/testdir/test_gui.vim, src/testdir/test_highlight.vim, src/testdir/test_quotestar.vim, src/testdir/test_startup.vim, runtime/doc/gui.txt, runtime/doc/gui_x11.txtPatch 8.2.4678Problem: Vim9: not all codeis tested.Solution: Adda few more tests.Files: src/vim9execute.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_import.vim, src/testdir/test_vim9_cmd.vimPatch 8.2.4679Problem: Cannot haveexpandcmd() give an error message for mistakes.Solution: Add an optional argument to give errors. Fix memory leak when expanding files fails. (Yegappan Lakshmanan, closes #10071)Files: runtime/doc/builtin.txt, src/evalfunc.c, src/filepath.c, src/testdir/test_expand.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.4680Problem: Build failure without +postscript.Solution: Use another error message.Files: src/vim9execute.c, src/testdir/test_vim9_import.vimPatch 8.2.4681Problem: Build fails witha combination of features.Solution: Remove #ifdef for alloc_clear_id(). (John Marriott)Files: src/alloc.cPatch 8.2.4682Problem: Vim9: can use:unlockvar for const variable. (Ernie Rael)Solution: Check whether the variableisa const.Files: src/ex_docmd.c, src/evalvars.c, src/vim9script.c, src/proto/vim9script.pro, src/eval.c, src/userfunc.c, src/testdir/test_vim9_cmd.vimPatch 8.2.4683Problem: Verbose check with dict_find() to see ifa keyis present.Solution: Add dict_has_key(). (Yegappan Lakshmanan, closes #10074)Files: src/channel.c, src/dict.c, src/evalwindow.c, src/filepath.c, src/highlight.c, src/json.c, src/match.c, src/popupwin.c, src/proto/dict.pro, src/quickfix.c, src/search.c, src/sign.c, src/tag.c, src/terminal.c, src/testing.c, src/textprop.c, src/time.cPatch 8.2.4684Problem: Cannot openachannel onaUnix domain socket.Solution: AddUnix domain socket support. (closes #10062)Files: runtime/doc/channel.txt, src/channel.c, src/testdir/check.vim, src/testdir/shared.vim, src/testdir/test_channel.py, src/testdir/test_channel.vim, src/testdir/test_channel_unix.py, src/testdir/test_cmdline.vimPatch 8.2.4685Problem: Whena swap fileis found forapopup thereis nodialog and the bufferis loaded anyway.Solution: Silently load the buffer read-only. (closes #10073)Files: runtime/doc/popup.txt, src/memline.c, src/popupwin.c, src/vim.h, src/buffer.c, src/testdir/test_popupwin.vimPatch 8.2.4686Problem: Configure doesn't find theMotif library with Cygwin.Solution: Check for libXm.dll.a. (Kelvin Lee, closes #10077)Files: src/configure.ac, src/auto/configurePatch 8.2.4687Problem: "vimgrep /\%v/ *" may causea crash.Solution: When compiling thepattern with the old engine fails, restore the regprog of the new engine instead of leavingit NULL. (closes #10079)Files: src/regexp.cPatch 8.2.4688Problem: Newregexp engine does not give an error for "\%v".Solution: Check fora value argument. (issue #10079)Files: src/regexp_nfa.c, src/errors.h, src/regexp_bt.c, src/testdir/test_regexp_latin.vimPatch 8.2.4689Problem: Using<Cmd> inamapping does not work for mouse keys inInsert mode. (Sergey Vlasov)Solution: When reading the<Cmd> argumentdo not use the stuff buffer. (closes #10080)Files: src/getchar.cPatch 8.2.4690Problem:Channel tests fail on MS-Windows.Solution: Check if the AF_UNIX attribute exists. (closes #10083)Files: src/testdir/test_channel.py, src/testdir/test_channel_unix.pyPatch 8.2.4691 (after 8.2.4689)Problem: Solution for<Cmd> inamapping causes trouble.Solution: Use another solution:put backCTRL-O after reading the<Cmd> sequence.Files: src/getchar.cPatch 8.2.4692Problem: No test for what 8.2.4691 fixes.Solution: Adda test. Usea more generic solution. (closes #10090)Files: src/getchar.c, src/mouse.c, src/testdir/test_mapping.vimPatch 8.2.4693 (after 8.2.4688)Problem: newregexp does not acceptpattern "\%>0v".Solution: Do accept digit zero.Files: src/regexp_bt.c, src/regexp_nfa.c, src/testdir/test_regexp_latin.vimPatch 8.2.4694Problem: Avoidance of #elif causes more preproc nesting.Solution: Use #elif whereitis useful. (Ozaki Kiichi, closes #10081)Files: src/option.c, src/optiondefs.h, src/optionstr.c, src/version.cPatch 8.2.4695Problem: JSON encoding could be faster.Solution: Optimize encoding JSON strings. (closes #10086)Files: src/json.c, src/testdir/test_json.vimPatch 8.2.4696Problem:delete() with "rf" argument does not reporta failure.Solution: Return -1 if the directory could not be removed. (closes #10078)Files: src/fileio.c, src/testdir/test_functions.vimPatch 8.2.4697Problem: Vim9: crash when addinga duplicate key toa dictionary.Solution: Clear the stack item whenit has been moved into the dictionary. (closes #10087)Files: src/vim9execute.c, src/testdir/test_vim9_expr.vimPatch 8.2.4698Problem: Vim9:script variable has no flag thatit was set.Solution: Adda flag thatit was set, to avoid givingita value when used. (closes #10088)Files: src/structs.h, src/vim9script.c, src/vim9execute.c, src/evalvars.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.4699Problem: Hard to reproduce hang when reading froma channel.Solution: Check for readahead beforestarting to wait. (closes #10093, closes #7781, closes #6364)Files: src/channel.cPatch 8.2.4700Problem: Buffer remains active ifaWinClosed event throws an exception.Solution: Ignore aborting() when closing the buffer. (closes #10097)Files: src/window.c, src/testdir/test_autocmd.vimPatch 8.2.4701Problem: Kuka Robot Language files not recognized.Solution: Recognize *.src and *.dat files. (Patrick Meiser-Knosowski, closes #10096)Files: runtime/filetype.vim, src/testdir/test_filetype.vim, runtime/autoload/dist/ft.vimPatch 8.2.4702Problem: C++ scope labels are hard-coded.Solution: Add'cinscopedecls' to define the labels. (Rom Praschan, closes #10109)Files: runtime/doc/indent.txt, runtime/doc/options.txt, runtime/doc/quickref.txt, runtime/optwin.vim, src/buffer.c, src/cindent.c, src/option.c, src/option.h, src/optiondefs.h, src/optionstr.c, src/structs.h, src/testdir/test_cindent.vimPatch 8.2.4703 (after 8.2.4702)Problem: Memory leak in handling'cinscopedecls'.Solution: Free the memory before returning.Files: src/cindent.cPatch 8.2.4704Problem: Using "else" after return or break increases indent.Solution: Remove "else" and reduce indent. (Goc Dundar, closes #10099)Files: src/fileio.c, src/memline.c, src/option.c, src/syntax.cPatch 8.2.4705Problem: reg_executing may not be cleared.Solution: Reset reg_executing later. (closes #10111, closes #10110)Files: src/ex_docmd.c, src/getchar.c, src/globals.h, src/structs.h, src/testdir/test_registers.vimPatch 8.2.4706Problem: Buffer remains active ifaWinClosed event throws an exception when there are multiple tabpages.Solution: Ignore aborting() when closing the buffer. (closes #10101)Files: src/window.c, src/testdir/test_autocmd.vimPatch 8.2.4707Problem: Redrawing could bea bit more efficient.Solution: Optimize redrawing. (closes #10105)Files: src/change.c, src/edit.c, src/testdir/test_highlight.vim, src/testdir/dumps/Test_cursorcolumn_insert_on_tab_3.dumpPatch 8.2.4708Problem: PHP test files are not recognized.Solution: Add the *.phpt pattern. (Julien Voisin, closes #10112)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4709Problem: After:redraw the statusline highlight might be used.Solution: Clear the screen attribute after redrawing the screen. (closes #10108)Files: src/ex_docmd.cPatch 8.2.4710Problem: Smart indenting does not work after completion.Solution: Set "can_si". (Christian Brabandt, closes #10113, closes #558)Files: src/edit.c, src/testdir/test_ins_complete.vimPatch 8.2.4711Problem: When'insermode'is set:edit from<Cmd>mapping misbehaves.Solution: Don't set "need_start_insertmode" when already inInsert mode. (closes #10116)Files: src/ex_cmds.c, src/testdir/test_edit.vimPatch 8.2.4712Problem: Only getprofiling information after exiting.Solution: Add "profile dump" and "profile stop". (Marco Hinz, Yegappan Lakshmanan, closes #10107)Files: runtime/doc/repeat.txt, src/profiler.c, src/testdir/test_profile.vimPatch 8.2.4713Problem: Plugins cannot track text scrolling.Solution: Add theWinScrolled event. (closes #10102)Files: runtime/doc/autocmd.txt, src/autocmd.c, src/proto/autocmd.pro, src/edit.c, src/gui.c, src/main.c, src/structs.h, src/vim.h, src/window.c, src/proto/window.pro, src/testdir/test_autocmd.vimPatch 8.2.4714Problem: Using g:filetype_dat and g:filetype_src not tested.Solution: Adda test. (Patrick Meiser-Knosowski, closes #10117)Files: src/testdir/test_filetype.vimPatch 8.2.4715Problem: Vagrantfile not recognized.Solution: Recognize Vagrantfileas ruby. (Julien Voisin, closes #10119)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4716Problem: Memory allocation failure not tested when defininga function.Solution: Adda test. (Yegappan Lakshmanan, closes #10127)Files: src/alloc.c, src/alloc.h, src/proto/alloc.pro, src/userfunc.c, src/testdir/test_user_func.vim, src/testdir/test_vim9_func.vimPatch 8.2.4717Problem: ForTextYankPostv:event does not contain information about the operation beinginclusive or not.Solution: Add "inclusive" to v:event. (Justin M. Keyes, Yegappan Lakshmanan, closes #10125)Files: runtime/doc/autocmd.txt, src/register.c, src/testdir/test_autocmd.vimPatch 8.2.4718Problem: @@@ in the last line sometimes drawn in the wrong place.Solution: Make sure the columnis valid. (closes #10130)Files: src/drawscreen.c, src/screen.c, src/testdir/test_display.vim src/testdir/dumps/Test_display_lastline_1.dump, src/testdir/dumps/Test_display_lastline_2.dump, src/testdir/dumps/Test_display_lastline_3.dump, src/testdir/dumps/Test_display_lastline_4.dumpPatch 8.2.4719Problem: ">" marker sometimes not displayed in the jumplist.Solution: If the buffer no longer exists show "-invalid-". (Christian Brabandt, closes #10131, closes #10100)Files: runtime/doc/motion.txt, src/mark.c, src/testdir/Make_all.mak, src/testdir/test_alot.vim, src/testdir/test_jumplist.vim, src/testdir/test_jumps.vimPatch 8.2.4720Problem: ABB Rapid files are not recognized properly.Solution: Add checks for ABB Rapid files. (Patrick Meiser-Knosowski, closes #10104)Files: runtime/autoload/dist/ft.vim, runtime/doc/filetype.txt, runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4721Problem: Cooklang files are not recognized.Solution: recognize *.cook files. (Goc Dundar, closes #10120)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4722Problem: Whenarecordingis ended witha mapped key that keyis also recorded.Solution: Remember the previous last_recorded_len. (closes #10122)Files: src/getchar.c, src/testdir/test_registers.vimPatch 8.2.4723Problem: TheModeChanged autocmd eventis inefficient.Solution: Avoid allocating memory. (closes #10134) Rename trigger_modechanged() to may_trigger_modechanged().Files: src/misc1.c, src/proto/misc1.pro, src/edit.c, src/ex_docmd.c, src/ex_getln.c, src/insexpand.c, src/normal.c, src/terminal.c, src/autocmd.cPatch 8.2.4724Problem: Current instance of last searchpattern not easily spotted.Solution: Add CurSearch highlighting. (closes #10133)Files: runtime/doc/options.txt, runtime/doc/syntax.txt, src/highlight.c, src/match.c, src/normal.c, src/optiondefs.h, src/structs.h, src/vim.h, src/normal.c, src/testdir/test_search.vim, src/testdir/dumps/Test_hlsearch_cursearch_multiple_line.dump, src/testdir/dumps/Test_hlsearch_cursearch_single_line_1.dump, src/testdir/dumps/Test_hlsearch_cursearch_single_line_2.dump, src/testdir/dumps/Test_hlsearch_cursearch_single_line_3.dumpPatch 8.2.4725 (after 8.2.4724)Problem: Unused variable in tiny build.Solution: Add #ifdef.Files: src/normal.cPatch 8.2.4726Problem: Cannot useexpand() to get thescript name.Solution: Support expand('<script>'). (closes #10121)Files: runtime/doc/cmdline.txt, src/errors.h, src/ex_docmd.c, src/scriptfile.c, src/vim.h, src/testdir/test_expand.vimPatch 8.2.4727Problem: Unused code.Solution: Remove code and add #ifdefs. (Dominique Pellé, closes #10136)Files: runtime/doc/editing.txt, runtime/doc/eval.txt, runtime/doc/vim9.txt, src/errors.h, src/option.c, src/search.c, src/proto/search.proPatch 8.2.4728Problem: No test thatv:event cannot be modified.Solution: Adda test. (closes #10139)Files: src/testdir/test_autocmd.vimPatch 8.2.4729Problem: HEEx and Surface templatesdo not needa separate filetype.Solution: Use Elixir for the similar filetypes. (Aaron Tinio, closes #10124)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4730Problem:MS-Windows GUI: cannot useCTRL-/.Solution: Handle the WM_KEYUP event. (Yasuhiro Matsumoto, closes #10141)Files: src/gui_w32.cPatch 8.2.4731Problem: Thechangelistindexis not remembered per buffer.Solution: Keep thechangelistindex perwindow and buffer. (closes #10135, closes #2173)Files: src/buffer.c, src/evalfunc.c, src/structs.h, src/testdir/test_changelist.vimPatch 8.2.4732Problem: Duplicate code to free fuzzy matches.Solution: Bring back fuzmatch_str_free().Files: src/search.c, src/proto/search.pro, src/cmdexpand.cPatch 8.2.4733 (after 8.2.4729)Problem: HEEx and Surfacedo needa separate filetype.Solution: Revert 8.2.4729. (closes #10147)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4734Problem:getcharpos() may changeamark position.Solution: Copy themark position. (closes #10148)Files: src/eval.c, src/testdir/test_cursor_func.vimPatch 8.2.4735Problem:Quickfix tests can bea bit hard to read.Solution: Use heredoc instead of strings and line continuation. (Yegappan Lakshmanan, closes #10145)Files: src/testdir/test_quickfix.vimPatch 8.2.4736Problem: Build problem for Cygwin with Motif.Solution: Undefine ControlMask. (Kelvin Lee, closes #10152)Files: src/mbyte.cPatch 8.2.4737Problem:// in JavaScriptstring recognizedas comment.Solution: Only check for linecomment if'cindent'is set. (closes #10151)Files: src/change.c, src/testdir/test_textformat.vimPatch 8.2.4738Problem: Esc on commandline executes command instead of abandoning it.Solution: Save and restore KeyTyped when removing thepopup menu. (closes #10154)Files: src/cmdexpand.c, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_wildmenu_with_pum_foldexpr_1.dump, src/testdir/dumps/Test_wildmenu_with_pum_foldexpr_2.dumpPatch 8.2.4739Problem: Accessing freed memory afterWinScrolled autocmd event.Solution: Check thewindow pointeris still valid. (closes #10156) Remove the argument from may_trigger_winscrolled().Files: src/window.c, src/proto/window.pro, src/edit.c, src/gui.c, src/main.c, src/testdir/test_autocmd.vimPatch 8.2.4740Problem: Whenexpand() fails thereis no error message.Solution: When'verbose'is set give an error message.Files: runtime/doc/builtin.txt, src/evalfunc.c, src/testdir/test_expand.vimPatch 8.2.4741 (after 8.2.4740)Problem: Startup test fails.Solution: Avoid an error forverbose expansion. Fix that the "0verbose" command modifier doesn't work.Files: runtime/syntax/syntax.vim, runtime/syntax/synload.vim, src/structs.h, src/ex_docmd.c, src/testdir/test_excmd.vimPatch 8.2.4742Problem: Thereis no way to start logging very early in startup.Solution: Add the--log argument. Include the date in the start message in the log file. Avoida duplicate message when forking. Log an executed shell command.Files: runtime/doc/starting.txt, runtime/doc/channel.txt, src/main.c, src/channel.c, src/os_unix.c, src/os_win32.c, src/testdir/test_startup.vimPatch 8.2.4743Problem: Clang 14is available on CI.Solution: Switch from clang 13 to 14. (closes #10157)Files: .github/workflows/ci.ymlPatch 8.2.4744Problem:Aterminalwindow can't use the bell.Solution: Add bell support for theterminal window. (closes #10178)Files: runtime/doc/options.txt, src/gui_w32.c, src/option.h, src/optionstr.c, src/terminal.cPatch 8.2.4745 (after 8.2.4744)Problem: Using wrong flag for using bell in the terminal.Solution: Change to use BO_TERM.Files: src/terminal.c, src/misc1.cPatch 8.2.4746Problem: Supercolliderfiletype not recognized.Solution: Match file extensions and check file contents to detect supercollider. (closes #10142)Files: runtime/filetype.vim, runtime/autoload/dist/ft.vim, src/testdir/test_filetype.vimPatch 8.2.4747Problem: Nofiletype override for .sys files.Solution: Add g:filetype_sys. (Patrick Meiser-Knosowski, closes #10181)Files: runtime/doc/filetype.txt, runtime/autoload/dist/ft.vim, src/testdir/test_filetype.vimPatch 8.2.4748Problem: Cannot use an imported function ina mapping.Solution: Recognize<SID>name.Func.Files: runtime/doc/vim9.txt, src/term.c, src/vim9execute.c, src/proto/vim9execute.pro, src/scriptfile.c, src/testdir/test_vim9_import.vimPatch 8.2.4749Problem:<script>is not expanded in autocmd context.Solution: Add the context to thepattern struct. (closes #10144) Rename AutoPatCmd to AutoPatCmd_T.Files: src/autocmd.c, src/proto/autocmd.pro, src/scriptfile.c, src/structs.h, src/testdir/test_expand.vimPatch 8.2.4750Problem: Small pieces of dead code.Solution: Remove the dead code. (Goc Dundar, closes #10190) Rename the qftf_cb struct member to avoid confusion.Files: src/ex_cmds.c, src/misc1.c, src/optionstr.c, src/quickfix.cPatch 8.2.4751 (after 8.2.4748)Problem: Mapping<SID>name.Func does not work forscript inautoload directory.Solution: Use the# form forascript in theautoload directory. (closes #10186)Files: src/term.c, src/testdir/test_vim9_import.vimPatch 8.2.4752Problem: Wrong'statusline' value can cause illegal memory access.Solution: Properly check the value. (closes #10192)Files: src/optionstr.c, src/testdir/test_options.vimPatch 8.2.4753Problem: Error from setting an optionis silently ignored.Solution: Handle option valueerrors better. Fix uses of N_().Files: src/option.c, src/proto/option.pro, src/optionstr.c, src/channel.c, src/crypt.c, src/diff.c, src/edit.c, src/eval.c, src/evalfunc.c, src/evalvars.c, src/ex_cmds2.c, src/ex_docmd.c, src/ex_getln.c, src/getchar.c, src/gui.c, src/gui_gtk_x11.c, src/help.c, src/highlight.c, src/if_tcl.c, src/main.c, src/memline.c, src/message_test.c, src/popupmenu.c, src/quickfix.c, src/scriptfile.c, src/spell.c, src/spellfile.c, src/term.c, src/undo.c, src/vim9script.cPatch 8.2.4754Problem: Still using cached values after unsetting some known environment variables.Solution: Take care of the side effects. (closes #10194)Files: src/evalfunc.c, src/evalvars.c, src/misc1.c, src/proto/misc1.pro, src/vim9execute.c, src/optionstr.c, src/testdir/test_environ.vimPatch 8.2.4755Problem: Cannot use<SID>FuncRef in completion spec.Solution: Dereferencea function name in another way. (closes #10197)Files: src/eval.c, src/testdir/test_vim9_import.vimPatch 8.2.4756 (after 8.2.4754)Problem: Build error without the+eval feature.Solution: Adjust #ifdefs.Files: src/misc1.cPatch 8.2.4757Problem:List of libraries to suppress lsanerrorsis outdated.Solution: Add another library. (closes #10201)Files: src/testdir/lsan-suppress.txtPatch 8.2.4758Problem: When using an LSPchannel want to get the message ID.Solution: Havech_sendexpr() return the ID. (Yegappan Lakshmanan, closes #10202)Files: runtime/doc/channel.txt, src/channel.c, src/evalfunc.c, src/testdir/test_channel.vimPatch 8.2.4759Problem: CurSearch highlight does not work for multi-line match.Solution: Check cursor position before adjusting columns. (closes #10133)Files: src/structs.h, src/match.c, src/testdir/test_search.vim, src/testdir/dumps/Test_hlsearch_cursearch_multiple_line.dump, src/testdir/dumps/Test_hlsearch_cursearch_multiple_line_1.dump, src/testdir/dumps/Test_hlsearch_cursearch_multiple_line_2.dump, src/testdir/dumps/Test_hlsearch_cursearch_multiple_line_3.dump, src/testdir/dumps/Test_hlsearch_cursearch_multiple_line_4.dump, src/testdir/dumps/Test_hlsearch_cursearch_multiple_line_5.dumpPatch 8.2.4760Problem: Usingmatchfuzzy() ona longlist can takea while.Solution: Adda limit to the number of matches. (Yasuhiro Matsumoto, closes #10189)Files: runtime/doc/builtin.txt, src/search.c, src/testdir/test_matchfuzzy.vimPatch 8.2.4761Problem: Documentation for using LSPmessagesis incomplete.Solution: Update the documentation. (Yegappan Lakshmanan, closes #10206)Files: runtime/doc/channel.txtPatch 8.2.4762Problem: Using freed memory when usingsynstack() andsynID() in WinEnter.Solution: Check using thesyntax window. (closes #10204)Files: src/syntax.c, src/testdir/test_syntax.vimPatch 8.2.4763Problem: Using invalid pointer with "V:" inEx mode.Solution: Correctly handle the command being changed to "+".Files: src/ex_docmd.c, src/testdir/test_ex_mode.vimPatch 8.2.4764Problem: CI uses an older gcc version.Solution: Use GCC 11. (closes #10185)Files: .github/workflows/ci.yml, src/testdir/lsan-suppress.txtPatch 8.2.4765Problem: Functionmatchfuzzy() sorts too many items.Solution: Onlyput matches in the array. (Yegappan Lakshmanan, closes #10208)Files: src/search.cPatch 8.2.4766Problem: KRL files using "deffct" not recognized.Solution: Adjust thepattern used for matching. (Patrick Meiser-Knosowski, closes #10200)Files: runtime/autoload/dist/ft.vim, src/testdir/test_filetype.vimPatch 8.2.4767Problem: Openscad files are not recognized.Solution: Addafiletype pattern. (Niklas Adam, closes #10199)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4768Problem: CI: codecov upload sometimes does not work.Solution: Use action v3 instead of v2. (closes #10209)Files: .github/workflows/ci.ymlPatch 8.2.4769Problem: Build warning with UCRT.Solution: Adjust #ifdef for _wenviron. (John Marriott)Files: src/evalfunc.cPatch 8.2.4770Problem: Cannot easily mixexpression and heredoc.Solution: Support=expr in heredoc. (Yegappan Lakshmanan, closes #10138)Files: runtime/doc/eval.txt, src/evalvars.c, src/userfunc.c, src/testdir/test_let.vim, src/testdir/test_vim9_assign.vimPatch 8.2.4771Problem: Coverity warns for not checking return value.Solution: Check return value of rettv_dict_alloc().Files: src/channel.cPatch 8.2.4772Problem: Old Coverity warning for not checking ftell() return value.Solution: Check return value of fseek() and ftell().Files: src/misc1.cPatch 8.2.4773Problem: Build failure without the+eval feature.Solution: Use other error message. Avoid warnings.Files: src/misc1.c, src/cindent.c, src/term.cPatch 8.2.4774Problem: Crash when usinga number forlambda name.Solution: Check the type of thelambda reference.Files: src/eval.c, src/errors.h, src/testdir/test_lambda.vimPatch 8.2.4775Problem: SpellBad highlighting does not work in Konsole.Solution: Do not keept_8u defined for Konsole. Redraw whent_8uis reset. (closes #10177)Files: src/term.cPatch 8.2.4776Problem: GTK:'lines' and'columns' may change during startup.Solution: Ignore staleGTK resize events. (Ernie Rael, closes #10179)Files: src/gui_gtk_x11.cPatch 8.2.4777 (after 8.2.4775)Problem: Screendump tests fail because ofa redraw.Solution: Do not outputt_8u before receiving termresponse. Redraw only whent_8uis not reset and termresponseis received.Files: src/term.cPatch 8.2.4778Problem: Pacman files use dosini filetype.Solution: Use conf instead. (Chaoren Lin, closes #10213)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4779Problem: lsan suppressionis too version specific.Solution: Leave out the version number. (Christian Brabandt, closes #10214)Files: src/testdir/lsan-suppress.txtPatch 8.2.4780Problem: Parsing an LSP message fails whenitis split.Solution: Collapse the received data before parsing. (Yegappan Lakshmanan, closes #10215)Files: runtime/doc/channel.txt, src/channel.c, src/testdir/test_channel.vim, src/testdir/test_channel_lsp.pyPatch 8.2.4781Problem: Maxima files are not recognized.Solution: Add patterns to detect Maxima files. (Doron Behar, closes #10211)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4782Problem: Accessing freed memory.Solution: Clear evalarg after checking for trailing characters. (issue #10218)Files: src/userfunc.c, src/testdir/test_lambda.vimPatch 8.2.4783Problem: Coverity warns for leaking memory.Solution: Use another strategy freeing "theline".Files: src/evalvars.cPatch 8.2.4784Problem: Lamba test withtimeris flaky.Solution: Adjust sleep time on retry.Files: src/testdir/test_lambda.vimPatch 8.2.4785Problem:Visual mode not stopped early enough ifwin_gotoid() goes to another buffer. (Sergey Vlasov)Solution: StopVisual mode before jumping to another buffer. (closes #10217)Files: src/evalwindow.c, src/testdir/test_vim9_builtin.vim, src/testdir/dumps/Test_win_gotoid_1.dump, src/testdir/dumps/Test_win_gotoid_2.dump, src/testdir/dumps/Test_win_gotoid_3.dumpPatch 8.2.4786 (after 8.2.4785)Problem: Test forwin_gotoid() inVisual mode fails on Mac.Solution: Skip the test on MacOS.Files: src/testdir/test_vim9_builtin.vimPatch 8.2.4787Problem:prop_find() does not find the right property.Solution: Fix the scan order. (closes #10220)Files: src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.4788Problem: Large payload for LSP message not tested.Solution: Adda test witha large LSP payload. (Yegappan Lakshmanan, closes #10223)Files: src/channel.c, src/testdir/test_channel.vim, src/testdir/test_channel_lsp.pyPatch 8.2.4789Problem: The cursor may be in the in wrong place when using:redraw while editing the cmdline.Solution: When editing the command line let:redraw update the command line too. (closes #10210)Files: src/ex_docmd.c, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_redraw_in_autocmd_1.dump, src/testdir/dumps/Test_redraw_in_autocmd_2.dumpPatch 8.2.4790Problem: Lilypondfiletype not recognized.Solution: Add patterns for lilypond. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4791Problem: Autocmd events triggered in different order when reusing an empty buffer.Solution: Call buff_freeall() earlier. (Charlie Groves, closes #10198)Files: src/buffer.c, src/testdir/test_autocmd.vimPatch 8.2.4792Problem: Indentoperator creates anundo entry for every line.Solution: Create oneundo entry for all lines. (closes #10227)Files: src/indent.c, src/testdir/test_indent.vimPatch 8.2.4793Problem: Recognizing Maximafiletype even thoughit might be another.Solution: Remove *.mc and *.dem patterns from Maxima filesFiles: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4794Problem: Compiler warning for not initialized variable.Solution: Initialize the variable. (John Marriott)Files: src/indent.cPatch 8.2.4795Problem:'cursorbind'scrolling depends on whether'cursorline'is set.Solution: Always call validate_cursor(). (Christian Brabandt, closes #10230, closes #10014)Files: src/move.c, src/testdir/README.txt, src/testdir/test_cursorline.vim, src/testdir/dumps/Test_hor_scroll_1.dump, src/testdir/dumps/Test_hor_scroll_2.dump, src/testdir/dumps/Test_hor_scroll_3.dump, src/testdir/dumps/Test_hor_scroll_4.dumpPatch 8.2.4796 (after 8.2.4795)Problem: File left behind after running cursorline tests.Solution: Uncomment the line that deletes the file.Files: src/testdir/test_cursorline.vimPatch 8.2.4797Problem:getwininfo() may get outdated values.Solution: Make sure w_botlineis up-to-date. (closes #10226)Files: src/evalwindow.c, src/testdir/test_bufwintabinfo.vimPatch 8.2.4798Problem:t_8u option was reset even when set by the user.Solution: Only resett_8u when using the default value. (closes #10239)Files: src/term.cPatch 8.2.4799Problem: Popup does not use correct topline.Solution: Also add one when firstlineis negative. (closes #10229)Files: src/popupwin.c, src/testdir/test_popupwin.vimPatch 8.2.4800 (after 8.2.4798)Problem: Missing test update for adjustedt_8u behavior.Solution: Update and extend the test.Files: src/testdir/test_termcodes.vimPatch 8.2.4801 (after 8.2.4795)Problem: Fix for cursorbind fix not fully tested.Solution: Add another test case. (Christian Brabandt, closes #10240)Files: src/testdir/test_cursorline.vim, src/testdir/dumps/Test_hor_scroll_5.dumpPatch 8.2.4802Problem: Testis not cleaned up.Solution: Make test clean up after itself. Avoid NUL. (closes #10233)Files: src/testdir/test_autocmd.vimPatch 8.2.4803Problem:WinScrolled not always triggered whenscrolling with the mouse.Solution: Add calls to may_trigger_winscrolled(). (closes #10246)Files: src/mouse.c, src/testdir/test_autocmd.vimPatch 8.2.4804Problem: Expression in heredoc doesn't work for compiled function.Solution: Implement compiling the heredoc expressions. (Yegappan Lakshmanan, closes #10232)Files: runtime/doc/eval.txt, src/evalvars.c, src/proto/evalvars.pro, src/ex_getln.c, src/vim9compile.c, src/proto/vim9compile.pro, src/testdir/test_vim9_assign.vimPatch 8.2.4805Problem: CurSearch used for all matches in current line.Solution: Don't use the non-zero line count. (closes #10247)Files: src/match.c, src/testdir/test_search.vim, src/testdir/dumps/Test_hlsearch_cursearch_single_line_1.dump, src/testdir/dumps/Test_hlsearch_cursearch_single_line_2.dump, src/testdir/dumps/Test_hlsearch_cursearch_single_line_2a.dump, src/testdir/dumps/Test_hlsearch_cursearch_single_line_2b.dumpPatch 8.2.4806Problem:Amapping using<LeftDrag> does not startSelect mode.Solution: When checking forstarting select mode with the mouse alsodo this when thereis typeahead. (closes #10249)Files: src/normal.cPatch 8.2.4807Problem: Processing key events inWin32GUIis not ideal.Solution: Improve processing of key events. (closes #10155)Files: src/gui_w32.cPatch 8.2.4808Problem: Unused item in engine struct.Solution: Remove "expr". Add comment with tags.Files: src/regexp.hPatch 8.2.4809Problem: Various things not properly tested.Solution: Addvarious test cases. (Yegappan Lakshmanan, closes #10259)Files: src/testdir/test_blob.vim, src/testdir/test_debugger.vim, src/testdir/test_listdict.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_import.vim, src/testdir/test_vim9_script.vimPatch 8.2.4810 (after 8.2.4808)Problem: Missing changes in one file.Solution: Also change the struct initializers.Files: src/regexp.cPatch 8.2.4811 (after 8.2.4807)Problem:Win32 GUI: caps lock doesn't work.Solution: Handle VK_CAPITAL. (closes #10260, closes #10258)Files: src/gui_w32.cPatch 8.2.4812Problem: Unused struct item.Solution: Remove "lines" match_T. Simplify the code. (closes #10256)Files: src/match.c, src/structs.hPatch 8.2.4813Problem: Pasting text while indentfolding may mess up folds.Solution: Adjust the wayfolds are split. (Brandon Simmons, closes #10254)Files: src/fold.c, src/testdir/test_fold.vimPatch 8.2.4814Problem: Possible to leaveapopupwindow with win_gotoid().Solution: Give an error when trying to leaveapopupwindow with win_gotoid(). (closes #10253)Files: src/evalwindow.c, src/testdir/test_terminal3.vimPatch 8.2.4815 (after 8.2.4776)Problem: Cannot build with olderGTK version.Solution: Use gtk_window_get_size() instead of gdk_window_get_width() and gdk_window_get_height(). (Ernie Rael, closes #10257)Files: src/gui_gtk_x11.cPatch 8.2.4816Problem: Still using older codecov app in some places of CI.Solution: Use v3.1.0. (closes #10209)Files: .github/workflows/ci.ymlPatch 8.2.4817Problem:Win32 GUI: modifiers are not always used.Solution: Handle more modifiers. (closes #10269)Files: src/gui_w32.cPatch 8.2.4818 (after 8.2 4806)Problem: No test for what 8.2.4806 fixes.Solution: Adda test. (closes #10272)Files: src/testdir/test_mapping.vimPatch 8.2.4819Problem: Unmapping simplified keys also deletes other mapping.Solution: Only unmapamapping with m_simplified set. (closes #10270)Files: src/map.c, src/testdir/test_mapping.vimPatch 8.2.4820Problem: No simple programmatic way to finda specific mapping.Solution: Add getmappings(). (Ernie Rael, closes #10273)Files: runtime/doc/builtin.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/map.c, src/proto/map.pro, src/testdir/test_maparg.vimPatch 8.2.4821Problem: Crash when importedautoloadscript was deleted.Solution: Initialize local variable. (closes #10274) Givea more meaningful error message.Files: src/eval.c, src/vim9script.c, src/testdir/test_vim9_import.vimPatch 8.2.4822Problem: Setting ufunc to NULL twice.Solution: Set ufunc to NULL in find_exported(). (closes #19275)Files: src/eval.c, src/vim9script.cPatch 8.2.4823Problem: Concatenating more than 2 strings ina:def functionis inefficient.Solution: Addacount to the CONCAT instruction. (closes #10276)Files: src/vim9.h, src/vim9cmds.c, src/vim9compile.c, src/vim9execute.c, src/vim9expr.c, src/vim9instr.c, src/proto/vim9instr.pro, src/testdir/test_vim9_disassemble.vimPatch 8.2.4824Problem: Expressionis evaluated multiple times.Solution: Evaluateexpression once and store the result. (closes #10278)Files: src/map.cPatch 8.2.4825Problem: Can only getalist of mappings.Solution: Add the optional{abbr} argument. (Ernie Rael, closes #10277) Rename to maplist(). Rename test file.Files: runtime/doc/builtin.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/map.c, src/proto/map.pro, src/testdir/test_maparg.vim, src/testdir/test_map_functions.vim, src/testdir/Make_all.makPatch 8.2.4826Problem: .cshtml files are not recognized.Solution: Use htmlfiletype for .cshtml files. (Julien Voisin, closes #10212)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4827Problem: Typo in variable name. (Gabriel Dupras)Solution: Rename the variable.Files: src/map.cPatch 8.2.4828Problem: Fix for unmapping simplified key not fully tested.Solution: Adda test case. (closes #10292)Files: src/map.c, src/testdir/test_mapping.vimPatch 8.2.4829Problem:A key may be simplified to NUL.Solution: Use K_ZERO instead. Use macros instead of hard coded values. (closes #10290)Files: src/getchar.c, src/misc2.c, src/testdir/test_termcodes.vimPatch 8.2.4830Problem: Possible endless loop if thereis unused typeahead.Solution: Only loop when the typeahead changed.Files: src/channel.cPatch 8.2.4831Problem: Crash when usingmaparg() and unmapping simplified keys.Solution: Do not keepa mapblock pointer. (closes #10294)Files: src/map.c, src/testdir/test_map_functions.vimPatch 8.2.4832Problem: Passing zero instead of NULL toa pointer argument.Solution: Use NULL. (closes #10296)Files: src/getchar.c, src/term.cPatch 8.2.4833Problem: Failure ofmapping not checked for.Solution: Check return value of ins_typebuf(). (closes #10299)Files: src/getchar.c, src/term.c, src/testdir/test_termcodes.vimPatch 8.2.4834Problem: Vim9: some lines not covered by tests.Solution: Adda few more tests. Remove dead code.Files: src/vim9execute.c, src/vim9instr.c, src/vim9.h, src/testdir/test_vim9_expr.vimPatch 8.2.4835Problem: Vim9: some lines not covered by tests.Solution: Adda few more tests. Fix disassemble output.Files: src/vim9execute.c, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.4836Problem: Vim9: some lines not covered by tests.Solution: Remove dead code. Add disassemble tests.Files: src/vim9execute.c, src/vim9.h, src/testdir/test_vim9_disassemble.vimPatch 8.2.4837 (after patch 8.2.0919)Problem: Modifiers not simplified when timed out or usingfeedkeys() with 'n" flag.Solution: Adjust how mapped flag and timeout are used. (closes #10305)Files: src/getchar.c, src/testdir/test_paste.vim, src/testdir/test_termcodes.vimPatch 8.2.4838Problem: Checking for absolute pathis not trivial.Solution: Add isabsolutepath(). (closes #10303)Files: runtime/doc/builtin.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/filepath.c, src/proto/filepath.pro, src/testdir/test_functions.vimPatch 8.2.4839Problem: Compiler warning for unused argument.Solution: Add "UNUSED".Files: src/gui_gtk_x11.cPatch 8.2.4840Problem: Heredocexpression evaluated even when skipping.Solution: Don't evaluate when "skip"is set. (closes #10306)Files: src/evalvars.c, src/testdir/test_let.vimPatch 8.2.4841Problem: Emptystring considered an error forexpand() when'verbose'is set. (Christian Brabandt)Solution: Do not give an error for an empty result. (closes #10307)Files: src/evalfunc.c, src/ex_docmd.c, src/proto/ex_docmd.pro, src/filepath.c, src/testdir/test_expand_func.vimPatch 8.2.4842 (after 8.2.4841)Problem: expand("%:p")is not empty when thereis no buffer name.Solution: When ignoringerrors still return NULL. (closes #10311)Files: src/ex_docmd.c, src/testdir/test_expand_func.vimPatch 8.2.4843 (after 8.2.4807)Problem:Win32 GUI: Treating CTRL+ ALTas AltGris not backwards compatible. (Axel Bender)Solution: Makea difference between left and right menu keys. (closes #10308)Files: src/gui_w32.cPatch 8.2.4844Problem:<C-S-I>is simplified to<S-Tab>.Solution: Do not simplify CTRL if thereis also SHIFT. (closes #10313)Files: src/getchar.c, src/testdir/test_gui.vimPatch 8.2.4845Problem: Duplicate code.Solution: Move code below if/else. (closes #10314)Files: src/misc1.cPatch 8.2.4846 (after 8.2.4844)Problem: Termcodes test fails.Solution: useCTRL-SHIFT-V toinsert an unsimplified key. (closes #10316)Files: runtime/doc/cmdline.txt, src/edit.c, src/getchar.c, src/testdir/test_gui.vimPatch 8.2.4847Problem: Crash when using uninitialized function pointer.Solution: Check for NULL pointer. (closes #10319, closes #10319)Files: src/eval.c, src/testdir/test_vim9_script.vimPatch 8.2.4848Problem: Local completion with mappings and simplification not working.Solution: Fix local completion<C-N>/<C-P> mappings not ignored if keys are not simplified. (closes #10323)Files: src/getchar.c, src/testdir/test_popup.vimPatch 8.2.4849Problem: Gleamfiletype not detected.Solution: Addapattern for Gleam files. (Mathias Jean Johansen, closes #10326)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4850Problem: Mksession mixes up "tabpages" and "curdir" arguments.Solution: Correct logic for storingtabpage in session. (closes #10312)Files: src/session.c, src/testdir/test_mksession.vimPatch 8.2.4851Problem: Compiler warning for uninitialized variable.Solution: Use another variable to decide to restore option values.Files: src/session.cPatch 8.2.4852Problem: ANSI colorindex to RGB value not correct.Solution: Convert the ctermindex to ANSI index. (closes #10321, closes #9836)Files: src/term.cPatch 8.2.4853Problem: CI with FreeBSDisa bit outdated.Solution: Use12.3 instead of 12.1. (closes #10333)Files: .cirrus.ymlPatch 8.2.4854Problem: Array size does not match usage.Solution: Make array size 3 instead of 4. (Christian Brabandt, closes #10336)Files: src/term.cPatch 8.2.4855Problem: Robot files are not recognized.Solution: Add patterns for robot files. (Zoe Roux, closes #10339)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4856Problem: MinGW compiler complains about unknownescape sequence.Solution: Avoid usingabackslash in path. (Christian Brabandt, closes #10337)Files: .github/workflows/ci.ymlPatch 8.2.4857Problem: Yaml indent for multilineis wrong.Solution: Adjust patterns. (closes #10328, closes #8740)Files: runtime/indent/yaml.vim, runtime/indent/testdir/yaml.in, runtime/indent/testdir/yaml.okPatch 8.2.4858Problem: K_SPECIAL may be escaped twice.Solution: Avoid double escaping. (closes #10340)Files: src/highlight.c, src/misc2.c, src/proto/misc2.pro, src/term.c, src/typval.c, src/testdir/test_eval_stuff.vim, src/testdir/test_feedkeys.vim, src/testdir/test_functions.vim, src/testdir/test_mapping.vimPatch 8.2.4859Problem: wget2 files are not recognized.Solution: Add patterns to recognize wget2. (Doug Kearns)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.4860Problem: MS-Windows: always uses current directory for executables.Solution: Check theNoDefaultCurrentDirectoryInExePath environment variable. (Yasuhiro Matsumoto, closes #10341)Files: runtime/doc/builtin.txt, src/os_win32.c, src/testdir/test_functions.vimPatch 8.2.4861Problem: Itis noteasy to restore saved mappings.Solution: Makemapset() acceptadict argument. (Ernie Rael, closes #10295)Files: runtime/doc/builtin.txt, src/errors.h, src/evalfunc.c, src/map.c, src/typval.c, src/proto/typval.pro, src/testdir/test_map_functions.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.4862Problem: Vim9: test may fail when run with valgrind.Solution: Wait longer for callback if needed.Files: src/testdir/test_vim9_script.vimPatch 8.2.4863Problem: Accessing freed memory in test without the+channel feature. (Dominique Pellé)Solution: Do not generate PUSHCHANNEL or PUSHJOB if they are not implemented. (closes #10350)Files: src/vim9instr.c, src/errors.h, src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.4864 (after 8.2.4863)Problem: Vim9:script test fails.Solution: Remove "if" around declaration.Files: src/testdir/test_vim9_script.vimPatch 8.2.4865Problem::startinsert right after:stopinsert does not work whenpopup menuis still visible.Solution: Use ins_compl_active() instead of pum_visible(). (closes #10352)Files: src/edit.c, src/testdir/test_ins_complete.vimPatch 8.2.4866Problem: Duplicate code in "get" functions.Solution: Use get_var_from() for getwinvar(), gettabvar(),gettabwinvar() and getbufvar(). (closes #10335)Files: src/evalvars.cPatch 8.2.4867Problem: Listing ofmapping with K_SPECIALis wrong.Solution: Adjust escaping of special characters. (closes #10351)Files: src/map.c, src/message.c, src/testdir/test_mapping.vimPatch 8.2.4868Problem: When closinghelpwindow autocmds triggered for the wrong window.Solution: Figure out the new currentwindow earlier. (closes #10348)Files: src/window.c, src/testdir/test_help.vimPatch 8.2.4869Problem: Expression in command block does not look after NL.Solution: Skip over NL to check what follows. (closes #10358)Files: src/eval.c, src/proto/eval.pro, src/vim9script.c, src/testdir/test_usercommands.vimPatch 8.2.4870Problem: Vim9:expression in:substituteis not compiled.Solution: Use an INSTR instruction if possible. (closes #10334)Files: src/evalfunc.c, src/regexp.c, src/vim9execute.c, src/vim9expr.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.4871Problem: Vim9: in:def function no error for usinga range witha command that does not accept one.Solution: Check for the command to accepta range. (closes #10330)Files: src/vim9compile.c, src/testdir/test_vim9_script.vimPatch 8.2.4872Problem: Vim9: no error for using anexpression onlyat thescript level when followed by an empty line.Solution: Do not check the line number but whether something follows. (closes #10357)Files: src/ex_eval.c, src/testdir/test_vim9_cmd.vimPatch 8.2.4873Problem: Vim9: using "else" differs from using "endif/if !cond".Solution: Leave the block and enter another one. (closes #10320)Files: src/ex_eval.c, src/testdir/test_vim9_script.vimPatch 8.2.4874Problem:Win32 GUI: horizontal scroll wheel not handled properly.Solution: Also handle WM_MOUSEHWHEEL. (closes #10309)Files: src/gui_w32.cPatch 8.2.4875Problem: MS-Windows: some .exe files are not recognized.Solution: Parse APPEXECLINK junctions. (closes #10302)Files: src/os_mswin.c, src/proto/os_mswin.pro, src/os_win32.c, src/os_win32.h, src/testdir/test_functions.vimPatch 8.2.4876Problem: MS-Windows: Shift-BS results in strange character in powershell.Solution: Add K_S_BS. (Christian Brabandt, closes #10283, closes #10279)Files: src/edit.c, src/keymap.h, src/term.c, src/testdir/shared.vim, src/testdir/test_edit.vimPatch 8.2.4877Problem: MS-Windows: UsingNormal colors for termguicolors causes problems.Solution: Do not useNormal colors to set sg_gui_fg and sg_gui_bg. (Christian Brabandt, closes #10317, closes #10241)Files: src/highlight.cPatch 8.2.4878Problem: Valgrind warning for using uninitialized variable.Solution: Initialize the type of newtv.Files: src/strings.cPatch 8.2.4879Problem: Screendump test may fail when using valgrind.Solution: Wait longer for the first screendump.Files: src/testdir/test_vim9_builtin.vim, src/testdir/screendump.vimPatch 8.2.4880Problem: Vim9: misplaced elseif causes invalid memory access.Solution: Check cs_idx not to be negative.Files: src/ex_eval.cPatch 8.2.4881Problem: "P" inVisual mode still changes some registers.Solution: Make "P" inVisual mode not change any register. (Shougo Matsushita, closes #10349)Files: runtime/doc/change.txt, runtime/doc/index.txt, runtime/doc/visual.txt, src/normal.c, src/testdir/test_visual.vimPatch 8.2.4882Problem: Cannot make'breakindent' usea specific column.Solution: Add the "column" entry in'breakindentopt'. (Christian Brabandt, closes #10362, closes #10325)Files: runtime/doc/options.txt, src/indent.c, src/structs.h, src/testdir/test_breakindent.vimPatch 8.2.4883Problem:String interpolation only works in heredoc.Solution: Support interpolated strings. Usesyntax for heredoc consistent with strings, similar to C#. (closes #10327)Files: runtime/doc/eval.txt, src/errors.h, src/eval.c, src/evalvars.c, src/proto/evalvars.pro, src/typval.c, src/proto/typval.pro, src/vim9compile.c, src/proto/vim9compile.pro, src/vim9expr.c, src/testdir/test_debugger.vim, src/testdir/test_expr.vim, src/testdir/test_let.vim, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.4884Problem: Test fails without the job/channel feature. (Dominique Pellé)Solution: Add condition.Files: src/testdir/test_vim9_script.vimPatch 8.2.4885 (after 8.2.4884)Problem: Test fails with the job/channel feature.Solution: Move check for job/channel separately.Files: src/testdir/test_vim9_script.vimPatch 8.2.4886Problem: Vim9: redir in skipped block seenas assignment.Solution: Check for valid assignment.Files: src/ex_docmd.c, src/testdir/test_vim9_assign.vimPatch 8.2.4887Problem:Channel log does not show invokingatimer callback.Solution: Addach_log() call.Files: src/time.cPatch 8.2.4888Problem: Line number oflambda ignores line continuation.Solution: Use the line number of where the arguments are. Avoid outputting "..." twice. (closes #10364)Files: src/userfunc.cPatch 8.2.4889Problem: CI only tests with FreeBSD 12.Solution: Also test with FreeBSD 13. (closes #10366)Files: .cirrus.ymlPatch 8.2.4890Problem: Inconsistent capitalization in error messages.Solution: Make capitalization consistent. (Doug Kearns)Files: src/errors.hPatch 8.2.4891Problem: Vimhelp presentation could be better.Solution: Add an imported file for extra Vimhelp support. Show highlight names in the color they have.Files: Filelist, runtime/import/dist/vimhelp.vimPatch 8.2.4892Problem: Test failures because of changed error messages.Solution: Adjust the expected error messages.Files: src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim, src/testdir/test_vim9_script.vim, src/testdir/test_expand.vim, src/testdir/test_tcl.vim, src/testdir/test_vimscript.vimPatch 8.2.4893 (after 8.2.4891)Problem: Distributed import files are not installed.Solution: Add rules to Makefile and NSIS.Files: src/Makefile, nsis/gvim.nsiPatch 8.2.4894Problem: MS-Windows: not using italics.Solution: Use italics. Simplify the code. (closes #10359)Files: src/term.cPatch 8.2.4895Problem: Buffer overflow with invalid command with composing chars.Solution: Check that the whole character fits in the buffer.Files: src/ex_docmd.c, src/testdir/test_cmdline.vimPatch 8.2.4896 (after 8.2.4869)Problem: Expression in command block does not look after NL when commandis typed.Solution: Skip over NL also when not ina script. (closes #10358)Files: src/eval.c, src/testdir/test_usercommands.vimPatch 8.2.4897Problem: Comment inside anexpression inlambda ignores the rest of the expression.Solution: Truncate the lineat the comment. (closes #10367)Files: src/eval.c, src/testdir/test_lambda.vimPatch 8.2.4898Problem: Coverity complains about pointer usage.Solution: Move code for increment/decrement.Files: src/vim9compile.cPatch 8.2.4899Problem: With latin1 encodingCTRL-W mightgo before the start of the command line.Solution: Check already beingat the start of the command line.Files: src/ex_getln.c, src/testdir/test_cmdline.vimPatch 8.2.4900Problem:Vim9expression test fails without thejob feature.Solution: Adda check for thejob feature. (Dominique Pellé, closes #10373)Files: src/testdir/test_vim9_expr.vimPatch 8.2.4901Problem: NULL pointer access when using invalid pattern.Solution: Check for failedregexp program.Files: src/buffer.c, src/testdir/test_buffer.vimPatch 8.2.4902Problem: Mouse wheelscrollingis inconsistent.Solution: Use theMS-Windows system setting. (closes #10368)Files: runtime/doc/scroll.txt, src/gui_w32.c, src/mouse.c, src/proto/mouse.pro, src/testing.c, src/testdir/test_gui.vimPatch 8.2.4903Problem: Cannot get the current cmdline completion type and position.Solution: Addgetcmdcompltype() and getcmdscreenpos(). (Shougo Matsushita, closes #10344)Files: runtime/doc/builtin.txt, runtime/doc/usr_41.txt, src/cmdexpand.c, src/proto/cmdexpand.pro, src/evalfunc.c, src/ex_getln.c, src/proto/ex_getln.pro, src/usercmd.c, src/proto/usercmd.pro, src/testdir/test_cmdline.vimPatch 8.2.4904Problem: codecov includesMS-Windowsinstall files.Solution: Ignore dosinst.c and uninstall.c.Files: .codecov.ymlPatch 8.2.4905Problem: codecov includesMS-Windowsinstall header file.Solution: Ignore dosinst.h.Files: .codecov.ymlPatch 8.2.4906Problem: MS-Windows: cannot use transparent background.Solution: Make transparent background work with'termguicolors' and NONE background color. (Yasuhiro Matsumoto, closes #10310, closes #7162)Files: runtime/doc/options.txt, src/os_win32.c, src/term.cPatch 8.2.4907Problem: Some usersdo not wanta line comment always inserted.Solution: Add the '/' flag to'formatoptions' to not repeat the comment leader aftera statement when using "o".Files: runtime/doc/change.txt, src/option.h, src/change.c, src/testdir/test_textformat.vimPatch 8.2.4908Problem: No textformatting for// comment aftera statement.Solution: formata comment when the 'c' flagis in'formatoptions'.Files: src/textformat.c, src/testdir/test_textformat.vimPatch 8.2.4909Problem: MODE_enum entries names are too generic.Solution: use CH_MODE_.Files: src/structs.h, src/channel.c, src/job.c, src/terminal.cPatch 8.2.4910Problem: Imperfect coding.Solution: Make code nicer.Files: src/ex_getln.cPatch 8.2.4911Problem: The mode #defines are not clearly named.Solution: Prepend MODE_. Renumber them toput the mapped modes first.Files: src/vim.h, src/autocmd.c, src/buffer.c, src/change.c, src/charset.c, src/cindent.c, src/clipboard.c, src/debugger.c, src/digraph.c, src/drawline.c, src/drawscreen.c, src/edit.c, src/evalfunc.c, src/ex_cmds.c, src/ex_docmd.c, src/ex_getln.c, src/fileio.c, src/fold.c, src/getchar.c, src/globals.h, src/gui.c, src/gui_gtk.c, src/gui_w32.c, src/gui_xim.c, src/indent.c, src/insexpand.c, src/macros.h, src/main.c, src/map.c, src/menu.c, src/message.c, src/misc1.c, src/misc2.c, src/mouse.c, src/netbeans.c, src/normal.c, src/ops.c, src/option.c, src/os_unix.c, src/os_win32.c, src/popupmenu.c, src/search.c, src/tag.c, src/screen.c, src/term.c, src/terminal.c, src/textformat.c, src/window.cPatch 8.2.4912Problem: Usingexecute() to definealambda doesn't work. (Ernie Rael)Solution: Put the getline function in evalarg. (closes #10375)Files: src/eval.c, src/evalfunc.c, src/proto/evalfunc.pro, src/testdir/test_vim9_func.vimPatch 8.2.4913Problem: Popup_hide() does not always have effect.Solution: Add the POPF_HIDDEN_FORCE flag. (closes #10376)Files: src/popupwin.c, src/vim.h, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popup_prop_not_visible_01a.dump, src/testdir/dumps/Test_popup_prop_not_visible_01b.dumpPatch 8.2.4914Problem:String interpolation in:def function may fail.Solution: Do not terminate the expression. (closes #10377)Files: src/vim9compile.c, src/testdir/test_vim9_expr.vimPatch 8.2.4915Problem: Sometimes the cursoris in the wrong position.Solution: When the cursor moved to another line, recompute w_botline. (closes #9736)Files: src/move.cPatch 8.2.4916 (after 8.2.4915)Problem: Mouse inInsert mode test fails.Solution: Fix the test and check relevant positions.Files: src/testdir/test_edit.vimPatch 8.2.4917Problem: Fuzzy expansion of option namesis not right.Solution: Pass the fuzzy flag down the call chain. (Christian Brabandt, closes #10380, closes #10318)Files: src/cmdexpand.c, src/option.c, src/proto/option.pro, src/testdir/test_options.vimPatch 8.2.4918Problem: Conceal character frommatchadd() displayed too many times.Solution: Check thesyntax flag. (closes #10381, closes #7268)Files: src/drawline.c, src/testdir/test_matchadd_conceal.vimPatch 8.2.4919Problem: Can add invalid bytes with :spellgood.Solution: Check fora validword string.Files: src/mbyte.c, src/spellfile.c, src/errors.h, src/testdir/test_spell_utf8.vimPatch 8.2.4920 (after 8.2.4902)Problem:MS-Windows GUI: unused variables.Solution: Delete the variables. (John Marriott)Files: src/gui_w32.cPatch 8.2.4921Problem: Spell test fails because of new illegal byte check.Solution: Remove the test.Files: src/testdir/test_spell.vimPatch 8.2.4922 (after 8.2.4916)Problem: Mouse test fails on MS-Windows.Solution: Set'mousemodel' to "extend".Files: src/testdir/test_edit.vimPatch 8.2.4923Problem: Test checks forterminal feature unnecessarily.Solution: Remove CheckRunVimInTerminal. (closes #10383)Files: src/testdir/test_matchadd_conceal.vimPatch 8.2.4924Problem:maparg() may returnastring that cannot be reused.Solution: use msg_outtrans_special() instead of str2special(). (closes #10384)Files: src/message.c, src/option.c, src/testdir/test_map_functions.vim, src/testdir/test_mapping.vim, src/testdir/test_options.vimPatch 8.2.4925Problem: Trailingbackslash may cause reading pastend of line.Solution: Check for NUL after backslash.Files: src/textobject.c, src/testdir/test_textobjects.vimPatch 8.2.4926Problem: #ifdef for crypt feature around too many lines.Solution: Move code outside of #ifdef. (closes #10388)Files: src/option.cPatch 8.2.4927Problem: Return type ofremove() incorrect when using three arguments.Solution: Use first argument type when there are three arguments. (closes #10387)Files: src/evalfunc.c, src/testdir/test_vim9_builtin.vimPatch 8.2.4928Problem: Various whitespace and cosmetic mistakes.Solution: Change spaces to tabs, improve comments.Files: src/bufwrite.c, src/channel.c, src/cindent.c, src/crypt.c, src/debugger.c, src/digraph.c, src/edit.c, src/evalwindow.c, src/ex_cmds.c, src/ex_docmd.c, src/ex_getln.c, src/fileio.c, src/filepath.c, src/gui.c, src/highlight.c, src/indent.c, src/insexpand.c, src/job.c, src/keymap.h, src/macros.h, src/menu.c, src/misc1.c, src/misc2.c, src/mouse.c, src/move.c, src/normal.c, src/ops.c, src/option.c, src/option.h, src/search.c, src/session.c, src/spellsuggest.c, src/structs.h, src/tag.c, src/term.c, src/terminal.c, src/textformat.c, src/typval.c, src/ui.c, src/userfunc.c, src/vim.h, src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/window.c, src/testdir/test_cursorline.vim, src/os_unix.c, src/if_lua.c, src/if_py_both.h, src/os_amiga.c, src/os_win32.c, src/os_mswin.c, src/os_vms.c, src/os_vms_conf.hPatch 8.2.4929Problem: Off-by-one error in statusline item.Solution: Subtrace one less. (closes #10394, closes #5599)Files: src/buffer.c, src/testdir/test_statusline.vim, src/testdir/dumps/Test_statusline_hl.dumpPatch 8.2.4930Problem: Interpolatedstringexpression requires escaping.Solution: Do not require escaping in the expression.Files: runtime/doc/eval.txt, src/typval.c, src/proto/typval.pro, src/dict.c, src/eval.c, src/evalvars.c, src/proto/evalvars.pro, src/vim9compile.c, src/proto/vim9compile.pro, src/vim9expr.c, src/vim9instr.c, src/alloc.c, src/proto/alloc.pro, src/testdir/test_expr.vim, src/testdir/test_let.vimPatch 8.2.4931Problem: Crash with sequence ofPerl commands.Solution: Move PUTBACK to another line. (closes #10386)Files: src/if_perl.xsPatch 8.2.4932Problem: Noteasy tofilter the output of maplist().Solution: Add mode_bits to the dictionary. (Ernie Rael, closes #10356)Files: runtime/doc/builtin.txt, src/map.c, src/testdir/test_map_functions.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.4933Problem:A few more capitalization mistakes in error messages.Solution: Adjust capitalization. (Doug Kearns)Files: src/errors.hPatch 8.2.4934Problem:String interpolation fails when not evaluating.Solution: Skip theexpression when not evaluating. (closes #10398)Files: src/typval.c, src/evalvars.c, src/proto/evalvars.pro, src/testdir/test_vim9_expr.vimPatch 8.2.4935Problem: With'foldmethod' "indent" some lines are not included in the fold. (Oleg Koshovetc)Solution: Fix it. (Brandon Simmons, closes #10399, closes #3214)Files: src/fold.c, src/testdir/test_fold.vimPatch 8.2.4936Problem: MS-Windows: mouse coordinates for scroll event are wrong.Solution: Convert coordinates to the text area coordinates. (closes #10400)Files: src/gui_w32.cPatch 8.2.4937 (after 8.2.4931)Problem: No test for what 8.2.4931 fixes.Solution: Adda test that triggersavalgrind error.Files: src/testdir/test_perl.vimPatch 8.2.4938Problem: Crash when matching buffer with invalid pattern.Solution: Check for NULL regprog.Files: src/buffer.c, src/testdir/test_buffer.vimPatch 8.2.4939Problem:matchfuzzypos() with "matchseq" does not have all positions.Solution: Also adda position for white space. (closes #10404)Files: runtime/doc/builtin.txt, src/search.c, src/testdir/test_matchfuzzy.vimPatch 8.2.4940Problem: Some codeis never used.Solution: Remove dead code. Adda few more test cases.Files: src/vim9expr.c, src/proto/vim9expr.pro, src/vim9compile.c, src/testdir/test_vim9_builtin.vim, src/testdir/test_vim9_expr.vimPatch 8.2.4941Problem:'[ and'] marks may be wrong after undo.Solution: Adjust the'[ and'] marks if needed. (closes #10407, closes #1281)Files: src/undo.c, src/testdir/test_undo.vimPatch 8.2.4942Problem: Error when setting'filetype' inhelp file again.Solution: Deal with text property type already existing. (closes #10409)Files: runtime/import/dist/vimhelp.vimPatch 8.2.4943Problem: Changing'switchbuf' may have no effect.Solution: Handle'switchbuf' in didset_string_options(). (Sean Dewar, closes #10406)Files: src/optionstr.c, src/testdir/test_options.vimPatch 8.2.4944Problem: Text properties are wrong after "cc". (Axel Forsman)Solution: Pass the deleted bytecount to inserted_bytes(). (closes #10412, closes #7737, closes #5763)Files: src/change.c, src/testdir/test_textprop.vimPatch 8.2.4945Problem: Inconsistent use of white space.Solution: Use Tabs and Spaces consistently.Files: src/os_amiga.c, src/if_py_both.h, src/os_win32.c, src/os_mswin.c, src/os_vms.c, src/os_vms_conf.hPatch 8.2.4946Problem: Vim9: some code not covered by tests.Solution: Adda few more test cases. Remove dead code.Files: src/vim9expr.c, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.4947Problem: Text properties not adjusted when acceptingspell suggestion.Solution: Adjust text properties when text changes. (closes #10414)Files: src/spell.c, src/spellsuggest.c, src/testdir/test_textprop.vimPatch 8.2.4948Problem: Cannot usePerl heredoc in nested:def function. (Virginia Senioria)Solution: Only concatenate heredoc lines when not ina nested function. (closes #10415)Files: src/userfunc.c, src/testdir/test_vim9_func.vimPatch 8.2.4949Problem: Vim9: some code not covered by tests.Solution: Adda few more test cases. Fix double error message.Files: src/vim9expr.c, src/testdir/test_vim9_expr.vimPatch 8.2.4950Problem: Text properties position wrong after shifting text.Solution: Adjust the text properties when shiftinga block of text. (closes #10418)Files: src/ops.c, src/testdir/test_textprop.vimPatch 8.2.4951Problem: Smart indenting done when not enabled.Solution: Check option values before setting can_si. (closes #10420)Files: src/indent.c, src/proto/indent.pro, src/change.c, src/edit.c, src/ops.c, src/testdir/test_smartindent.vimPatch 8.2.4952Problem:GUI test will fail if color scheme changes.Solution: Reduce the test for now.Files: src/testdir/test_gui.vimPatch 8.2.4953Problem: With'smartindent'inserting '}' after completion goes wrong.Solution: Check the cursoris in indent. (closes #10420)Files: src/indent.c, src/testdir/test_smartindent.vimPatch 8.2.4954Problem: Inserting line breaks text property spanning more than one line.Solution: Check TP_FLAG_CONT_PREV and TP_FLAG_CONT_NEXT. (closes #10423)Files: src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.4955Problem: Text property in wrong position after auto-indent.Solution: Adjust text property columns. (closes #10422, closes #7719)Files: src/change.c, src/testdir/test_textprop.vimPatch 8.2.4956Problem: Reading pastend of line with "gf" inVisual block mode.Solution: Do not include the NUL in the length.Files: src/normal.c, src/testdir/test_gf.vimPatch 8.2.4957Problem: Text properties ina wrong position aftera block change.Solution: Adjust the properties columns. (closes #10427)Files: src/ops.c, src/testdir/test_textprop.vimPatch 8.2.4958Problem:A couple conditions are always true.Solution: Remove the conditions. (Goc Dundar, closes #10428)Files: src/evalfunc.c, src/quickfix.cPatch 8.2.4959Problem: Using NULLregexp program.Solution: Check forregexp program becoming NULL in more places.Files: src/buffer.c, src/testdir/test_buffer.vimPatch 8.2.4960Problem: Text properties that cross line boundary are not correctly updated fora deleted line.Solution: Correct computing location of text property entry. (Paul Ollis, closes #10431, closes #10430)Files: src/memline.c, src/testdir/test_textprop.vimPatch 8.2.4961Problem: Build error witha certain combination of features.Solution: Adjust #if. (John Marriott)Files: src/memline.cPatch 8.2.4962Problem: Files show up in git status.Solution: Adjust thelist of ignored files. Clean up more test files. (Shane xb Qian, closes #9929)Files: .gitignore, src/testdir/MakefilePatch 8.2.4963Problem: Expanding path with "/**" may overrunend of buffer.Solution: Use vim_snprintf().Files: src/filepath.cPatch 8.2.4964Problem:MS-Windows GUI: mouse event testis flaky.Solution: Adda short delay after generatinga mouse event.Files: src/testdir/test_gui.vimPatch 8.2.4965Problem: GUI:testing mouse move event depends on screen cell size.Solution: Multiply the row and column with the screen cell size.Files: runtime/doc/testing.txt, src/testing.c, src/testdir/test_gui.vimPatch 8.2.4966Problem:MS-Windows GUI: mouse event test gets extra event.Solution: Ignore one move event.Files: src/testdir/test_gui.vimPatch 8.2.4967 (after 8.2.4966)Problem:MS-Windows GUI: mouse event test sometimes fails.Solution: Ignore one move event only if thereis an extra event.Files: src/testdir/test_gui.vimPatch 8.2.4968Problem: Reading pastend of the line when C-indenting.Solution: Check for NUL.Files: src/cindent.c, src/testdir/test_cindent.vimPatch 8.2.4969Problem: Changing text inVisual mode may cause invalid memory access.Solution: Check theVisual position after makinga change.Files: src/change.c, src/edit.c, src/misc2.c, src/proto/misc2.pro, src/testdir/test_visual.vimPatch 8.2.4970Problem: "eval 123" gives an error, "eval'abc'" does not.Solution: Also give an error when evaluating onlya string. (closes #10434)Files: src/ex_eval.c, src/testdir/test_vim9_cmd.vimPatch 8.2.4971Problem: Vim9: interpolatedstring seenas range.Solution: Recognize an interpolatedstringat the start ofa command line. (closes #10434)Files: src/ex_docmd.c, src/testdir/test_vim9_expr.vimPatch 8.2.4972Problem: Vim9: compilation fails when usingdict member when skipping.Solution: Do not generate ISN_USEDICT when skipping. (closes #10433)Files: src/vim9expr.c, src/testdir/test_vim9_expr.vimPatch 8.2.4973Problem: Vim9: type error forlist unpack mentions argument.Solution: Mention variable. (close #10435)Files: src/vim9.h, src/vim9execute.c, src/vim9instr.c, src/proto/vim9instr.pro, src/vim9compile.c, src/testdir/test_vim9_script.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.4974Problem: ":so" command may read afterend of buffer.Solution: Compute length of text properly.Files: src/scriptfile.c, src/testdir/test_source.vimPatch 8.2.4975Problem: Recursive command line loop may causea crash.Solution: Limit recursion of getcmdline().Files: src/ex_getln.c, src/testdir/test_cmdline.vimPatch 8.2.4976Problem: Coverity complains about not restoringa saved value.Solution: Restore value before handling error.Files: src/vim9execute.cPatch 8.2.4977Problem: Memory access error when substituteexpression changes window.Solution: Disallowchangingwindow in substitute expression.Files: src/ex_cmds.c, src/testdir/test_substitute.vimPatch 8.2.4978Problem: No error if engine selection atomis notat the start.Solution: Give an error. (Christian Brabandt, closes #10439)Files: runtime/doc/pattern.txt, src/errors.h, src/regexp_bt.c, src/regexp_nfa.c, src/testdir/test_regexp_latin.vimPatch 8.2.4979Problem: Accessing freed memory when lineis flushed.Solution: Makea copy of thepattern to search for.Files: src/window.c, src/testdir/test_tagjump.vimPatch 8.2.4980Problem: When'shortmess' contains 'A' loadinga session may still warn for an existing swap file. (Melker Österberg)Solution: Keep the 'A' flag to'shortmess' in the session file. (closes #10443)Files: src/session.c, src/testdir/test_mksession.vimPatch 8.2.4981Problem: Itis not possible to manipulate autocommands.Solution: Addfunctions to add, get and set autocommands. (Yegappan Lakshmanan, closes #10291)Files: runtime/doc/autocmd.txt, runtime/doc/builtin.txt, runtime/doc/usr_41.txt, src/autocmd.c, src/evalfunc.c, src/proto/autocmd.pro, src/testdir/test_autocmd.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.4982Problem: Colors interminalwindow are not 100% correct.Solution: Useg:terminal_ansi_colorsas documented. (closes #10429, closes #7227 closes #10347)Files: src/job.c, src/option.c, src/proto/term.pro, src/terminal.c, src/proto/terminal.pro, src/term.c, src/testdir/test_functions.vim, src/testdir/test_terminal.vimPatch 8.2.4983 (after 8.2.4982)Problem: Colors test fails in the GUI.Solution: Reset g:terminal_ansi_colors.Files: src/testdir/test_functions.vimPatch 8.2.4984Problem: Dragging statusline fails forwindow with winbar.Solution: Fix off-by-one error. (closes #10448)Files: src/mouse.c, src/testdir/test_winbar.vimPatch 8.2.4985Problem: PVS warns for possible array underrun.Solution: Adda check fora positive value. (Goc Dundar, closes #10451)Files: src/spell.cPatch 8.2.4986Problem: Some github actions are outdated.Solution: Update CodeQl to v2, update checkout to v3. (closes #10450)Files: .github/workflows/ci.yml, .github/workflows/codeql-analysis.yml, .github/workflows/coverity.ymlPatch 8.2.4987Problem: After deletiona small fold may be closable.Solution: Check fora reverse range. (Brandon Simmons, closes #10457)Files: src/fold.c, src/testdir/test_fold.vimPatch 8.2.4988Problem: Textprop in wrong position whenreplacingmulti-byte chars.Solution: Adjusttextprop position. (closes #10461)Files: src/change.c, src/testdir/test_textprop.vimPatch 8.2.4989Problem: Cannot specifya function name for :defcompile.Solution: Implementa function name argument for :defcompile.Files: runtime/doc/vim9.txt, src/userfunc.c, src/proto/userfunc.pro, src/vim9execute.c, src/ex_cmds.h, src/testdir/test_vim9_cmd.vim, src/testdir/test_vim9_disassemble.vimPatch 8.2.4990 (after 8.2.4989)Problem: Memory leak when:defcompile fails.Solution: Free fname when returning early.Files: src/userfunc.cPatch 8.2.4991Problem: No test for what patch 8.1.0535 fixes.Solution: Adda test. (closes #10462)Files: src/testdir/test_fold.vimPatch 8.2.4992 (after 8.2.4989)Problem: Compiler warning for possibly uninitialized variable. (Tony Mechelynck)Solution: Initialize variable in the caller instead of in the function.Files: src/userfunc.c, src/vim9execute.cPatch 8.2.4993Problem: smart/C/lisp indentingis optional, which makes the code more complex, whileit only reduces the executable sizea bit.Solution: Graduate FEAT_CINDENT, FEAT_SMARTINDENT and FEAT_LISP.Files: runtime/doc/builtin.txt, runtime/doc/indent.txt, runtime/doc/options.txt, runtime/doc/various.txt, src/feature.h, src/buffer.c, src/change.c, src/cindent.c, src/charset.c, src/edit.c, src/evalfunc.c, src/indent.c, src/insexpand.c, src/main.c, src/mouse.c, src/ops.c, src/option.c, src/optionstr.c, src/register.c, src/search.c, src/textformat.c, src/version.c, src/option.h, src/optiondefs.h, src/structs.h, src/globals.h, src/testdir/test_edit.vimPatch 8.2.4994Problem: Tests are using legacy functions.Solution: Converta few tests to use:def functions.Files: src/testdir/test_cindent.vimPatch 8.2.4995 (after 8.2.4992)Problem: Stilla compiler warning for possibly uninitialized variable. (Tony Mechelynck)Solution: Initialize variables.Files: src/vim9execute.cPatch 8.2.4996 (after 8.2.4969)Problem:setbufline() may changeVisual selection. (Qiming Zhao)Solution: DisableVisual mode when using another buffer. (closes #10466)Files: src/evalbuffer.c, src/testdir/test_bufline.vimPatch 8.2.4997Problem: Python:changing hidden buffer can cause the display to be messed up.Solution: Do notmark changed lines when using another buffer. (Paul Ollis, closes #10437, closes #7972)Files: src/if_py_both.h, src/testdir/test_python3.vimPatch 8.2.4998Problem: Vim9: crash when using multiple funcref().Solution: Check if varargs typeis NULL. (closes #10467)Files: src/vim9type.c, src/testdir/test_vim9_func.vimPatch 8.2.4999Problem: Filetype test tableis not properly sorted.Solution: Sort by filetype. (Doug Kearns)Files: src/testdir/test_filetype.vimPatch 8.2.5000Problem: No patch for documentation updates.Solution: Update documentation files.Files: runtime/doc/arabic.txt, runtime/doc/autocmd.txt, runtime/doc/builtin.txt, runtime/doc/change.txt, runtime/doc/channel.txt, runtime/doc/cmdline.txt, runtime/doc/diff.txt, runtime/doc/digraph.txt, runtime/doc/editing.txt, runtime/doc/eval.txt, runtime/doc/filetype.txt, runtime/doc/fold.txt, runtime/doc/ft_ada.txt, runtime/doc/ft_ps1.txt, runtime/doc/ft_raku.txt, runtime/doc/ft_rust.txt, runtime/doc/ft_sql.txt, runtime/doc/gui.txt, runtime/doc/gui_w32.txt, runtime/doc/helphelp.txt, runtime/doc/help.txt, runtime/doc/if_cscop.txt, runtime/doc/if_lua.txt, runtime/doc/if_perl.txt, runtime/doc/if_pyth.txt, runtime/doc/if_tcl.txt, runtime/doc/indent.txt, runtime/doc/index.txt, runtime/doc/insert.txt, runtime/doc/intro.txt, runtime/doc/map.txt, runtime/doc/mbyte.txt, runtime/doc/message.txt, runtime/doc/motion.txt, runtime/doc/netbeans.txt, runtime/doc/options.txt, runtime/doc/os_dos.txt, runtime/doc/os_vms.txt, runtime/doc/os_win32.txt, runtime/doc/pattern.txt, runtime/doc/pi_netrw.txt, runtime/doc/pi_zip.txt, runtime/doc/popup.txt, runtime/doc/print.txt, runtime/doc/quickfix.txt, runtime/doc/quickref.txt, runtime/doc/remote.txt, runtime/doc/repeat.txt, runtime/doc/rileft.txt, runtime/doc/scroll.txt, runtime/doc/sign.txt, runtime/doc/spell.txt, runtime/doc/sponsor.txt, runtime/doc/starting.txt, runtime/doc/syntax.txt, runtime/doc/tabpage.txt, runtime/doc/tagsrch.txt, runtime/doc/terminal.txt, runtime/doc/term.txt, runtime/doc/testing.txt, runtime/doc/textprop.txt, runtime/doc/tips.txt, runtime/doc/todo.txt, runtime/doc/uganda.txt, runtime/doc/undo.txt, runtime/doc/usr_02.txt, runtime/doc/usr_04.txt, runtime/doc/usr_05.txt, runtime/doc/usr_06.txt, runtime/doc/usr_08.txt, runtime/doc/usr_09.txt, runtime/doc/usr_12.txt, runtime/doc/usr_20.txt, runtime/doc/usr_29.txt, runtime/doc/usr_40.txt, runtime/doc/usr_41.txt, runtime/doc/usr_45.txt, runtime/doc/usr_46.txt, runtime/doc/usr_50.txt, runtime/doc/usr_51.txt, runtime/doc/usr_52.txt, runtime/doc/usr_90.txt, runtime/doc/usr_toc.txt, runtime/doc/various.txt, runtime/doc/version5.txt, runtime/doc/version6.txt, runtime/doc/version7.txt, runtime/doc/version8.txt, runtime/doc/version9.txt, runtime/doc/vi_diff.txt, runtime/doc/vim9.txt, runtime/doc/visual.txt, runtime/doc/windows.txt, runtime/doc/tags, runtime/doc/MakefilePatch 8.2.5001Problem: Checking translations affects the searchpattern history.Solution: Use "keeppatterns". (Doug Kearns)Files: src/po/check.vimPatch 8.2.5002Problem:deletebufline() may changeVisual selection.Solution: DisableVisual mode when using another buffer. (closes #10469)Files: src/evalbuffer.c, src/testdir/test_bufline.vimPatch 8.2.5003Problem: Cannotdo bitwise shifts.Solution: Add the>> and<< operators. (Yegappan Lakshmanan, closes #8457)Files: runtime/doc/eval.txt, src/errors.h, src/eval.c, src/structs.h, src/vim.h, src/vim9execute.c, src/vim9expr.c, src/testdir/test_expr.vim, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_expr.vimPatch 8.2.5004Problem: Rightshift on negative number does not workas documented.Solution: Usea uvarnumber_T type cast.Files: runtime/doc/eval.txt, src/eval.c, src/vim9expr.c, src/vim9execute.c, src/charset.c, src/testdir/test_expr.vimPatch 8.2.5005 (after 8.2.5003)Problem: Compiler warning for uninitialized variable. (John Marriott)Solution: Initialize the pointer to NULL.Files: src/vim9expr.vimPatch 8.2.5006 (after 8.2.5003)Problem: Asan warns for undefined behavior.Solution: Cast the shifted value to unsigned.Files: src/eval.c, src/vim9expr.c, src/vim9execute.cPatch 8.2.5007Problem: Spell suggestion may use uninitialized memory. (Zdenek Dohnal)Solution: Avoid going over theend of the word.Files: src/spellsuggest.c, src/testdir/test_spell_utf8.vimPatch 8.2.5008Problem: When'formatoptions' contains "/" wrongly wrappinga long trailing comment.Solution: Pass the OPENLINE_FORMAT flag.Files: src/change.c, src/vim.h, src/textformat.c, src/testdir/test_textformat.vimPatch 8.2.5009Problem: Fold may not be closable after appending.Solution: Set the fd_small flag to MAYBE. (Brandon Simmons, closes #10471)Files: src/fold.c, src/testdir/test_fold.vimPatch 8.2.5010Problem: Theterminal debugger usesvarious global variables.Solution: Adda dictionary to hold theterminal debugger preferences.Files: runtime/doc/terminal.txt, runtime/pack/dist/opt/termdebug/plugin/termdebug.vimPatch 8.2.5011Problem: Replacing anautocommand requires several lines.Solution: Add the "replace" flag to autocmd_add(). (Yegappan Lakshmanan, closes #10473)Files: runtime/doc/autocmd.txt, runtime/doc/builtin.txt, src/autocmd.c, src/testdir/test_autocmd.vimPatch 8.2.5012Problem: Cannot select one character inside ().Solution: Do not try to extend the area ifitis empty. (closes #10472, closes #6616)Files: src/textobject.c, src/testdir/test_textobjects.vimPatch 8.2.5013Problem: After textformatting the cursor may be in an invalid position.Solution: Correct the cursor position after formatting.Files: src/textformat.c, src/testdir/test_textformat.vimPatch 8.2.5014Problem: Byte offsets are wrong when using text properties.Solution: Make sure text propertiesdo not affect the byte counts. (Paul Ollis, closes #10474)Files: src/memline.c, src/textprop.c, src/testdir/test_textprop.vimPatch 8.2.5015Problem: Hoon and Moonscript files are not recognized.Solution: Addfiletype patterns. (Goc Dundar, closes #10478)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.5016Problem: Access before start of text withaput command.Solution: Check the lengthis more than zero.Files: src/register.c, src/testdir/test_put.vimPatch 8.2.5017Problem: Gcc12.1 warns for uninitialized variable.Solution: Initialize the variable. (closes #10476)Files: src/evalvars.cPatch 8.2.5018Problem: Vim9: some codeis not covered by tests.Solution: Delete dead code.Files: src/vim9instr.c, src/proto/vim9instr.pro, src/vim9compile.c, src/vim9expr.c,Patch 8.2.5019Problem: Cannot get the first screen column ofa character.Solution: Letvirtcol() optionally returna list. (closes #10482, closes #7964)Files: runtime/doc/builtin.txt, src/evalfunc.c, src/testdir/test_functions.vim, src/testdir/test_vim9_builtin.vimPatch 8.2.5020Problem: Using'imstatusfunc' and'imactivatefunc' breaks'foldopen'.Solution: Save and restore the KeyTyped flag. (closes #10479)Files: src/gui_xim.c, src/testdir/test_iminsert.vimPatch 8.2.5021Problem: Build fails with normal features and +terminal. (Dominique Pellé)Solution: Add #ifdefs. (closes #10484)Files: src/terminal.cPatch 8.2.5022Problem:'completefunc'/'omnifunc' error does notend completion.Solution: Check if there was an error or exception. (closes #10486, closes #4218)Files: src/insexpand.c, src/testdir/test_ins_complete.vimPatch 8.2.5023Problem: Substitute overwrites allocated buffer.Solution: Disallowundo when ina substitute command.Files: src/normal.c, src/undo.c, src/testdir/test_substitute.vimPatch 8.2.5024Problem: Using freed memory with "]d".Solution: Copy thepattern before searching.Files: src/normal.c, src/testdir/test_tagjump.vimPatch 8.2.5025Problem: Vim9:a few lines not covered by tests.Solution: Adda few tests.Files: src/vim9script.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_import.vimPatch 8.2.5026Problem: Vim9:a few lines not covered by tests.Solution: Delete dead code. Adda few test cases. make "12->func()" work.Files: src/vim9type.c, src/ex_docmd.c, src/proto/ex_docmd.pro, src/vim9compile.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_func.vimPatch 8.2.5027Problem: Error for missing:endif when an exception was thrown. (Dani Dickstein)Solution: Do not give an error when aborting. (closes #10490)Files: src/ex_docmd.c, src/testdir/test_trycatch.vimPatch 8.2.5028Problem:Syntaxregexp matching can be slow.Solution: Adjust the counters for checking the timeout to check about once per msec. (closes #10487, closes #2712)Files: src/regexp_bt.c, src/regexp_nfa.cPatch 8.2.5029Problem: "textlock"is always zero.Solution: Remove "textlock" and rename "textwinlock" to "textlock". (closes #10489)Files: runtime/doc/insert.txt, runtime/doc/tags, src/beval.c, src/change.c, src/edit.c, src/errors.h, src/eval.c, src/ex_cmds.c, src/ex_getln.c, src/proto/ex_getln.pro, src/globals.h, src/indent.c, src/insexpand.c, src/map.c, src/register.c, src/undo.c, src/window.c, src/testdir/test_edit.vim, src/testdir/test_ins_complete.vim, src/testdir/test_popup.vim, src/testdir/test_quickfix.vimPatch 8.2.5030Problem:autocmd_add() can only handle one event and pattern.Solution: Supportalist of events and patterns. (Yegappan Lakshmanan, closes #10483)Files: runtime/doc/builtin.txt, src/autocmd.c, src/errors.h, src/testdir/test_autocmd.vimPatch 8.2.5031Problem: Cannot easily run the benchmarks.Solution: Have "make benchmark" in the src directory work.Files: src/Makefile, src/testdir/MakefilePatch 8.2.5032Problem:Python 3 test fails without the GUI.Solution: Check the balloon_eval featureis available.Files: src/testdir/test_python3.vimPatch 8.2.5033 (after 8.2.5030)Problem: Build error with+eval but without +quickfix. Warning for uninitialized variable.Solution: Adjust #ifdefs. (John Marriott)Files: src/errors.h, src/autocmd.cPatch 8.2.5034Problem: Thereis no way to get the byteindex froma virtual column.Solution: Add virtcol2col(). (Yegappan Lakshmanan, closes #10477, closes #10098)Files: runtime/doc/builtin.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/move.c, src/proto/move.pro, src/testdir/test_cursor_func.vimPatch 8.2.5035Problem: When splittingawindow thechangelist position moves.Solution: Set thechangelistindexa bit later. (closes #10493)Files: src/window.c, src/testdir/test_changelist.vim, src/testdir/test_normal.vimPatch 8.2.5036 (after 8.2.5028)Problem: Using two counters for timeout check inNFA engine.Solution: Use only one counter. Tune the counts based on guessing.Files: src/regexp_nfa.cPatch 8.2.5037Problem: Cursor position may be invalid after "0;" range.Solution: Check the cursor position whenit was set by ";" in the range.Files: src/ex_docmd.c, src/testdir/test_excmd.vimPatch 8.2.5038Problem:A finishedterminal inapopupwindow does not showa scrollbar.Solution: Show the scrollbar if theterminaljobis finished. (closes #10497)Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_poptermscroll_1.dump, src/testdir/dumps/Test_popupwin_poptermscroll_2.dump, src/testdir/dumps/Test_popupwin_poptermscroll_3.dumpPatch 8.2.5039Problem: Confusing error if first argument ofpopup_create()is wrong.Solution: Givea more informative error.Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/errors.h, src/testdir/dumps/Test_popup_settext_07.dumpPatch 8.2.5040Problem: Scrollbar thumb in scrolledpopup not visible.Solution: Showat least one thumb character. (fixes 10492)Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_scroll_13.dumpPatch 8.2.5041Problem: Cannot closeaterminalpopup with "NONE" job.Solution: Adjust the conditions for whetherajobis running. (closes #10498)Files: src/buffer.c, src/terminal.c, src/proto/terminal.pro, src/undo.c, src/testdir/test_popupwin.vimPatch 8.2.5042Problem: Scrollbar thumb in tall scrolledpopup not visible.Solution: Showat least one thumb character. (fixes 10492)Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_scroll_13.dumpPatch 8.2.5043Problem: Can opena cmdlinewindow froma substitute expression.Solution: Disallow openinga command linewindow when text or bufferis locked.Files: src/buffer.c, src/ex_getln.c, src/proto/ex_getln.pro, src/window.c, src/testdir/test_substitute.vimPatch 8.2.5044 (after 8.2.5043)Problem: Command line test fails.Solution: Alsobeep when cmdline win can't be opened because of locks. Make the test not beep. Make the test pass on MS-Windows.Files: src/ex_getln.c, src/testdir/test_substitute.vimPatch 8.2.5045Problem: Canescapeaterminalpopupwindow when thejobis finished.Solution: Only check fora finishedjob whereitis relevant. (closes #10253)Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_poptermscroll_1.dump, src/testdir/dumps/Test_popupwin_poptermscroll_2.dump, src/testdir/dumps/Test_popupwin_poptermscroll_3.dump, src/testdir/dumps/Test_popupwin_poptermscroll_4.dumpPatch 8.2.5046Problem: vim_regsub() can overwrite the destination.Solution: Pass the destination length, give an error whenit doesn't fit.Files: src/regexp.h, src/regexp.c, src/proto/regexp.pro, src/eval.c, src/ex_cmds.cPatch 8.2.5047Problem: CurSearch highlightis often wrong.Solution: Remember the last highlighted position and redraw when needed.Files: src/globals.h, src/match.c, src/drawscreen.c, src/change.c, src/testdir/test_search.vim, src/testdir/dumps/Test_hlsearch_cursearch_changed_1.dumpPatch 8.2.5048Problem: When usingXIM thegui test may fail.Solution: Only use--not-a-term when not using XIM.Files: src/testdir/test_gui.vimPatch 8.2.5049Problem: Insufficient tests for autocommands.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #10507)Files: src/autocmd.c, src/testdir/gen_opt_test.vim, src/testdir/test_autocmd.vim, src/testdir/test_cmdline.vimPatch 8.2.5050Problem: Using freed memory when searching forpattern in path.Solution: Makea copy of the line.Files: src/search.c, src/testdir/test_tagjump.vimPatch 8.2.5051Problem: Check forautocmd_add() event argumentis confusing.Solution: Make the code more straightforward.Files: src/autocmd.cPatch 8.2.5052Problem: CI checkout step titleisa bit cryptic.Solution: Adda better title. (closes #10509)Files: .github/workflows/ci.yml, .github/workflows/coverity.yml, .github/workflows/codeql-analysis.ymlPatch 8.2.5053Problem: Cannot havea comment halfway anexpression in an autocmd command block.Solution: When skipping over the NL also skip over comments. (closes #10519)Files: src/eval.c, src/testdir/test_autocmd.vimPatch 8.2.5054Problem: No goodfiletype for conf files similar to dosini.Solution: Add the confini filetype. (closes #10518)Files: runtime/filetype.vim, src/testdir/test_filetype.vimPatch 8.2.5055Problem: Statuslineis not updated whenterminal title changes.Solution: Redraw the status line when the title changes. (issue #10425)Files: src/terminal.cPatch 8.2.5056Problem: Thechannel log only contains some of the rawterminal output.Solution: Add the "o" flag to log allterminal output. Useit for "--log".Files: runtime/doc/channel.txt, runtime/doc/starting.txt, src/main.c, src/channel.c, src/vim.h, src/term.c, src/edit.c, src/normal.c, src/optionstr.cPatch 8.2.5057Problem: Using gettimeofday() for timeoutis very inefficient.Solution: Seta platform dependent timer. (Paul Ollis, closes #10505)Files: src/auto/configure, src/config.h.in, src/configure.ac, src/drawscreen.c, src/errors.h, src/evalfunc.c, src/ex_cmds.c, src/ex_getln.c, src/match.c, src/os_mac.h, src/os_macosx.m, src/os_unix.c, src/os_win32.c, src/proto/os_unix.pro, src/proto/os_win32.pro, src/proto/regexp.pro, src/quickfix.c, src/regexp.c, src/regexp.h, src/regexp_bt.c, src/regexp_nfa.c, src/screen.c, src/search.c, src/structs.h, src/syntax.c, src/testdir/test_hlsearch.vim, src/testdir/test_search.vim, src/testdir/test_syntax.vimPatch 8.2.5058Problem:input() does not handle composing characters properly.Solution: Use mb_cptr2char_adv() instead of mb_ptr2char_adv(). (closes #10527)Files: src/getchar.c, src/testdir/test_functions.vimPatch 8.2.5059Problem: Autoconf 2.71 produces many obsolete warnings.Solution:Replace obsolete macros with non-obsolete ones, where the functionality does not change. (issue #10528)Files: src/configure.ac, src/auto/configurePatch 8.2.5060 (after 8.2.5059)Problem: Running configure fails.Solution: Remove line break.Files: src/configure.ac, src/auto/configurePatch 8.2.5061Problem:C89 requires signal handlers to return void.Solution: Drop RETSIGTYPE and hard-codea void return value.Files: src/configure.ac, src/auto/configure, src/if_cscope.c, src/os_unix.c, src/pty.c, src/os_mac.h, src/os_vms_conf.h, src/config.h.in, src/osdef1.h.inPatch 8.2.5062Problem: Coverity warns for dead code.Solution: Remove the dead code.Files: src/os_unix.c, src/match.cPatch 8.2.5063Problem: Error fora command maygo over theend of IObuff.Solution: Truncate the message.Files: src/ex_docmd.c, src/testdir/test_cmdline.vimPatch 8.2.5064Problem: No test for what 8.1.0052 fixes.Solution: Adda test. (closes #10531)Files: src/getchar.c, src/testdir/test_mapping.vimPatch 8.2.5065Problem: Wrong return type for main() in tee.c.Solution: Use "int" instead of "void". Remove unused variable.Files: src/tee/tee.cPatch 8.2.5066Problem: Can specify multispace listchars only for whole line.Solution: Add "leadmultispace". (Christian Brabandt, closes #10496)Files: runtime/doc/options.txt, src/drawline.c, src/message.c, src/screen.c, src/structs.h, src/window.c, src/testdir/test_listchars.vimPatch 8.2.5067Problem: Timer_createis not available on everyMac system. (HisashiT Fujinaka)Solution: Adjust #ifdef.Files: src/os_unix.cPatch 8.2.5068Problem: Gcc12.1 warning when building tee.Solution: Change type to size_t. (John Marriott)Files: src/tee/tee.cPatch 8.2.5069Problem: Various warnings from clang on MS-Windows.Solution: Fix the code to avoid the warnings. (Yegappan Lakshmanan, closes #10538)Files: src/dosinst.c, src/fileio.c, src/gui_w32.c, src/os_mswin.c, src/os_win32.cPatch 8.2.5070Problem: Unnecessary code.Solution: Remove code that isn't needed. (closes #10534)Files: src/message.c, src/screen.cPatch 8.2.5071Problem: With someMac OS version clockid_tis redefined.Solution: Adjust #ifdefs. (Ozaki Kiichi, closes #10549)Files: src/os_mac.hPatch 8.2.5072Problem: Using uninitialized value and freed memory inspell command.Solution: Initialize "attr". Check for empty line early.Files: src/spell.c, src/testdir/test_spell_utf8.vimPatch 8.2.5073Problem: Clang onMS-Windows produces warnings.Solution: Avoid the warnings. (Yegappan Lakshmanan, closes #10546)Files: src/dosinst.c, src/dosinst.h, src/gui_dwrite.cpp, src/gui_w32.c, src/iscygpty.c, src/libvterm/src/vterm_internal.h, src/mbyte.c, src/os_win32.c, src/os_win32.h, src/term.c, src/xdiff/xinclude.hPatch 8.2.5074Problem: Spell test fails on MS-Windows.Solution: Do not change'encoding'Files: src/testdir/test_spell_utf8.vimPatch 8.2.5075Problem: Clang gives an out of bounds warning.Solution: adjust conditionalexpression (John Marriott)Files: src/ui.cPatch 8.2.5076Problem: Unnecessary code.Solution: Remove code and replace with function call. (closes #10552)Files: src/drawline.c, src/getchar.cPatch 8.2.5077Problem: Various warnings from clang on MS-Windows.Solution: Avoid the warnings. (Yegappan Lakshmanan, closes #10553)Files: src/dosinst.c, src/dosinst.h, src/filepath.c, src/gui_w32.c, src/misc1.c, src/os_win32.cPatch 8.2.5078Problem: Substitute test hasa one second delay.Solution: Use ":silent!". Add another test case. (closes #10558)Files: src/testdir/test_substitute.vimPatch 8.2.5079Problem:DirChangedautocommand may use freed memory. (Shane-XB Qian)Solution: Free the memory later. (closes #10555)Files: src/ex_docmd.c, src/testdir/test_autocmd.vimPatch 8.2.5080Problem: When indenting gets out of handitis hard to stop.Solution: When line gets too long set got_int.Files: src/indent.cPatch 8.2.5081Problem: Autocmd test fails on MS-Windows.Solution: Set shellslash to get forward slashes.Files: src/testdir/test_autocmd.vimPatch 8.2.5082 (after 8.2.5080)Problem: Retab test fails.Solution: Disable the test for now.Files: src/testdir/test_retab.vimPatch 8.2.5083Problem: Autocmd test still fails on MS-Windows.Solution: Change backward to forward slashes.Files: src/testdir/test_autocmd.vimPatch 8.2.5084Problem: When theGUI showsadialog tests get stuck.Solution: Add the--gui-dialog-file argument.Files: runtime/doc/starting.txt, src/Make_mvc.mak, src/gui.c, src/main.c, src/message.c, src/os_mswin.c, src/proto/gui.pro, src/proto/main.pro, src/structs.h, src/testdir/Make_dos.mak, src/testdir/Make_ming.mak, src/testdir/Makefile, src/testdir/runtest.vim, src/testdir/shared.vimPatch 8.2.5085Problem: Gcc gives warning for signed/unsigned difference.Solution: Usea different pointer type. (John Marriott)Files: src/os_mswin.cPatch 8.2.5086Problem: CI runs on Windows 2019.Solution: Switch to Windows 2022. (closes #10566)Files: .github/workflows/ci.ymlPatch 8.2.5087Problem: Cannot build with clang on MS-Windows.Solution: Add support for building with clang. (Yegappan Lakshmanan, closes #10557)Files: src/GvimExt/Make_ming.mak, src/INSTALLpc.txt, src/Make_cyg_ming.makPatch 8.2.5088Problem: Value of cmod_verboseisa bit complicated to use.Solution: Use zero for not set, value+ 1 when set. (closes #10564)Files: src/ex_docmd.c, src/ex_getln.c, src/globals.h, src/structs.hPatch 8.2.5089Problem: Somefunctions returna different value on failure.Solution: Initialize the return value earlier. (Yegappan Lakshmanan, closes #10568)Files: src/autocmd.c, src/dict.c, src/evalfunc.c, src/list.cPatch 8.2.5090Problem: MS-Windows: vim.defis no longer used.Solution: Delete vim.def. (Ken Takata, closes #10569)Files: Filelist, Makefile, src/vim.defPatch 8.2.5091Problem: Terminal test fails with some shell commands.Solution: Disable setting thewindow title. (closes #10530)Files: src/testdir/test_terminal.vimPatch 8.2.5092Problem: Using "'<,'>" inEx mode may compare unrelated pointers.Solution: Set eap->cmd to "+" only later.Files: src/ex_docmd.cPatch 8.2.5093Problem: Error message for unknown command may mention the command twice. (Malcolm Rowe)Solution: Add the did_append_cmd flag. (closes #10570)Files: src/ex_docmd.cPatch 8.2.5094Problem:MS-Windows GUI: empty command may causea dialog.Solution: Delete thedialog file. Improve the message.Files: src/testdir/runtest.vim, src/testdir/test_ex_mode.vimPatch 8.2.5095Problem: Terminal test still fails with some shell commands.Solution: Disable setting thewindow title in the Vim instance running inaterminal window. (closes #10530)Files: src/testdir/test_terminal.vimPatch 8.2.5096 (after 8.2.5095)Problem: Terminal test still fails with some shell commands.Solution: Add missing "call". (closes #10530)Files: src/testdir/test_terminal.vimPatch 8.2.5097Problem: Using uninitialized memory when using'listchars'.Solution: Use the length returned by mb_char2bytes(). (closes #10576)Files: src/message.cPatch 8.2.5098Problem: Spelldump test sometimes hangs.Solution: Catch the problem of thespell file not being found to avoid hanging in thedownload dialog.Files: src/testdir/test_spell.vimPatch 8.2.5099Problem: Someterminal tests are not retried.Solution:Markterminal testsas flaky.Files: src/testdir/test_terminal.vimPatch 8.2.5100Problem: Memory usage tests are not retried.Solution:Mark memory usage testsas flaky.Files: src/testdir/test_memory_usage.vimPatch 8.2.5101Problem:MS-Windows with MinGW: $CC may be "cc" instead of "gcc".Solution: Set $CC ifitis not matching "clang". (Yegappan Lakshmanan, closes #10578)Files: src/INSTALLpc.txt, src/Make_cyg_ming.makPatch 8.2.5102Problem: Interrupt not caught in test.Solution: Consider an exception thrown in the current try/catch when got_intis set. Also catch early exit when not using try/catch.Files: src/indent.c, src/testing.c, src/testdir/test_retab.vim, src/testdir/runtest.vimPatch 8.2.5103Problem: Build fails with small features.Solution: Add #ifdef. Skip test on MS-Windows.Files: src/indent.c, src/testdir/test_retab.vimPatch 8.2.5104 (after 8.2.5103)Problem: Test hangs on MS-Windows.Solution: Skip another test on MS-Windows.Files: src/testdir/test_retab.vimPatch 8.2.5105 (after 8.2.5104)Problem: Test still hangs on MS-Windows.Solution: Skip "nocatch" test the right way.Files: src/testdir/test_retab.vimPatch 8.2.5106Problem: Defaultcmdwin mappings are re-mappable.Solution: Make the default mappings not re-mappable. (closes #10580) Use symbols for the first do_map() argument.Files: src/vim.h, src/ex_getln.c, src/map.c, src/proto/map.pro, src/digraph.c, src/netbeans.cPatch 8.2.5107Problem: Some callers of rettv_list_alloc() check for not OK. (Christ van Willegen)Solution: Use "==" instead of "!=" when checking the return value.Files: src/evalbuffer.c, src/channel.c, src/cmdexpand.c, src/evalfunc.c, src/evalwindow.c, src/insexpand.c, src/job.c, src/list.c, src/map.c, src/menu.c, src/mouse.c, src/move.c, src/sign.c, src/textprop.c, src/term.c, src/time.cPatch 8.2.5108Problem: Retab test disabled becauseit hangs on MS-Windows.Solution: Also set got_intat the other place an overlong textis detected.Files: src/indent.c, src/testdir/test_retab.vimPatch 8.2.5109Problem: Mode not updated afterCTRL-OCTRL-C inInsert mode.Solution: Set redraw_mode and use it. (closes #10581)Files: src/main.c, src/normal.c, src/testdir/test_normal.vim, src/testdir/dumps/Test_mode_updated_1.dumpPatch 8.2.5110Problem: Iconfiletype not recognized from the first line.Solution: Adda check for the first line. (Doug Kearns)Files: runtime/autoload/dist/script.vim, src/testdir/test_filetype.vimPatch 8.2.5111Problem: No test for --gui-dialog-file.Solution: Adda test.Files: src/testdir/test_gui.vimPatch 8.2.5112 (after 8.2.5111)Problem: Gui test hangs on MS-Windows.Solution: Use "!start" to start Vim.Files: src/testdir/test_gui.vimPatch 8.2.5113Problem: Timer becomes invalid after fork/exec,:gui gives errors. (Gabriel Dupras)Solution: Delete thetimer befor forking. (closes #10584)Files: src/os_unix.c, src/proto/os_unix.pro, src/gui.cPatch 8.2.5114Problem: Time limit onsearchpair() does not work properly.Solution: Set the time limit once instead of for each regexp. (closes #10562)Files: src/search.c, src/evalfunc.c, src/testdir/test_search.vimPatch 8.2.5115Problem: Search timeoutis overrun with some patterns.Solution: Check for timeout in more places. Make the flag volatile and atomic. Useassert_inrange() to see what happened.Files: src/regexp_nfa.c, src/regexp_bt.c, src/regexp.c, src/os_unix.c, src/proto/os_unix.pro, src/testdir/test_search.vimPatch 8.2.5116Problem: "limit" option ofmatchfuzzy() not always respected.Solution: Remove "else". (Kazuyuki Miyagi, closes #10586)Files: runtime/doc/builtin.txt, src/search.c, src/testdir/test_matchfuzzy.vimPatch 8.2.5117Problem: Crash when callingaLua callback froma:def function. (Bohdan Makohin)Solution: Handle FC_CFUNC in call_user_func_check(). (closes #10587)Files: src/userfunc.c, src/testdir/test_lua.vimPatch 8.2.5118Problem: MS-Windows: sendinga message to another Vim may hang if that Vimis halted.Solution: Adda timeout to serverSendToVim(). (Ken Takata, closes #10585)Files: runtime/pack/dist/opt/editexisting/plugin/editexisting.vim, src/os_mswin.cPatch 8.2.5119Problem: CI uses cache v2.Solution: Use cache v3. (closes #10588)Files: .github/workflows/ci.ymlPatch 8.2.5120Problem: Searching forquotes maygo over theend of the line.Solution: Check for running into the NUL.Files: src/textobject.cPatch 8.2.5121Problem: Interrupt test sometimes fails.Solution: Usea different file name.Files: src/testdir/test_interrupt.vimPatch 8.2.5122Problem: Lisp indenting my run over theend of the line.Solution: Check for NUL earlier.Files: src/indent.c, src/testdir/test_indent.vimPatch 8.2.5123Problem: Using invalidindex when looking forspell suggestions.Solution: Do not decrement theindex whenitis zero.Files: src/spellsuggest.c, src/testdir/test_spell.vimPatch 8.2.5124Problem: Whensyntax timeout test failsit does not show the time.Solution: Use assert_inrange().Files: src/testdir/test_syntax.vimPatch 8.2.5125Problem: MS-Windows: warnings from MinGW compiler.Solution: Use "volatile". (Yasuhiro Matsumoto, closes #10589) Initialize variable.Files: src/os_win32.c, src/proto/os_win32.pro, src/map.cPatch 8.2.5126Problem: Substitute may overrun destination buffer.Solution: Disallow switchingbuffers ina substitute expression.Files: src/ex_docmd.c, src/testdir/test_substitute.vimPatch 8.2.5127Problem: Usingassert_true() does not show value on failure.Solution: Use assert_inrange(). (closes #10593)Files: src/testdir/test_channel.vim, src/testdir/test_hlsearch.vimPatch 8.2.5128Problem:Syntax highlighting disabled when usingsynID() insearchpair() skipexpression andit times out. (Jaehwang Jung)Solution: Add the redrawtime_limit_set flag. (closes #10562)Files: src/globals.h, src/drawscreen.c, src/syntax.cPatch 8.2.5129Problem: Timeout handlingis not optimal.Solution: Avoid setting timeout_flag twice. Adjust the pointer when stopping theregexp timeout. Adjust variable name.Files: src/os_unix.c, src/os_win32.c, src/regexp.cPatch 8.2.5130Problem: Edit test for mode message fails when using valgrind.Solution: Use WaitForAssert(). Runbeep test later.Files: src/testdir/test_edit.vimPatch 8.2.5131Problem: Timeout implementationis not optimal.Solution: Further improvements for timeouts. Adda test forsearchpair() timeout. (partly by Paul Ollis)Files: src/configure.ac, src/auto/configure, src/testdir/test_hlsearch.vim, src/testdir/test_search.vimPatch 8.2.5132Problem::mkview test doesn't test much.Solution: Save theview with thefolds closed. (James McCoy, closes #10596)Files: src/testdir/test_mksession.vimPatch 8.2.5133Problem: MacOS: build fails.Solution: Remove "#if0" from timer_delete().Files: src/os_macosx.mPatch 8.2.5134Problem: Function has confusing name.Solution: Rename tgetent_error() to invoke_tgetent().Files: src/term.cPatch 8.2.5135Problem: Running configure gives warnings for main() return type.Solution: Specify "int" return type. Avoida few more warnings.Files: src/configure.ac, src/auto/configurePatch 8.2.5136Problem: Debugger test fails when run with valgrind.Solution: Wait longer when using valgrind.Files: src/testdir/shared.vim, src/testdir/test_debugger.vim, src/testdir/test_search.vimPatch 8.2.5137Problem: Cannot build without the+channel feature. (Dominique Pellé)Solution: Add #ifdef aroundch_log() calls. (closes #10598)Files: src/os_unix.c, src/regexp_nfa.c, src/regexp_bt.cPatch 8.2.5138Problem: Various small issues.Solution: Various small improvements.Files: src/filepath.c, src/job.c, src/mark.c, src/move.c, src/popupwin.c, src/testdir/test_filetype.vimPatch 8.2.5139Problem: TIME_WITH_SYS_TIMEis no longer supported by autoconf.Solution: Always include time.h.Files: src/os_unix.hPatch 8.2.5140Problem: Seachpair timeout testis flaky.Solution:Mark the testas flaky soitis retried.Files: src/testdir/test_search.vimPatch 8.2.5141Problem: Using "volatile int" ina signal handler might be wrong.Solution: Use "volatile sig_atomic_t".Files: src/os_unix.c, src/proto/os_unix.pro, src/os_win32.c, src/proto/os_win32.pro, src/regexp.c,Patch 8.2.5142Problem: Startup test fails if thereisa statusbarat the top of the screen. (Ernie Rael)Solution: Usea larger vertical offset in the test.Files: src/testdir/test_startup.vimPatch 8.2.5143Problem: Some tests fail when using valgrind. Spurious leak reports.Solution: Use WaitForAssert(). Avoid failing fork/exec. Skip tests whereajobis killed when running valgrind.Files: src/testdir/test_iminsert.vim, src/testdir/test_popup.vim, src/testdir/test_cscope.vim, src/testdir/test_channel.vimPatch 8.2.5144Problem: With'lazyredraw' set completion menu may be displayed wrong.Solution: When thepopup menuis visibledo notinserta screen line. (closes #10601)Files: src/screen.cPatch 8.2.5145Problem: Exit test causes spuriousvalgrind reports.Solution: Skip test. Add CheckNotValgrind.Files: src/testdir/test_exit.vim, src/testdir/check.vim, src/testdir/test_channel.vimPatch 8.2.5146Problem: Memory leak when substituteexpression nests.Solution: Use an array ofexpression results.Files: src/alloc.c, src/regexp.c, src/proto/regexp.pro, src/errors.h, src/ex_cmds.c, src/testdir/test_substitute.vimPatch 8.2.5147Problem: Flaky test always fails on retry.Solution: Delete the created function.Files: src/testdir/test_search.vimPatch 8.2.5148Problem: Invalid memory access when using anexpression on the command line.Solution: Make sure the position does notgo negative.Files: src/ex_getln.c, src/testdir/test_cmdline.vimPatch 8.2.5149 (after 8.2.5148)Problem: Cannot build without the+eval feature. (Tony Mechelynck)Solution: Add #ifdefs.Files: src/ex_getln.cPatch 8.2.5150Problem: Read past theend of the first line with ":0;'{".Solution: When on line zero check the columnis valid for line one.Files: src/ex_docmd.c, src/testdir/test_cmdline.vimPatch 8.2.5151Problem: Reading beyond theend of the line with lisp indenting.Solution: Avoid going over the NULat theend of the line.Files: src/indent.c, src/testdir/test_lispwords.vimPatch 8.2.5152Problem:search() gets stuck with "c" and skip evaluates to true.Solution: Reset the SEARCH_START option. (closes #10608)Files: src/evalfunc.c, src/testdir/test_syntax.vimPatch 8.2.5153Problem: "make uninstall" does not remove colors/lists.Solution: Adda line to the Makefile. (closes #10609)Files: src/MakefilePatch 8.2.5154Problem: Still mentioning version8, some cosmetic issues.Solution: Prefer mentioning version9, cosmetic improvements.Files: src/version.c, src/if_tcl.c, src/regexp.c, src/testdir/test_gui.vim, src/os_unix.c, Filelist, src/MakefilePatch 8.2.5155Problem: Indiff modewindows may get out of sync. (Gary Johnson)Solution: Avoid that the otherwindow scrolls for'cursorbind'.Files: src/move.c, src/testdir/test_diffmode.vim, src/testdir/dumps/Test_diff_scroll_1.dump, src/testdir/dumps/Test_diff_scroll_2.dumpPatch 8.2.5156Problem: Search timeout test often fails with FreeBSD.Solution: Double the maximum time.Files: src/testdir/test_search.vimPatch 8.2.5157Problem:MS-Windows GUI:CTRL-key combinationsdo not always work.Solution: Handle special key combinations better. (closes #10613, closes #10602, closes #10579)Files: src/gui_w32.cPatch 8.2.5158Problem: TSTP and INT signal tests are not run with valgrind.Solution: Sleepa bit longer. (closes #10614)Files: src/testdir/test_signals.vimPatch 8.2.5159 (after 8.2.5157)Problem: Fix forCTRL-key combinations causes more problems thanit solves.Solution: Roll back the change.Files: src/gui_w32.cPatch 8.2.5160Problem: Accessing invalid memory afterchangingterminal size.Solution: Adjust cmdline_row and msg_row to the value of Rows.Files: src/term.cPatch 8.2.5161Problem: Might still access invalid memory.Solution: Add extra check for negative value.Files: src/message.cPatch 8.2.5162Problem: Reading before the start of the line with BS inReplace mode.Solution: Check the cursor columnis more than zero.Files: src/edit.cPatch 8.2.5163Problem: Crash whendeletingbuffers indiff mode.Solution: Recompute diffs later. Skipwindow withouta valid buffer.Files: src/diff.c, src/testdir/test_diffmode.vimPatch 8.2.5164Problem: Invalid memory access afterdiff buffer manipulations.Solution: Use zero offset when change removes all lines inadiff block.Files: src/diff.c, src/testdir/test_diffmode.vimPatch 8.2.5165Problem: Import test fails because'diffexpr' isn't reset.Solution: Reset'diffexpr'.Files: src/testdir/test_vim9_import.vimPatch 8.2.5166Problem: Test forDiffUpdated fails.Solution: Also acceptacount of two.Files: src/testdir/test_diffmode.vimPatch 8.2.5167Problem: get(Fn,'name') on funcref returns special byte code.Solution: Use the printable name.Files: src/evalfunc.c, src/testdir/test_getvar.vimPatch 8.2.5168Problem: Cannot build withPython 3.11.Solution: Adjust define for _PyObject_TypeCheck. (Zdenek Dohnal, closes #10627)Files: src/if_python3.cPatch 8.2.5169Problem: Nested:source may use NULL pointer.Solution: Do not use the NULL pointer.Files: src/eval.c, src/testdir/test_vimscript.vimPatch 8.2.5170Problem: Tiny issues.Solution: Tiny improvements.Files: src/misc1.c, src/screen.c, src/vim.hPatch 8.2.5171Problem: Dependencies and proto files are outdated.Solution: Update dependencies and proto files. Avoid errors.Files: src/Makefile, src/gui_w32.c, src/os_mswin.c, src/proto/buffer.pro, src/proto/cmdexpand.pro, src/proto/getchar.pro, src/proto/help.pro, src/proto/mbyte.pro, src/proto/option.pro, src/proto/screen.pro, src/proto/syntax.pro, src/proto/textformat.pro, src/proto/textobject.pro, src/proto/time.pro, src/proto/gui_x11.pro, src/proto/if_tcl.pro, src/proto/os_mswin.proPatch 8.2.5172Problem: "make menu" still uses legacy script.Solution: make menu generationscript useVim9 script, fix errors.Files: runtime/makemenu.vim==============================================================================VERSION 9.1version-9.1version9.1vim-9.1Thissectionis about improvements made between version 9.0 and 9.1.The release 9.1is dedicated to Vim's Benevolent dictator for lifeBram-Moolenaar.This release has hundreds of bug fixes, there area few new features and thereare many minor improvements.Vim9 classes------------Support for classes andobjects inaVim9script are added. Thisis describedinvim9-class. The following features are supported:- Defining classes and instantiatingobjects- Multiple constructors-Classvariables and methods-Objectvariables and methods- Public and protected access forvariables and methods- Constant and final object/classvariables- Extending classes (single inheritance)- Interfaces- Abstract classes- Exporting classesSupport for creatinga type alias for an existing typeis added.Virtual text------------Support for addingvirtual-text toa bufferis added. Thisis useful forlanguage server features (e.g. inlay hints)Smooth Scroll-------------Support forscrolling text using screen lines instead of file linesis added.Refer to the'smoothscroll' option.The EditorConfig(editorconfig-install) and the JSONformatting(ft-json-plugin) plugins are included.OpenVMS x86_64 platform port:http://www.polarhome.com/vim/new-other-9.1Other improvements------------------- Support forundercurl(t_Ce), doubleunderline(t_Us), dottedunderline(t_ds) and dashedunderline(t_Ds)termcap entries and highlight modes(highlight-term).- The'fillchars' optionis nowaglobal-local option and allows to specify the character used for the lastwindow line.- The:vertical and:horizontal modifiers can be used with ":wincmd=" command to equalizewindows vertically or horizontally.-:defer command to defer the execution ofa function till theend ofa function.- Support for closingatab page using the middle mouse button.- Sound support in MacOS.- Theprop_remove() function can now remove multiple text properties.- Theitems() function now supportsaList oraString argument.- Therepeat() function now supportsblob repeat.- Command line completion support for:runtime command.- Support for custom completion usinggetcompletion().-Command-line completion support for option values.- Support for multiple "%=" items in'statusline'.- Support for the PmenuKind, PmenuKindSel, PmenuExtra and PmenuExtraSel highlight groups.- Text properties can override'cursorline' highlight.- Support for echoingmessages inapopupwindow:echowindow.- Control scroll behavior when splittingwindows'splitkeep'.- Support for mousescrolling in theMS-Windows console.- Support for using different keyboard protocols'keyprotocol' (xtermmodifyOtherKeys and Kittyterminal protocol (CSI u) support).- Support for UTF-16string index.-Quickfixlist items can have associated custom user data.-reverse() supports reversinga string.-'switchbuf'is used by more commands.-undotree() can be used with any buffer.-printf() supports positional arguments.-col(),charcol() andvirtcol() can be used with different windows.- Support for Python3 stable ABI(python-stable).- Usejumplist likea stack'jumpoptions'.- Support forwriting extended attributes in Linux(xattr).-'errorformat' supports parsinga buffer number("%b").- Support for building thepython interface usingPython 3.12.-matchaddpos()is no longer limited to 8 positions.-readblob() allows to read part ofa file.-'shortmess' allows to suppress "scanning" messages.- Add the XChaCha20v2encryptionmethod'cryptmethod'.- Add support fortestingsyntax files.- Support "**" for filename expansion with bash using globstar setting.- Add quadruple primedigraph using 4'.- Better high dpi support on Windows.- Various fixes for unsafe memory access, memory leaks, buffer overflows and potential crashes.- Termdebug: Support for thevariableswindow(termdebug_variables_window), moving up/down the stack frames(termdebug-frames) and setting temporary breakpoints(:Tbreak).- xxd: support for using colors in the hex dump output (xxd -R).- xxd: reversinga bit dump (xxd -r).- xxd: customize the variable name used in theC include output (xxd -n).changed-9.1Changed-------- The features++builtin_terms,+cmdline_info,+cmdwin,+file_in_path,+float,+path_extra,+textobjects,+wildignore and+wildmenu are available in all the builds.- Support for Windows-XPis dropped (starting with v9.0.0496)- Support for VisVimis removed.- The "small" and "big" builds are dropped in favor of "tiny" and "huge" builds.- Mention the detected'keyprotocol' on ":verbose map" when listing mappings.- The optional Content-Type headeris removed from the LSP messages.-charidx() returns the character length when theindexis one more than the last byte index.- Ctrl-Q works like Ctrl-V in replace mode.-popup_filter_menu() now wraps around.-popup_create() now aborts on an error.-g<End> now jumps to the last non-blank character.- dot and hyphen are supported in highlight group names.-executable() resolves symlinks on MS-Windows.-Ruby 1.8 supportis dropped.-'ttyfast'is always set.-virtcol2col() returns the first byte foramulti-byte character.-i_CTRL-O resetsSelect Mode.-mode() returns more submodes.-r withCTRL-C ona visual area replaces usingCTRL-C consistently.- Thematchparenplugin no longer uses hard coded match id 3.- The Statusline no longer uses hard coded values "^" and "=" if the highlighting groups for the statusline have been cleared.-'maxfuncdepth' settingis also used for the maximum callback depth.- Migrate to autoconf 2.71.- Start usingC99 feature (declare variable in for loops).added-9.1Added-----Various syntax, indent and other plugins were added.Functions:err_teapot() produce error 418 or 503getbufoneline() geta single line from the specified buffergetcellwidths() get character cell width overridesgetmouseshape() get name of the current mouse shapegetscriptinfo() getlist of sourced vim scriptsindexof()index inaList orBlob ofatrueexpressioninstanceof() check ifa variableis an instance ofa givenclasskeytrans() translate internal key codes to be usable with:mappopup_findecho() getwindow ID forpopup used for:echowindowsetcmdline() set the current command linestrutf16len() number of UTF-16 code units inastringswapfilelist()list of existing swap files in'directory'test_mswin_event() generate anMS-Windows event fortestingutf16idx() UTF-16index ofa byte inastringAutocommands:TextChangedT aftera change was made to the text in Terminal modeWinResized afterawindow in the currenttab pageis resizedCommands::abstract declareaVim9 abstractclass:class start ofaclass declaration:defer call function when current functionis done:echowindow sameas :echomsg, but useapopupwindow:endinterfaceend of an interface declaration:endclassend ofaclass declaration:horizontal followingwindow command works horizontally:interface start of an interface declaration:public prefix foraclass orobject member:static prefix foraclass member or function:this prefix for anobject member:type createa type aliasOptions:'endoffile'writeCTRL-Zatend of the file'jumpoptions'specifies how jumpingis done'keyprotocol'what keyboard protocol to use for whatterminal'lispoptions'changes how Lisp indentingis done'showcmdloc'where to show (partial) command'smoothscroll'scroll by screen lines when'wrap'is set'splitkeep'determines scroll behavior for splitwindows==============================================================================PATCHESpatches-9.1bug-fixes-9.1patches-after-9.0Thelist of patches that got included since 9.0.0. This includes all the newfeatures, but does not include runtime file changes (syntax, indent, ftplugin,documentation, etc.)Note: authorship and thelist of changed filesis left out and only visiblethrough `git log` for each commit.Patch 9.0.0001Problem: Travis CIis no longer used.Solution: Delete the Travis CI configuration. (Hugo Osvaldo Barrera, closes #10636)Patch 9.0.0002Problem: Map functionality outside of map.c.Solution: Move f_hasmapto() to map.c. Renamea function. (closes #10611)Patch 9.0.0003Problem: Functions are global while they could be local.Solution: Add "static". Adda few tests. (Yegappan Lakshmanan, closes #10612)Patch 9.0.0004Problem: Pluralmessages not translated properly.Solution: Usengettext() ina few more places. (Matvey Tarasov, closes #10606)Patch 9.0.0005Problem: Hare files are not recognized.Solution: Addafiletype pattern. (Hugo Osvaldo Barrera, closes #10630)Patch 9.0.0006Problem: Not allVisual Basic files are recognized.Solution: Change detection of *.cls files. (Doug Kearns)Patch 9.0.0007Problem: No support for double, dotted and dashed underlines.Solution: Add thetermcap entries and highlight modes. (closes #9553)Patch 9.0.0008Problem: Cannot specify the variable name for "xxd-i".Solution: Add the "-name" argument. (David Gow, closes #10599)Patch 9.0.0009Problem: Going past theend ofa menu item with only modifier.Solution: Check for NUL.Patch 9.0.0010Problem: Returning0 for has('patch-9.0.0')is inconsistent.Solution: Makeit return 1. (closes #10640)Patch 9.0.0011Problem: Reading beyond theend of the line withput command.Solution: Adjust theendmark position.Patch 9.0.0012Problem: Signature files not detected properly.Solution: Adda function to better detect signature files. (Doug Kearns)Patch 9.0.0013Problem: Reproducing memory accesserrors can be difficult.Solution: When testing, copy each line to allocated memory, so thatvalgrind can detect accessing memory before and/or after it. Fix uncovered problems.Patch 9.0.0014Problem: Missing part of the test override change.Solution: Add the missing part.Patch 9.0.0015Problem: With EXITFREE definedterminalmenus are not cleared.Solution: Also clearterminal menus. Remove condition thatis always true. (closes #10641)Patch 9.0.0016Problem: Comparing line pointer for'breakindent'is not reliable.Solution: Makea copy of the line.Patch 9.0.0017Problem: Accessing memory beyond theend of the line.Solution: StopVisual mode when closinga window.Patch 9.0.0018Problem: Going over theend of the typeahead.Solution: Puta NUL after the typeahead.Patch 9.0.0019Problem: Timers test not run where possible.Solution: Adjust platform checks. (closes #10645)Patch 9.0.0020Problem: With some completion reading pastend of string.Solution: Check the length of the string.Patch 9.0.0021Problem: Invalid memory access when addingword withacontrol character to the internalspellword list.Solution: Disallow addingaword withcontrol characters ora trailing slash.Patch 9.0.0022Problem: Spell test fails.Solution: Expect new erroris given.Patch 9.0.0023Problem: On Solaris timer_create() exists but does not work.Solution: Adjust the configure check to run the test program. (closes #10647)Patch 9.0.0024Problem: May access part of typeahead buf that isn't filled.Solution: Check length of typeahead.Patch 9.0.0025Problem: Accessing beyond allocated memory when using the cmdlinewindow inEx mode.Solution: Use "*" instead of "'<,'>" forVisual mode.Patch 9.0.0026Problem: Accessing freed memory withdiff put.Solution: Bail out whendiff pointeris no longer valid.Patch 9.0.0027Problem: The command line testis getting quite big.Solution: Move command linewindow tests toa separate file.Patch 9.0.0028Problem: MS-Windows: tests fail if thereisa stray "runtime" directory.Solution: Only usea "runtime" directory ifit contains "defaults.vim".Patch 9.0.0029Problem: The bitmaps/vim.ico fileis not in the distribution.Solution: Addit back to the distribution. Adjust the build rules to haveitend up in the right place.Patch 9.0.0030Problem: Matchfuzzy test depends on path of current directory.Solution: Usefnamemodify() to remove the path. (Robin Becker, closes #10650)Patch 9.0.0031Problem:<cmod> of user command does not have correctverbose value.Solution: Use the value from the command modifier. (closes #10651)Patch 9.0.0032Problem: In thequickfixwindow'cursorline' overrules QuickFixLine highlighting.Solution: Combine the attributes. Adda test. (closes #10654)Patch 9.0.0033Problem: Ona Belgian keyboardCTRL-[ does not work.Solution: Handle GDK_KEY_dead_circumflex. (Anton Sharonov, closes #10658)Patch 9.0.0034Problem: Spell testsdo not always clear theword list.Solution: Clear thewordlist in TearDown(). (closes #10659)Patch 9.0.0035Problem: Spell dump maygo beyondend of an array.Solution: Limit theword length.Patch 9.0.0036Problem:'fillchars' cannot have window-local values.Solution: Make'fillchars' global-local. (closes #5206)Patch 9.0.0037Problem: Build error.Solution: Add missing change.Patch 9.0.0038Problem:'listchars' test fails.Solution: Use window-local value after setting the global valuePatch 9.0.0039Problem: Not all systems have GDK_KEY_dead_circumflex. (HisashiT Fujinaka)Solution: Add an #ifdef.Patch 9.0.0040Problem: Use of set_chars_option()is confusing.Solution: Add "apply" argument to store the result or not. Merge similar code.Patch 9.0.0041Problem:A couple offiletype patternsdo not have "*" before "/etc".Solution: Add the star. (Jonas Strittmatter, closes #10662)Patch 9.0.0042Problem: Missing change forfiletype detection.Solution: Include change to detect guile from shebang line.Patch 9.0.0043Problem: Insufficienttesting for bracket commands.Solution: Adda few more tests. (closes #10668)Patch 9.0.0044Problem: Typos in comments, wrapping lines.Solution: Adjust comments. Wrap lines.Patch 9.0.0045Problem: Reading pastend of completion witha long line and'infercase' set.Solution: Allocate thestring if needed.Patch 9.0.0046Problem: Reading pastend of completion with duplicate match.Solution: Checkstring lengthPatch 9.0.0047Problem: Using freed memory with recursive substitute.Solution: Always makea copy for reg_prev_sub.Patch 9.0.0048Problem: Cursor in wrong column with mouse click after concealed text.Solution: Store the text column when drawing text.Patch 9.0.0049Problem: Csv and tsv files are not recognized.Solution: Add patterns for csv and tsv files. (Leandro Lourenci, closes #10680)Patch 9.0.0050Problem: Split else-ofis confusing.Solution: Join the lines. (closes #10696)Patch 9.0.0051Problem: UsingCTRL-C with:append may hang Vim.Solution: Reset got_int. (closes #10729, closes #10728)Patch 9.0.0052Problem: "zG" may throw an error if invalid character follows.Solution: Pass theword length to valid_spell_word(). (Ken Takata, closes #10737)Patch 9.0.0053Problem:E1281 not tested with the oldregexp engine.Solution: Loop over the values of'regexp'. (Dominique Pellé, closes #10695)Patch 9.0.0054Problem: Compiler warning for size_t to int conversion.Solution: Add type cast. (Mike Williams, closes #10741)Patch 9.0.0055Problem: Bitbake files are not detected.Solution: Add bitbakefiletype detection by file name and contents. (Gregory Anders, closes #10697)Patch 9.0.0056Problem: Wrong line number reported when:cexpr fails in:def function.Solution: Set line_number before executing :cexpr. (closes #10735)Patch 9.0.0057Problem: has('patch-xxx') returns true.Solution: Check for digit. (closes #10751)Patch 9.0.0058Problem: Win32: cannot test low level events.Solution: Add "sendevent" to test_gui_event(). (Yegappan Lakshmanan, closes #10679)Patch 9.0.0059Problem: Test file has wrong name.Solution: Rename the file. Various small fixes. (closes #10674)Patch 9.0.0060Problem: Accessing uninitialized memory when completing long line.Solution: Terminatestring with NUL.Patch 9.0.0061Problem: ml_get error with nested autocommand.Solution: Also check line numbers fora nested autocommand. (closes #10761)Patch 9.0.0062Problem: Compiler warnings for signed/unsigned char.Solution: Add type casts. (John Marriott)Patch 9.0.0063Problem: Too many type casts for dict_get functions.Solution: Change the key argument from "char_u *" to "char *".Patch 9.0.0064Problem: Confusing error when using "q:" in command line window.Solution: Check for the situation and givea better error message. (closes #10756)Patch 9.0.0065Problem: Cross-compiling doesn't work because of timer_create check.Solution: Use AC_CACHE_CHECK(). (Richard Purdie, closes #10777)Patch 9.0.0066Problem: Switchingwindow unnecessarily when getting buffer options.Solution: Do not switchwindow when getting buffer options. (closes #10767)Patch 9.0.0067Problem: Cannot show virtual text.Solution: Initial changes for virtual text support, using text properties.Patch 9.0.0068Problem: Build fails with tiny features.Solution: Add #ifdef.Patch 9.0.0069Problem: Leaking memory when using text prop with inserted text.Solution: Clear the growarray with text.Patch 9.0.0070Problem: Using utfc_ptr2char_len() when lengthis negative.Solution: Check value of length. (closes #10760)Patch 9.0.0071Problem: Command overlaps with printed text in scrollback.Solution: Clear until end-of-line and use correct message chunk. (closes #10765, closes #10764)Patch 9.0.0072Problem: Compiler warning for uninitialized variable.Solution: Initialize it. (John Marriott)Patch 9.0.0073Problem: Too many files recognizedas bsdl.Solution: Usepattern "*.bsd" instead of "*bsd". (Martin Tournoij, closes #10783)Patch 9.0.0074Problem: Coverity warns for double free.Solution: Reset cts_text_prop_count when freeing cts_text_props.Patch 9.0.0075Problem: Some compilers warn for using an uninitialized variable. (Tony Mechelynck)Solution: Initialize the variable.Patch 9.0.0076Problem: No test for what patch 8.1.1424 fixes.Solution: Adda test. (closes #10789)Patch 9.0.0077Problem: When switchingwindow in autocmd the restored cursor position may be wrong.Solution: Do not restore the cursor ifit was not set. (closes #10775)Patch 9.0.0078Problem: Starregisteris changed whendeleting and both "unnamed" and "unnamedplus" are in'clipboard'.Solution: Make the use of thestarregister workas documented. (Ernie Rael, closes #10669)Patch 9.0.0079Problem: Error inautoloadscript not reported for'foldexpr'.Solution: Reset "emsg_off" when auto-loadinga script. (closes #10685)Patch 9.0.0080Problem: Compiler warning for size_t to int conversion.Solution: Add type casts. (Mike Williams, closes #10795)Patch 9.0.0081Problem: Command line completion of user command may have duplicates. (Dani Dickstein)Solution: Skip global user command if an identical buffer-local oneis defined. (closes #10797)Patch 9.0.0082Problem: Cannot interrupt global command from command line.Solution: Reset got_int in another place. (closes #10739)Patch 9.0.0083Problem:ModeChanged event not triggered when leaving the cmdline window.Solution: Call may_trigger_modechanged(). (closes #10791)Patch 9.0.0084Problem: Using "terraform"filetype for .tfvars fileis bad.Solution: use "terraform-vars", so that different completion and other mechanisms can be used. (Radek Simko, closes #10755)Patch 9.0.0085Problem: ":write" fails after ":file name" and the ":edit".Solution: Reset BF_NOTEDITED when using ":edit". (closes #10790)Patch 9.0.0086Problem: Tablineis not redrawn when entering command line.Solution: Set "redraw_tabline". (closes #10771)Patch 9.0.0087Problem: MS-Windows:CTRL-[ on Belgian keyboard does not work like Esc.Solution: Figure out what the key code means. (Anton Sharonov, closes #10687, closes #10454)Patch 9.0.0088Problem:Pattern for detecting bitbake filesis not sufficient.Solution: Adjust the pattern. (Gregory Anders, closes #10743)Patch 9.0.0089Problem: Fuzzy argument completion doesn't work for shell commands.Solution: Check for cmdidx not being CMD_bang. (Yegappan Lakshmanan, closes #10769)Patch 9.0.0090Problem: No error when assigning bool toastring option with setwinvar().Solution: Give an error (closes #10766)Patch 9.0.0091Problem: Duplicate error number.Solution: Use unique error number.Patch 9.0.0092Problem: Plugins cannot change v:completed_item.Solution: Makev:completed_item writeable. (Shougo Matsushita, closes #10801)Patch 9.0.0093Problem: Sway config files are recognizedas i3config.Solution: Recognize swayconfig separately. (James Eapen, closes #10672)Patch 9.0.0094Problem: Cursor restored unexpected with nested autocommand.Solution: Do not restore the cursor whenit was moved intentionally. (closes #10780)Patch 9.0.0095Problem: Conditions are always true.Solution: Remove useless conditions. (closes #10802)Patch 9.0.0096Problem: Flag "new_value_alloced"is always true.Solution: Remove "new_value_alloced". (closes #10792)Patch 9.0.0097Problem: Longquickfix lineis truncated for :clist.Solution: Allocatea buffer if needed.Patch 9.0.0098Problem: missing include file in timer_create configure check.Solution: Include stdlib.h.Patch 9.0.0099Problem: Scrollback can be wrong after redrawing the command line.Solution: Clear unfinished scrollback when redrawing. (closes #10807)Patch 9.0.0100Problem: Gethit-enter prompt forsystem() when '!'is in'guioptions'.Solution: Do not call wait_return() when not redrawing. (closes #3327)Patch 9.0.0101Problem: Invalid memory access indiff mode with "dp" and undo.Solution: Make sure the line number does notgo below one.Patch 9.0.0102Problem: Reading pastend of line withinsert mode completion.Solution: Check text length.Patch 9.0.0103Problem: If running configure with cached results -lrt may be missing.Solution: Use two cache variables, one without and one with -lrt. (closes #10799) Swap checks to avoid adding -lrt unnecessarily.Patch 9.0.0104Problem: Going beyond allocated memory when evaluatingstring constant.Solution: Properly skip over<Key> form.Patch 9.0.0105Problem: Illegal memory access whenpattern starts with illegal byte.Solution: Do not matcha character with an illegal byte.Patch 9.0.0106Problem: Illegal byteregexp test doesn't fail when fixis reversed.Solution: Make sure illegal bytesend up in sourcedscript file.Patch 9.0.0107Problem: Condition always has the same value.Solution: Remove the condition.Patch 9.0.0108Problem: Configure check for timer_create may give wrong error.Solution: Givea warning instead of an error.Patch 9.0.0109Problem: Writing over theend ofa buffer on stack when makinglist ofspell suggestions.Solution: Make sure suggestedwordis not too long. (closes #10812)Patch 9.0.0110Problem: Helptag generation picks up words in code examples.Solution: Skip over examples. (Carlo Teubner, closes #10813)Patch 9.0.0111Problem: "nocombine"is missing from synIDattr().Solution: Add "nocombine". (Muni Tanjim, closes #10816)Patch 9.0.0112Problem: MS-Windows: test fails because file already exists.Solution: Waita little while until the fileis gone.Patch 9.0.0113Problem:has()is not strict about parsing the patch version.Solution: Check the version more strictly. (Ken Takata, closes #10752)Patch 9.0.0114Problem: The command line takes upspace even when not used.Solution: Allow for'cmdheight' to be set to zero. (Shougo Matsushita, closes #10675, closes #940)Patch 9.0.0115Problem: When'cmdheight'is zero pressing ':' may scrolla window.Solution: Add the made_cmdheight_nonzero flag and set'scrolloff' to zero.Patch 9.0.0116Problem: Virtual text not displayed if'signcolumn'is "yes".Solution: Set c_extra and c_final to NUL.Patch 9.0.0117Problem: Text of removedtextprop with textis not freed.Solution: Free the text when the propertyis removed. Reduce the array size to ignore NULLsat the end.Patch 9.0.0118Problem: No test for what patch 9.0.0155 fixes.Solution: Adda test. Fix typos. (closes #10822)Patch 9.0.0119Problem: Tiny chance that creatingabackup file fails.Solution: Check for EEXIST error. (Ken Takata, closes #10821)Patch 9.0.0120Problem:MS-Windows GUI: cannot use AltGr+ Space.Solution: Check for VK_MENU instead of VK_LMENU. (Anton Sharonov, closes #10820, closes #10753)Patch 9.0.0121Problem: Cannotput virtual text after or belowa line.Solution: Add "text_align" and "text_wrap" arguments.Patch 9.0.0122Problem: Breakindent test fails.Solution: Fix condition.Patch 9.0.0123Problem: Cannot build with small features.Solution: Add #ifdef.Patch 9.0.0124Problem: Code has more indent than needed.Solution: Use continue and return statements. (closes #10824)Patch 9.0.0125Problem: Cursor positioned wrong with virtual text after the line.Solution: Clear cts_with_trailing.Patch 9.0.0126Problem: Expanding file names fails in directory with more than 255 entries.Solution: Use an int instead of char_u to count. (John Drouhard, closes #10818)Patch 9.0.0127Problem: Unused variable.Solution: Remove the variable. (closes #10829)Patch 9.0.0128Problem: Coverity complains about possible double free.Solution: Clear the pointer to avoid warnings.Patch 9.0.0129Problem: Compiler warning for int/size_t usage.Solution: Adda type cast. (Mike Williams, closes #10830)Patch 9.0.0130Problem: Cursor position wrong wheninserting around virtual text.Solution: Update the cursor position properly.Patch 9.0.0131Problem: Virtual text withTabis not displayed correctly.Solution: Change anyTab toa space.Patch 9.0.0132Problem: Multi-byte characters in virtual text not handled correctly.Solution: Count screen cells instead of bytes.Patch 9.0.0133Problem: Virtual text after line moves to joined line. (Yegappan Lakshmanan)Solution: When joining lines only keep virtual text after the last line.Patch 9.0.0134Problem: No test for text property with column zero.Solution: Adda test. Add message to assert for no open popups.Patch 9.0.0135Problem: Comment abouttabpage line above the wrong code.Solution: Move the comment. (closes #10836)Patch 9.0.0136Problem: AfterCTRL-Left-mouse clicka mouse scroll also has CTRL.Solution: Reset orig_mouse_code also for wheel events. (closes #10840)Patch 9.0.0137Problem: Debugger test may fail when $CWDis very long.Solution: Skip the test if the directory nameis too long. (James McCoy, closes #10837)Patch 9.0.0138Problem: Not enough characters accepted for'spellfile'.Solution: Add vim_is_fname_char() and useit for'spellfile'.Patch 9.0.0139Problem: Truncating virtual text aftera line not implemented. Cursor positioning wrong with Newline in the text.Solution: Implement truncating. Disallowcontrol characters in the text. (closes #10842)Patch 9.0.0140Problem:execute() does not use the "legacy" command modifier.Solution: pass the command modifier in sticky_cmdmod_flags. (Kota Kato, closes #10845)Patch 9.0.0141Problem: "delmenu" does not remove autocommands. Running menu test function alone fails.Solution: Deleteautocommands Make sure thereisat least one menu. (closes #10848)Patch 9.0.0142Problem: Crash when adding and removing virtual text. (Ben Jackson)Solution: Check that the text of the text property still exists.Patch 9.0.0143Problem: Cursor positioned after virtual text in empty line.Solution: Keep cursor in the first column. (closes #10786)Patch 9.0.0144Problem: Text property cannot override'cursorline' highlight.Solution: Add the "override" flag to prop_type_add(). (closes #5533, closes #8225).Patch 9.0.0145Problem: Substitute that joins lines drops text properties.Solution: Move text properties of the last line to the new line.Patch 9.0.0146Problem: Missing part of change for "override" flag.Solution: Add the missing change.Patch 9.0.0147Problem: Cursor positioned wrong after two text properties with virtual text and "below" alignment. (Tim Pope)Solution: Do not stop aftera text property using MAXCOL. (closes #10849)Patch 9.0.0148Problem:A "below" aligned text property gets'showbreak' displayed.Solution: Do not use'showbreak' before or in virtual text. (issue #10851)Patch 9.0.0149Problem: Test for fuzzy completion fails sometimes.Solution: Usea more specific file name to minimize the chance of matchingarandom directory name. (closes #10854)Patch 9.0.0150Problem: Error for using #{ in anexpressionisa bit confusing.Solution: Mention that this erroris only given for an expression. Avoid giving the error more than once. (closes #10855)Patch 9.0.0151Problem:A "below" aligned text property does not work with'nowrap'.Solution: Starta new screen line to display the virtual text. (closes #10851)Patch 9.0.0152Problem: Warning for unused argument in small build.Solution: Add "UNUSED".Patch 9.0.0153Problem: No fold and sign column for virtual text with "below" align and'nowrap'.Solution: Go back to draw state WL_START when moving to the next line. (closes #10851)Patch 9.0.0154Problem: Text properties wrong after splittinga line.Solution: Check for text properties after the line. (closes #10857)Patch 9.0.0155Patch 9.0.0156Problem: GivingE1170 only in anexpressionis confusing.Solution: GiveE1170 for any "#{ comment". (closes #10855)Patch 9.0.0157Problem:'showbreak' displayed below truncated "after" text prop.Solution: Suppress'showbreak' when "after" prop doesn't wrap.Patch 9.0.0158Problem: With'nowrap' "below" property not displayed correctly.Solution: Adjust virtual text with'nowrap',do not truncate.Patch 9.0.0159Problem: Cannot build with small features.Solution: Check forE1170 only with FEAT_EVAL.Patch 9.0.0160Problem: Somediff mode tests fail.Solution: Only advance "ptr" whena text property follows.Patch 9.0.0161Problem: Warning for uninitialized variable. (Tony Mechelynck)Solution: Initialize line_attr_save.Patch 9.0.0162Problem: Text property "below" gets indent if'breakindent'is set. (Tim Pope)Solution: Do notput indent before text property. (closes #10859)Patch 9.0.0163Problem: Text property not adjusted for text inserted with "p".Solution: Adjust column and length of text properties.Patch 9.0.0164Problem: Using freed memory withput command.Solution: Get byte offset beforereplacing the line.Patch 9.0.0165Problem: Looking upa text property type by IDis slow.Solution: Keep an array of property types sorted on ID.Patch 9.0.0166Problem: When using text properties the line text lengthis computed twice.Solution: If the text length was already computed don'tdoit again.Patch 9.0.0167Problem: Checking for text properties could bea bit more efficient.Solution: Return early when there are no text properties. Update TODO items.Patch 9.0.0168Problem: Cursor positioned wrong with two virtual text properties close together. (Ben Jackson)Solution: Add the original size, not the computed one. (closes #10864)Patch 9.0.0169Problem: Insufficienttesting forline2byte() with text properties.Solution: Add tests witha lot of text.Patch 9.0.0170Problem: Various minor codeformatting issues.Solution: Improve code formatting.Patch 9.0.0171Problem:Quickfix line highlightis overruled by'cursorline'.Solution: Reverse the combination of attributes. (closes #10654)Patch 9.0.0172Problem: Trying to allocate zero bytes.Solution: Do not allocate the proptype array when there are none. (closes #10867)Patch 9.0.0173Problem: Assert fails only on MS-Windows.Solution: Disable the assert for now.Patch 9.0.0174Problem: No error for using "#{ comment" ina compiled function.Solution: Make error checking for "#{" consistent. (closes #10855)Patch 9.0.0175Problem: Spell checking for capital not working with trailing space.Solution: Do not calculate cap_colat theend of the line. (Christian Brabandt, closes #10870, issue #10838)Patch 9.0.0176Problem: Checking characteroptionsis duplicated and incomplete.Solution: Move checking to check_chars_options(). (closes #10863)Patch 9.0.0177Problem: Cursor position wrong with'virtualedit' and mouse click afterend of the line. (Hermann Mayer)Solution: Do not use ScreenCols[] when'virtualedit'is active. (closes #10868)Patch 9.0.0178Problem: Cursor position wrong with virtual text before Tab.Solution: Use the byte length, not the cell with, to compare the column. Correcttab size after text prop. (closes #10866)Patch 9.0.0179Problem: Cursor position wrong with wrapping virtual text in empty line.Solution: Adjust handling of an empty line. (closes #10875)Patch 9.0.0180Problem: Stray logfile appears when running tests.Solution: Removech_logfile() calls.Patch 9.0.0181Problem: Textprop test withline2byte() fails on MS-Windows.Solution: Fix updating chunks in ml_delete_int().Patch 9.0.0182Problem: Quarto files are not recognized.Solution: Recognize quarto files by the extension. (Jonas Strittmatter, closes #10880)Patch 9.0.0183Problem: Extraspace after virtual text when'linebreak'is set.Solution: Do notcount virtual text when getting linebreak value. (closes #10884)Patch 9.0.0184Problem: Virtual text prop highlight continues after truncation.Solution: Recompute the length of attributes.Patch 9.0.0185Problem: Virtual text does not show if thereisa text propat same position. (Ben Jackson)Solution: Fix thesorting of properties. (closes #10879)Patch 9.0.0186Problem: Virtual text without highlighting does not show. (Ben Jackson)Solution: Usea text property whenit has highlighting or whenit has text. (closes #10878)Patch 9.0.0187Problem: Command line height changes when maximizingwindow height.Solution: Do not change the command line height. (closes #10885)Patch 9.0.0188Problem: Strange effects when using virtual text with "text_align" and non-zero column. (Martin Tournoij)Solution: Give an error. (closes #10888)Patch 9.0.0189Problem: Invalid memory access for text prop without highlight.Solution: Check fora valid highlight ID.Patch 9.0.0190Problem: The way'cmdheight' can be made zerois inconsistent.Solution: Only make'cmdheight' zero when settingit explicitly, not when resizing windows. (closes #10890)Patch 9.0.0191Problem: Messages test fails;window size incorrect when'cmdheight'is made smaller.Solution: Properly cleanup after test with cmdheight zero. Resizewindows correctly when'cmdheight' gets smaller.Patch 9.0.0192Problem: Possible invalid memory access when'cmdheight'is zero. (Martin Tournoij)Solution: Avoid going over theend of w_lines[] when w_heightis Rows. (closes #10882)Patch 9.0.0193Problem: Search and match highlight interfere with virtual text highlight. (Ben Jackson)Solution: Check for match highlight after text properties. Reset and restore search highlight when showing virtual text. (closes #10892)Patch 9.0.0194Problem: Cursor displayed in wrong position after removing text prop. (Ben Jackson)Solution: Invalidate the cursor position. (closes #10898)Patch 9.0.0195Problem: Metafun files are not recognized.Solution: Addfiletype detection patterns.Patch 9.0.0196Problem: Finding value inlist may requirea for loop.Solution: Add indexof(). (Yegappan Lakshmanan, closes #10903)Patch 9.0.0197Problem: Astro files are not detected.Solution: Addapattern to match Astro files. (Emilia Zapata, closes #10904)Patch 9.0.0198Problem: ml_get error when switching buffer inVisual mode.Solution: EndVisual mode when switching buffer. (closes #10902)Patch 9.0.0199Problem: Cursor position wrong with two right-aligned virtual texts.Solution: Add the padding for right-alignment. (issue #10906)Patch 9.0.0200Problem: cursor ina wrong position if'wrap'is off and using two right aligned text props in one line.Solution: Count an extra line fora right aligned text property aftera below or right aligned text property. (issue #10909)Patch 9.0.0201Problem: CursorLine highlight overrules virtual text highlight.Solution: Let extra attribute overrule line attribute. (closes #10909)Patch 9.0.0202Problem: Code andhelp forindexof()is not ideal.Solution: Refactor the code, improve the help. (Yegappan Lakshmanan, closes #10908)Patch 9.0.0203Problem: Confusing variable name.Solution: Use "prim_aep" instead of "spell_aep".Patch 9.0.0204Problem:indexof() may leak memory.Solution: Free allocated values. (Yegappan Lakshmanan, closes #10916)Patch 9.0.0205Problem: Cursor in wrong position wheninserting after virtual text. (Ben Jackson)Solution: Put the cursor after the virtual text, where the text will be inserted. (closes #10914)Patch 9.0.0206Problem: Redraw flags are not named specifically.Solution: Prefix "UPD_" to the flags, for UPDate_screen().Patch 9.0.0207Problem: Stacktrace not shown when debugging.Solution: Set msg_scroll in msg_source(). (closes #10917)Patch 9.0.0208Problem: The override flag has no effect for virtual text. (Ben Jackson)Solution: Make the override flag work. (closes #10915)Patch 9.0.0209Problem: Build error with small features.Solution: Add #ifdef.Patch 9.0.0210Problem:'list' mode does not work properly with virtual text.Solution: Show the "$"at the right position. (closes #10913)Patch 9.0.0211Problem: Invalid memory access when compiling :lockvar.Solution: Don't read past theend of the line.Patch 9.0.0212Problem: Invalid memory access when compiling :unlet.Solution: Don't read past theend of the line.Patch 9.0.0213Problem: Using freed memory with error in assert argument.Solution: Makea copy of the error.Patch 9.0.0214Problem: Splittinga line may duplicate virtual text. (Ben Jackson)Solution: Don't duplicatea text property with virtual text. Make auto-indenting work better. (closes #10919)Patch 9.0.0215Problem: Not passing APC_INDENT flag.Solution: Pass the flag where it's needed.Patch 9.0.0216Problem: Undo earlier test sometimes fails on MS-Windows.Solution: Use another file name.Patch 9.0.0217Problem:'shellslash' works differently when sourcingascript again.Solution: Use the name from thescript item. (closes #10920)Patch 9.0.0218Problem: Reading before the start of the line.Solution: When displaying "$" check the columnis not negative.Patch 9.0.0219Problem: Cannot makea funcref with "s:func" ina def function in legacy script.Solution: Allow for usinga lowercase function name after "s:". (Kota Kato, closes #10926)Patch 9.0.0220Problem: Invalid memory access with for loop over NULL string.Solution: Make sure mb_ptr2len() consistently returns zero for NUL.Patch 9.0.0221Problem: Accessing freed memory if compiling nested function fails.Solution: Mess up the variable name so thatit won't be found.Patch 9.0.0222Problem: No good reason why textobjects are only in larger builds.Solution: Graduate +textobjects.Patch 9.0.0223Problem: Typo in diffmode test.Solution: Fix the typo. (closes #10932)Patch 9.0.0224Problem: Using NULL pointer when skipping compiled code.Solution: Check for skipping.Patch 9.0.0225Problem: Using freed memory with multiple line breaks in expression.Solution: Free eval_tofree later.Patch 9.0.0226Problem:job_start() test may fail under valgrind.Solution: Wait until thejobis running.Patch 9.0.0227Problem: Cannot read error message when abort()is called.Solution: Outputa newline before calling abort().Patch 9.0.0228Problem: Crash whenpattern looks below the last line.Solution: Consider invalid lines to be empty. (closes #10938)Patch 9.0.0229Problem: Vim9: error message for missing typeis not clear.Solution: Mention the context. (issue #10944)Patch 9.0.0230Problem: No error for comma missing inlist in:def function.Solution: Check for missing comma. (closes #10943)Patch 9.0.0231Problem: Expanding "**" may loop forever with directory links.Solution: Check for being interrupted. (closes #10946)Patch 9.0.0232Problem: Test withBufNewFile autocmdis flaky.Solution: Use another file name.Patch 9.0.0233Problem: Removing multiple text properties takes many calls.Solution: Passalist to prop_remove(). (Ben Jackson, closes #10945)Patch 9.0.0234Problem: Cannot make difference between theend of:normal anda character in its argument.Solution: Add the "typebuf_was_empty" flag. (closes #10950)Patch 9.0.0235Problem:'autoshelldir' does not work with chunked response.Solution: Collect chunks before parsing OSC 7. (closes #10949)Patch 9.0.0236Problem: Popup menu not removed when'wildmenu' reset whileitis visible.Solution: Do not check p_wmnu, only pum_visible(). (closes #10953)Patch 9.0.0237Problem: Mac: cannot build if dispatch.his not available.Solution: Add #ifdef. (Evan Miller, closes #10954)Patch 9.0.0238Problem: Shift-Tab shows matches on cmdline when'wildmenu'is off.Solution: Only show matches when'wildmode' contains "list". (closes #10951)Patch 9.0.0239Problem: Build failure without the+wildmenu feature.Solution: Move parenthesis.Patch 9.0.0240Problem: Crash when using ":mkspell" with an empty.dic file.Solution: Check for an emptyword tree.Patch 9.0.0241Problem: "makeinstall" does notinstall sharedsyntax file. (James McCoy)Solution: Install and uninstall the sharedsyntax files. (closes #10956)Patch 9.0.0242Problem: "makeinstall" still fails. (Wilhelm Payne)Solution: Also add the directory to installrtbase. (Dominique Pellé)Patch 9.0.0243Problem: Text properties "below" sort differently on MS-Windows.Solution: Use the IDasa tie breaker. (closes #10958)Patch 9.0.0244Problem: Cannot easily get thelist of sourced scripts.Solution: Add thegetscriptinfo() function. (Yegappan Lakshmanan, closes #10957)Patch 9.0.0245Problem: Mechanism to prevent recursive screen updatingis incomplete.Solution: Add "redraw_not_allowed" and setit in build_stl_str_hl(). (issue #10952)Patch 9.0.0246Problem: Using freed memory when'tagfunc' deletes the buffer.Solution: Makea copy of thetag name.Patch 9.0.0247Problem: Cannot add padding to virtual text without highlight.Solution: Add the "text_padding_left" argument. (issue #10906)Patch 9.0.0248Problem: Duplicate code in findingascript in the execution stack.Solution: Reduce duplicate code. (closes #10961)Patch 9.0.0249Problem: No test for what 9.0.0234 fixes.Solution: Adda test. (issue #10950)Patch 9.0.0250Problem: Slightly inconsistent error messages.Solution: Makeit "UsingaFloat". (closes #10959)Patch 9.0.0251Problem: Test output shows up in git.Solution: Ignore the "failed" directory. (Yao-Ching Huang, closes #10969)Patch 9.0.0252Problem: Cursor in wrong place after virtual text.Solution: Do not change the length ofa virtual text property. (closes #10964)Patch 9.0.0253Problem:A symlink to anautoloadscript results in two entries in thelist of scripts, items expected in one are actually in the other.Solution: Have onescript item refer to the actually sourced one. (closes #10960)Patch 9.0.0254Problem: Typo in function name.Solution: Rename the function. (closes #10971)Patch 9.0.0255Problem: Build failure without theeval feature.Solution: Add #ifdef.Patch 9.0.0256Problem: Compiler warning for uninitialized variables.Solution: Initialize the variables.Patch 9.0.0257Problem: "->" in ":scriptnames" output not tested yet.Solution: Adda check.Patch 9.0.0258Problem:MS-Windows installer skips syntax/shared.Solution: Use "File /r" in the installer script. (Ken Takata, closes #10972)Patch 9.0.0259Problem: Crash with mouse click when not initialized.Solution: Check TabPageIdxs[]is not NULL.Patch 9.0.0260Problem: Using freed memory when using'quickfixtextfunc' recursively.Solution: Do not allow for recursion.Patch 9.0.0261Problem:bufload() readsa file even if the nameis nota file name. (Cyker Way)Solution: Do not read the file when the buffer nameis nota file name. (closes #10975)Patch 9.0.0262Problem: Build failure without the+quickfix feature.Solution: Add #ifdef.Patch 9.0.0263Problem: Too many #ifdefs.Solution: Make somefunctions always available.Patch 9.0.0264Problem: CI still runs on Ubuntu 18.04.Solution: Run CI on Ubuntu 20.04. (closes #10582)Patch 9.0.0265Problem: No good reason why the "gf" commandis not in the tiny version.Solution: Graduate the file_in_path feature.Patch 9.0.0266Problem: Compiler warning for unused argument.Solution: Add UNUSED.Patch 9.0.0267Problem: Coverity workflow still uses Ubuntu 18.04.Solution: Use Ubuntu 20.04Patch 9.0.0268Problem: Build error without the+eval feature.Solution: Remove #ifdef.Patch 9.0.0269Problem:getscriptinfo() does not include the version. Cannot select entries byscript name.Solution: Add the "version" item and the "name" argument. (Yegappan Lakshmanan, closes #10962)Patch 9.0.0270Problem: Some values of'path' and'tags'do not work in the tiny version.Solution: Graduate the+path_extra feature.Patch 9.0.0271Problem: Using INIT() in non-header files.Solution: Remove INIT(). (closes #10981)Patch 9.0.0272Problem:BufReadCmd not triggered when loadinga "nofile" buffer. (Maxim Kim)Solution: Callreadfile() but bail out before readinga file. (closes #10983)Patch 9.0.0273Problem: Konsole termresponse not recognized.Solution: Handle Konsole like libvterm, set'ttymouse' to "sgr". (closes #10990)Patch 9.0.0274Problem: Netrwplugin does not show remote files.Solution: Do reada file when'buftype'is "acwrite". (closes #10983)Patch 9.0.0275Problem:BufEnter not triggered when using ":edit" in "nofile" buffer.Solution: Letreadfile() return NOTDONE. (closes #10986)Patch 9.0.0276Problem:'buftype' values not sufficiently tested.Solution: Add and extend tests with'buftype' values. (closes #10988)Patch 9.0.0277Problem: Coverity CI: update-alternatives not needed with Ubuntu 20.04.Solution: Remove update-alternatives for Lua. (closes #10987)Patch 9.0.0278Problem: The+wildignore featureis nearly always available.Solution: Graduate+wildignore for consistency.Patch 9.0.0279Problem: The tiny version has thepopup menu but not'wildmenu'.Solution: Graduate the wildmenu feature.Patch 9.0.0280Problem: The builtintermcaplist depends on the version.Solution: Always include alltermcap entries. Remove duplicate lines.Patch 9.0.0281Problem: Build failure without the+eval feature.Solution: Add #ifdef.Patch 9.0.0282Problem:A nested timeout stops the previous timeout.Solution: Ignore any nested timeout.Patch 9.0.0283Problem: Cannot complete "synlist @cluster".Solution: Recognize and handle "list@". (Björn Linse, closes #10990)Patch 9.0.0284Problem: Using static buffer for multiple completion functions.Solution: Use one buffer in expand_T.Patch 9.0.0285Problem: Itis noteasy to change the command line froma plugin.Solution: Add setcmdline(). (Shougo Matsushita, closes #10869)Patch 9.0.0286Problem: Using freed memory when locationlist changed in autocmd.Solution: Return QF_ABORT and handle it. (Yegappan Lakshmanan, closes #10993)Patch 9.0.0287Problem: Irix systems no longer exist.Solution: Remove references to Irix. (Yegappan Lakshmanan, closes #10994)Patch 9.0.0288Problem: When'cmdheight'is zero somemessages are not displayed.Solution: Useapopup notification window.Patch 9.0.0289Problem: Invalid memory write.Solution: Do notput NUL ina static string.Patch 9.0.0290Problem: Compiler warning for variable set but not used.Solution: Add #ifdef.Patch 9.0.0291Problem: Test failing.Solution: Run test with cmdheight=0 last.Patch 9.0.0292Problem: Test causes another test to fail.Solution: Redraw to remove thepopupwindowPatch 9.0.0293Problem: Messageswindow not hidden whenstartinga command line.Solution: Hide themessages window. (closes #10996)Patch 9.0.0294Problem: Crash when'cmdheight'is0 andpopup_clear() used.Solution: Reset "message_win" when the messagepopupis cleared. Close thepopup when'cmdheight'is non-zero. Adda screendump test.Patch 9.0.0295Problem:GUI drop files test sometimes fails.Solution:Mark the testas flaky.Patch 9.0.0296Problem: Message inpopupis shortened unnecessary.Solution: Do not use'showcmd' and'ruler' fora message in the popup. Set thetimer when unhiding the message popup.Patch 9.0.0297Problem: Cursor position wrong after right aligned virtual text. (Iizuka Masashi)Solution: Take the width of the column offset into account. (closes #10997) Also fix virtual text positioning.Patch 9.0.0298Problem: Compiler warning for size_t to int conversion.Solution: Adda type cast. (Wilhelm Payne, closes #11000)Patch 9.0.0299Problem: Errormessages forsetcmdline() could be better.Solution: Use more specific error messages. (Yegappan Lakshmanan, closes #10995)Patch 9.0.0300Problem:'cpoptions' tests are flaky.Solution: Usea different file name for each test.Patch 9.0.0301Problem: The messagewindowpopupis delayed after an error message.Solution: Do not set emsg_on_display when using the message window.Patch 9.0.0302Problem: CI for Coverityis bothered by deprecation warnings.Solution: Ignore deprecation warnings. (closes #11002)Patch 9.0.0303Problem: Itis noteasy to get information abouta script.Solution: Makegetscriptinfo() return the version. When selectinga specificscript returnfunctions and variables. (Yegappan Lakshmanan, closes #10991)Patch 9.0.0304Problem:WinScrolledis not triggered when only skipcol changes.Solution: Add w_last_skipcol and use it. (closes #10998)Patch 9.0.0305Problem: CI lists useless deprecation warnings.Solution: Ignore deprecation warnings. (closes #11003)Patch 9.0.0306Problem: Buffer write messageis two lines in messagepopup window.Solution: Overwrite message if "msg_scroll"is off.Patch 9.0.0307Problem::echomsg doesn't work properly with cmdheight=0.Solution: Improvescrolling and displaying.Patch 9.0.0308Problem: When cmdheightis zero the attention prompt doesn't show.Solution: Do not use the messagewindow fora prompt.Patch 9.0.0309Problem: Invalid memory access when cmdheightis zero.Solution: Checkindex in w_linesis smaller than Rows.Patch 9.0.0310Problem: Output of:messages disappears when cmdheightis zero.Solution: Do not use themessageswindow for :messages. Make Esc close themessages window.Patch 9.0.0311Problem: Test for hit-Enter prompt fails.Solution: Only reset cmdline_row when'cmdheight'is zero.Patch 9.0.0312Problem: Test for cmdheight zero fails.Solution: Do not close themessageswindow forCTRL-C.Patch 9.0.0313Problem: Using common name in tests leads to flaky tests.Solution: Rename files and directories to be more specific.Patch 9.0.0314Problem: VDM files are not recognized.Solution: Add patterns for VDM files. (Alessandro Pezzoni, closes #11004)Patch 9.0.0315Problem: Shell commandis displayed in message window.Solution: Do not echo the shell command in the message window.Patch 9.0.0316Problem: Screen flickers when'cmdheight'is zero.Solution: Redraw over existing text instead of clearing.Patch 9.0.0317Problem: When updating the whole screenapopup may not be redrawn.Solution:Mark the screen andwindows for redraw also when not clearing. Alsomarkpopupwindows for redraw.Patch 9.0.0318Problem: Clearing screen causes flicker.Solution: Do not clear but redraw in more cases. Add () to "wait_return".Patch 9.0.0319Problem: Godot shader files are not recognized.Solution: Add patterns for "gdshader". (Maxim Kim, closes #11006)Patch 9.0.0320Problem: Command line type of CmdlineChange differs from getcmdtype().Solution: Use the same type. (closes #11005)Patch 9.0.0321Problem: Cannot use the messagepopupwindow directly.Solution: Add ":echowindow".Patch 9.0.0322Problem: Crash when noerrors and'quickfixtextfunc'is set.Solution: Do not handleerrors if there aren't any.Patch 9.0.0323Problem: Using common name in tests leads to flaky tests.Solution: Rename files and directories to be more specific.Patch 9.0.0324Problem: MS-Windows:resolve() test fails.Solution: Revert renaming the directory.Patch 9.0.0325Problem: MS-Windows: completion test fails.Solution: Adjust directory prefix.Patch 9.0.0326Problem: Some changes for cmdheight=0 are not needed.Solution: Revert resize behavior if heightis greater than the available space. (Shougo Matsushita, closes #11008)Patch 9.0.0327Problem:items() does not work ona list. (Sergey Vlasov)Solution: Makeitems() work ona list. (closes #11013)Patch 9.0.0328Problem: OLD_DIGRAPHSis unused.Solution: Remove OLD_DIGRAPHS. Also drop HPUX_DIGRAPHS.Patch 9.0.0329Problem: ":highlight" hangs when'cmdheight'is zero.Solution: Add to msg_col when using the message window. (closes #11014)Patch 9.0.0330Problem: Method tests fail.Solution: Adjust for change of items().Patch 9.0.0331Problem: Cannot useitems() ona string.Solution: Makeitems() work ona string. (closes #11016)Patch 9.0.0332Problem: Overwrite check may block BufWriteCmd.Solution: Do not use overwrite check when'buftype'is "acwrite". (closes #11011)Patch 9.0.0333Problem: Method test fails.Solution: Adjust test foritems() now working on string.Patch 9.0.0334Problem: Test does not properly clean up.Solution: Fix typo in argument of delete(). (Dominique Pellé, closes #11010)Patch 9.0.0335Problem: Checks forDictionary argument often givea vague error message.Solution: Givea useful error message. (Yegappan Lakshmanan, closes #11009)Patch 9.0.0336Problem: Tests are flaky because of usinga common file name.Solution: Rename files and directories to be more unique.Patch 9.0.0337Problem: Flicker when resetting cmdline_row after updating the screen.Solution: Do not update cmdline_row. (issue #11017)Patch 9.0.0338Problem: Return value of list_append_list() not always checked.Solution: Check return value and handle failure.Patch 9.0.0339Problem: No check if the return value of XChangeGC()is NULL.Solution: Only use the return value whenitis not NULL. (closes #11020)Patch 9.0.0340Problem: The'cmdheight' zero support causes too much trouble.Solution: Revert support for'cmdheight' being zero.Patch 9.0.0341Problem:mapset() does not restore<Nop>mapping properly.Solution: Use an emptystring for<Nop>. (closes #11022)Patch 9.0.0342Problem: ":wincmd=" equalizes in two directions.Solution: Make ":vertical wincmd=" equalize vertically only and ":horizontal wincmd=" equalize horizontally only.Patch 9.0.0343Problem:ColorSchemeautocommand triggered when colorschemeis not found. (Romain Lafourcade)Solution: Only triggerColorScheme when loading the colorscheme succeeds. (closes #11024)Patch 9.0.0344Problem: MS-Windows: background color wrong in Console.Solution: Figure out the default console background color. (Yasuhiro Matsumoto, issue #10310)Patch 9.0.0345Problem: Error message forlist argument could be clearer.Solution: Include the argument number. (Yegappan Lakshmanan, closes #11027)Patch 9.0.0346Problem::horizontal modifier not fully supported.Solution: Also use:horizontal for completion and user commands. (closes #11025)Patch 9.0.0347Problem: MS-Windows: cannot set cursor shape in Windows Terminal.Solution: Make cursor shape work with Windows Terminal. (Ken Takata, closes #11028, closes #6576)Patch 9.0.0348Problem: MS-Windows:GUI mouse move event testis flaky.Solution: Wait fora little while for the first move event.Patch 9.0.0349Problem: Filetype of *.sil files not well detected.Solution: Inspect the file contents to guess the filetype.Patch 9.0.0350Problem::echowindow does not work ina compiled function.Solution: Handle theexpressionat compile time.Patch 9.0.0351Problem: Messagewindow may obscure the command line.Solution: Reduce the maximum height of the message window.Patch 9.0.0352Problem: using:echowindow inatimer clears part of messageSolution: Do not use msg_clr_eos().Patch 9.0.0353Problem: Missing entry in switch.Solution: Add ISN_ECHOWINDOW.Patch 9.0.0354Problem: MS-Windows:startingapython server for test sometimes fails.Solution: Increase the waiting time for the port.Patch 9.0.0355Problem: Check foruppercase char inautoload nameis wrong,it checks the name of the script.Solution: Remove the check. (closes #11031)Patch 9.0.0356Problem::echowindow sets the in_echowindow flag too early.Solution: Set in_echowindow only when outputting the text. (Yasuhiro Matsumoto, closes #11033)Patch 9.0.0357Problem:'linebreak' interferes with text property highlight if thereissyntax highlighting.Solution: Check the text prop attributes after combining withsyntax attributes. (closes #11035)Patch 9.0.0358Problem:'breakindent' does not indent non-lists with "breakindentopt=list:-1".Solution: Adjust indent computation. (Maxim Kim, closes #11038)Patch 9.0.0359Problem: Error message for wrong argument typeis not specific.Solution: Include more information in the error. (Yegappan Lakshmanan, closes #11037)Patch 9.0.0360Problem: Crash when invalid line number on:foris ignored.Solution: Do not check breakpoint for non-existing line.Patch 9.0.0361Problem: Removinga listener may result ina memory leak and remove subsequent listeners.Solution: Init the "prev" pointer only once. (Yegappan Lakshmanan, closes #11039)Patch 9.0.0362Problem: Expanding ":e%" does not work for remote files.Solution: If the "%" or "#" file does not exist add the expansion anyway.Patch 9.0.0363Problem: Common names in test files causes tests to be flaky.Solution: Use more specific names.Patch 9.0.0364Problem: Clang static analyzer gives warnings.Solution: Avoid the warnings. (Yegappan Lakshmanan, closes #11043)Patch 9.0.0365Problem: File name used in testis unusual.Solution: Rename it. (Dominique Pellé, closes #11044)Patch 9.0.0366Problem: Cannot use import->Func() in lambda. (Israel Chauca Fuentes)Solution: Adjust how anexpression inalambdais parsed. (closes #11042)Patch 9.0.0367Problem: Coverity complains about dropping sign of character.Solution: Add explicit type cast.Patch 9.0.0368Problem: Old Coverity warning for using NULL pointer.Solution: Bail out if dictionary allocation fails.Patch 9.0.0369Problem:A failing flaky test doesn't mention the time.Solution: Add the time for debugging. Improve error message.Patch 9.0.0370Problem: Cleaning up afterwards can makea function messy.Solution: Add the:defer command.Patch 9.0.0371Problem: Compiler warning for uninitialized variable.Solution: Initialize the variable. (John Marriott)Patch 9.0.0372Problem: MS-Windows: "%T" time format does not appear to work.Solution: Use "%H:%M:%S" instead.Patch 9.0.0373Problem: Coverity warns for NULL check and unused return value.Solution: Remove the NULL check,it was already checked earlier. Add (void) to ignore the return value.Patch 9.0.0374Problem: Coverity still complains about dropping sign of character.Solution: Add intermediate variable.Patch 9.0.0375Problem: The footer featureis unused.Solution: Remove FEAT_FOOTER and code.Patch 9.0.0376Problem: Clang warns for dead assignments.Solution: Adjust the code. (Yegappan Lakshmanan, closes #11048)Patch 9.0.0377Problem: Argument assignment does not work.Solution: Skip over "=".Patch 9.0.0378Problem: Compiler warning for uninitialized variable. (Tony Mechelynck)Solution: Initialize it.Patch 9.0.0379Problem: Cleaning up afterwritefile()isa hassle.Solution: Add the 'D' flag to deferdeleting the written file. Very useful in tests.Patch 9.0.0380Problem: Deleting files in testsisa hassle.Solution: Use the new 'D' flag of writefile().Problem: Deleting files in testsisa hassle.Solution: Use the new 'D' flag of writefile().Patch 9.0.0381Problem: Writefile test leaves files behind.Solution: Fix the file names of files to be deleted. (Dominique Pellé, closes #11056)Patch 9.0.0382Problem: Freeing the wrongstring on failure.Solution: Adjust the argument. Reorder the code.Patch 9.0.0383Problem: Coverity complains about unused value.Solution: Use the value.Patch 9.0.0384Problem: Coverity still complains about using return value of getc().Solution: Check for EOF.Patch 9.0.0385Problem: GUI: whenCTRL-Dis mapped inInsert modeit gets inserted. (Yasuhiro Matsumoto)Solution: Also recognize modifierstarting with CSI. (closes #11057)Patch 9.0.0386Problem: Some code blocks are nested too deep.Solution: Bail out earlier. (Yegappan Lakshmanan, closes #11058)Patch 9.0.0387Problem:repeatinga<ScriptCmd>mapping does not use the rightscript context.Solution: When usingamappingput<SID>{sid}; in theredo buffer. (closes #11049)Patch 9.0.0388Problem: The do_arg_all() functionis too long.Solution: Split the function in smaller parts. (Yegappan Lakshmanan, closes #11062)Patch 9.0.0389Problem: Crash when'tagfunc' closes the window.Solution: Bail out when thewindow was closed.Patch 9.0.0390Problem: Cannot useapartial with :defer.Solution: Add thepartial arguments before the other arguments. Disallow usinga dictionary.Patch 9.0.0391Problem: Using separatedelete() call instead ofwritefile() 'D' flag.Solution: Use the writefile 'D' flag.Patch 9.0.0392Problem: Inverted conditionisa bit confusing.Solution: Remove the "!" and swap the blocks. (Ken Takata)Patch 9.0.0393Problem: Signals test often fails on FreeBSD.Solution: Use separate files for Suspend and Resume. (Ken Takata, closes #11065)Patch 9.0.0394Problem: Cygwin:multibyte characters may be broken interminal window.Solution: Adjust how to read and write on the channel. (Ken Takata, closes #11063)Patch 9.0.0395Problem: Clang warnings for function prototypes.Solution: Remove incomplete function prototypes. (closes #11068)Patch 9.0.0396Problem: :findrepl does notescape '&' and '~' properly.Solution: Escape depending on the value of'magic'. (closes #11067)Patch 9.0.0397Problem::defer not tested with exceptions and ":qa!".Solution: Test:defer works when exceptions are thrown and when ":qa!"is used. Invoke the deferred calls on exit.Patch 9.0.0398Problem: Members of funccall_T are inconsistently named.Solution: Use the "fc_" prefix for all members.Patch 9.0.0399Problem: Using:defer inexpression funcref not tested.Solution: Adda test. Fix uncovered problems.Patch 9.0.0400Problem:GUI test sometimes hangs on CI.Solution: Deletea test file explicitly. (Ken Takata, closes #11072)Patch 9.0.0401Problem: CI uses older clang version.Solution: Switch from clang 14 to 15. (closes #11066)Patch 9.0.0402Problem: Javascript module files are not recognized.Solution: Recognize "*.jsm" filesas Javascript. (Brett Holman, closes #11069)Patch 9.0.0403Problem:'equalalways' may be off when'laststatus'is zero.Solution: call last_status() before win_equal(). (Luuk van Baal, closes #11070)Patch 9.0.0404Problem: Crash when passing invalid arguments to assert_fails().Solution: Check for NULL string.Patch 9.0.0405Problem: Arguments inapartial not used bya:def function.Solution: Put thepartial arguments on the stack.Patch 9.0.0406Problem: Deferredfunctions not invoked whenpartial func exits.Solution: Createa funccall_T when callinga:def function.Patch 9.0.0407Problem:matchstr() does match column offset. (Yasuhiro Matsumoto)Solution: Accept line number zero. (closes #10938)Patch 9.0.0408Problem:GUI test sometimes fails on MS-Windows.Solution: Make sure Vimis the foreground window. (Ken Takata, closes #11077)Patch 9.0.0409Problem: #{g:x} was seenasa curly-braces expression.Solution: Do never see#{}asa curly-braces expression. (closes #11075)Patch 9.0.0410Problem: Struct member cts_lnumis unused.Solution: Delete it.Patch 9.0.0411Problem: Only created files can be cleaned up with one call.Solution: Add flags tomkdir() to delete witha deferred function. Expand thewritefile() name toa full path to handlechanging directory.Patch 9.0.0412Problem: Compiler warning for unused argument.Solution: Add UNUSED.Patch 9.0.0413Problem: ASAN reportsa memory leak.Solution: Free thestring received from the server. (Ken Takata, closes #11080)Patch 9.0.0414Problem:matchstr() still does not match column offset when done aftera text search.Solution: Only use the line number fora multi-line search. Fix the test. (closes #10938)Patch 9.0.0415Problem: OnMS-Windows some tests are flaky.Solution: Add sleeps, disable swapfile,mark testas flaky. (Ken Takata, closes #11082)Patch 9.0.0416Problem: ml_get error when appending lines inpopup window.Solution: Only update w_topline when w_buffer matches curbuf. (closes #11074)Patch 9.0.0417Problem: Jsonnet files are not recognized.Solution: Addapattern for Jsonnet files. (Cezary Drożak, closes #11073, closes #11081)Patch 9.0.0418Problem: Manuallydeleting temp test files.Solution: Use the 'D' flag ofwritefile() and mkdir().Patch 9.0.0419Problem: The:defer command does not check the function argumentcount and types.Solution: Check the function arguments when addinga deferred function.Patch 9.0.0420Problem: Function went missing.Solution: Add the function back.Patch 9.0.0421Problem:MS-Windows makefiles are inconsistently named.Solution: Use consistent names. (Ken Takata, closes #11088)Patch 9.0.0422Problem: Not enoughtesting of the:all command.Solution: Add more testing. (Yegappan Lakshmanan, closes #11091)Patch 9.0.0423Problem: "for" and "while" not recognized after:vim9cmd and :legacy. (Emanuele Torre)Solution: Recognize all the command modifiers. (closes #11087) Adda test to check thelist of modifiers.Patch 9.0.0424Problem: gitattributes files are not recognized.Solution: Add patterns to match gitattributes files. (closes #11085)Patch 9.0.0425Problem: Autocmd testisa bit flaky on MS-Windows.Solution: Adda bit more sleeping. (Ken Takata, closes #11095)Patch 9.0.0426Problem: Failed flaky tests reports only start time.Solution: Also report theend time.Patch 9.0.0427Problem: Drupal theme files are not recognized.Solution: Use phpfiletype for Drupl theme files. Remove trailing spaces. (Rodrigo Aguilera, closes #11096)Patch 9.0.0428Problem: Autocmd test uses common file name.Solution: Use unique name to reduce flakiness.Patch 9.0.0429Problem: Not all keys are tested for theMS-Windows GUI.Solution: Add more key codes to the list. (Yegappan Lakshmanan, closes #11097)Patch 9.0.0430Problem: Cannot userepeat() witha blob.Solution: Implementblob repeat. (closes #11090)Patch 9.0.0431Problem: Current mode shows in message window.Solution: Reset in_echowindow before redrawing. (issue #11094)Patch 9.0.0432Problem: Crash when using for loop variable in closure.Solution: Check that the variable wasn't deleted. (issue #11094)Patch 9.0.0433Problem: Coverity warns for not checking allocation failure.Solution: Check that allocatingalist orblob succeeded.Patch 9.0.0434Problem: gitignore files are not recognized.Solution: Add patterns for the gitignore filetype. (closes #11102)Patch 9.0.0435Problem: Compiler warning for uninitialized variable.Solution: Initialize it.Patch 9.0.0436Problem: CI: running tests in parallel causes flakiness.Solution: Reorganize theMS-Windows runs. (Ken Takata, closes #11101)Patch 9.0.0437Problem: No error whena custom completion function returns something else than the expected list.Solution: Give an error. (closes #11100)Patch 9.0.0438Problem: Cannotput virtual text abovea line.Solution: Add the "above" value for "text_align".Patch 9.0.0439Problem: Cursor wrong ifinserting before line with virtual text above.Solution: Add the width of the "above" virtual text to the cursor position. (issue #11084)Patch 9.0.0440Problem: Crash when usingmkdir() with "R" flag in compiled function.Solution: Reservea variable for deferred function calls. Handle more than one argument.Patch 9.0.0441Problem: Closure in for loop test fails on some systems.Solution: Do not wait for the ruler to show up. (issue #11106)Patch 9.0.0442Problem: Virtual text "above" doesn't handle line numbers.Solution: Take the left column offset into account. (issue #11084) Also make padding work.Patch 9.0.0443Problem: Blueprint files are not recognized.Solution: Addapattern for blueprint files. (Gabriele Musco, closes #11107)Patch 9.0.0444Problem: Trying to declare g:variable gives confusing error.Solution: Givea better error message. (closes #11108)Patch 9.0.0445Problem: When opening/closingwindow text moves up/down.Solution: Add the'splitscroll' option. When off text will keep its positionas muchas possible.Patch 9.0.0446Problem: Messagewindow may be positioned too low.Solution: Compute cmdline_row before computing the position.Patch 9.0.0447Problem: Using:echowin whileat thehit-enter prompt causes problems.Solution: Do not prompt for :echowin. Postpone showing the message window. Start thetimer when thewindowis displayed.Patch 9.0.0448Problem: SubRip files are not recognized.Solution: Addapattern for SubRip. (closes #11113)Patch 9.0.0449Problem: Thereis noeasy way to translateastring witha key code intoa readable string.Solution: Add thekeytrans() function. (closes #11114)Patch 9.0.0450Problem: Return value of argument checkfunctionsis inconsistent.Solution: Return OK/FAIL instead of TRUE/FALSE. (closes #11112)Patch 9.0.0451Problem: Virtual text "above" does not work with'nowrap'.Solution: Do wrap the line after. (closes #11084)Patch 9.0.0452Problem:Visual highlightingextends into virtual text prop.Solution: Do not highlight what isn't actually selected. Fix ordering of stored text props.Patch 9.0.0453Problem: On an AZERTY keyboard digit keys get theshift modifier.Solution: Remove theshift modifier from digit keys. (closes #11109)Patch 9.0.0454Problem: Incorrect color for modeless selection with GTK.Solution: Use simple inversion instead of XOR. (closes #11111)Patch 9.0.0455Problem:A few problems with'splitscroll'.Solution: Fix'splitscroll' problems. (Luuk van Baal, closes #11117)Patch 9.0.0456Problem: Function calledat debug promptis also debugged.Solution: Reset the debug level while entering the debug command. (closes #11118)Patch 9.0.0457Problem: Substitute prompt does not highlight an empty match.Solution: Highlightat least one character.Patch 9.0.0458Problem: Splittinga line witha text prop "above" movesit toa new line below.Solution: Keep an "above" text prop above the first line.Patch 9.0.0459Problem: Vim9: block in for loop doesn't behave likea code block.Solution: Usea new block ID for each loopat thescript level.Patch 9.0.0460Problem: Loop variable can't be found.Solution: Adjust block_id of the loop variable each round.Patch 9.0.0461Problem:'scroll'is not always updated.Solution: Call win_init_size()at the right place.Patch 9.0.0462Problem: ASAN warning for integer overflow.Solution: Check for tp_col to be MAXCOL.Patch 9.0.0463Problem: Command line test leaves directory behind.Solution: Use the "R" flag on the first mkdir(). (Dominique Pellé, closes #11127)Patch 9.0.0464Problem: With virtual text "above" indenting doesn't work well.Solution: Ignore text properties while adjusting indent. (issue #11084)Patch 9.0.0465Problem: Cursor moves whencmdwinis closed when'splitscroll'is off.Solution: Temporarily set'splitscroll' when jumping back to the original window. (closes #11128)Patch 9.0.0466Problem: Virtual text wrong after adding line break after line.Solution: Pass an "eol" flag to where text properties are adjusted. (closes #11131)Patch 9.0.0467Problem: Build failure.Solution: Add missing change.Patch 9.0.0468Problem: Execution stack underflow without the+eval feature. (Dominique Pellé)Solution: Add to execution stack without FEAT_EVAL. (closes #11135)Patch 9.0.0469Problem: Cursor moves ifcmdwinis closed when'splitscroll'is off.Solution: Skip win_fix_cursor if called whencmdwinis open or closing. (Luuk van Baal, closes #11134)Patch 9.0.0470Problem: Ina:def function all closures ina loop get the same variables.Solution: When ina loop andaclosure refers toa variable declared in the loop, prepare for makinga copy ofvariables for each closure.Patch 9.0.0471Problem: No test for what patch 9.0.0469 fixes.Solution: Adda test. (closes #11140)Patch 9.0.0472Problem: Virtual text "below" doesn't show inlist mode.Solution: Reset lcs_eol_one when displaying text property.Patch 9.0.0473Problem:fullcommand() only works for the currentscript version.Solution: Add an optional argument for thescript version.Patch 9.0.0474Problem:fullcommand() test failure.Solution: Update function table.Patch 9.0.0475Problem: Not using deferred delete in tests.Solution: Use deferred delete more often.Patch 9.0.0476Problem: Varargs does not work for replacement function of substitute().Solution: Check the varargs flag of the function. (closes #11142)Patch 9.0.0477Problem: Missing dependency may cause crashes on incomplete build.Solution: Add dependency.Patch 9.0.0478Problem: Test for'splitscroll' takes too much time.Solution: Only test some of the combinations. (Luuk van Baal, closes #11139)Patch 9.0.0479Problem: Ina:def function all closures ina loop get the same variables.Solution: Usea separatelist ofvariables for LOADOUTER and SAVEOUTER.Patch 9.0.0480Problem: Cannot usea:def varargs function with substitute().Solution: Use has_varargs(). (closes #11146)Patch 9.0.0481Problem: Ina:def function all closures ina loop get the same variables.Solution: Usea separatelist ofvariables for LOADOUTER and STOREOUTER. Not copiedatend of loop yet.Patch 9.0.0482Problem: "g0" moves to wrong location with virtual text "above".Solution: Compensate for the extra columns. (closes #11141) Also fix "g$"Patch 9.0.0483Problem: Illegal memory access whenreplacing in virtualedit mode.Solution: Check forreplacing NUL after Tab.Patch 9.0.0484Problem: Ina:def function all closures ina loop get the same variables.Solution: Add ENDLOOPat break, continue and return if needed.Patch 9.0.0485Problem: Ina:def function all closures ina loop get the same variables.Solution: Makea copy of loopvariables used ina closure.Patch 9.0.0486Problem: Text scrolled with'nosplitscroll', autocmd win opened andhelpwindow closed.Solution: Skip win_fix_scroll() in more situations. (Luuk van Baal, closes #11150)Patch 9.0.0487Problem: Using freed memory with combination of closures.Solution: Do not useapartial afterit has been freed through the funcstack.Patch 9.0.0488Problem: Cursor in wrong position with virtual text "above" and'showbreak'.Solution: Take the first character column into account. (closes #11149)Patch 9.0.0489Problem: Using "end_lnum" with virtual text causes problems.Solution: Disallow using "end_lnum" with virtual text. (closes #11151) Also disallow "end_col" and "length".Patch 9.0.0490Problem: Using freed memory withcmdwin andBufEnter autocmd.Solution: Make sure pointer to b_p_iminsertis still valid.Patch 9.0.0491Problem: No good reason to build without the float feature.Solution: Remove configure check for float and "#ifdef FEAT_FLOAT".Patch 9.0.0492Problem: Cmdwin test fails on MS-Windows.Solution: Skip test on MS-Windows.Patch 9.0.0493Problem:Perl test fails.Solution: Remove remaining FEAT_EVAL.Patch 9.0.0494Problem: Small build misses float function declarations.Solution: Adjust #ifdefs.Patch 9.0.0495Problem: Closure doesn't work properly in nested loop.Solution: Savevariables up to the outer loop.Patch 9.0.0496Problem: No good reason to keep supporting Windows-XP.Solution: Drop Windows-XP support. (Ken Takata, closes #11089)Patch 9.0.0497Problem: LyRiCs files are not recognized.Solution: Addapattern to detect LyRiCs files. (closes #11155)Patch 9.0.0498Problem: Various small issues.Solution: Various small fixes.Patch 9.0.0499Problem: In:def functionlist created after constis locked.Solution: Reset v_lock. (closes #11154)Patch 9.0.0500Problem: When quitting the cmdlinewindow withCTRL-Cit remains visible.Solution: Redraw to avoid confusion. Adjust the error message. (closes #11152) Adjust the cursor position afterCTRL-C.Patch 9.0.0501Problem: Warning for using uninitialized value in mouse test.Solution: Clear ScreenCols when allocating it. (Dominique Pellé)Patch 9.0.0502Problem:Aclosure ina nested loop ina:def function does not work.Solution: Use an array of loopvars, one per loop level.Patch 9.0.0503Problem: Build failure.Solution: Add missing changes.Patch 9.0.0504Problem: stilla Build failure.Solution: Add another missing changes. Avoid compiler warning.Patch 9.0.0505Problem: Various problems with'nosplitscroll'.Solution: Fix'nosplitscroll' problems. (Luuk van Baal, closes #11166)Patch 9.0.0506Problem: Line number argument for:badd does not work.Solution: Set the last cursor position in the new buffer. (closes #11161)Patch 9.0.0507Problem: Command line cleared when using:redrawstatus inCmdlineChangedautocommand event.Solution: Postpone the redraw. (closes #11162)Patch 9.0.0508Problem: When thechannel test fails thereis no clue why.Solution: Add info about thejob status. (Ken Takata, closes #11175)Patch 9.0.0509Problem: Confusing error for "saveas" command with "nofile" buffer.Solution: Givea clearer error message. (closes #11171)Patch 9.0.0510Problem: Chatito files are not recognized.Solution: Addapattern for Chatito files. (closes #11174)Patch 9.0.0511Problem: Unnecessaryscrolling for message of only one line.Solution: Only set msg_scroll when needed. (closes #11178)Patch 9.0.0512Problem: Cannot redraw the status lines when editinga command.Solution: Only postpone the redraw whenmessages have scrolled. (closes #11170)Patch 9.0.0513Problem: May not be able to useapattern ad the debug prompt.Solution: Temporarily disable the timeout. (closes #11164)Patch 9.0.0514Problem: Terminal test sometimes hangs.Solution: Adda bit more information to the test output. (issue #11179)Patch 9.0.0515Problem: Virtual text highlight starts too early when'number'is set.Solution: Set column offset when wrapping. (issue #11138)Patch 9.0.0516Problem: Virtual text "above" highlights gap after it.Solution: Do not highlight the gap. (closes #11138)Patch 9.0.0517Problem: Whenat the command line:redrawstatus does not work well.Solution: Only update the statuslines instead of the screen. (closes #11180)Patch 9.0.0518Problem: Virtual text highlight starts too early with'nowrap' and'number' set.Solution: Add the offset to the attribute skip count. (issue #11138)Patch 9.0.0519Problem: The win_line() functionis much too long.Solution: Move the code to draw the line number toa separate function.Patch 9.0.0520Problem: Declaringa loop variableat the start ofa blockis clumsy.Solution: Declare the variable inside the loop ina few places to see if this works.Patch 9.0.0521Problem: Compiler warns for unused argument in small version.Solution: Add UNUSED.Patch 9.0.0522Problem: Build fails on Appveyor.Solution:SelectVisual Studio 2015 for the build tools.Patch 9.0.0523Problem: more compiler warnings for arguments in small versionSolution: Adjust #ifdefs.Patch 9.0.0524Problem: Build instructions forMS-Windows are outdated.Solution: Remove instructions for old MSVC versions.Patch 9.0.0525Problem: Manuallydeleting temp test files.Solution: Add the 'D' flag to writefile().Patch 9.0.0526Problem: MS-Windows: still some support for XP and old compilers.Solution: Remove XP support and mention of old compilers. (Ken Takata, closes #11183)Patch 9.0.0527Problem: Long sign text may overflow buffer.Solution: Usea larger buffer. Prevent for overflow.Patch 9.0.0528Problem: MS-Windows: no batch files for more recent MSVC versions.Solution: Add batch files for 2017, 2019 and 2022. (Ken Takata, closes #11184)Patch 9.0.0529Problem: Appveyor setup contains outdated lines.Solution: Remove outdated lines. (Ken Takata, closes #11182)Patch 9.0.0530Problem: Using freed memory when autocmd changes mark.Solution: Copy themark before editing another buffer.Patch 9.0.0531Problem: The win_line() functionis much too long.Solution: Move code to separate functions.Patch 9.0.0532Problem: Edit testis flaky when run under valgrind.Solution: Send some text to theterminal to triggera redraw.Patch 9.0.0533Problem: The win_line() functionis much too long.Solution: Move code to separate functions.Patch 9.0.0534Problem: Line numberis displayedat virtual text "above".Solution: Show the line numberat the text line.Patch 9.0.0535Problem: Closure gets wrong value in for loop with two loop variables.Solution: Correctly compute the number of loopvariables to clear.Patch 9.0.0536Problem: CI: codecov action update available.Solution: Update Codecov 3.1.0 to 3.3.1. (closes #11188)Patch 9.0.0537Problem: The do_set() functionis much too long.Solution: Move setting ofastring option toa separate function.Patch 9.0.0538Problem: Manuallydeleting test temp files.Solution: Add the 'D' flag to writefile().Patch 9.0.0539Problem: Long message test can be flaky.Solution: Wait for more prompt instead of ruler.Patch 9.0.0540Problem: Assigning stack variable to argument confuses Coverity.Solution: Usea local pointer, also makes the code simpler.Patch 9.0.0541Problem: Terminal pwd test fails witha very long path name.Solution: Join two lines.Patch 9.0.0542Problem: MSVC build still has support for 2012 edition.Solution: Drop MSVC 2012 support. (Ken Takata, closes #11191)Patch 9.0.0543Problem: Insufficienttesting for assert and test functions.Solution: Adda few more tests. (Yegappan Lakshmanan, closes #11190)Patch 9.0.0544Problem: Minor issues with settingastring option.Solution: Adjust the code, adda test. (closes #11192)Patch 9.0.0545Problem: Whena testis slow and CI times out thereis no time info.Solution: Add the elapsed time to the "Executing" message.Patch 9.0.0546Problem: SupportingRuby 1.8 makes code complicated.Solution: DropRuby 1.8 support,itis ancient. (Ken Takata, closes #11195)Patch 9.0.0547Problem: Looping over empty out_loop[] entries.Solution: Store the array size.Patch 9.0.0548Problem:reduce() witha compiledlambda could be faster.Solution: Call eval_expr_typval() instead of call_func() directly.Patch 9.0.0549Problem: Duplicated code in callinga:def function.Solution: Simplify the code.Patch 9.0.0550Problem: Crash when closingatabpage and bufferis NULL.Solution: Adjust howautocommands are triggered when closinga window. (closes #11198, closes #11197)Patch 9.0.0551Problem: Mode messageis delayed when:echowin was used. (Maxim Kim)Solution: Save and restore msg_didout in :echowin. (closes #11193)Patch 9.0.0552Problem: Crash when using NUL in buffer that uses :source.Solution: Don't geta next line when skipping over NL.Patch 9.0.0553Problem: No error for "|" after "{" in lambda.Solution: Check for invalid "|". (closes #11199)Patch 9.0.0554Problem: Using freed memory when command follows lambda.Solution: Don't free whatis still in use. (closes #11201)Patch 9.0.0555Problem: Scrolling with'nosplitscroll' in callbackchanging curwin.Solution: Invalidate w_cline_row in the right place. (Luuk van Baal, closes #11185)Patch 9.0.0556Problem: Leaking memory with nested functions.Solution: Free saved pointer.Patch 9.0.0557Problem: Valgrind reports possibly leaked memory.Solution: Move the problematic test function to the "fails" test file to avoid obscuring real memory leaks.Patch 9.0.0558Problem: Coverity warns for possibly using NULL pointer.Solution: Only use "evalarg" when not NULL.Patch 9.0.0559Problem: Timer test may get stuckathit-enter prompt.Solution: Feed some more characters.Patch 9.0.0560Problem: Elapsed time sincetesting startedis not visible.Solution: Show the elapsed time while running tests.Patch 9.0.0561Problem: Whena test gets stuckit just hangs forever.Solution: Seta timeout of 30 seconds.Patch 9.0.0562Problem: HSL playlist files are not recognized.Solution: Addapattern to recognize HSL playlist files. (Benoît Ryder, closes #11204)Patch 9.0.0563Problem: Timer_info() test fails.Solution: Ignore test timeout timer. Don't usetest_null_job() when not available.Patch 9.0.0564Problem:A few tests keep failing on MacOS M1.Solution: Adda test check CheckNotMacM1. Fixtimer tests.Patch 9.0.0565Problem:Cscope test causes problems when code for test timeouttimeris included (even when commented out).Solution: Disable part of thecscope test for now.Patch 9.0.0566Problem: Nim files are not recognized.Solution: Add patterns for Nim files. (Nbiba Bedis, closes #11205)Patch 9.0.0567Problem:'completeopt' "longest"is not used for complete().Solution: Also use "longest" for complete(). (Bjorn Linse, closes #11206)Patch 9.0.0568Problem: Autocmd codeis indented more than needed.Solution: Break out sooner. (Yegappan Lakshmanan, closes #11208) Also in user function code.Patch 9.0.0569Problem: Cannot easily get out when using "vim file |grepword".Solution: Without changes letCTRL-C exit Vim. Otherwise givea message on stderr. (closes #11209)Patch 9.0.0570Problem: CI for Windowsis still using codecov action 3.1.0.Solution: Use action 3.1.1. (closes #11212)Patch 9.0.0571Problem: MS-Windows:CTRL-C can make Vim exit.Solution: Check the not-a-term argument.Patch 9.0.0572Problem:Insert complete tests leaveamapping behind.Solution: Usea buffer-local mapping. (closes #11211)Patch 9.0.0573Problem: Outdated dependenciesgo unnoticed.Solution: Use github Dependabot. (closes #11213)Patch 9.0.0574Problem: Timer garbage collect test hangs onMac M1.Solution: Properly check forMac M1 and skip the test.Patch 9.0.0575Problem: Thegetchar() function behaves strangely with bracketed paste.Solution: Do not handle paste-start in getchar(). (issue #11172)Patch 9.0.0576Problem: Unused loop variables.Solution: Usea while loop instead. (closes #11214)Patch 9.0.0577Problem: Buffer underflow with unexpected :finally.Solution: Check CSF_TRY can be found.Patch 9.0.0578Problem: Onetimer test fails onMac M1.Solution: Skip the test onMac M1.Patch 9.0.0579Problem: Using freed memory when'tagfunc' wipes out buffer that holds'complete'.Solution: Makea copy of the option. Make sure cursor positionis valid.Patch 9.0.0580Problem: No CI running for MacOS on M1.Solution: Adda cirrus CI task. (closes #11203)Patch 9.0.0581Problem: Addinga character for incsearch failsatend of line.Solution: Only check cursor line number.Patch 9.0.0582Problem:Channel cwd test fails on Cirrus CI.Solution: Also remove /private from the expected directory.Patch 9.0.0583Problem: Only recognizing .m3u8 filesis inconsistent.Solution: Also match .m3u files. (issue #11204)Patch 9.0.0584Problem:Cscope test with wrong executable name fails.Solution: Use /bin/sh to execute the command. (Yegappan Lakshmanan)Patch 9.0.0585Problem: When long message test fails the error messageis not visible.Solution: Dump more lines.Patch 9.0.0586Problem: Missing change in test.Solution: Add the test change.Patch 9.0.0587Problem:Unicode tables are outdated.Solution: Update toUnicode release 15. (Christian Brabandt, closes #11220)Patch 9.0.0588Problem:MorphOS buildis broken.Solution: Add "-lm" to LDFLAGS and "-noixemul" to CFLAGS. (Ola Söder, closes #11222)Patch 9.0.0589Problem: On AmigaOS4 the pidis available but the task addressis used.Solution: Use getpid(). (Ola Söder, closes #11224)Patch 9.0.0590Problem: AfterexitingInsert mode spellingis not checked in the next line.Solution: When spellingis enabled redraw the next line afterexitingInsert mode incase thespell highlight needs updating.Patch 9.0.0591Problem: Messagewindowpopup shows on only onetab page. (Naruhiko Nishino)Solution: Show the messagewindowpopup on alltab pages. (closes #11231)Patch 9.0.0592Problem: Display not cleared whenscrolling back in messages,a background coloris set andt_utis empty.Solution: Clear to theend of the display if needed. (closes #8973)Patch 9.0.0593Problem: CI actions have too many permissions.Solution: Restrict permissions to whatis required. (closes #11223)Patch 9.0.0594Problem: Makefile error message causesa shell error.Solution: Put the message in single quotes. (closes #11232)Patch 9.0.0595Problem: Extra newline inmessages afteraverbose shell message.Solution: Output the newline with msg_putchar_attr(). (closes #11233) Makeit possible tofiltera screendump before comparing it.Patch 9.0.0596Problem: CI onMac M1 has thechannel feature disabled.Solution: Include thechannel feature.Patch 9.0.0597Problem: Cannot closeatab page with the middle mouse button.Solution: Support closingatab page with the middle mouse button, like many other programs. (closes #10746)Patch 9.0.0598Problem: Using negative arrayindex with negative width window.Solution: Make sure thewindow width does not become negative.Patch 9.0.0599Problem: Latexmkrc files are not recognized.Solution: UsePerlfiletype for latexmkrc files. (closes #11241)Patch 9.0.0600Problem: GYP files are not recognized.Solution: Recognize GYP files. (closes #11242)Patch 9.0.0601Problem: Too much indent.Solution: Return out early froma function. (Yegappan Lakshmanan, close #11238)Patch 9.0.0602Problem: New TypeScript extensions are not recognized.Solution: Recognize .mts and .cts files. (closes #11237)Patch 9.0.0603Problem: With'nosplitscroll'folds are not handled correctly.Solution: Take care of closedfolds when moving the cursor. (Luuk van Baal, closes #11234)Patch 9.0.0604Problem: Luacheckrc fileis not recognized.Solution: Useluafiletype for luacheckrc. (closes #11236)Patch 9.0.0605Problem: Dump file missing.Solution: Add the missing dump file. (issue #11234)Patch 9.0.0606Problem:system() opensaterminalwindow when using theGUI and "!"is in'guioptions'.Solution: Do not useaterminalwindow when the SHELL_SILENT flagis used. (closes #11202)Patch 9.0.0607Problem: Verbose echo message test fails onMac OS.Solution: Skip the test onMac OS.Patch 9.0.0608Problem: Withspell checking,deletinga full stopat theend ofa line does not update SpellCapat the start of the next line.Solution: Update the next line when characters have been deleted. Also when using undo.Patch 9.0.0609Problem: Blockedit test fails because of wrong indent.Solution: Adjust the expected text temporarilyPatch 9.0.0610Problem: Global interrupt test fails when run under valgrind.Solution: Use TermWait().Patch 9.0.0611Problem: Tests delete files witha separatedelete() call.Solution: Use deferred delete.Patch 9.0.0612Problem: Blockedit test passes with wrong result.Solution: Adda "vim9script" line to make indenting work.Patch 9.0.0613Problem: Running source tests leaves file behind.Solution: Add the "D" flag to writefile(). (Dominique Pellé, closes #11243) Alsodo this for otherwritefile() calls and drop delete().Patch 9.0.0614Problem:SpellFileMissing autocmd may delete buffer.Solution: Disallowdeleting the current buffer to avoid using freed memory.Patch 9.0.0615Problem: Usingreduce() onalist fromrange()isa bit slow.Solution: Avoid materializing the list.Patch 9.0.0616Problem: Spell test fails because error message changed.Solution: Adjust expected error message.Patch 9.0.0617Problem: Calling function forreduce() has too much overhead.Solution: Only call clear_tv() when needed.Patch 9.0.0618Problem: Calling function forreduce() has too much overhead.Solution: Do not createa funccall_T every time.Patch 9.0.0619Problem: Too manydelete() calls in tests.Solution: Use deferred delete where possible.Patch 9.0.0620Problem:matchaddpos() can only add up to 8 matches.Solution: Allocate the array of positions. (closes #11248)Patch 9.0.0621Problem: Filetype test leaves file behind.Solution: Add deferred delete flag to writefile(). (Dominique Pellé, closes #11249)Patch 9.0.0622Problem:matchaddpos() can get slow when adding many matches.Solution: Update the next available match ID when manually picking an ID and remove check if the available ID can be used. (idea by Rick Howe)Patch 9.0.0623Problem: Error for modifyinga constis not detectedat compile time.Solution: Add TTFLAG_CONST and check forit inadd() and extend().Patch 9.0.0624Problem: Leaking argument type array.Solution: Add allocated memory to type_gap.Patch 9.0.0625Problem: Too manydelete() calls in tests.Solution: Use deferred delete where possible.Patch 9.0.0626Problem: Too manydelete() calls in tests.Solution: Use deferred delete where possible.Patch 9.0.0627Problem: "const" and "final" both make the typea constant. (Daniel Steinberg)Solution: Only have "const" make the typea constant.Patch 9.0.0628Problem: Coverity warns for not checking return value.Solution: Check the return value and simplify the code.Patch 9.0.0629Problem: Get an error for using const only when executing.Solution: Check for constat compile time for filter(), map(), remove(), reverse(),sort() and uniq().Patch 9.0.0630Problem: InVim9scripta numbered function cannot be called.Solution: Do not require "g:" beforea numbered function name. (closes #11254)Patch 9.0.0631Problem: Too manydelete() calls in tests.Solution: Use deferred delete where possible.Patch 9.0.0632Problem: Callinga function from an "expr" option has too much overhead.Solution: Add call_simple_func() and useit for'foldexpr'Patch 9.0.0633Problem: FEAT_TITLE was removed butis still used.Solution: Remove FEAT_TITLE. (Naruhiko Nishino, closes #11256)Patch 9.0.0634Problem: Evaluating "expr"options has more overhead than needed.Solution: Use call_simple_func() for'foldtext','includeexpr','printexpr', "expr" of'spellsuggest','diffexpr','patchexpr','balloonexpr','formatexpr','indentexpr' and'charconvert'.Patch 9.0.0635Problem: Build error and compiler warnings.Solution: Add missing change. Add type casts.Patch 9.0.0636Problem: Underline color does not work in terminals that don't senda termresponse.Solution: Do outputt_8u ifit was set explicitly. (closes #11253)Patch 9.0.0637Problem:Syntax of commands inVim9script depends on+eval feature.Solution: Use samesyntax with and without the+eval feature.Patch 9.0.0638Problem: Popup menu highlight wrong on top of preview popup. (Yegappan Lakshmanan)Solution: Also check for thepopup menu in screen_line().Patch 9.0.0639Problem: Checking forpopup in screen_char()is too late, the attribute has already been changed.Solution: Move check forpopup to where screen_char()is called.Patch 9.0.0640Problem: Cannot scroll by screen line ifa line wraps.Solution: Add the'smoothscroll' option. Only works forCTRL-E andCTRL-Y so far.Patch 9.0.0641Problem: Missing part of the new option code.Solution: Add missing WV_SMS.Patch 9.0.0642Problem: Breakindent test fails.Solution: Correct logic for resetting need_showbreak.Patch 9.0.0643Problem: Smoothscroll test fails.Solution: Check if skipcol changed.Patch 9.0.0644Problem:'smoothscroll'is not copied toa newwindow on :split.Solution: Copy the option value. Adda test.Patch 9.0.0645Problem:CTRL-Y does not stopat line 1. (John Marriott)Solution: Stopat line 1 when'smoothscroll'is not set. (closes #11261)Patch 9.0.0646Problem: with'smoothscroll' setCTRL-E does not work properly when'foldmethod'is set to "indent". (Yee Cheng Chin)Solution: Merge the code forscrolling withfolds and'smoothscroll'. (closes #11262)Patch 9.0.0647Problem: The'splitscroll' optionis nota good name.Solution: Rename'splitscroll' to'splitkeep' and makeitastring option, also supporting "topline". (Luuk van Baal, closes #11258)Patch 9.0.0648Problem: When using powershell input redirection does not work.Solution: Usea different shell command for powershell. (Yegappan Lakshmanan, closes #11257)Patch 9.0.0649Problem: No indication when the first lineis broken for'smoothscroll'.Solution: Show "<<<" in the first line.Patch 9.0.0650Problem: Some tests are failing.Solution: Adjust for "<<<" showing up.Patch 9.0.0651Problem: Build fails without the+conceal feature.Solution: Rename called function.Patch 9.0.0652Problem:'smoothscroll' not tested with'number' and "n" in'cpo'.Solution: Add tests, fix uncovered problem.Patch 9.0.0653Problem: BS and DELdo not work properly in an interactive shell. (Gary Johnson)Solution: Adjust the length for replaced codes.Patch 9.0.0654Problem: Breakindent test fails.Solution: Temporarily accept wrong result.Patch 9.0.0655Problem: passing modifier codes toa shell running in the GUI. (Gary Johnson)Solution: Include modifier codes into the key and drop the modifiers.Patch 9.0.0656Problem: Cannot specify another character to use instead of '@'at theend of the window.Solution: Add "lastline" to'fillchars'. (Martin Tournoij, closes #11264, closes #10963)Patch 9.0.0657Problem: Too many #ifdefs.Solution: Graduate the+cmdwin feature. Now the tiny and small builds are equal, drop the small build. (Martin Tournoij, closes #11268)Patch 9.0.0658Problem: Tiny build fails onMac OS.Solution: Define FEAT_CLIPBOARD only for normal build.Patch 9.0.0659Problem: Wrong type of comment in SetSyn() function.Solution: UseVim9 comment. (closes #11278)Patch 9.0.0660Problem: Mapping with CTRL keys does not work in the GUI.Solution: Recognize CSI next to K_SPECIAL. (closes #11275, closes #11270)Patch 9.0.0661Problem: Multi-byte "lastline" item in'fillchars' does not work properly when thewindowis two columns wide.Solution: Compute the text length correctly. (closes #11280)Patch 9.0.0662Problem: Concealed charactersdo not work correctly.Solution: Subtract boguscols instead of adding them. (closes #11273)Patch 9.0.0663Problem: Tests check for+cmdwin feature whichis always present.Solution: Remove the checks. (closes #11287)Patch 9.0.0664Problem: Bad redrawing withspell checking, using "C" and "$" in'cpo'.Solution: Do not redraw the next line when "$"is in'cpo'. (closes #11285)Patch 9.0.0665Problem: Setting'cmdheight' has no effect if lastwindow was resized.Solution: Do apply'cmdheight' when told to. Use the frame height instead of the cmdline_row. (closes #11286)Patch 9.0.0666Problem: Spacing-combining characters handledas composing, causing text to take morespace than expected.Solution: Handle characters marked with "Mc" notas composing. (closes #11282)Patch 9.0.0667Problem: ml_get error when'splitkeep'is "screen". (Marius Gedminas)Solution: Check the botlineis not too large. (Luuk van Baal, closes #11293, closes #11292)Patch 9.0.0668Problem: CI onMac M1 only uses clangSolution: Also run with gcc. (closes #11263)Patch 9.0.0669Problem: Too manydelete() calls in tests.Solution: Use deferred delete where possible.Patch 9.0.0670Problem: Nospace for command line when thereisa tabline.Solution: Correct computation of where the command line should be. (closes #11295)Patch 9.0.0671Problem: Negative topline usingCTRL-Y with'smoothscroll' and'diff'. (Ernie Rael)Solution: Only use'smoothscroll' when'wrap'is set.Patch 9.0.0672Problem: Cursor line only partly shows with'smoothscroll' and'scrolloff' zero.Solution: Do not use'smoothscroll' when adjusting the bottom of the window. (closes #11269)Patch 9.0.0673Problem: First line not scrolled properly with'smoothscroll' and'scrolloff' zero and using "k".Solution: Make sure the cursor positionis visible.Patch 9.0.0674Problem: Build error with tiny version.Solution: Use PLINES_NOFILL macro.Patch 9.0.0675Problem: Search test screendumpis outdated.Solution: Update the screendump for improved display.Patch 9.0.0676Problem: CI onMac M1 with gcc actually uses clang.Solution: Remove the gcc task. (Ozaki Kiichi, closes #11297)Patch 9.0.0677Problem: Breakindent test accepts wrong result.Solution: Fix the number column and adjust the expected text.Patch 9.0.0678Problem: Using exclamation marks on :function.Solution: Use :func and :endfuncas usual.Patch 9.0.0679Problem: Tests failing with'smoothscroll','number' and "n" in'cpo'.Solution: Do notcount number column in topline if columns are skipped.Patch 9.0.0680Problem: Tests failing with'breakindent','number' and "n" in'cpo'.Solution: Docount the number column in topline if'breakindent'is set.Patch 9.0.0681Problem: "<<<" shows for'smoothscroll' even when 'showbreakis set.Solution: When'showbreak'is setdo not display "<<<".Patch 9.0.0682Problem: Crash whenpopup with deletedtimeris closed. (Igbanam Ogbuluijah)Solution: Check thetimer still exists. (closes #11301)Patch 9.0.0683Problem: Cannot specifya time for :echowindow.Solution:Acount can be used to specify the display time. Add popup_findecho().Patch 9.0.0684Problem: Skipped:exe command fails compilation on MS-Windows.Solution: Adjust return value when skipping.Patch 9.0.0685Problem: FORTIFY_SOURCE causesa crash inVim9 script.Solution: Usea pointer to the first char. (Yee Cheng Chin, closes #11302)Patch 9.0.0686Problem: The right ALT key does not work on someMS-Windows keyboards.Solution: Adjust the modifiers based on GetKeyState(). (Anton Sharonov, closes #11300)Patch 9.0.0687Problem: "export def" does not work ina nested block.Solution: Do not handle "export" witha separate function but in the same command stack. (closes #11304)Patch 9.0.0688Problem: Debugger does not display the whole command.Solution: Set ea.cmd before checking fora breakpoint.Patch 9.0.0689Problem: Compiler warning for unused function.Solution: Add #ifdef. (John Marriott)Patch 9.0.0690Problem: Buffer size for expandingtab not correctly computed.Solution: Correctly use size ofend character.Patch 9.0.0691Problem: lalloc(0) error in listchars test.Solution: Skip generating text fortab if tab_lenis zero.Patch 9.0.0692Problem: PoEfilter files are not recognized.Solution: Addapattern to detect PoEfilter files. (closes #11305)Patch 9.0.0693Problem:browse() first argument cannot bea bool.Solution: Use tv_get_bool_chk() instead of tv_get_number_chk(). (closes #11308)Patch 9.0.0694Problem: No native sound support onMac OS.Solution: Add sound support forMac OS. (Yee Cheng Chin, closes #11274)Patch 9.0.0695Problem: Failing check for dictionary type for const any.Solution: Check for any type properly. (closes #11310)Patch 9.0.0696Problem: Itis unclear if the+rightleft and+arabic features are actively being used.Solution: Disable the features, await feedback.Patch 9.0.0697Problem: Cursor in wrong position withVisual substitute.Solution: When restoring'linebreak'mark the virtual columnas invalid. (closes #11309, closes #11311)Patch 9.0.0698Problem: VisVimis outdated, does not work with currentVisual Studio.Solution: Remove VisVim. (Martin Tournoij)Patch 9.0.0699Problem: Tiny build fails.Solution: Add #ifdef.Patch 9.0.0700Problem: Thereis no real need fora "big" build.Solution: Move common features to "normal" build,less often used features to the "huge" build. (Martin Tournoij, closes #11283)Patch 9.0.0701Problem: With'smoothscroll' the cursor positions not adjusted ina long line.Solution: Move the cursor further up or down in the line.Patch 9.0.0702Problem: Incompletetesting cursor position after change with'linebreak' set.Solution: Adda test and move test cases together. (closes #11313)Patch 9.0.0703Problem: Failing check for argument type for const any.Solution: Check for any type properly. (closes #11316)Patch 9.0.0704Problem: CI runs "tiny" and "small" builds, which are the same.Solution: Remove the "small" build. (Naruhiko Nishino, closes #11315)Patch 9.0.0705Problem: Virtual text truncation does not take padding into account.Solution: Subtract the padding from the available space. (closes #11318)Patch 9.0.0706Problem::help ina narrowwindow always opensat the top.Solution: Respect'splitbelow'. (closes #11319)Patch 9.0.0707Problem: With'smoothscroll' and'scrolloff' non-zero the cursor positionis not properly adjusted ina long line.Solution: Move the cursor further up or down in the line.Patch 9.0.0708Problem::confirm does not work properly foraterminal buffer.Solution: Handle:confirm foraterminal buffer differently. (Yee Cheng Chin, closes #11312)Patch 9.0.0709Problem: Virtual text "after" not correct with'nowrap'.Solution: Do not display "after" text prop on the next line when'wrap'is off.Patch 9.0.0710Problem: Quitting/unloading/hidingaterminal buffer does not always work properly.Solution: Avoid that ":q!" leaves an empty buffer behind. ":bunload!" also kills thejob and unloads the buffer. ":hide" does not unload the buffer. (Yee Cheng Chin, closes #11323)Patch 9.0.0711Problem: SubStation Alpha files are not recognized.Solution: Add patterns for SubStation Alpha files. (closes #11332)Patch 9.0.0712Problem: Wrong column when callingsetcursorcharpos() with zero lnum.Solution: Set the line number before calling buf_charidx_to_byteidx(). (closes #11329)Patch 9.0.0713Problem:<amatch> ofMenuPopup eventis expanded likea file name.Solution: Do not expand<amatch> for MenuPopup. (closes #11328)Patch 9.0.0714Problem: With'nowrap' two virtual text below not displayed correctly.Solution: Set text_prop_follows before continuing. Correct for number column. (closes #11333)Patch 9.0.0715Problem: Wrong argument forappend() gives two error messages.Solution: When getting an error fora number argument don't try usingitasa string. (closes #11335)Patch 9.0.0716Problem: With'nowrap' virtual text "after" does not scroll left.Solution: Skip part of the virtual text thatis left of the window. (closes #11320) Fix going beyond the last column of the window.Patch 9.0.0717Problem: Compiler warning for unused variable in tiny build.Solution: Add #ifdefs.Patch 9.0.0718Problem: Extra empty line between two virtual text "below" when'wrap' and'number' are set.Solution: Reset "before" when thereis no text in the screen line. (closes #11334)Patch 9.0.0719Problem: Too manydelete() calls in tests.Solution: Use deferred delete where possible.Patch 9.0.0720Problem:MS-WindowsGUI may have pixel dust from antialiasing.Solution: Whena character changes also redraw the next one. (issue #8532)Patch 9.0.0721Problem: Virtual text "above" with padding not displayed correctly.Solution: Take padding into account when truncating. (closes #11340)Patch 9.0.0722Problem: Virtual text "after" does not show with'list' set.Solution: Do not break out of the loop when another text prop follows. (closes #11337)Patch 9.0.0723Problem: Extra empty line below virtual text when'list'is set.Solution: Do not reset lcs_eol_one but set text_prop_follows. (closes #11339)Patch 9.0.0724Problem: Closure in compiled function gets same variable in block.Solution: At theend ofa block to not always reset the variable count. (issue #11094)Patch 9.0.0725Problem: Virtual text "after" wraps to next line even when'wrap'is off and'list'is set.Solution: Do not use the minimum width when'wrap'is off. (issue #11336)Patch 9.0.0726Problem: Looping overlist of lists andchanging thelist contents works inVim9 script, not ina compiled function.Solution:Mark the loop variable final instead of const. (closes #11347)Patch 9.0.0727Problem: Help in the repository differs from patched version too much.Solution: Makea patch fora fewhelp files.Patch 9.0.0728Problem:extend() test fails.Solution: Itemis final, not const.Patch 9.0.0729Problem: The rightleft and arabic features are disabled.Solution: Re-enable the features, some users want to use the functionality.Patch 9.0.0730Problem: Startup test fails with right-left feature.Solution: Do not delete test file too early.Patch 9.0.0731Problem: clang-tidy configuration files are not recognized.Solution: Recognize clang-tidy filesas yaml. (closes #11350)Patch 9.0.0732Problem: No check for whitespace before and after "=<<". (Doug Kearns)Solution: Check for whitespace inVim9 script. (closes #11351)Patch 9.0.0733Problem: Use ofstrftime()is not safe.Solution: Check the return value of strftime(). Usea larger buffer and correctly pass the available space. (Dominique Pellé, closes #11348)Patch 9.0.0734Problem: Cursor position invalid whenscrolling with'smoothscroll' set. (Ernie Rael)Solution: Add w_valid_skipcol and clear flags whenit changes. Adjust w_skipcol after moving the cursor.Patch 9.0.0735Problem: Breakindent and scrolloff tests fail.Solution: Temporarily skip the assertions.Patch 9.0.0736Problem:Quickfix listing does not handle very long messages.Solution: Usea growarray instead ofa fixed size buffer. (Yegappan Lakshmanan, closes #11357)Patch 9.0.0737Problem: Lispword only recognized whenaspace follows.Solution: Also matchawordat theend ofa line. Rename the test. Usea compiled function to avoid backslashes.Patch 9.0.0738Problem: Cannot suppress completion "scanning" messages.Solution: Add the "C" flag in'shortmess'. (Bjorn Linse, closes #11354)Patch 9.0.0739Problem: Mouse column not correctly used for popup_setpos.Solution: Adjust off-by-one error and handleVisual line selection properly. (Yee Cheng Chin, closes #11356)Patch 9.0.0740Problem:prop_add_list() gives multipleerrors for invalid argument.Solution: Only give one error message.Patch 9.0.0741Problem: Cannot specify an ID for each item with prop_add_list(). (Sergey Vlasov)Solution: Add an optional fifth number to the item. (closes #11360)Patch 9.0.0742Problem: Reading pastend of the line when compilinga function with errors.Solution: Do not return an invalid pointer. Fix skipping redirection.Patch 9.0.0743Problem: Startingcscope onUnix does notquote the arguments correctly. (Gary Johnson)Solution: Move the finalquote after the arguments.Patch 9.0.0744Problem: Inscript inautoload dir exported variableis not found. (Doug Kearns)Solution: Find the variable with the "script#" prefix. (closes #11361)Patch 9.0.0745Problem: Wrong cursor position when using "gj" and "gk" ina long line.Solution: Adjust computations for the cursor position and skipcol. Re-enable tests that pass now, disable failing breakindent test.Patch 9.0.0746Problem: Breakindent test cases are commented out.Solution: Adjust expected result to slightly different behavior. Correct computations for cursor position.Patch 9.0.0747Problem: Too many #ifdefs.Solution: Graduate the+cmdline_info feature. (Martin Tournoij, closes #11330)Patch 9.0.0748Problem: Kitty may send key without modifiers with CSIu code.Solution: Handle CSIu code without modifiers. (Trygve Aaberge, closes #11364)Patch 9.0.0749Problem: Alloc/free of buffer for eachquickfix entryis inefficient.Solution: Usea shared grow array. (Yegappan Lakshmanan, closes #11365)Patch 9.0.0750Problem: Crash whenpopup closed in callback. (Maxim Kim)Solution: In syntax_end_parsing() check that syn_blockis valid.Patch 9.0.0751Problem:'scrolloff' does not work well with'smoothscroll'.Solution: Make positioning the cursora bit better. Rename functions.Patch 9.0.0752Problem: Rprofile files are not recognized.Solution: Recognize Rprofile filesas "r". (closes #11369)Patch 9.0.0753Problem: SomeEx commands are not in thehelp index.Solution: Add the missing commands. Addascript to check allEx commands are in thehelp index. (Yee Cheng Chin, closes #11371)Patch 9.0.0754Problem:'indentexpr' overrules lisp indenting in one situation.Solution: Add "else" to keep the lisp indent. (issue #11327)Patch 9.0.0755Problem: Huge build on macos always fails on CI.Solution: Temporarily disable theperl interface.Patch 9.0.0756Problem: No autocmd event forchanging text inaterminal window.Solution: Add TextChangedT. (Shougo Matsushita, closes #11366)Patch 9.0.0757Problem: Line number not visible with'smoothscroll','nu' and'rnu'.Solution: Put the ">>>" after the line number instead of on top.Patch 9.0.0758Problem: "precedes" from'listchars' overwritten by <<< for'smoothscroll'.Solution: Keep the "precedes" character.Patch 9.0.0759Problem: Huge build on macos does not use Perl.Solution: Re-enable thePerl interface using "dynamic". (closes #11375)Patch 9.0.0760Problem: Display test for'listchars' "precedes" fails.Solution: Correct the expected result.Patch 9.0.0761Problem: Cannot use'indentexpr' for Lisp indenting.Solution: Add the'lispoptions' option.Patch 9.0.0762Problem: Build failure.Solution: Add missing change.Patch 9.0.0763Problem: MS-Windows: warning for using int for size_t.Solution: Declare variableas size_t.Patch 9.0.0764Problem: Indent and option tests fail.Solution: Change OP_INDENT. Add entry tooptions test table.Patch 9.0.0765Problem: WithaVisual blockaput command column maygo negative.Solution: Check that the column does not become negative.Patch 9.0.0766Problem: Too manydelete() calls in tests.Solution: Use deferred delete where possible.Patch 9.0.0767Problem: Too manydelete() calls in tests.Solution: Use deferred delete where possible.Patch 9.0.0768Problem: Too manydelete() calls in tests.Solution: Use deferred delete where possible.Patch 9.0.0769Problem: Too manydelete() calls in tests.Solution: Use deferred delete where possible.Patch 9.0.0770Problem:Quickfix commands may keep memory allocated.Solution: Free memory when it'sa bit much. (Yegappan Lakshmanan, closes #11379)Patch 9.0.0771Problem: Cannot always tell the difference between tex and rexx files.Solution: Recognize tex bya leading backslash. (Martin Tournoij, closes #11380)Patch 9.0.0772Problem: The libvterm codeis outdated.Solution: Include libvterm changes from revision 790 to 801.Patch 9.0.0773Problem: Huge build on MacOS uses dynamic Perl.Solution: Use built-in Perl, uninstall the brew one. (closes #11382)Patch 9.0.0774Problem: The libvterm codeis outdated.Solution: Include libvterm changes from revision 802 to 817. Revert some changes made for C89.Patch 9.0.0775Problem: MS-Windows: mousescrolling not supported in the console.Solution: Add event handling for mouse scroll events. (Christopher Plewright, closes #11374)Patch 9.0.0776Problem: MSVC can't have field name "small".Solution: Rename small to smallfont.Patch 9.0.0777Problem: Codeis indented too much.Solution: Use an early return. (Yegappan Lakshmanan, closes #11386)Patch 9.0.0778Problem: Indexing of unknown const type fails during compilation.Solution: Check for "any" properly. (closes #11389)Patch 9.0.0779Problem: lsl and lm3 file extensions are not recognized.Solution: Add *.lsl and *.lm3 patterns. (Doug Kearns, closes #11384)Patch 9.0.0780Problem:'scroll' value computed in unexpected location.Solution: Compute'scroll' when thewindow heightis changed. (Luuk van Baal, closes #11387)Patch 9.0.0781Problem: Workaround to rename "small" to "smallfont"is clumsy.Solution: Undefine "small" after including windows.h. (Ken Takata)Patch 9.0.0782Problem: OpenVPN files are not recognized.Solution: Add patterns for OpenVPN files. (closes #11391)Patch 9.0.0783Problem: ":!" doesn'tdo anything but does update the previous command.Solution: Do not have ":!" change the previous command. (Martin Tournoij, closes #11372)Patch 9.0.0784Problem: Text prop "above" not displayed correctly with'number' and "n" in'cpo'.Solution: Draw the line number column until the line textis reached.Patch 9.0.0785Problem: Memory leak with empty shell command.Solution: Free the allocated memory when bailing out.Patch 9.0.0786Problem:User command does not get number from:tab modifier.Solution: Include the number. (closes #11393, closes #6901)Patch 9.0.0787Problem: MS-Windows: mousescrolling interminal misbehaves without dll.Solution: Add #ifdefasa temporary solution. (Christopher Plewright, closes #11392)Patch 9.0.0788Problem:ModeChanged autocmd not executed whenVisual modeis ended withCTRL-C.Solution: Do not trigger the autocmd when got_intis set. (closes #11394)Patch 9.0.0789Problem: Dummy buffer ends up ina window.Solution: Disallow navigating toa dummy buffer.Patch 9.0.0790Problem: Test for dummy buffer does not always produce theE86 error.Solution: Do not check if the erroris produced.Patch 9.0.0791Problem: At the hit-Enter prompt the End and Home keys may not work.Solution: Use the special "@" code for End and Home, likeit was done for the cursor keys in patch 8.2.2246. (Trygve Aaberge, closes #11396)Patch 9.0.0792Problem: MS-Windows: compiler complains about unused function.Solution: Add #ifdef. (John Marriott)Patch 9.0.0793Problem: MS-Windows: mouse scroll events only work with the dll.Solution: Accept CSI codes forMS-Windows without the GUI. (Christopher Plewright, closes #11401)Patch 9.0.0794Problem: Thereis no way to find out if anescape sequence withmodifyOtherKeys has been seen.Solution: Adda notice with ":verbose map".Patch 9.0.0795Problem:readblob() always reads the whole file.Solution: Add arguments to read part of the file. (Ken Takata, closes #11402)Patch 9.0.0796Problem: Mapping test fails in some situations.Solution: Find the line with theverbose information.Patch 9.0.0797Problem: Order of assert function argumentsis reverted.Solution: Swap the arguments. (closes #11399)Patch 9.0.0798Problem: Clang format configuration files are not recognized.Solution: Use yaml for Clang format configuration files. (Marwin Glaser, closes #11398)Patch 9.0.0799Problem: In compiled function ->() on next line not recognized.Solution: Also check for "(". (closes #11405)Patch 9.0.0800Problem: Compiler complains about repeated typedef.Solution: Remove one typedef.Patch 9.0.0801Problem: ThemodifyOtherKeys flagis set whenit should not.Solution: Do not handle special key codes witha modifier value above 16asamodifyOtherKeys value. (issue #11403)Patch 9.0.0802Problem: MS-Windows: cannot map console mouse scroll events.Solution: Change CSI to K_SPECIAL when checking fora mapping. (Christopher Plewright, closes #11410)Patch 9.0.0803Problem:readblob() cannot read from character device.Solution: Use S_ISCHR() to not check the size. (Ken Takata, closes #11407)Patch 9.0.0804Problem: Crash when trying to divide the largest negative number by -1.Solution: Handle thiscase specifically.Patch 9.0.0805Problem: Filetype autocmd may cause freed memory access.Solution: Set the quickfix-busy flag while filling the buffer.Patch 9.0.0806Problem:'langmap' works differently when there are modifiers.Solution: Only apply'langmap' toa character where modifiers have no effect. (closes #11395, closes #11404)Patch 9.0.0807Problem: With'smoothscroll' typing "0" may notgo to the first column.Solution: Recompute w_cline_height when needed. Do not scroll up whenit would move the cursor.Patch 9.0.0808Problem: jsonnetfiletype detection hasa typo.Solution: Change "libjsonnet" to "libsonnet". (Maxime Brunet, closes #11412)Patch 9.0.0809Problem: Test forjobwriting to buffer fails.Solution: Correct w_topline whendeletinga buffer line.Patch 9.0.0810Problem:readblob() returns empty when trying to read too much.Solution: Return whatis available.Patch 9.0.0811Problem: Error if:echowinis preceded bya command modifier.Solution: Do not give an error for range when thereisa modifier. (closes #11414)Patch 9.0.0812Problem:GUI mouse scrollwheel mappings don't work.Solution: Add check for "gui.in_use". (Christopher Plewright, closes #11418)Patch 9.0.0813Problem: Kittyterminalis not recognized.Solution: Recognize Kitty by the termresponse and thendo not set seenModifyOtherKeys, since Kitty doesn't support that. (issue #11413)Patch 9.0.0814Problem: Aws config files are not recognized.Solution: Use "confini" for aws config files. (Justin M. Keyes, closes #11416)Patch 9.0.0815Problem: ":!" does not switch to the alternate screen.Solution: For ":!" don't clear the previous command. (closes #11420, closes #11409) Patch 9.0.0816Problem:CTRL-Zatend of fileis always dropped.Solution: Add the'endoffile' option, like the'endofline' option. (closes #11408, closes #11397) Patch 9.0.0817Problem: Build error.Solution: correct variable name. Patch 9.0.0818Problem: "!ls" does not work.Solution: Do not free memory thatis in use. Patch 9.0.0819Problem: Stilla build error, tests are failing.Solution: Correct recent changes. Add missing init for'eof'.Patch 9.0.0820Problem: Memory leak with empty shell command.Solution: Free the empty string.Patch 9.0.0821Problem: Memory leak with empty shell command.Solution: Free the empty string.Patch 9.0.0822Problem: Crash when dragging the statusline witha mapping.Solution: Check for validwindow pointer. (issue #11427)Patch 9.0.0823Problem: Mouse drag test fails.Solution: Only reset the mouse click flag when actually switching to anothertab page. Disable test that keeps failing.Patch 9.0.0824Problem: Crash when usingwin_move_separator() in othertab page.Solution: Check for validwindow in currenttab page. (closes #11479, closes #11427)Patch 9.0.0825Problem: Cannot drag an entry in thetabpage line.Solution: Clear dragwin instead of got_click. (closes #11483, closes #11482)Patch 9.0.0826Problem: If'endofline'is set theCTRL-Z may be written in the wrong place.Solution: WriteCTRL-Zat theend of the file. Update thehelp to explain the possibilities better. (Ken Takata, closes #11486)Patch 9.0.0827Problem: The<Home> key intmux doesn't work when'term'is set to "xterm". (Dominique Pellé)Solution: Only use '@' inatermcap key entry for "1" when ";" follows. (closes #11429)Patch 9.0.0828Problem: Various typos.Solution: Correct typos. (closes #11432)Patch 9.0.0829Problem: Wrong counts inmacro comment.Solution: Update the value counts. (closes #11480)Patch 9.0.0830Problem: Compiling withPerl onMac 12 fails.Solution: Suppress infinite warnings. (closes #11499)Patch 9.0.0831Problem: Compiler warning for redefining HAVE_DUP.Solution: Undefine HAVE_DUP if needed. (Ozaki Kiichi, closes #11484)Patch 9.0.0832Problem: Deprecation warning causes build failure.Solution: Suppress deprecation warning. (closes #11503)Patch 9.0.0833Problem: Mac: no+sound feature in huge build.Solution: Enable+sound inMac huge build. (closes #11497)Patch 9.0.0834Problem: Warning for missing return type.Solution: Add "int". (San James, closes #11496)Patch 9.0.0835Problem: Thewindow titleis not redrawn when'endoffile' changes.Solution: redraw thewindow title when'endoffile'is changed. (Ken Takata, closes #11488)Patch 9.0.0836Problem: Wrong error when usingextend() with funcref.Solution: Better check the variable type. (closes #11468, closes #11455)Patch 9.0.0837Problem:append() reports failure when not appending anything.Solution: Only report failure when appending something. (closes #11498)Patch 9.0.0838Problem: Compiler warnings for unused variables.Solution: Adjust #ifdef and remove unused variables. (John Marriott)Patch 9.0.0839Problem: Test may fail depending on sequence of events.Solution: Accept error codes in either order. (Yee Cheng Chin, closes #11510)Patch 9.0.0840Problem: Cannot changeaslice ofa const list. (Takumi KAGIYAMA)Solution: Remove the const flag from theslice type. (closes #11490)Patch 9.0.0841Problem:deletebufline() does not always return 1 on failure.Solution: Refactor the code to makeit work more predictable. (closes #11511)Patch 9.0.0842Problem:Unicode range for Apple SF symbolsis outdated.Solution: Update to SF Symbols 4. (Yee Cheng Chin, closes #11474)Patch 9.0.0843Problem: VHS tape files are not recognized.Solution: Addafiletype pattern. (Carlos Alexandro Becker, closes #11452)Patch 9.0.0844Problem: Handling'statusline'errorsis spread out.Solution: Pass the option name to the lower levels so the option can be reset there when an erroris encountered. (Luuk van Baal, closes #11467)Patch 9.0.0845Problem: Shell command with justspace gives strange error.Solution: Skip whitespaceat start of the argument. (Christian Brabandt, Shane-XB-Qian, closes #11515, closes #11495)Patch 9.0.0846Problem: Usingassert_fails() may causehit-enter prompt.Solution: Set no_wait_return. (closes #11522)Patch 9.0.0847Problem: CI: not totally clear whatMS-Windows versionis used.Solution: Show the Windows version. (Ken Takata, closes #11524)Patch 9.0.0848Problem: Help item for--log argumentis not aligned nicely.Solution: Adda Tab. (Ken Takata, closes #11521)Patch 9.0.0849Problem: Terminal mouse testisa bit flaky.Solution: Add WaitFor() calls. (James McCoy closes #11519) Tune wait times to reduce flakiness.Patch 9.0.0850Problem:MS-Windows Terminal has unstable color control.Solution: Do not try to read the old command prompt colortable, use modern VT sequences. (Christopher Plewright, closes #11450, closes #11373)Patch 9.0.0851Problem: Terminal mouse testis still flaky.Solution: Also use WaitForAssert().Patch 9.0.0852Problem: Crypt testis skipped if xxdis not found.Solution: Find xxd whereit was supposed to be build.Patch 9.0.0853Problem: Terminal mouse testis still flaky on MacOS M1.Solution: Also wait for the file to have some contents.Patch 9.0.0854Problem: No proper test for what 9.0.0846 fixes.Solution: Run test inaterminal so that thehit-enter prompt can show up. (closes #11523)Patch 9.0.0855Problem: Comment not located above the codeit refers to.Solution: Move the comment. (closes #11527)Patch 9.0.0856Problem: MS-Windows: executable not found when running individual test.Solution: Also look for vimd.exe. (Christopher Plewright, closes #11525)Patch 9.0.0857Problem: Selecting MSVC 2017 does not set $PLATFORM.Solution: Use $VSCMD_ARG_TGT_ARCH. (Ken Takata, closes #11485)Patch 9.0.0858Problem: "!!sort" ina closed fold sorts too many lines.Solution: Round toend of fold after adding the line count. (closes #11487)Patch 9.0.0859Problem: Compiler warning for unused variable.Solution: Add #ifdef.Patch 9.0.0860Problem: MS-Windows: windres fails with clang 15.0.4.Solution: Use llvm-windres. (John Marriott)Patch 9.0.0861Problem: Solution for "!!sort" in closed foldis not optimal.Solution: Usea different range instead of the subtle difference in handlinga range with an offset. (issue #11487)Patch 9.0.0862Problem: Default value of'endoffile'is wrong.Solution: The defaultmust be'noendoffile'.Patch 9.0.0863Problem:col() andcharcol() only work for the current window.Solution: Add an optionalwinid argument. (Yegappan Lakshmanan, closes #11466, closes #11461)Patch 9.0.0864Problem: Crash when using "!!" withouta previous shell command.Solution: Check "prevcmd"is not NULL. (closes #11487)Patch 9.0.0865Problem: Duplicate arguments are not always detected.Solution: Expand to full path before comparing arguments. (Nir Lichtman, closes #11505, closes #9402)Patch 9.0.0866Problem: No test for what patch 8.2.2207 fixes.Solution: Adda test case. (closes #11531)Patch 9.0.0867Problem: Wildmenu redrawing codeis spread out.Solution: Refactor to move code together. (closes #11528)Patch 9.0.0868Problem: MS-Windows: after Vim exits console resizing does not work properly.Solution: Restore screen behavior checks forvarious WT and VTP combinations. (Christopher Plewright, closes #11526, closes #11507)Patch 9.0.0869Problem: Bogus error whenstring used after :elseif.Solution: Do not considera doublequote the start ofa comment. (closes #11534)Patch 9.0.0870Problem: GetE967 when using text property inquickfix window. (Sergey Vlasov)Solution: Do not add an extra NUL and compute the text length correctly. (closes #11513)Patch 9.0.0871Problem: Using freed memory when clearing augroupat more prompt.Solution: Delay clearing augroup until it's safe. (closes #11441)Patch 9.0.0872Problem: Codeis indented more than needed.Solution: Return early. (Yegappan Lakshmanan, closes #11538)Patch 9.0.0873Problem: Using freed memory when executing mapclearat the more prompt.Solution: Do not clear mappings while listing them. (closes #11438)Patch 9.0.0874Problem: Using freed memory when executing unmenuat the more prompt.Solution: Do not clearmenus while listing them. (closes #11439)Patch 9.0.0875Problem: Using freed memory when executing delfuncat the more prompt.Solution: Check functionlist not changed in another place. (closes #11437)Patch 9.0.0876Problem: Codeis indented more than needed.Solution: Split ExpandEscape() in two. (Yegappan Lakshmanan, closes #11539)Patch 9.0.0877Problem: Using freed memory with:comclear while listing commands.Solution: Bail out when the commandlist has changed. (closes #11440)Patch 9.0.0878Problem: Coverity warns for dead code.Solution: Remove the dead code.Patch 9.0.0879Problem: Unnecessary nesting in makefile.Solution: Join "else" and "ifeq". (Ken Takata, closes #11547)Patch 9.0.0880Problem: Preprocessor indentingis off.Solution: Adjust preprocessor indentation. (Ken Takata, closes #11546)Patch 9.0.0881Problem: Cannot get the currently showing mouse shape.Solution: Add getmouseshape().Patch 9.0.0882Problem: Using freed memory afterSpellFileMissing autocmd uses bwipe.Solution: Bail out if thewindow no longer exists.Patch 9.0.0883Problem:A silentmapping may cause dots on the command line.Solution: Don't show dots for completion if they are not going to be removed again. (closes #11501)Patch 9.0.0884Problem: Mouse shape remains in op-pending mode after failed change.Solution: Reset finish_op and restore it. (closes #11545)Patch 9.0.0885Problem: Informational message has an error message number.Solution: Usea message without an error number. (closes #11530)Patch 9.0.0886Problem: Horizontal mouse scroll only works in the GUI.Solution: Make horizontal mouse scroll also work ina terminal. (Christopher Plewright, closes #11448)Patch 9.0.0887Problem: Cannot easily try out what codesvarious keys produce.Solution: Addascript to gather key code information, with an initiallist of codes to compare with.Patch 9.0.0888Problem:MS-Windows GUI:CTRL-] does not work on Swiss keyboard.Solution: Check the key code and don't consideritasa dead key. (Aedin Louis Xavier, closes #11556)Patch 9.0.0889Problem: Keycode checkscript hasa few flaws.Solution: Sort onterminal name. Ignore XTGETTCAP responses. Check for version and status response. Update entries.Patch 9.0.0890Problem: No test for what patch 9.0.0827 fixes.Solution: Adda test (still doesn't fail when fixis reverted).Patch 9.0.0891Problem: Virtual text below after match has wrong highlight.Solution: Restore search_attr only after the virtual text. (closes #11446)Patch 9.0.0892Problem: May redraw when not needed, causing slow scrolling.Solution: Do not redraw when w_skipcol doesn't change. When w_skipcol changes only redraw from the top. (issue #11559)Patch 9.0.0893Problem:'smoothscroll' cursor calculations wrong when'number'is set.Solution: Correct the code that computes the width. (closes #11492)Patch 9.0.0894Problem: Virtual text property highlight ignoreswindow background.Solution: Combine text prop attribute with win_attr into extra_attr. (closes #11462)Patch 9.0.0895Problem: File renamed twice in test; missing feature check.Solution: Removearename() call. Add check for cryptv feature. (closes #11564)Patch 9.0.0896Problem: Test forhome key fails when'term'is "tmux".Solution: Only savetermcap entries that exist. Adjust code for xHome to what xterm uses. (closes #11566)Patch 9.0.0897Problem: Clinical Quality Language files are not recognized.Solution: Add the "*.cql" pattern. (Matthew Gramigna, closes #11452)Patch 9.0.0898Problem: With'smoothscroll' cursoris one screen line too far down. (Ernie Rael)Solution: Adda test that currently has the wrong result so thata fix can be made. (issue #11436)Patch 9.0.0899Problem: The builtin terminals are in one long list.Solution: Refactor into multiple lists and anindex of the lists.Patch 9.0.0900Problem: Cursor moves too far with'smoothscroll'.Solution: Only moveas faras really needed. (Yee Cheng Chin, closes #11504)Patch 9.0.0901Problem: Setting w_leftcol and handling side effectsis confusing.Solution: Usea function to set w_leftcol() and handle side effects.Patch 9.0.0902Problem: Some mouse scroll codeis not ina good place.Solution: Refactor the code. (Christopher Plewright, closes #11561)Patch 9.0.0903Problem: Key code checker doesn't checkmodifyOtherKeys resource.Solution: Request themodifyOtherKeys resource value. Drop resource DCS responses.Patch 9.0.0904Problem: Various comment and indent flaws.Solution: Improve comments and indenting.Patch 9.0.0905Problem: Virtual text after the line wraps when'wrap'is off.Solution: Only set text_prop_follows when wrapping. (closes #11463)Patch 9.0.0906Problem: Mouse scroll codeis not optimal.Solution: Properly organiseNormal mode,Insert mode and common code. (Christopher Plewright, closes #11572)Patch 9.0.0907Problem: Restoringwindow afterWinScrolled may fail.Solution: Lock thewindow layout when triggering WinScrolled.Patch 9.0.0908Problem: With'smoothscroll' cursor mayend up in wrong position.Solution: Correct the computation of screen lines. (Yee Cheng Chin, closes #11502)Patch 9.0.0909Problem: Error message for layout change does not match action.Solution: Pass the command to where the erroris given. (closes #11573)Patch 9.0.0910Problem: Setting lines in another buffer may not work well.Solution: Make sure the buffer being changed hasa window. (issue #11558)Patch 9.0.0911Problem: With'smoothscroll' set mouse click position may be wrong.Solution: Adjust computations for w_skipcol. (Yee Cheng Chin, closes #11514)Patch 9.0.0912Problem: libvterm withmodifyOtherKeys level 2 does not match xterm.Solution: Adjust key codeescape sequences to be the sameas what xterm sends inmodifyOtherKeys level 2 mode. Check the value of no_reduce_keys before using it.Patch 9.0.0913Problem: Onlya change in the currentwindow triggers theWinScrolled event.Solution: TriggerWinScrolled if anywindow scrolled or changed size. (issue #11576)Patch 9.0.0914Problem:deletebufline() may move marks in the wrong window.Solution: Findawindow for the buffer being changed. (closes #11583)Patch 9.0.0915Problem:WinScrolled may trigger immediately when defined.Solution: Initialize the fields in all windows. (closes #11582)Patch 9.0.0916Problem:getbufline()is inefficient for gettinga single line.Solution: Add getbufoneline().Patch 9.0.0917Problem: TheWinScrolledautocommand eventis not enough.Solution: AddWinResized and provide information about what changed. (closes #11576)Patch 9.0.0918Problem: MS-Windows: modifier keysdo not work with mouse scroll events.Solution: Use K_SPECIAL instead of CSI for the modifier keys. (Christopher Plewright, closes #11587)Patch 9.0.0919Problem: Build failure with tiny features.Solution: Adjust #ifdef's.Patch 9.0.0920Problem: Cannot find an import prefixed with "s:". (Doug Kearns)Solution: Skip over the "s:". (closes #11585)Patch 9.0.0921Problem: Missing defined(PROTO) in #ifdef.Solution: Adjust #ifdef so that proto works with different features. Clean up some preprocessor indenting.Patch 9.0.0922Problem: Mermaid files are not recognized.Solution: Add patterns for Mermaid. (Crag MacEachern)Patch 9.0.0923Problem: Second SIGWINCH signal may be ignored.Solution: When set_shellsize()is busy when called then run the inner code again when it's done. (issue #424)Patch 9.0.0924Problem: The firsttermcap entry ofa builtintermcapis not used.Solution: Remove increment that was previously skipping the KS_NAME entry.Patch 9.0.0925Problem: Two conditions are always false.Solution: Remove the conditions. Update return value types to make clear what could be returned. (closes #11593)Patch 9.0.0926Problem: Coverity warns for not using return value of dict_add().Solution: When dict_add() fails then don't call hash_remove().Patch 9.0.0927Problem: Coverity warns for usinga NULL pointer.Solution: Check for memory allocation failure.Patch 9.0.0928Problem: UsingRuby LDFLAGS may cause build problems.Solution: Do not addRuby LDFLAGS to Vim's LDFLAGS. (Zdenek Dohnal, closes #11592)Patch 9.0.0929Problem: Build failure with tiny version. (Tony Mechelynck)Solution: Add #ifdef.Patch 9.0.0930Problem: Cannot debug the Kitty keyboard protocol with TermDebug.Solution: Add Kitty keyboard protocol support to the libvterm fork. Recognize theescape sequences that the protocol generates. Add the'keyprotocol' option to allow the user to specify for whichterminal what protocolis to be used, instead of hard-coding this. Add recognizing the kitty keyboard protocol status.Patch 9.0.0931Problem: MS-Windows: mouse column limited to 223.Solution: Use two bytes for each mouse coordinate. Add the mouse position to scroll events. (Christopher Plewright, closes #11597)Patch 9.0.0932Problem: Oblivion files are not recognized.Solution: Recognize Oblivion files and alikeas "obse". (closes #11540)Patch 9.0.0933Problem: Kitty shows "alreadyat oldest change" on startup.Solution: When receiving the keyboard protocol state return the ignore key. (closes #11601)Patch 9.0.0934Problem: Various codeformatting issues.Solution: Improve code formatting.Patch 9.0.0935Problem: When using dashit may not be recognizeasfiletype "sh".Solution: Add checks for "dash". (Eisuke Kawashima, closes #11600)Patch 9.0.0936Problem: Wrong type for "isunnamed" returned by getreginfo().Solution: Use VAR_BOOL instead of VAR_SPECIAL. (closes #11598)Patch 9.0.0937Problem: Forked repositories send out useless email.Solution: When Coverity fails to run just ignore it. (Shane-XB-Qian, closes #11604)Patch 9.0.0938Problem: MS-Windows: debug executable not found when running test.Solution: Look for vimd.exe. (Christopher Plewright, closes #11602)Patch 9.0.0939Problem: Still using simplified mappings when using the kitty keyboard protocol.Solution: Use the kitty_protocol_state value to decide whether to use simplified mappings. Improve how seenModifyOtherKeysis set and reset.Patch 9.0.0940Problem: Crash when typingaletter inaterminal window. (Shane-XB-Qian)Solution: Use the "vterm" variable instead of getting theterminal pointer from the current buffer. (closes #11608)Patch 9.0.0941Problem: CI failures in sound dummy.Solution: Temporarily disable building sound dummy. (closes #11610)Patch 9.0.0942Problem: Workflow Description Language files are not recognized.Solution: Addapattern for the "wdl" filetype. (Matt Dunford, closes #11611)Patch 9.0.0943Problem: Pretending togo out ofInsert mode when Escis received has side effects.Solution: When the kitty keyboard protocolis enabled expect Esc to always be the start of anescape sequence.Patch 9.0.0944Problem:'cursorline' causes virtual text highlight to continue.Solution: Save and restore line_attr. (closes #11588)Patch 9.0.0945Problem: Failures in the cursorline test.Solution: Reset extra_attr only aftera text property.Patch 9.0.0946Problem: CI: Error in Coverity flowis not reported.Solution: Use another way to avoiderrors ina forked repository. (Ken Takata, closes #11609)Patch 9.0.0947Problem: Invalid memory access in substitute with function that goes to another file.Solution: Check for text locked inCTRL-W gf.Patch 9.0.0948Problem:'ttyfast'is set for arbitrary terminals.Solution: Always set'ttyfast'. (closes #11549)Patch 9.0.0949Problem: Crash when unlettinga variable while listing variables.Solution: Disallowchanginga hashtable while going over the entries. (closes #11435)Patch 9.0.0950Problem: Thepattern "\_s\zs" matchesat EOL.Solution: Make thepattern "\_s\zs" matchat the start of the next line. (closes #11617)Patch 9.0.0951Problem: Trying every character position fora matchis inefficient.Solution: Use the start position of the match ignoring "\zs".Patch 9.0.0952Problem: Eclipse preference files are not recognized.Solution: Addapattern to use "jproperties" for Eclipse preference files. (closes #11618)Patch 9.0.0953Problem: Part of making search more efficientis missing.Solution: Add the change in searchit().Patch 9.0.0954Problem: Cannot detect whethermodifyOtherKeysis enabled.Solution: Use XTQMODKEYS introduced by xterm version 377 to request themodifyOtherKeys level. Update the keycode check results.Patch 9.0.0955Problem: Libvterm does not support the XTQMODKEYS request.Solution: Implement the XTQMODKEYS request and response. Update the keycode check results.Patch 9.0.0956Problem: Terminal tests fail when using key with modifier.Solution: Use themodifyOtherKeys encoding when using RunVimInTerminal().Patch 9.0.0957Problem: Tests fail without theterminal feature.Solution: Movefunctions to another utility script.Patch 9.0.0958Problem: Messages testis flaky.Solution: Adda short delay.Patch 9.0.0959Problem: Error when using the "File Settings/ Text Width" menu.Solution: Use str2nr(). (closes #11624)Patch 9.0.0960Problem: Error when using the "Tools/ Spelling/ Find More Languages" menu.Solution: Remove "<SID>". Reset "g:menutrans_set_lang_to" when'encoding' changes. (closes #11625)Patch 9.0.0961Problem: Usingdeletebufline() may jump to another window.Solution: Do not useawindow where the buffer was only in the past. (closes #11594)Patch 9.0.0962Problem: Virtual text below cannot be placed below empty lines.Solution: Add one character. (James Alvarado, closes #11606, closes #11520)Patch 9.0.0963Problem: Function name does not match autocmd event name.Solution: Rename "optionsset" to "optionset". (closes #11630)Patch 9.0.0964Problem: Status line of otherwindow not redrawn when draggingit when'splitkeep'is set to "screen".Solution: Set w_redr_status earlier. (Luuk van Baal, closes #11635, closes #11632)Patch 9.0.0965Problem: Using onewindow for executingautocommandsis insufficient.Solution: Use up to fivewindows for executing autocommands.Patch 9.0.0966Problem: Some compilers don't allowa declaration aftera label.Solution: Move the declaration to the start of the block. (John Marriott)Patch 9.0.0967Problem: Leaking memory from autocmd windows.Solution: Freewindow when auc_winis not NULL.Patch 9.0.0968Problem:GUI mouse event testisa bit flaky.Solution:Mark the testcaseas flaky. Move test function failure checks toa separate test function.Patch 9.0.0969Problem: Matchparen highlightis not updated when switching buffers.Solution: Listen to theBufLeave and theBufWinEnter autocmd events. (closes #11626)Patch 9.0.0970Problem: Coverity warns for uninitialized variable.Solution: Initialize "ren_ret".Patch 9.0.0971Problem: Escape sequences not recognized without the termresponse feature.Solution: Recognizeescape sequences to avoid display mess up.Patch 9.0.0972Problem: Build failure on some systems.Solution: Adjust #ifdefs related to the termresponse feature.Patch 9.0.0973Problem: Kitty keyboard protocol key not decoded whenit has an unsupported modifier, suchas NumLock.Solution: Accepta key with any modifier. (closes #11638)Patch 9.0.0974Problem: Even when Escis encodeda timeoutis used.Solution: Use K_ESC when an encoded Escis found.Patch 9.0.0975Problem: Virtual text below an empty lineis misplaced when'number'is set.Solution: Adjust the computations. (closes #11629)Patch 9.0.0976Problem: Enabling the kitty keyboard protocol uses push/pop.Solution: Use the start/stop codes to avoid unpredictable behavior.Patch 9.0.0977Problem: Itis noteasy to see whatclient-server commands are doing.Solution: Addchannel logmessages ifch_log()is available. Move thechannel logging and makeit available with the+eval feature.Patch 9.0.0978Problem: Builderrors without the+channel feature. (John Marriott)Solution: Adjust #ifdefs.Patch 9.0.0979Problem:ch_log() text can be hard to find in the log file.Solution: Prepend "ch_log()" to the text.Patch 9.0.0980Problem: The keyboard state response mayend up ina shell command.Solution: Only request the keyboard protocol state when the typeaheadis empty, no more commands are following and not exiting. Add thet_RKtermcap entry for this.Patch 9.0.0981Problem: Build error in tiny version.Solution: Add #ifdef.Patch 9.0.0982Problem:'cursorline' not drawn before virtual text below.Solution: Add the'cursorline' attribute to the empty space. (closes #11647)Patch 9.0.0983Problem: Stray characters displayed whenstarting the GUI.Solution: Addt_RK to thelist ofterminal options.Patch 9.0.0984Problem: GUI:remote_foreground() does not always work. (Ron Aaron)Solution: ForGTK use gtk_window_set_keep_above(). (issue #11641)Patch 9.0.0985Problem: When using kitty keyboard protocol function keys may not work. (Kovid Goyal)Solution: Recognize CSI ending in[ABCDEFHPQRS] also when thetermcap entries are not specified. (closes #11648)Patch 9.0.0986Problem: Build failure with tiny version.Solution: Add #ifdef.Patch 9.0.0987Problem: File missing fromlist of distributed files.Solution: Add logfile.pro tolist of distributed files.Patch 9.0.0988Problem: Usingfeedkeys() does not show up inachannel log.Solution: Addch_log() calls and clean up the code.Patch 9.0.0989Problem: Popupwin testis more flaky on MacOS.Solution: Usea longer wait time.Patch 9.0.0990Problem: Callback name argumentis changed by setqflist().Solution: Use the expanded function name for the callback,do not storeit in the argument. (closes #11653)Patch 9.0.0991Problem: Crash when readinghelpindex withvariousoptions set. (Marius Gedminas)Solution: Do not set wlv.c_extra to NUL when wlv.p_extrais NULL. (closes #11651)Patch 9.0.0992Problem:Vim9 script: getE1096 when comment follows return.Solution: Adjust condition for return without expression. (closes #11654)Patch 9.0.0993Problem: Displayerrors when adding or removing text property type.Solution: Performa full redraw. Only use text properties for which the typeis defined. (closes #11655)Patch 9.0.0994Problem: Tests for empty prop type name fail.Solution: Correct the error number.Patch 9.0.0995Problem: Padding before virtual text belowis highlighted when'number' and'nowrap' are set.Solution: Save and restore n_attr_skip. (closes #11643)Patch 9.0.0996Problem: If'keyprotocol'is empty "xterm" still uses modifyOtherKeys.Solution: Remove t_TI,t_RK andt_TE from the "xterm" builtintermcap and let the default value of'keyprotocol' add those.Patch 9.0.0997Problem: Coverity warns for dead code.Solution: Don't use ASCII_ISUPPER() fora negative value.Patch 9.0.0998Problem: "gk" may reset skipcol when not needed.Solution: Only reset skipcol if the cursor columnis less.Patch 9.0.0999Problem: Memory may leak.Solution: Free the sound callback function name ifit was allocated.Patch 9.0.1000Problem: With'smoothscroll' skipcol may be reset unnecessarily.Solution: Check the line does actually fit in the window.Patch 9.0.1001Problem: Classes are not documented or implemented yet.Solution: Make the first stepsat documentingVim9 objects, classes and interfaces. Make initial choices for the syntax. Addaskeleton implementation. Add "public" and "this" in the command table.Patch 9.0.1002Problem: Commandlist test fails.Solution: Add commands added to the list.Patch 9.0.1003Problem: Tiny build fails.Solution: Remove #ifdef from error message.Patch 9.0.1004Problem: Suspend test sometimes fails on MacOS.Solution: Waita short while forterminal responses.Patch 9.0.1005Problem:A failed test may leavea swap file behind.Solution: Delete the swap file to avoid another test to fail. Use another file name.Patch 9.0.1006Problem: Suspend test still sometimes fails on MacOS.Solution: Waita little while forterminal responses.Patch 9.0.1007Problem: Thereis no way to getalist of swap file names.Solution: Add theswapfilelist() function. Useit in the testscript to clean up. Removedeleting individual swap files.Patch 9.0.1008Problem: Test forswapfilelist() fails on MS-Windows.Solution: Only check the tail of the path.Marka testas flaky.Patch 9.0.1009Problem: Test for catch after interruptis flaky on MS-Windows.Solution:Mark the testas flaky.Patch 9.0.1010Problem: Stray warnings for existing swap files.Solution: Wipe out the buffer untilit has no name and no swap file.Patch 9.0.1011Problem: ml_get error when using screenpos().Solution: Give an error for the line number. (closes #11661)Patch 9.0.1012Problem: Tests may get stuck in buffer with swap file.Solution: Bail out when bwipe! doesn't get another buffer.Patch 9.0.1013Problem: Suspend test often fails onMac OS.Solution: Make t_RP empty.Patch 9.0.1014Problem: Zir files are not recognized.Solution: Addapattern for Zir files. (closes #11664)Patch 9.0.1015Problem: Without /dev/urandomsrand() seedis too predictable.Solution: Use micro seconds and XOR with process ID. (Yasuhiro Matsumoto, closes #11656)Patch 9.0.1016Problem:screenpos() does notcount filler lines fordiff mode.Solution: Add filler lines. (closes 11658)Patch 9.0.1017Problem: Test forsrand() fails on MS-Windows.Solution: Do not expect the same resulta second time.Patch 9.0.1018Problem: Suspend test still fails onMac OS.Solution: Make'keyprotocol' empty.Patch 9.0.1019Problem:'smoothscroll' and virtual text above don't work together. (Yee Cheng Chin)Solution: Skip virtual text above when w_skipcolis non-zero. (closes #11665)Patch 9.0.1020Problem: Tests call GetSwapFileList() beforeitis defined.Solution: Move the call to after defining the function. (Christopher Plewright)Patch 9.0.1021Problem: Test trips over g:name.Solution: Delete g:name after using it.Patch 9.0.1022Problem: Suspend test fails onMac OS when suspending Vim.Solution: Make'keyprotocol' empty.Patch 9.0.1023Problem: MS-Windows: dynamic loading of libsodium doesn't work.Solution: Add "randombytes_random". (Ken Takata, closes #11667)Patch 9.0.1024Problem: CI doesn't use the latest FreeBSD version.Solution: Go from12.3 to 12.4. (closes #11423)Patch 9.0.1025Problem:WinScrolledis not triggered when filler lines change.Solution: Add "topfill" to the values thatWinScrolled triggers on. (closes #11668)Patch 9.0.1026Problem: type of w_last_topfillis wrong.Solution: Use "int" instead of "linenr_T". (closes #11670)Patch 9.0.1027Problem: LGTMis soon shutting down.Solution: Remove LGTM from CI. (closes #11671)Patch 9.0.1028Problem: Mouse shape testis flaky, especially onMac OS.Solution: Instead ofstarting alltimersat the same time, start the next one in the callback of the previous one. (Yee Cheng Chin, closes #11673) Also use "bwipe!" instead of "close!" to avoid swap files remaining.Patch 9.0.1029Problem: Autoload directory missing from distribution.Solution: Add the autoload/zig directory to thelist of distributed files.Patch 9.0.1030Problem: Using freed memory with the cmdlinepopup menu.Solution: Clear thepopup menu when clearing the matches. (closes #11677)Patch 9.0.1031Problem:Vim9classis not implemented yet.Solution: Add very basicclass support.Patch 9.0.1032Problem: Test fails whenterminal featureis missing.Solution: Use CheckRunVimInTerminal.Patch 9.0.1033Problem: Tiny build fails because of conflicting typedef.Solution: Remove one typedef.Patch 9.0.1034Problem: Reporting swap file whenwindows are split.Solution: Close extrawindows after runninga test.Patch 9.0.1035Problem:Object members are not being markedas used, garbage collection may free them.Solution:Markobject membersas used. Fixreference counting.Patch 9.0.1036Problem: Undo misbehaves whenwriting from aninsert mode mapping.Solution: Syncundo when writing. (closes #11674)Patch 9.0.1037Problem: lalloc(0) error foraclass without members.Solution: Don't allocate room for members if there aren't any. Don't create theclass if there was an error.Patch 9.0.1038Problem: Function name does not match whatitis used for.Solution: Include the modifier in the name. (closes #11679)Patch 9.0.1039Problem: Usinga<Cmd>mappingCmdlineChanged may be triggered twice.Solution: Count the number of timesCmdlineChangedis triggered and avoid doingit twice. (closes #116820Patch 9.0.1040Problem: Test for<Cmd>mapping withCmdlineChanged fails.Solution: Put back the check for the cmdline length not changing.Patch 9.0.1041Problem: Cannot defineamethod ina class.Solution: Implement defining anobject method. Make calling anobjectmethod work.Patch 9.0.1042Problem: ASAN givesfalse alarm about array access.Solution: Use an intermediate pointer.Patch 9.0.1043Problem: Macro has confusing name andis duplicated.Solution: Use onemacro with an understandable name. (closes #11686)Patch 9.0.1044Problem: Settingwindow height usingPython may cause errors.Solution: When setting "curwin" also set "curbuf". (closes #11687)Patch 9.0.1045Problem: Inaclassobject members cannot be initialized.Solution: Support initializingobject members. Make "disassemble" work on anobject method.Patch 9.0.1046Problem:Classmethod disassemble test fails on MS-Windows.Solution: Do not match witha specific size.Patch 9.0.1047Problem: Matchparenis slow.Solution: Actually use the position where the match started, not the position where the search started. (closes #11644)Patch 9.0.1048Problem: With "screenline" in'culopt' cursorline highlightis wrong.Solution: Apply the priority logic also when "screenlineis in'culopt'. (closes #11696)Patch 9.0.1049Problem: Crash when openinga very smallterminal window.Solution: Instead of crashing fix the cursor position. (closes #11697)Patch 9.0.1050Problem: Using freed memory when assigning to variable twice.Solution: Make copy of thelist type. (closes #11691)Patch 9.0.1051Problem: Aftera failedCTRL-W] next command splits window.Solution: Reset postponed_split. (Rob Pilling, closes #11698)Patch 9.0.1052Problem: Using freed memory on exit when EXITFREEis defined.Solution: Makea deep copy of the type. Make sure TTFLAG_STATICis not set in the copy.Patch 9.0.1053Problem: Defaultconstructor arguments are not optional.Solution: Use "=v:none" to makeconstructor arguments optional.Patch 9.0.1054Problem:Object member can't get type from initializer.Solution: If thereis no type specified try to use the type of the initializer. Check fora valid type.Patch 9.0.1055Problem: Coverity warns for using uninitialized memory.Solution: Clear the "lhs" field earlier.Patch 9.0.1056Problem: Leaking memory when disassembling anobject method.Solution: Free the typval of the class.Patch 9.0.1057Problem: Conflict between supercollider and scalafiletype detection.Solution: Do not check for "Class: Method",it can appear in both filetypes. (Chris Kipp, closes #11699)Patch 9.0.1058Problem:String value ofclass andobjectdo not have useful information.Solution: Add theclass name and for theobject the member values.Patch 9.0.1059Problem: Build failure with some compilers that can't handlea declaration directly aftera "case" statement.Solution: Adda block toput the declarations in.Patch 9.0.1060problem: Private and publicobject members are not implemented yet.Solution: Implement private and publicobject members.Patch 9.0.1061Problem: Cannot display'showcmd' somewhere else.Solution: Add the'showcmdloc' option. (Luuk van Baal, closes #11684)Patch 9.0.1062Problem: Some test function namesdo not match what they are doing.Solution: Leave out user data for the test thatis called "NoUserData". (closes #11703)Patch 9.0.1063Problem: When using Kittya shell command may mess up the key protocol state.Solution: Outputt_te before t_TE. Ift_te switches between the main and the alternate screen then deactivating the key protocol byt_TE should happen after switching screen. (issue #11705)Patch 9.0.1064Problem: Code for making'shortmess' temporarily emptyis repeated.Solution: Addfunctions for making'shortmess' empty and restoring it. (Christian Brabandt, closes #11709)Patch 9.0.1065Problem:A shell command switching screens may still havea problem with the kitty keyboard protocol.Solution: Disable the kitty keyboard protocol both in the current and the alternate screen, if there are indicationsit might be needed. (issue #11705) Also fix naming.Patch 9.0.1066Problem: Test function nameis wrong.Solution: Rename to whatis actually being tested. (closes #11712)Patch 9.0.1067Problem: Indiff mode virtual textis highlighted incorrectly. (Rick Howe)Solution: Do not usediff attributes for virtual text. (closes #11714)Patch 9.0.1068Problem: No information about whether requesting term codes has an effect.Solution: Addch_log() calls to report the effect of term code responses. Avoiddeleting an entry and then adding back the same one.Patch 9.0.1069Problem: Diff mode highlight fails for special characters.Solution: Adjust condition for setting "diff_hlf".Patch 9.0.1070Problem: Reading beyond array size.Solution: Only use name[0] and name[1],do not use "name"asa string.Patch 9.0.1071Problem: Codecov action versionis too specific.Solution: Only use "v3" to automatically use the latest stable version. (closes #11720)Patch 9.0.1072Problem:screenpos() column result in fold may be too small.Solution: Addspace of'number', sign column, etc. (closes #11715)Patch 9.0.1073Problem: Using "xterm-kitty" for'term' causes problems.Solution: Remove the "xterm-" part when'term'is set from $TERM. Detecta few kitty-specific properties based on the version response instead of theterminal name.Patch 9.0.1074Problem:Class members are not supported yet.Solution: Add initial support forclass members.Patch 9.0.1075Problem: build fails if the compiler doesn't allow fora declaration right after "case".Solution: Adda block.Patch 9.0.1076Problem: ASAN complains about NULL argument.Solution: Skip memmove() when thereis nothing to move.Patch 9.0.1077Problem: Can add text property with negative ID before virtual text property.Solution: Remember thata text property witha negative ID was used and give an appropriate error message. (closes #11725) Fixindex computation.Patch 9.0.1078Problem: With the+vartabs feature indentfolding may use wrong'tabstop'.Solution: Use the "buf" argument instead of "curbuf".Patch 9.0.1079Problem: Leaking memory when defininga user command fails.Solution: Free "compl_arg" when needed. (closes #11726)Patch 9.0.1080Problem: The "kitty"terminfo entryis not widespread, resulting in the kittyterminal not working properly.Solution: Go back to using "xterm-kitty" and avoid the problemsit causes in another way.Patch 9.0.1081Problem: Using "->" with split lines does not always work.Solution: Avoid trying to get another line. (closes #11723)Patch 9.0.1082Problem: Some jsonc files are not recognized.Solution: Add patterns for jsonc and move some from json to jsonc. (closes #11711)Patch 9.0.1083Problem: Empty and comment lines inaclass cause an error.Solution: Skip empty and comment lines. (closes #11734)Patch 9.0.1084Problem: Code handling low levelMS-Windows events cannot be tested.Solution: Addtest_mswin_event() and tests using it. (Christopher Plewright, closes #11622)Patch 9.0.1085Problem: Compiler warns for uninitialized variable.Solution: Initialize the variable. Remove unused function. (John Marriott)Patch 9.0.1086Problem: Display wrong in Windowsterminal afterexiting Vim.Solution: Apply screen restore fix for Windows 11 also to Windows 10 builds. (Christopher Plewright, closes #11713, closes #11706)Patch 9.0.1087Problem: Autocommand test sometimes fails.Solution: Adda short delay. (James McCoy, closes #11737)Patch 9.0.1088Problem: Clang warns for unused variable.Solution: Adjust #ifdef. (John Marriott)Patch 9.0.1089Problem: unnecessary assignmentSolution: Remove the assignment. (Luuk van Baal, closes #1136)Patch 9.0.1090Problem: FHIR Shorthand files are not recognized.Solution: Addapattern to detect FSH files. (Matthew Gramigna, closes #11738)Patch 9.0.1091Problem: Assignment to non-existing member causesa crash. (Yegappan Lakshmanan)Solution: Give an error message and bail out whena member cannot be found.Patch 9.0.1092Problem: Search error message doesn't show used pattern.Solution: Pass the actually usedpattern to where the error messageis given. (Rob Pilling, closes #11742)Patch 9.0.1093Problem: Using freed memory ofobject member. (Yegappan Lakshmanan)Solution: Makea copy of theobject member when getting it.Patch 9.0.1094Problem: Compiler warning when HAS_MESSAGE_WINDOWis not defined.Solution: Add UNUSED.Patch 9.0.1095Problem: Using freed memory when declaration fails. (Yegappan Lakshmanan)Solution: After unreferencing anobject set thereference to NULL.Patch 9.0.1096Problem: Reallocating hashtab when the size didn't change.Solution: Bail out when the hashtabis already the desired size.Patch 9.0.1097Problem: Tests are failing.Solution: Do clean upa hashtab whenat the initial size.Patch 9.0.1098Problem: Code uses too much indent.Solution: Use an early return. (Yegappan Lakshmanan, closes #11747)Patch 9.0.1099Problem: Trying to resizea hashtab may causea problem.Solution: Do not try to resizea hashtab before adding an item.Patch 9.0.1100Problem:A hashtab with many removed itemsis not cleaned up.Solution: Re-hasha hashtab even when the size didn't change if too many items were removed.Patch 9.0.1101Problem: Unused global variable.Solution: Remove the variable. (closes #11752)Patch 9.0.1102Problem: Complicated use of #ifdef.Solution: Simplify #ifdef use. (Ken Takata, closes #11745)Patch 9.0.1103Problem: jq files are not recognized.Solution: Add detection of Jq files. (David McDonald, closes #11743)Patch 9.0.1104Problem: Invalid memory access when checking function argument types.Solution: Do not check beyond the number of arguments. (closes #11755)Patch 9.0.1105Problem: Codeis indented too much.Solution: Use an early return. (Yegappan Lakshmanan, closes #11756)Patch 9.0.1106Problem: Not all postfix files are recognized.Solution: Recognize main.cf.proto files. (closes #11732)Patch 9.0.1107Problem:Float constant not recognizedas float.Solution: Check the vartype instead of comparing with t_float. (closes #11754)Patch 9.0.1108Problem: Type error when using "any" type and addinga number toa float.Solution: Accept botha number anda float. (closes #11753)Patch 9.0.1109Problem: Leaking allocated type.Solution: Reset the "static" flag in the allocated type copy.Patch 9.0.1110Problem: Build fails onMac OSX 10.4/10.5.Solution: Check if the dispatch/dispatch.h header exists. (Evan Miller, closes #11746)Patch 9.0.1111Problem: Termcap entries for RGB colors are not set automatically.Solution: Always set thetermcap entries when+termguicolorsis enabled.Patch 9.0.1112Problem:test_mswin_event() can hang.Solution: Add the "execute" argument to process events right away. (Christopher Plewright, closes #11760)Patch 9.0.1113Problem: Users cannot easily try outa PR.Solution: Add an "artifacts"section to the AppVeyor CI config. (Christian Brabandt, closes #11762)Patch 9.0.1114Problem: CI does not use the latestPython version.Solution: Switch fromPython 3.10 to 3.11. (closes #11761)Patch 9.0.1115Problem: Codeis indented more than needed.Solution: Use an early return to reduce indenting. (Yegappan Lakshmanan, closes #11758)Patch 9.0.1116Problem: Compiler may complain about an unused function.Solution: Add #ifdef. (John Marriott)Patch 9.0.1117Problem: Terminfo entries for bracketed paste are not used.Solution: Use the newly addedterminfo entries for bracketed paste. Correct mixup of output strings and key codes.Patch 9.0.1118Problem: Sporadic test failures when usingaterminal window.Solution: Adjust waiting times. (James McCoy, closes #11763)Patch 9.0.1119Problem: Type of arguments not checked when callinga partial.Solution: Give an error fora wrong argument type. (closes #11753)Patch 9.0.1120Problem: Texfiletype detection not sufficiently tested.Solution: Add more test cases for "tex" detection. (Jonas Strittmatter, closes #11765)Patch 9.0.1121Problem: Cursor positioning and display problems with'smoothscroll' and using "zt", "zb" or "zz".Solution: Adjust computations and conditions. (Yee Cheng Chin, closes #11764)Patch 9.0.1122Problem:Class member accessis not fully tested yet.Solution: Add more tests.Patch 9.0.1123Problem:Class function not implemented yet.Solution: Implement defining and callingaclass function.Patch 9.0.1124Problem: Virtual textata column positionis truncatedat thewindow edge. (Yegappan Lakshmanan)Solution: Do not truncated virtual text thatis placedata column.Patch 9.0.1125Problem: Memory leak when usingclass functions.Solution: Clear and free the array withclass functions.Patch 9.0.1126Problem: Bracketed paste can be enabled when pasted textis not recognized.Solution: Outputt_BE only whent_PS andt_PE are set.Patch 9.0.1127Problem: No error if function argument shadowsclass member.Solution: Give an error for shadowingaclass member.Patch 9.0.1128Problem: Build failure.Solution: Add type cast. Add missing error messages.Patch 9.0.1129Problem: Sporadic Test_range() failure.Solution: Clear typeahead. Move toa separate function. (issue #22771)Patch 9.0.1130Problem: Unexpected output when autoloadingascript for an interactive operation.Solution: Reset "KeyTyped" while loadingascript and when handlinga nested function. (closes #11773)Patch 9.0.1131Problem: Build failure without the+eval feature.Solution: Move code inside #ifdef.Patch 9.0.1132Problem: Codeis indented more than needed.Solution: Use an early return to reduce indentation. (Yegappan Lakshmanan, closes #11769)Patch 9.0.1133Problem: Error message namesdo not match the items.Solution: Add "_str" when the text contains "%s".Patch 9.0.1134Problem: Comparingobjects uses identity instead of equality.Solution: Compare theobject values.Patch 9.0.1135Problem: Missing function argument.Solution: Add ignorecase flag.Patch 9.0.1136Problem: Memory leak when gettingclass member type from expr.Solution: Clear theexpression result.Patch 9.0.1137Problem: Some conditions are always false.Solution: Remove the useless conditions. (closes #11776)Patch 9.0.1138Problem: Crash when expecting varargs butitis something else.Solution: Only use the member when the typeisa list. (closes #11774)Patch 9.0.1139Problem: Cannot createa newobject ina compiled function.Solution: Compile the instructions to createa new object.Patch 9.0.1140Problem: Cannot call anobjectmethod ina compiled function.Solution: Compile the instructions to invoke anobject method.Patch 9.0.1141Problem:'cursorcolumn' and'colorcolumn' wrong after concealing and wrapping line.Solution: Reset "wlv.vcol_off" after each screen line. (Alexey Radkov, closes #11777)Patch 9.0.1142Problem: Crash and/or memory leak when redefining function after error.Solution: Clear pointer after makinga copy. Clear arrays on failure. (closes #11774)Patch 9.0.1143Problem: Invalid memory access with bad'statusline' value.Solution: Avoid going over the NULat the end.Patch 9.0.1144Problem: Reading beyond text.Solution: Add strlen_maxlen() and use it.Patch 9.0.1145Problem: Invalid memory access with recursive substitute expression.Solution: Check the return value of vim_regsub().Patch 9.0.1146Problem: MS-Windows:various special keys and modifiers are not mappable.Solution: Adjust the handling of keys with modifiers. (Christian Plewright, closes #11768)Patch 9.0.1147Problem: Cannot accessaclass member ina compiled function.Solution: Implement looking upaclass member.Patch 9.0.1148Problem:Cmdline test fails in the GUI.Solution: Skip the test when running in the GUI.Patch 9.0.1149Problem:Class members may be garbage collected.Solution:Markclass membersas being in use.Patch 9.0.1150Problem::interfaceis not implemented yet.Solution: Implement the basics of :interface.Patch 9.0.1151Problem: Build failure.Solution: Add missing part of:interface change.Patch 9.0.1152Problem:Class "implements" argument not implemented.Solution: Implement "implements" argument. Add basic checks for whenaclassimplements an interface.Patch 9.0.1153Problem: Build error with some compilers.Solution: Clear pointer the right way.Patch 9.0.1154Problem: Coverity warns for dead code.Solution: Remove condition thatis always true.Patch 9.0.1155Problem: Cannot useaclassasa type.Solution: Acceptaclass and interface nameasa type.Patch 9.0.1156Problem: Tests fail because ofa different error message.Solution: Don't give an error ifa type name can't be found.Patch 9.0.1157Problem: "implements" only handles one interface name.Solution: Handlea comma separatedlist of names. Check for duplicate names.Patch 9.0.1158Problem: Codeis indented more than necessary.Solution: Use an early return whereit makes sense. (Yegappan Lakshmanan, closes #11787)Patch 9.0.1159Problem: Extends argument forclass not implemented yet.Solution: Basic implementation of "extends".Patch 9.0.1160Problem: ASAN error for ufunc_T allocated with wrong size.Solution: Make sure the size can always fit the struct.Patch 9.0.1161Problem: Coverity warns for using strcpy().Solution: Calla function to set the function name.Patch 9.0.1162Problem: Configure does not handle all FORTIFY_SOURCE variants.Solution: Also handle Fedora's default FORTIFY_SOURCE flags. (Zdenek Dohnal, closes #11794)Patch 9.0.1163Problem: Compiler warning for implicit size_t/int conversion.Solution: Adda type cast. (Mike Williams, closes #11795)Patch 9.0.1164Problem: Evaluatingstringexpression advances function line.Solution: Disable function lines while parsingastring expression. (Hirohito Higashi, closes #11796)Patch 9.0.1165Problem: Tests using IPv6 sometimes fail.Solution: Use getaddrinfo() and use try/catch. (James McCoy, closes #11783)Patch 9.0.1166Problem: Codeis indented more than necessary.Solution: Use an early return whereit makes sense. (Yegappan Lakshmanan, closes #11792)Patch 9.0.1167Problem: EditorConfig filesdo not have their own filetype.Solution: Add the "editorconfig" filetype. (Gregory Anders, closes #11779)Patch 9.0.1168Problem: Code to enable/disable mouseis not from terminfo/termcap.Solution: Request the "XM" entry and useit to set'ttymouse' if possible.Patch 9.0.1169Problem: Some key+modifier tests fail on some AppVeyor images.Solution: Adjust the tests for key movements and fix the revealed bugs. (Christopher Plewright, closes #11798)Patch 9.0.1170Problem: LGTM badge no longer works.Solution: Remove the LGTM badge. (closes #11799)Patch 9.0.1171Problem: Screenis not redrawn after using setcellwidths().Solution: Redraw the screen when the cell widths have changed. (Yasuhiro Matsumoto, closes #11800)Patch 9.0.1172Problem: When'selection'is "exclusive" then "1v"is one char short.Solution: Add one character when'selection'is "exclusive". (closes #11791)Patch 9.0.1173Problem: Compiler warning for unused variable on non-Unix systems.Solution: Move #ifdef. (John Marriott)Patch 9.0.1174Problem: Smali files are not recognized.Solution: Addapattern for Smali files. (Amaan Qureshi, closes #11801)Patch 9.0.1175Problem: The set_ref_in_item() functionis too long.Solution: Usea separate function for more complicated types. (Yegappan Lakshmanan, closes #11802)Patch 9.0.1176Problem: smithy files are not recognized.Solution: Addapattern for Smithy files. (Chris Kipp, closes #11804)Patch 9.0.1177Problem: AppVeyor uses some older tools.Solution: Switch toVisual Studio 2022 andPython 3.11. (Christopher Plewright, closes #11793)Patch 9.0.1178Problem:A childclass cannot overridefunctions froma base class.Solution: Allow overriding and implement "super".Patch 9.0.1179Problem: Not allerrors around inheritance are tested.Solution: Add more tests. Fix uncovered problems.Patch 9.0.1180Problem: Compiler warnings without the+job feature.Solution: Adjust #ifdefs. (John Marriott)Patch 9.0.1181Problem:Class inheritance and typing insufficiently tested.Solution: Add more tests. Implement missing behavior.Patch 9.0.1182Problem:go checksum files are not recognized.Solution: Add the name ofgo checksum files. (Amaan Qureshi, closes #11803)Patch 9.0.1183Problem: Codeis indented more than necessary.Solution: Use an early return whereit makes sense. (Yegappan Lakshmanan, closes #11805)Patch 9.0.1184Problem:Interface of anobjectis not recognized when checking type.Solution: Use the interface implemented by an object.Patch 9.0.1185Problem: Usingclass from importedscript not tested.Solution: Add tests. Implement whatis missing.Patch 9.0.1186Problem: Importedclass does not work when used twice ina line.Solution: Fix the type parsing.Patch 9.0.1187Problem: Test for using importedclass fails.Solution: Skip over rest of type.Patch 9.0.1188Problem: Return value oftype() forclass andobject unclear.Solution: Addv:t_object and v:t_class.Patch 9.0.1189Problem: Invalid memory access withfolding and using "L".Solution: Prevent the cursor from moving to line zero.Patch 9.0.1190Problem: AppVeyor runs much slower with MSVC 2022.Solution: Go back to MSVC 2015. (Christopher Plewright, closes #11810)Patch 9.0.1191Problem: Some Bazel files are not recognized.Solution: Add an extra Bazel pattern. (Keith Smily, closes #11807)Patch 9.0.1192Problem: No error whenclass function argument shadowsa member.Solution: Check for shadowing.Patch 9.0.1193Problem: Cannot map<Esc> when using the Kitty key protocol.Solution: Adda non-simplifiedmapping for K_ESC. (closes #11811)Patch 9.0.1194Problem: Compiler warning for comparing pointer with int.Solution: Change NULL to zero.Patch 9.0.1195Problem: Restoring KeyTyped when building statusline not tested.Solution: Adda test. Clean up and fix other tests. (closes #11815)Patch 9.0.1196Problem: Codeis indented more than necessary.Solution: Use an early return whereit makes sense. (Yegappan Lakshmanan, closes #11813)Patch 9.0.1197Problem: Dump file missing from patch.Solution: Add missing dump file.Patch 9.0.1198Problem: Abstractclass not supported yet.Solution: Implement abstractclass and add tests.Patch 9.0.1199Problem: Crash when using kitty and usingamapping with<Esc>.Solution: Do not try setting did_simplify whenitis NULL. (closes #11817)Patch 9.0.1200Problem: AppVeyor builds with an oldPython version.Solution: Switch fromPython 3.8 to 3.11. (Christopher Plewright, closes #11814)Patch 9.0.1201Problem: Assignment withoperator doesn't work inobject method.Solution: Handle loading theobject member. (closes #11820) Adda few more tests.Patch 9.0.1202Problem: Crash when iterating overlist of objects.Solution: Do not makea copy of tt_member forobject or class. (closes #11823)Patch 9.0.1203Problem: Return type ofvalues()is always list<any>.Solution: Use the member type if possible. (issue #11822)Patch 9.0.1204Problem: Expression compiled the wrong way after using an object.Solution: Generate constants before getting the type.Patch 9.0.1205Problem: Crash when handlingclass thatextends anotherclass with more than oneobject members.Solution: Correct pointer computations. (closes #11824)Patch 9.0.1206Problem: Testing withPython on AppVeyor does not work properly.Solution: Fix typo. Move most lines to the .bat file. (Christopher Plewright, closes #11828)Patch 9.0.1207Problem: Error whenobject typeis expected but getting "any".Solution: When actual typeis "any" usea runtime type check. (closes #11826)Patch 9.0.1208Problem: Codeis indented more than necessary.Solution: Use an early return whereit makes sense. (Yegappan Lakshmanan, closes #11819)Patch 9.0.1209Problem: Getting interface member does not always work.Solution: Convert theindex on the interface to theindex on the object. (closes #11825)Patch 9.0.1210Problem: Compiler complains about declaration after label.Solution: Move declaration to beginning of block (John Marriott)Patch 9.0.1211Problem: Storing value in interface member does not always work.Solution: Convert theindex on the interface to theindex on the object.Patch 9.0.1212Problem: Cannot read back whatsetcellwidths() has done.Solution: Add getcellwidths(). (Kota Kato, closes #11837)Patch 9.0.1213Problem: Addinga line below the last one does not expand fold.Solution: Do not skip mark_adjust() when adding lines below the last one. (Brandon Simmons, closes #11832, closes #10698)Patch 9.0.1214Problem: File left behind after running tests.Solution: Delete the file. (Dominique Pellé, closes #11839)Patch 9.0.1215Problem: Using isalpha() adds dependency on current locale.Solution: Do not use isalpha() for recognizinga URL or theend of anEx command. (closes #11835)Patch 9.0.1216Problem: Coverity warns for ignoring return value.Solution: Break out of loop if function fails.Patch 9.0.1217Problem: Using anobject member inaclosure doesn't work.Solution: Initialize lv_loop_depth. (closes #11840)Patch 9.0.1218Problem: Completion includesfunctions that don't work.Solution: Skipfunctions that are not implemented. (Kota Kato, closes #11845)Patch 9.0.1219Problem: Handling of FORTIFY_SOURCE flags doesn't match Fedora usage.Solution: Adjust the "sed" patterns. (Zdenek Dohnal, closes #11847)Patch 9.0.1220Problem: Termcap/terminfo entriesdo not indicate where modifiers might appear.Solution: Add ";*" for function keys where modifiers are likely to be used.Patch 9.0.1221Problem: Codeis indented more than necessary.Solution: Use an early return whereit makes sense. (Yegappan Lakshmanan, closes #11833)Patch 9.0.1222Problem: Terminal tests are flaky on MacOS.Solution: Add TermWait() calls. (Yegappan Lakshmanan, closes #11852)Patch 9.0.1223Problem: Cannot usesetcellwidths() below 0x100.Solution: Also accept characters between 0x80 and 0x100. (Ken Takata, closes #11834)Patch 9.0.1224Problem: Cannot calla:def function witha number fora float argument.Solution: Accepta numberas well, convertit toa float.Patch 9.0.1225Problem: Reading past theend ofa line whenformatting text.Solution: Check for not going over theend of the line.Patch 9.0.1226Problem: Spurious empty line when using text properties and virtual text.Solution: Do not set "text_prop_follows" when the other text propertyis not virtual text. (closes #11846)Patch 9.0.1227Problem: No cmdline completion for :runtime.Solution: Add completion for :runtime. (closes #11853, closes #11447) Improve the resulting matches.Patch 9.0.1228Problem: Fuzzy menu completionis only tested in the GUI.Solution: Make fuzzy menu completion test work without GUI. (closes #11861)Patch 9.0.1229Problem: Cap'n Proto files are not recognized.Solution: Addapattern and the "capnp" filetype. (Amaan Qureshi, closes #11862)Patch 9.0.1230Problem: Apache thrift files are not recognized.Solution: Addapattern for thrift files. (Amaan Qureshi, closes #11859)Patch 9.0.1231Problem: Completion of:runtime does not handle{where} argument.Solution: Parse the{where} argument. (closes #11863)Patch 9.0.1232Problem: ColorTable saving and restoring does not work properly.Solution: Restore ColorTable[16] usage. (Christopher Plewright, closes #11836)Patch 9.0.1233Problem:search() loops forever if "skip"isTRUE for all matches.Solution: Keep the position of the first match.Patch 9.0.1234Problem: The code style has to be checked manually.Solution: Add basic code style checks ina test. Fix or avoid uncovered problems.Patch 9.0.1235Problem:MS-Windows console: not flushing termguicolors.Solution: Flush termguicolors. (Christopher Plewright, closes #11871)Patch 9.0.1236Problem: Code in same_leader() can be simplified.Solution: Simplify code thatis executed only once. (closes #11867)Patch 9.0.1237Problem: Codeis indented more than necessary.Solution: Use an early return whereit makes sense. (Yegappan Lakshmanan, closes #11858)Patch 9.0.1238Problem::runtime completion can be further improved.Solution: Also complete the{where} argument values and adjust the completion for that. (closes #11874)Patch 9.0.1239Problem: Cannot havea line break before anobject member access.Solution: Check for "." in next line. (closes #11864)Patch 9.0.1240Problem: Cannot accessa privateobject member inalambda defined inside the class.Solution: Go up the context stack to find the class. (closes #11866)Patch 9.0.1241Problem: Coverity warns for not checking function return value.Solution: Explicitly ignore the return value.Patch 9.0.1242Problem: Code for:runtime completionis not consistent.Solution: Make code for cmdline expansion more consistent. (closes #11875)Patch 9.0.1243Problem::setglobal cannot usescript-local function for "expr" option.Solution: Use the pointer to the option value properly. (closes #11883)Patch 9.0.1244Problem: Cursor briefly displayed ina wrong position when pressing Esc inInsert mode after autoindent was used.Solution: Do not adjust the cursor position for assumed deleted whitespace if textis following. (closes #11877)Patch 9.0.1245Problem: Codeis indented more than necessary.Solution: Use an early return whereit makes sense. (Yegappan Lakshmanan, closes #11879)Patch 9.0.1246Problem: Codeis indented more than necessary.Solution: Use an early return whereit makes sense. (Yegappan Lakshmanan, closes #11887)Patch 9.0.1247Problem: Divide by zero with'smoothscroll' set anda narrow window.Solution: Bail out when thewindowis too narrow.Patch 9.0.1248Problem: Cannot export an interface. (Ernie Rael)Solution: Add the EX_EXPORT flag to :interface. (closes #11884)Patch 9.0.1249Problem: Cannot export an abstract class. (Ernie Rael)Solution: Add the EX_EXPORT flag to :abstract. (closes #11884)Patch 9.0.1250Problem: Cannot use anobjectmethod with :defer. (Ernie Rael)Solution: Find theobjectmethod and generate code to call it. (closes #11886)Patch 9.0.1251Problem: Checking returned value of ga_grow()is inconsistent.Solution: Check for FAIL instead of "not OK". (Yegappan Lakshmanan, closes #11897)Patch 9.0.1252Problem: MS-Windows: scrollback cropped off on Vim exit.Solution: Don't call SetConsoleScreenBufferInfoEx when using the alternate screen buffer. (Christopher Plewright, closes #11882)Patch 9.0.1253Problem: CI adds repository unnecessarily.Solution: Remove the line from the workflow. (closes #11900)Patch 9.0.1254Problem: Callingamethod on an interface does not work.Solution: At runtime figure out whatmethod to call. (closes #11901)Patch 9.0.1255Problem: Changing'virtualedit' does not have immediate effect.Solution: Correct howis checked fora changed value. (closes #11878)Patch 9.0.1256Problem: NetworkManager connection files are not recognized.Solution: Addapattern for NetworkManager connection files. (closes #11893)Patch 9.0.1257Problem: Code styleis not check in test scripts.Solution: Add basic code style check for test files.Patch 9.0.1258Problem: Code style test fails.Solution: Adjust test files.Patch 9.0.1259Problem: Diffmode test fails.Solution: Adjust expected result for adjusted indenting.Patch 9.0.1260Problem: Coverity warns for possible NULL pointer usage.Solution: Change the condition.Patch 9.0.1261Problem: Elsa files are not recognized.Solution: Addapattern for Elsa files. (Amaan Qureshi, closes #11908)Patch 9.0.1262Problem: The did_set_string_option functionis too long.Solution: Split off functionality to individual functions. (Yegappan Lakshmanan, Lewis Russell, closes #11904)Patch 9.0.1263Problem: KDL files are not recognized.Solution: Addapattern for KDL files. (Amaan Qureshi, closes #11898)Patch 9.0.1264Problem: Motif: compiler warning for unused argument.Solution: Add "UNUSED".Patch 9.0.1265Problem: Using an interfacemethod may givea compilation error.Solution: Do not try to compile the body ofamethod of an interface. (closes #11885)Patch 9.0.1266Problem: Error forspace before ": type"is inconsistent.Solution: GiveE1059 in more places. (closes #11868)Patch 9.0.1267Problem: The did_set_string_option functionis too long.Solution: Further cleanup of handlingstring options. (Yegappan Lakshmanan, Lewis Russell, closes #11920)Patch 9.0.1268Problem: .clangd and .stylelintrc files don't geta filetype.Solution: Use yaml for .clangd and json for .stylelintrc files. (Mark Skelton, closes #11916)Patch 9.0.1269Problem:Channel test often fails onMac OS.Solution: Increase the wait time from one to 15 milliseconds. (D. Ben Knoble, closes #11894)Patch 9.0.1270Problem: Crash when using search stat in narrow screen.Solution: Check length of message. (closes #11921)Patch 9.0.1271Problem: Using sizeof() and subtract array sizeis tricky.Solution: Use offsetof() instead. (closes #11926)Patch 9.0.1272Problem: Typo inpattern forfiletype detection.Solution: Fix the typo. (closes #11924)Patch 9.0.1273Problem: "1v" may select block with wrong size. (Evgeni Chasnovski)Solution: Compute "curswant" in the right line. (closes #11925)Patch 9.0.1274Problem: FIRRTL files are not recognized.Solution: Addapattern for FIRRTL files. (Amaan Qureshi, closes #11931)Patch 9.0.1275Problem: The code for settingoptionsis too complicated.Solution: Refactor the do_set() function. (Yegappan Lakshmanan, Lewis Russell, closes #11932)Patch 9.0.1276Problem: Some mappings with Meta and Shiftdo not work.Solution: Apply the Shift modifier to the key. (issue #11913)Patch 9.0.1277Problem: Cursor may move with autocmd inVisual mode.Solution: Restore "VIsual_active" before calling check_cursor(). (closes #11939)Patch 9.0.1278Problem: go.work.sum files are not recognized.Solution: Recognize go.work.sum filesas the gosum filetype. (Amaan Qureshi, closes #11940)Patch 9.0.1279Problem: Display shows lines scrolled down erroneously. (Yishai Lerner)Solution: Do not change "wl_lnum"atindex zero. (closes #11938)Patch 9.0.1280Problem: Insufficienttesting for what 9.0.1265 fixes.Solution: Adda couple of test cases. (issue #11885)Patch 9.0.1281Problem: Cadence files are not recognized.Solution: Recognize Cadence files. (Janez Podhostnik, closes #11951)Patch 9.0.1282Problem: Ron files are not recognized.Solution: Recognize Ron files. (Amaan Qureshi, closes #11948)Patch 9.0.1283Problem: The code for settingoptionsis too complicated.Solution: Refactor the do_set() function. (Yegappan Lakshmanan, Lewis Russell, closes #11945)Patch 9.0.1284Problem: Compiler warnings for uninitialized variables. (Tony Mechelynck)Solution: Add variable initializations.Patch 9.0.1285Problem: Various small problems.Solution: Adjust whitespace and comments.Patch 9.0.1286Problem: Coverity warns for usinga NULL pointer.Solution: Bail out whan "varp"is NULL.Patch 9.0.1287Problem: With the Kitty key protocol Esc with NumLock cannot be mapped.Solution: Also use K_ESC when thereisa modifier. (closes #11811)Patch 9.0.1288Problem: FunC files are not recognized.Solution: Recognize FunC files. (Amaan Qureshi, closes #11949)Patch 9.0.1289Problem:A newer version of clang can be used for CI.Solution: Switch from clang-15 to clang-16. (closes #11577)Patch 9.0.1290Problem:CTRL-N and-P on cmdline don't trigger CmdlineChanged.Solution: Jump to cmdline_changed instead of cmdline_not_changed. (closes #11956)Patch 9.0.1291Problem: Move language files are not recognized.Solution: Recognize Move language files. (Amaan Qureshi, closes #11947)Patch 9.0.1292Problem::defer may call the wrongmethod for an object. (Ernie Rael)Solution: When enobjectis fromaclass thatextends or implements, figure out themethod to callat runtime. (closes #11910)Patch 9.0.1293Problem: The set_num_option()is too long.Solution: Move code to separate functions. (Yegappan Lakshmanan, closes #11954)Patch 9.0.1294Problem: The set_bool_option() functionis too long.Solution: Move code to separate functions. (Yegappan Lakshmanan, closes #11964)Patch 9.0.1295Problem: The optioninitialization functionis too long.Solution: Move code to separate functions. (Yegappan Lakshmanan, closes #11966)Patch 9.0.1296Problem: Calling anobjectmethod with arguments does not work. (Ernie Rael)Solution: Take the argumentcount into account when looking up the object. (closes #11911)Patch 9.0.1297Problem: Wrong value for $LC_CTYPE makes the environ test fail.Solution: Unset $LC_CTYPE when running tests. (closes #11963)Patch 9.0.1298Problem: Insertingaregister on the command line does not trigger incsearch or update hlsearch.Solution: Have cmdline_insert_reg() return CMDLINE_CHANGED when appropriate and handleit correctly. (Ken Takata, closes #11960)Patch 9.0.1299Problem: Change for triggering incsearch not sufficiently tested.Solution: Adda test case. Simplify the code. (closes #11971)Patch 9.0.1300Problem:'statusline' only supports one "%=" item.Solution: Add support for multiple "%=" items. (TJ DeVries, Yegappan Lakshmanan, closes #11970, closes #11965)Patch 9.0.1301Problem: Virtual text below empty line not displayed.Solution: Adjust flags and computations. (closes #11959)Patch 9.0.1302Problem: Ona Belgian keyboardCTRL-] does not work.Solution: TranslateCTRL-$ intoCTRL-]. (closes #11831)Patch 9.0.1303Problem: Motif: scrollbar width/height wrong when maximized.Solution: Set the width/height when creating the scrollbar. (closes #11946)Patch 9.0.1304Problem: "$" for'list' option displayed in wrong position when there are text properties.Solution: Adjust logic for order of displayed items. (closes #11959)Patch 9.0.1305Problem: Cursor in wrong line with virtual text above.Solution: Count extra line for text property above/below. (closes #11959)Patch 9.0.1306Problem: No regression test for solved problem of #11959.Solution: Adda test, also with'list' set. (closes #11959)Patch 9.0.1307Problem: Setting'formatoptions' with:let doesn't check for errors.Solution: Pass "errbuf" to set_string_option(). (Yegappan Lakshmanan, closes #11974, closes #11972)Patch 9.0.1308Problem: The code for settingoptionsis too complicated.Solution: Refactor the code for setting options. (Yegappan Lakshmanan, closes #11989)Patch 9.0.1309Problem: Scrolling two lines with even linecount and'scrolloff' set.Solution: Adjust how the toplineis computed. (closes #10545)Patch 9.0.1310Problem:'splitkeep' test has failures.Solution: Adjust expected cursor line position.Patch 9.0.1311Problem: Coverity warns for usinga NULL pointer.Solution: Use "empty_option" instead of NULL.Patch 9.0.1312Problem: Cursor position wrong when splittingwindow ininsert mode.Solution: Pass the actual mode to win_fix_cursor(). (Luuk van Baal, closes #11999,Patch 9.0.1313Problem: Some settings use the current codepage instead of'encoding'.Solution: Adjust howoptions are initialized. (Ken Takata, closes #11992)Patch 9.0.1314Problem::messages behavior depends on'fileformat' of current buffer.Solution: Pass the buffer pointer to whereitis used. (Mirko Ceroni, closes #11995)Patch 9.0.1315Problem: Escaping for completion of map command not properly tested.Solution: Adda few test cases. (closes #12009)Patch 9.0.1316Problem: MS-Windows:vimfiles dir created with admin group.Solution: Use ShellExecAsUser to create thevimfiles directory. (Christopher Plewright, Ken Takata, closes #12000, closes #11888)Patch 9.0.1317Problem: Crash when using an unsetobject variable.Solution: Give an error instead. (closes #12005)Patch 9.0.1318Problem: Code style test fails.Solution: Remove trailing white space.Patch 9.0.1319Problem: PRQL files are not recognized.Solution: Addafiletypepattern for PRQL files. (Matthias Queitsch, closes #12018)Patch 9.0.1320Problem: Checking the type ofanullobject causesa crash.Solution: Don't try to get theclass ofanull object. (closes #12005) Handle error from callinga user function better.Patch 9.0.1321Problem: vimscript test fails where using{expr} syntax.Solution: Only return FCERR_FAILED in call_user_func() forVim9 script.Patch 9.0.1322Problem: Crash when indexing "any" whichis an object.Solution: Check theindexisa number. Do not check the member type of an object. (closes #12019)Patch 9.0.1323Problem: Build failure with+eval feature.Solution: Add missing part for using funcerror_T.Patch 9.0.1324Problem: "gj" and "gk"do not move correctly overa closed fold.Solution: Use the same codeas used for "j"/"k" togo to the next/previous line. (Luuk van Baal, closes #12007)Patch 9.0.1325Problem:'colorcolumn' highlight wrong with virtual text above.Solution: Adjust column of'colorcolumn' for text property. (closes #12004)Patch 9.0.1326Problem: Relative line number not updated with virtual text above.Solution: Adjust the row for the line number for virtual text above. (closes #12004)Patch 9.0.1327Problem: Cursor in wrong position below line with virtual text below ending inmulti-byte character.Solution: When checking for last character take care ofmulti-byte character.Patch 9.0.1328Problem: Error when using "none" forGUI coloris confusing.Solution: Mention that the name should perhaps be "NONE". (closes #1400)Patch 9.0.1329Problem: Completion of map includes simplified ones.Solution: Do not complete simplified mappings. (closes #12013)Patch 9.0.1330Problem: Handling new value of an option hasa long "else if" chain.Solution: Usea function pointer. (Yegappan Lakshmanan, closes #12015)Patch 9.0.1331Problem: Illegal memory access when using:ball inVisual mode.Solution: StopVisual mode when using :ball. (Pavel Mayorov, closes #11923)Patch 9.0.1332Problem: Crash when using buffer-local user command in cmdline window. (Karl Yngve Lervåg)Solution: Use the right buffer to find the user command. (closes #12030, closes #12029)Patch 9.0.1333Problem: When redo'ing twice<ScriptCmd> may not get thescript ID.Solution: When "last_used_map" mapis not set use "last_used_sid". (closes #11930)Patch 9.0.1334Problem: Using tt_member for theclass leads to mistakes.Solution: Adda separate tt_class field.Patch 9.0.1335Problem: No test for bad use of spaces inhelp files.Solution: Add checks for use of spaces inhelp files. Ignore intentional spaces. (Hirohito Higashi, closes #11952)Patch 9.0.1336Problem: Functions without arguments are not always declared properly.Solution: Use "(void)" instead of "()". (Yegappan Lakshmanan, closes #12031)Patch 9.0.1337Problem: Yuck files are not recognized.Solution: Addafiletypepattern for yuck files. (Amaan Qureshi, closes #12033)Patch 9.0.1338Problem::defcompile and:disassemble can't findclass method. (Ernie Rael)Solution: Makeaclass name and class.method name work. (closes #11984)Patch 9.0.1339Problem: No test for:disassemble withclass function.Solution: Adda test.Patch 9.0.1340Problem: Coverity warns for using NULL pointer.Solution: Check that lhs_typeis not NULL.Patch 9.0.1341Problem: Build error withmzscheme but without GUI.Solution: Adjust #ifdefs. (Ken Takata, closes #12042) Also fix function argument.Patch 9.0.1342Problem: MS-Windows: linking may fail withspace in directory name.Solution: Add quotes. (closes #12050)Patch 9.0.1343Problem: Check for OSCescape sequence doesn't work.Solution: Move square bracket to the right place. (Johan Mattsson, closes #12048)Patch 9.0.1344Problem: Check for OSCescape sequence doesn't work.Solution: Fix typo in index.Patch 9.0.1345Problem: Too many "else if" statements for handling options.Solution: Add morefunctions to handle options. (Yegappan Lakshmanan, closes #12051)Patch 9.0.1346Problem: Starlark files are not recognized.Solution: Add patterns for Starlark files. (Amaan Qureshi, closes #12049)Patch 9.0.1347Problem: "grCTRL-O" stays inInsert mode. (Pierre Ganty)Solution: Do not set restart_edit when "cmdchar"is 'v'. (closes #12045)Patch 9.0.1348Problem: Un-grammar files are not recognized.Solution: Add patterns for Un-grammar files. (Amaan Qureshi, closes #12034)Patch 9.0.1349Problem: "gr" withacount fails.Solution: Break out of the loop only after using the count.Patch 9.0.1350Problem: CPON files are not recognized.Solution: Add patterns for CPON files. (Amaan Qureshi, closes #12053)Patch 9.0.1351Problem: Dhall files are not recognized.Solution: Add patterns for Dhall files. (Amaan Qureshi, closes #12052)Patch 9.0.1352Problem: "ignore" files are outdated.Solution: Update "ignore" files. (Ken Takata, closes #12056)Patch 9.0.1353Problem: Too many "else if" statements to handle option values.Solution: Add morefunctions to handle option value changes. (Yegappan Lakshmanan, closes #12058)Patch 9.0.1354Problem: "grCTRL-G" stays in virtual replace mode. (Pierre Ganty)Solution: PrependCTRL-V beforecontrol characters. (closes #12045)Patch 9.0.1355Problem: No error when declaringaclass twice. (Ernie Rael)Solution: Pass different flags when declaring the class. (closes #12057)Patch 9.0.1356Problem: Cannot cancel "gr" with Esc.Solution: Make "gr<Esc>"do nothing. (closes #12064)Patch 9.0.1357Problem: Usingnull_object results in an internal error. (Ernie Rael)Solution: Add instructions for pushing anobject and class. (closes #12044)Patch 9.0.1358Problem: Compilation error with some compilers.Solution: Avoid using "class"as member name.Patch 9.0.1359Problem: Too many "else if" statements in handling options.Solution: Add morefunctions for handling option changes. (Yegappan Lakshmanan, closes #12060)Patch 9.0.1360Problem: Cue files are not recognized.Solution: Add patterns for Cue files. (Amaan Qureshi, closes #12067)Patch 9.0.1361Problem:extendnew() not sufficiently tested.Solution: Adda few more test cases for extendnew(). (closes #12075)Patch 9.0.1362Problem: ml_get error when going to another tab. (Daniel J. Perry)Solution: Do not call update_topline() if "curwin"is invalid. (closes #11907)Patch 9.0.1363Problem: Crash when:def function has:break in skipped block. (Ernie Rael)Solution: Don't generatea jump fora skipped :break. (closes #12077)Patch 9.0.1364Problem: Build error with olderMac OS.Solution: Adjust #ifdef. (Yee Cheng Chin, closes #12074)Patch 9.0.1365Problem: Dead test code.Solution: Remove code that depends on Farsi, which has been removed. (closes #12084)Patch 9.0.1366Problem: Functions for settingoptions are inrandom order.Solution: Sortfunctions alphabetically. (Yegappan Lakshmanan, closes #12082)Patch 9.0.1367Problem: Divide by zero in zero-width window.Solution: Check the widthis positive.Patch 9.0.1368Problem: Bass files are not recognized.Solution: Add patterns for Bass files. (Amaan Qureshi, closes #12088)Patch 9.0.1369Problem: Still some "else if" constructs for setting options.Solution: Adda few morefunctions for handling options. (Yegappan Lakshmanan, closes #12090)Patch 9.0.1370Problem: Crash when usinga NULL object. (Ernie Rael)Solution: Check for NULL and give an error message. (closes #12083)Patch 9.0.1371Problem: Ballooneval interferes withInsert completion.Solution: Ignore mouse-move events when completing. (closes #12094, closes #12092)Patch 9.0.1372Problem: Test for'toolbariconsize' may fail.Solution: Only test'toolbariconsize' whenitis supported. (James McCoy, closes #12095)Patch 9.0.1373Problem: Wrong text displayed when using both'linebreak' and'list'.Solution: Only set "c_extra" to NUL when "p_extra"is not empty. (Hirohito Higashi, closes #12065)Patch 9.0.1374Problem: Function for settingoptions not used consistently.Solution: Usea function for'encoding' andterminal options. (Yegappan Lakshmanan, closes #12099)Patch 9.0.1375Problem: Crash when getting member of obj of unknown class.Solution: Check for NULLclass and give an error message. (Ernie Rael, closes #12096)Patch 9.0.1376Problem: Accessing invalid memory withput inVisual block mode.Solution: Adjust the cursor column if needed.Patch 9.0.1377Problem:job_status() may return "dead" if the process parent changed.Solution: Call mch_process_running() to check if thejobis still alive.Patch 9.0.1378Problem: Illegal memory access when using virtual editing.Solution: Make sure "startspaces"is not negative.Patch 9.0.1379Problem: Functions for handlingoptions are not ordered.Solution: Putfunctions in alphabetical order. (Yegappan Lakshmanan, closes #12101)Patch 9.0.1380Problem:CTRL-X on 2**64 subtracts two. (James McCoy)Solution: Correct computation for large number. (closes #12103)Patch 9.0.1381Problem: ACCESS_ names havea conflict with on some systems.Solution: Rename by prepending VIM_. (Ola Söder, closes #12105)Patch 9.0.1382Problem: Failing test forstrptime() doesn't show returned value.Solution: Useassert_equal() instead of assert_true().Patch 9.0.1383Problem: xxd: combination of little endian and cols fails. (Aapo Rantalainen)Solution: Round up thespace taken by the hex output. (closes #12097)Patch 9.0.1384Problem: Setting HOMEBREW_NO_AUTO_UPDATEis not needed with Homebrew version 4.Solution: Remove setting HOMEBREW_NO_AUTO_UPDATE. (closes #12008)Patch 9.0.1385Problem: g'Escis considered an error.Solution: Make g'Esc silentlyabandon the command. (closes #12110)Patch 9.0.1386Problem: Options test fails with somewindow width.Solution: Adjust what text the test checks with. (closes #12111)Patch 9.0.1387Problem: Scrollbar test sporadically fails.Solution:Mark the scrollbar testas flaky. (Christian Brabandt, closes #12113)Patch 9.0.1388Problem: Amiga: not all builds use gethostname().Solution: Use gethostname() for all builds except AROS. (Ola Söder, closes #12107)Patch 9.0.1389Problem: Amiga:a couple of include files are included twice.Solution: Remove duplicate includes. (Ola Söder, closes #12106)Patch 9.0.1390Problem: FOR_ALL_ macros are defined in an unexpected file.Solution: Move FOR_ALL_ macros to macros.h. Add FOR_ALL_HASHTAB_ITEMS. (Yegappan Lakshmanan, closes #12109)Patch 9.0.1391Problem: "clear" macros are not always used.Solution: Use ALLOC_ONE, VIM_CLEAR, CLEAR_POINTER and CLEAR_FIELD in more places. (Yegappan Lakshmanan, closes #12104)Patch 9.0.1392Problem: Using NULL pointer with nested:open command.Solution: Check that ccline.cmdbuffis not NULL.Patch 9.0.1393Problem: Cairo files are not recognized.Solution: Addapattern for Cairo files. (Amaan Qureshi, closes #12118)Patch 9.0.1394Problem: Unx Tal files are not recognized.Solution: Addapattern for Unx Tal files. (Amaan Qureshi, closes #12117)Patch 9.0.1395Problem: Odin files are not recognized.Solution: Addapattern for Odin files. (Amaan Qureshi, closes #12122)Patch 9.0.1396Problem: sort(list, 'N') does not work inVim9script context.Solution: Convertstring to number without giving an error. (closes #12061)Patch 9.0.1397Problem: Highlight for popupmenu kind and extra cannot be set.Solution: Add PmenuKind, PmenuKindSel, PmenuExtra and PmenuExtraSel highlight groups and use them. (Gianmaria Bajo, closes #12114)Patch 9.0.1398Problem: Profile test repeats the headers many times.Solution: Put the headers inscript variables.Patch 9.0.1399Problem: Highlight testscript hasa few problems.Solution: Rewrite thescript inVim9 syntax. (closes #10379)Patch 9.0.1400Problem: find_file_in_path()is not reentrant.Solution: Instead of globalvariables pass pointers to the functions. (closes #12093)Patch 9.0.1401Problem: Conditionis always true.Solution: Remove the condition. (closes #12139)Patch 9.0.1402Problem: Crash when using null_class.Solution: Give an error when trying to useanull class.Patch 9.0.1403Problem: Unusedvariables and functions.Solution: Delete items and adjust #ifdefs. (Dominique Pellé, closes #12145)Patch 9.0.1404Problem: Compilation error with some compilers.Solution: Adjust array initialization. (John Marriott)Patch 9.0.1405Problem: Missing check for out-of-memory.Solution: Check for alloc() returning NULL pointer. (closes #12149)Patch 9.0.1406Problem: ILE RPG files are not recognized.Solution: Add patterns for ILE RPG files. (Andreas Louv, issue #12152)Patch 9.0.1407Problem: TableGen files are not recognized.Solution: Addapattern for TableGen files. (Amaan Qureshi, closes #12156)Patch 9.0.1408Problem: QMLdir files are not recognized.Solution: Addapattern for QMLdir files. (Amaan Qureshi, closes #12161)Patch 9.0.1409Problem: Racket files are recognizedas scheme.Solution: Recognize rackets files separately. (Gabriel Kakizaki, closes #12164, closes #12162)Patch 9.0.1410Problem: MacOS: sed fails on .po files.Solution: Set $LANG to "C". (Yee Cheng Chin, closes #12153)Patch 9.0.1411Problem: Accuracy ofprofilingis not optimal.Solution: Use CLOCK_MONOTONIC if possible. (Ernie Rael, closes #12129)Patch 9.0.1412Problem: Pony files are not recognized.Solution: Addapattern for Pony files. (Amaan Qureshi, closes #12155)Patch 9.0.1413Problem: Compiler warning for unused variable.Solution: Move variable declaration. (John Marriott)Patch 9.0.1414Problem:<M-S-x> in Kitty does not use the Shift modifier.Solution: Apply the Shift modifier to ASCII letters. (closes #11913)Patch 9.0.1415Problem: Crystal files are not recognized.Solution: Addapattern for Crystal files. (Amaan Qureshi, closes #12175)Patch 9.0.1416Problem: Crash when collectionis modified when using filter().Solution: Lock the list/dict/blob. (Ernie Rael, closes #12183)Patch 9.0.1417Problem: ESDL files are not recognized.Solution: Addapattern for ESDL files. (Amaan Qureshi, closes #12174)Patch 9.0.1418Problem: The included xdiff codeisa bit outdated.Solution: Sync with the latest git xdiff code. (Yee Cheng Chin, closes #12181)Patch 9.0.1419Problem: Lean files are not recognized.Solution: Addapattern for Lean files. (Amaan Qureshi, closes #12177)Patch 9.0.1420Problem: Build failure because SIZE_MAXis not defined.Solution: Define SIZE_MAX when missing. (John Marriott)Patch 9.0.1421Problem: Nu files are not recognized.Solution: Addapattern for Nu files. (Amaan Qureshi, closes #12172)Patch 9.0.1422Problem: Sage files are not recognized.Solution: Addapattern for Sage files. (Amaan Qureshi, closes #12176)Patch 9.0.1423Problem: WebAssemblyInterface Type files are not recognized.Solution: Addapattern for WIT files. (Amaan Qureshi, closes #12173)Patch 9.0.1424Problem: Unused macros are defined.Solution: Remove the unused macros.Patch 9.0.1425Problem: "wat" and "wast" files are one filetype.Solution: Adda separatefiletype for "wat" files. (Amaan Qureshi, closes #12165)Patch 9.0.1426Problem: Indent wrong after "export namespace" in C++.Solution: Skip over "inline" and "export" in any order. (Virginia Senioria, closes #12134, closes #12133)Patch 9.0.1427Problem: Warning for uninitialized variable. (Tony Mechelynck)Solution: Add #ifdef.Patch 9.0.1428Problem: Cursor in wrong position when leavinginsert mode.Solution: Update the w_valid flags. Position the cursor also when not redrawing. (closes #12137)Patch 9.0.1429Problem: Invalid memory access when endinginsert mode.Solution: Check if the insert_skip valueis valid.Patch 9.0.1430Problem: Livebook files are not recognized.Solution: Addapattern for Livebook files. (Mathias Jean Johansen, closes #12203)Patch 9.0.1431Problem:getscriptinfo() loops even when specific SIDis given.Solution: Only loop when needed. Givea clearer error message. (closes #12207)Patch 9.0.1432Problem: Completionpopup in wrong position with virtual text "above".Solution: Adjust the column. (closes #12210)Patch 9.0.1433Problem: On some systems theLua libraryis not found.Solution: Check ifa subdirectory forLua exists. (closes #4475)Patch 9.0.1434Problem: Crash when adding package already in'runtimepath'.Solution: Change order for using'runtimepath' entries. (closes #12215)Patch 9.0.1435Problem: Scrolling too many lines when'wrap' and'diff' are set.Solution: Only scroll by screenlines for'diff' when'wrap'is not set. (closes #12211)Patch 9.0.1436Problem: Cannot comparea typed variable with v:none.Solution: Allow for "xisv:none" and "x isnotv:none". (issue #12194)Patch 9.0.1437Problem: Test fails with different error number.Solution: Adjust the expected error.Patch 9.0.1438Problem: .fs files are falsely recognizedas forth files.Solution: Check 100 lines for something that looks like forth. (Johan Kotlinski, closes #12219, closes #11988)Patch 9.0.1439Problem: StartInsert mode when accessinga hidden prompt buffer.Solution: Call leaving_window() in aucmd_restbuf(). (Thorben Tröbst, closes #12148, closes #12147)Patch 9.0.1440Problem: "rvim" can executea shell through :diffpatch.Solution: Disallow the shell "patch" command.Patch 9.0.1441Problem: MacOS:Python 3 using frameworkdo not set dll name properly.Solution: Use the framework prefix. (Yee Cheng Chin, closes #12189)Patch 9.0.1442Problem:mapset() does not restore non-script context.Solution: Also accept negative sid. (closes #12132)Patch 9.0.1443Problem: EndingInsert mode when accessinga hidden prompt buffer.Solution: Don't stopInsert mode whenit was active before. (closes #12237)Patch 9.0.1444Problem: Crash when passing NULL to setcmdline(). (Andreas Louv)Solution: Use tv_get_string() instead of using v_string directly. (closes #12231, closes #12227)Patch 9.0.1445Problem: openSUSE: configure doesn't find theMotif library. (Tony Mechelynck)Solution: Also search in /usr/lib64.Patch 9.0.1446Problem: Unnecessary checks for the "skip" flag when skipping.Solution: Remove the unnecessary checks. (closes #12254)Patch 9.0.1447Problem: Conditionis always true.Solution: Remove the useless condition. (closes #12253)Patch 9.0.1448Problem: Diff test fails on MacOS 13.Solution: Install GNU diffutils. (Ozaki Kiichi, closes #12258)Patch 9.0.1449Problem: Test for prompt bufferis flaky.Solution: Use WaitForAssert() instead of TermWait(). (Ozaki Kiichi, closes #12247)Patch 9.0.1450Problem: MacOS: building fails if clock_gettime()is not available.Solution: Adda configure check for clock_gettime(). (closes #12242)Patch 9.0.1451Problem: Unnecessary redrawing when'showcmdloc'is not "last".Solution: Redraw later when "showcmd_is_clear"is set. (Luuk van Baal, closes #12260)Patch 9.0.1452Problem: Code using EVAL_CONSTANTis dead,itis never set.Solution: Remove EVAL_CONSTANT. (closes #12252)Patch 9.0.1453Problem: Typos in source code and tests.Solution: Fix the typos. (Dominique Pellé, closes #12217)Patch 9.0.1454Problem: Code indentingis confused by macros.Solution: Put semicolon after the macros instead of inside. (Ozaki Kiichi, closes #12257)Patch 9.0.1455Problem: C++ 20 modules are not recognized.Solution: Add patterns to recognize C++ 20 modulesas "cpp". (Ben Jackson, closes #12261)Patch 9.0.1456Problem: Shortmess test depends on order of test execution.Solution: Clear messages. (closes #12264)Patch 9.0.1457Problem: No regression test for what patch 9.0.1333 fixes.Solution: Extend existing test to cover the fixed problem. (issue #11930)Patch 9.0.1458Problem: Buffer overflow when expanding long file name.Solution: Usea larger buffer and avoid overflowing it. (Yee Cheng Chin, closes #12201)Patch 9.0.1459Problem: Typo in name of type.Solution: Change funccal_T to funccall_T. (closes #12265)Patch 9.0.1460Problem: Insufficienttesting for getcmdcompltype().Solution: Adda few more test cases. (closes #12268)Patch 9.0.1461Problem: Ruler not drawn correctly when using'rulerformat'.Solution: Adjustformatting depending on whether the ruleris drawn in the statusline or the command line. (Sean Dewar, closes #12246)Patch 9.0.1462Problem: Recursively calling:defer function ifit does :qa.Solution: Clear the defer entry before calling the function. (closes #12266)Patch 9.0.1463Problem: Virtual text truncation only works withUnicode'encoding'.Solution: Convert the ellipsis character to'encoding' if needed. (Hirohito Higashi, closes #12233)Patch 9.0.1464Problem: Stracefiletype detectionis expensive.Solution: Match witha cheappattern first. (Federico Mengozzi, closes #12220)Patch 9.0.1465Problem:Haiku build fails.Solution: Do not include globals.h and proto.h twice. (Ozaki Kiichi, closes #12273)Patch 9.0.1466Problem: Cannot use anobject member nameasamethod argument.Solution: Do not give an error for using anobject member name foramethod argument. (Hirohito Higashi, closes #12241, closes #12225) Fix line number for other argument error.Patch 9.0.1467Problem: Jenkinsfiles are not recognizedas groovy.Solution: Addapattern for Jenkinsfiles. (closes #12236)Patch 9.0.1468Problem: Recursively calling:defer function ifit does:qa ina compiled function.Solution: Clear the defer entry before calling the function. (closes #12271)Patch 9.0.1469Problem: Deferredfunctions not called from autocommands.Solution: Alsogo through the funccal_stack. (closes #12267)Patch 9.0.1470Problem: Deferredfunctions invoked in unexpected order when using:qa and autocommands.Solution: Call deferredfunctions for the current funccal before using the stack. (closes #12278)Patch 9.0.1471Problem: Warnings for function declarations.Solution: Add argument types. (Michael Jarvis, closes #12277)Patch 9.0.1472Problem: ":drop fname" may change the last usedtab page.Solution: Restore the last usedtab page when:drop has changed it. (closes #12087)Patch 9.0.1473Problem: CI does not run sound tests.Solution: Re-enable sound tests. Use "apt-get" instead of "apt". (Ozaki Kiichi, closes #12280)Patch 9.0.1474Problem: CI runs with old version of Ubuntu and tools.Solution: Update CI to more recent versions. (closes #11092)Patch 9.0.1475Problem: Busted configuration files are not recognized.Solution: Recognize busted configuration filesas Lua. (Craig MacEachern, closes #12209) Patch 9.0.1476Problem: Linesput in non-currentwindow are not displayed. (Marius Gedminas)Solution: Don't increment the topline wheninserting just above it. (closes #12212)Patch 9.0.1477Problem: Crash when recovering from corrupted swap file.Solution: Check fora valid page count. (closes #12275)Patch 9.0.1478Problem: Filetypes for *.v files not detected properly.Solution: Use the file contents to detect the filetype. (Turiiya, closes #12281)Patch 9.0.1479Problem: Small source file problems; outdatedlist of distributed files.Solution: Small updates to source files andlist of distributed files.Patch 9.0.1480Problem: Usingpopup menu may leave text in the command line.Solution: Clear the command line if thepopup menu covered it. (Luuk van Baal, closes #12286)Patch 9.0.1481Problem: Decrypting with libsodium may fail if the library changes.Solution: Add parameters used to the encrypted file header. (Christian Brabandt, closes #12279)Patch 9.0.1482Problem: Crash whentextprop hasa very large "padding" value. (Yegappan Lakshmanan)Solution: Avoid the "after"count togo negative.Patch 9.0.1483Problem: +=operator does not work onclass member.Solution: Do not skipas if "this." was used. (Christian Brabandt, closes #12263)Patch 9.0.1484Problem: Coverity warns for using invalid array index.Solution: Add entry for Xchacha, even thoughitis not used.Patch 9.0.1485Problem: nofunctions for converting from/to UTF-16 index.Solution: Add UTF-16 flag to existingfunctions and addstrutf16len() and utf16idx(). (Yegappan Lakshmanan, closes #12216)Patch 9.0.1486Problem: Parallel make might not work.Solution: Add missing dependencies. (Samuel Dionne-Riel, closes #12288)Patch 9.0.1487Problem: Content-type header for LSPchannel not according to spec.Solution: Use "vscode-jsonrpc" instead of "vim-jsonrpc". (Yegappan Lakshmanan, closes #12295)Patch 9.0.1488Problem: xchacha20v2 crypt headeris platform dependent.Solution: Avoid using "size_t". (Ozaki Kiichi, closes #12296)Patch 9.0.1489Problem: Crypt with libsodiumis not tested on CI.Solution: Configuretesting with libsodium. (Ozaki Kiichi, closes #12297)Patch 9.0.1490Problem: TheModeChanged event may be triggered too often.Solution: Only triggerModeChanged when nooperatoris pending. (closes #12298)Patch 9.0.1491Problem: Wrongscrolling with ls=0 and:botright split.Solution: Add statusline before calling frame_new_height(). (closes #12299)Patch 9.0.1492Problem: Using uninitialized memory when argumentis missing.Solution: Check there are sufficient arguments before the base. (closes #12302)Patch 9.0.1493Problem: Popup menu position wrong inwindow with toolbar.Solution: Take thewindow toolbar into account when positioning thepopup menu. (closes #12308)Patch 9.0.1494Problem: Crash when recovering from corrupted swap file.Solution: Bail out when the lineindex looks wrong. (closes #12276)Patch 9.0.1495Problem: GTK3: hiding the mouse pointer does not work. (RoryO’Kane)Solution: Set alpha level to zero. (Kenny Stauffer, closes #12293, closes #3256)Patch 9.0.1496Problem: Test restoringregister with wrong value.Solution: Correct name of variable. (closes #12310)Patch 9.0.1497Problem: The ruler percentage can't be localized.Solution: Useastring that can be translated. (Emir Sari, closes #12311)Patch 9.0.1498Problem: Inaterminalwindow the cursor may jump around. (Kenny Stauffer)Solution: Do not move the cursor to the position for terminal-normal mode. (closes #12312)Patch 9.0.1499Problem: Using uninitialized memory with fuzzy matching.Solution: Initialize the arrays used to store match positions.Patch 9.0.1500Problem: Thefalsyoperatoris not tested properly.Solution: Adda few more test cases. (closes #12319)Patch 9.0.1501Problem: Crash with nested:try and:throw in catch block.Solution: Jump to:endtry before returning from function. (closes #12245)Patch 9.0.1502Problem: No test fordeleting theend ofa long wrapped line.Solution: Adda test to check the right textis displayed. (Luuk van Baal, closes #12318)Patch 9.0.1503Problem: Luau files are not recognized.Solution: Adda patter for Luau files. (Amaan Qureshi, closes #12317)Patch 9.0.1504Problem: No error when callingremote_startserver() with an empty string.Solution: Give an error for an empty string. (Hirohito Higashi, closes #12327)Patch 9.0.1505Problem: Error when heredoc content looks like heredoc.Solution: Handle curly expressions. (closes #12325)Patch 9.0.1506Problem: Line number not displayed when using'smoothscroll'.Solution: Adjust condition for showing the line number. (closes #12333)Patch 9.0.1507Problem: Assert messageis confusing withboolean result.assert_inrange() replaces message instead of adding it.Solution: Don'tputquotes around expectedboolean value. Append message for assert_inrange(). (closes #12342, closes #12341)Patch 9.0.1508Problem: Catch does not work when lines are joined witha newline.Solution: Set "nextcmd" appropriately. (closes #12348)Patch 9.0.1509Problem: Error message lacks mentioning the erroneous argument.Solution: Specify the argument that the erroris for.Patch 9.0.1510Problem: Misleading variable name for error message.Solution: Change "name" to "number". (closes #12345)Patch 9.0.1511Problem: Crash when using wrong arg types to assert_match().Solution: Check for NULL pointer. (closes #12349)Patch 9.0.1512Problem: Inserting lines whenscrolling with'smoothscroll' set.Solution: Adjust line height computation for w_skipcol. (Luuk van Baal, closes #12350)Patch 9.0.1513Problem: Text scrolls unnecessarily when splitting and'splitkeep'is not "cursor".Solution: Avoid resetting w_skipcol. (Luuk van Baal, closes #12334)Patch 9.0.1514Problem: Test waits unnecessarily long before checking screendump.Solution: Remove TermWait() call.Patch 9.0.1515Problem:reverse() does not work fora String.Solution: Implementreverse() fora String. (Yegappan Lakshmanan, closes #12179)Patch 9.0.1516Problem: Cannot use special keys in<Cmd> mapping.Solution: Do allow for special keys in<Cmd> and<ScriptCmd> mappings. (closes #12326)Patch 9.0.1517Problem: MacOS: configure removes -O2 from $CFLAGS.Solution: Only adjust $CFLAGS for gcc. (closes #12351)Patch 9.0.1518Problem: Search stats not always visible when searching backwards.Solution: Do not display the top/bot message on top of the search stats. (Christian Brabandt, closes #12322, closes #12222)Patch 9.0.1519Problem: Global'filetype'is set whenitis detected from the file content.Solution: Set the local'filetype' option value.Patch 9.0.1520Problem: Completion for option name includes all bool options.Solution: Do not recognize the "noinv" prefix. Prefix "no" or "inv" when appropriate.Patch 9.0.1521Problem: Failingredo of command withcontrol characters.Solution: Use AppendToRedobuffLit() for colon commands. (closes #12354)Patch 9.0.1522Problem: Somefunctions give two error messages.Solution: Do not givea second error message. (closes #12352)Patch 9.0.1523Problem: Some errormessages are not marked for translation.Solution: Surround themessages in _(). (closes #12356)Patch 9.0.1524Problem: Passing -1 for boolis not always rejected.Solution: Check for error ina better way. (closes #12358)Patch 9.0.1525Problem:'smoothscroll' does not always work properly.Solution: Do not reset w_skipcol afterit was intentionally set. (Luuk van Baal, closes #12360, closes #12199, closes #12323)Patch 9.0.1526Problem: Conditionis always true.Solution: Remove unnecessary condition. (closes #12359)Patch 9.0.1527Problem: Crash when using negative value for term_cols.Solution: Check for invalid term_cols value. (Kenta Sato, closes #12362)Patch 9.0.1528Problem: Libsodiumencryptionis only used with "huge" features, even when manually enabled through configure. (Tony Mechelynck)Solution: Remove the condition on FEAT_HUGE.Patch 9.0.1529Problem: Code style test doesn't check forspace after "if".Solution: Adda test for space.Patch 9.0.1530Problem: Cursor moves to wrong line when'foldmethod'is "diff". (Rick Howe)Solution: Adjust logic for scrolling. (Luuk van Baal, closes #12364, closes #12218)Patch 9.0.1531Problem: Crash whenregister contents ends up being invalid.Solution: Check "y_array"is not NULL.Patch 9.0.1532Problem: Crash when expanding "~" in substitute causes very long text.Solution: Limit the text length to MAXCOL.Patch 9.0.1533Problem: Test for'smoothscroll'is ineffective.Solution: Change the order oftesting "zb" and "zt". (Luuk van Baal, closes #12366)Patch 9.0.1534Problem: Test for expanding "~" in substitute takes too long.Solution: Disable the test for now.Patch 9.0.1535Problem: Test commented out ina wrong way.Solution: Use legacyscript comment character.Patch 9.0.1536Problem: CI: sound dummy stopped working.Solution: Temporarily stop using sound dummy.Patch 9.0.1537Problem: Message for opening the cmdlinewindowis not translated.Solution: Addgettext() and scan the defaultsscript for text to be translated. (closes #12371)Patch 9.0.1538Problem::wqall does not trigger ExitPre. (Bart Libert)Solution: Move preparations for:qall toa common function. (closes #12374)Patch 9.0.1539Problem: Typstfiletypeis not recognized.Solution: Distinguish between sql and typst. (Gaetan Lepage, closes #12363)Patch 9.0.1540Problem:reverse() onstring doesn't work in compiled function.Solution: Acceptstring in argument type check. (Yegappan Lakshmanan, closes #12377)Patch 9.0.1541Problem: CI: sound dummyis disabled.Solution: Make sound dummy work again. (closes #12380)Patch 9.0.1542Problem: Line not fully displayed ifit doesn't fit in the screen.Solution: Do not reset s_skipcol if not needed. (Luuk van Baal, closes #12376)Patch 9.0.1543Problem: Displayerrors when making topline shorter and'smoothscroll'is set.Solution: Reset w_skipcol when the topline becomes shorter than its current value. (Luuk van Baal, closes #12367)Patch 9.0.1544Problem: Recent glibc marks sigset()asa deprecated.Solution: Use sigaction() in mch_signal() if possible. (Ozaki Kiichi, closes #12373)Patch 9.0.1545Problem: Text not scrolled when cursor moved with "g0" and "h".Solution: Adjust w_skipcol when needed. (Luuk van Baal, closes #12387)Patch 9.0.1546Problem: Some commands for openinga file don't use'switchbuf'.Solution: Use'switchbuf' for more commands. (Yegappan Lakshmanan, closes #12383, closes #12381)Patch 9.0.1547Problem: Coveralls workflow on CIis commented out.Solution: Remove the Coveralls workflow. (closes #12389)Patch 9.0.1548Problem: CI: check in sound-dummy module may throw an error.Solution: Check whether apt-cache can show the package description. (Christian Brabandt, closes #12390)Patch 9.0.1549Problem: USDfiletypeis not recognized.Solution: Add patterns for USD filetype. (Colin Kennedy, closes #12370)Patch 9.0.1550Problem: In cmdlinewindow S-Tab does not select previous completion. (Maxim Kim)Solution: Addamapping for S-Tab. (closes #12116)Patch 9.0.1551Problem: Position of marker for'smoothscroll' not computed correctly.Solution: Take'list' and otheroptions into account. (Luuk van Baal, closes #12393)Patch 9.0.1552Problem: CI: sound-dummy moduleis not installed.Solution: Invert using the result of the condition. (closes #12394)Patch 9.0.1553Problem: CI: using slightly outdated gcc version.Solution: Use "brew" to geta more recent gcc version. (closes #12391)Patch 9.0.1554Problem: Code for handling'switchbuf'is repeated.Solution: Adda function to handle'switchbuf'. (Yegappan Lakshmanan, closes #12397)Patch 9.0.1555Problem:setcharsearch() does not clear last searched char properly.Solution: Do not accept lastc_bytelen smaller than one. (closes #12398)Patch 9.0.1556Problem: Vim9: error for missing "return" after "throw".Solution: Set had_return flag for "throw". (closes #12262)Patch 9.0.1557Problem: Test failures for unreachable code.Solution: Adda test override to ignore unreachable code.Patch 9.0.1558Problem: Wrong error for unreachable code after :throw.Solution: Adjust the error message.Patch 9.0.1559Problem: Function argument types not always checked and usingv:none may cause an error.Solution: Check argument types once the function typeis known. Do not give an error for usingv:noneas an argument. (closes #12200)Patch 9.0.1560Problem: Win32: When'encoding'is set $PATH has duplicate entries.Solution: Only append the directory ifitis not there yet. (Ken Takata, closes #12400, closes #12372)Patch 9.0.1561Problem: Display wrong when moving cursor to above the top line and'smoothscroll'is set.Solution: Call adjust_skipcol() in more places and makeit work better. (Luuk van Baal, closes #12395)Patch 9.0.1562Problem: Mixing package managersis nota good idea.Solution: Install gcc 13 with apt-get. (closes #12405)Patch 9.0.1563Problem: GTK3:window manager resize hints are incomplete.Solution: Use NULL for second argument of gtk_window_set_geometry_hints(). (Kenny Stauffer closes #11055)Patch 9.0.1564Problem: Display moves up and down with'incsearch' and'smoothscroll'.Solution: Do not check if w_skipcol changed. (Luuk van Baal, closes #12410, closes #12409)Patch 9.0.1565Problem: Json lines files are not recognized.Solution: Addapattern to detect "jsonl" files. (issue #7520)Patch 9.0.1566Problem: Motif:GUI scrollbar test fails in 24 lines terminal.Solution: Skip the part of the test that fails for now.Patch 9.0.1567Problem: Profiler calculation may be wrong on 32 bit builds.Solution: Use 64 bit variable if possible. (Isao Sato, closes #12412)Patch 9.0.1568Problem: With'smoothscroll' cursor may move below botline.Solution: Call redraw_later() if needed, Compute cursor row with adjusted condition. (Luuk van Baal, closes #12415)Patch 9.0.1569Problem: Cannot use "this.member" inlambda inclass method.Solution: Adjust check for reserved keyword. (Hirohito Higashi, closes #12416, closes #12076, closes #12336)Patch 9.0.1570Problem: Some tests are slow.Solution: Makea few test cases faster.Patch 9.0.1571Problem: RedrawingDisabled not used consistently.Solution: Avoid RedrawingDisabled going negative. Set RedrawingDisabled in win_split_ins(). (closes #11961)Patch 9.0.1572Problem: Errormessages are not translated.Solution: Add _().Patch 9.0.1573Problem: Error for function name has wrong line number.Solution: Set the line number before giving the error.Patch 9.0.1574Problem: MS-Windows:list of translation input files incomplete.Solution: Move thelist of files toa common file. (closes #12426)Patch 9.0.1575Problem: "fileN ofM" messageis not translated.Solution: Make argumentcount message translatable. (close #12429)Patch 9.0.1576Problem: Users may not know what todo with an internal error.Solution: Adda translated message with instructions.Patch 9.0.1577Problem: MS-Windows: context menu translations may be wrong.Solution: Set the encoding before using gettext(). (Ken Takata, closes #12441, closes #12431)Patch 9.0.1578Problem: SpellCap highlight not always updated when needed.Solution: Handle updating line below closed fold and other situations where only part of thewindowis redrawn. (Luuk van Baal, closes #12428, closes #12420)Patch 9.0.1579Problem: Some errormessages are not translated.Solution: Add the N_() marker on messages. (closes #12427)Patch 9.0.1580Problem: CI: indent test hangs on FreeBSD.Solution: Set'nomore' when running the indent tests. (Ozaki Kiichi, closes #12446)Patch 9.0.1581Problem: Translation does not work for plural argument.Solution: Use PLURAL_MSG() forerrors and with xgettext. (closes #12443)Patch 9.0.1582Problem::stopinsert may not work inapopup close handler. (Ben Jackson)Solution: Restore stop_insert_mode when appropriate. (closes #12452, closes #12434)Patch 9.0.1583Problem: GetE304 when using'cryptmethod' "xchacha20v2". (Steve Mynott)Solution: Add 4th cryptmethod to block zero ID check. Avoid syncinga swap file before reading the file. (closes #12433)Patch 9.0.1584Problem: Not all meson files are recognized.Solution: Add "meson.options". (Liam Beguin, closes #12444)Patch 9.0.1585Problem: Weird use of staticvariables forspell checking.Solution: Move thevariables toa structure and pass them from win_update() to win_line(). (Luuk van Baal, closes #12448)Patch 9.0.1586Problem: Checking translations gives an error for using twomessages withngettext() that differ in "%" items.Solution: Adjust the checkscript to tolerate omitting one "%" item.Patch 9.0.1587Problem: Corn config files are not recognized.Solution: Addapattern for Corn config files. (Jake Stanger, closes #12449)Patch 9.0.1588Problem: Incsearch not triggered when pastingclipboardregister on the command line.Solution: Also set "literally" when usingaclipboard register. (Ken Takata, closes #12460)Patch 9.0.1589Problem: Filetype test contains too many special characters.Solution: UseVim9syntax fora few things.Patch 9.0.1590Problem: Filetype test has trailing white space.Solution: Remove trailing white space.Patch 9.0.1591Problem: Some "gomod" files are not recognized.Solution: Check for "go.mod" file name before checking out the contents. (Omar El Halabi, closes #12462)Patch 9.0.1592Problem: Not alltimer tests are markedas flaky.Solution: Set the flaky flag for alltimer tests. (closes #12355)Patch 9.0.1593Problem: MS-Windows: assert error when compiled with debug mode.Solution: Adjust arguments to setvbuf(). (Ken Takata, closes #12467)Patch 9.0.1594Problem: Some internal errormessages are translated.Solution: Consistentlydo not translate internal error messages. (closes #12459)Patch 9.0.1595Problem: Line pointer becomes invalid when usingspell checking.Solution: Call ml_get()at the right places. (Luuk van Baal, closes #12456)Patch 9.0.1596Problem::registers command does not work in sandbox.Solution: Add flag to the command. (closes #12473)Patch 9.0.1597Problem: Cursor ends up below thewindow aftera put.Solution:Mark w_crow and w_botline invalid whenchanging the cursor line. (closes #12465)Patch 9.0.1598Problem: screenchar(),screenchars() andscreenstring()do not work properly when'encoding'is set toa double-byte encoding.Solution: Fix the way the bytes of the characters are obtained. (issue #12469)Patch 9.0.1599Problem: Cursor not adjusted when near top or bottom ofwindow and'splitkeep'is not "cursor".Solution: Move boundary checks to outer cursor move functions, innerfunctions should only return valid cursor positions. (Luuk van Baal, closes #12480)Patch 9.0.1600Problem:screenpos() does not take w_skipcol into account.Solution: Subtract w_skipcol from column. (closes #12486, closes #12476)Patch 9.0.1601Problem: Filetype detection fails for *.conf file without comments. (Dmitrii Tcyganok)Solution: Use "conf"filetypeasa fallback for an empty .conf file. (closes #12487, closes #12483)Patch 9.0.1602Problem: Stray characteris visible if'smoothscroll' markeris displayed on top ofa double-wide character.Solution: When overwritinga double-width character with the'smoothscroll' marker clear the second half. (closes #12469)Patch 9.0.1603Problem: Display wrong whenscrolling multiple lines with'smoothscroll' set.Solution: Redraw when w_skipcol changed. (closes #12477, closes #12468)Patch 9.0.1604Problem: Errors from the codestyle test area bit confusing.Solution: Useassert_report() witha clearer message. Avoida warning for an existing swap file.Patch 9.0.1605Problem: Crash when callingmethod on super in child constructor. (Israel Chauca Fuentes)Solution: Clear the type list. (Ernie Rael, closes #12489, closes #12471)Patch 9.0.1606Problem: Using freed memory when'foldcolumn'is set.Solution: Save extra pointer to freeit later. (closes #12492)Patch 9.0.1607Problem:screenpos() returns wrong row withdiff filler lines.Solution: Only add filler lines when appropriate. Also don't add the'smoothscroll' marker when w_skipcolis zero. (closes #12485, closes #12484)Patch 9.0.1608Problem: update_topline()is called twice.Solution: Do not call update_topline() before curs_columns(). (Luuk van Baal, closes #12495)Patch 9.0.1609Problem: Crash when anobject indirectly references itself.Solution: Avoid clearing anobject whileitis already being cleared. (closes #12494)Patch 9.0.1610Problem: Displayis wrong when'smoothscroll'is set andscrolling multiple lines.Solution: Redraw with UPD_NOT_VALID when "skipcol"is or was set. (closes #12490, closes #12468)Patch 9.0.1611Problem:v:maxcol can be changed ina:for loop.Solution: Check for read-only loop variable. (closes #12470)Patch 9.0.1612Problem: "skipcol" not reset when usingmulti-byte characters.Solution: Compare with w_virtcol instead of w_cursor.col. (closes #12457)Patch 9.0.1613Problem: Some make output gets picked up by'errorformat'.Solution: Ignore make output by default. (Gregory Anders, closes #12481)Patch 9.0.1614Problem:strlen() called too often for :spellrepall.Solution: Store the result ina variable. (closes #12497)Patch 9.0.1615Problem: URL shortcut files are not recognized.Solution: Addapattern for URL shortcut files. (closes #12474)Patch 9.0.1616Problem:Quickfix text fieldis truncated.Solution: Fix output of text field afterpattern field inquickfix buffer. (Shane Harper, closes #12498)Patch 9.0.1617Problem:charidx() andutf16idx() resultis not consistent with byteidx().Solution: When theindexis equal to the length of the text return the length of the text instead of -1. (Yegappan Lakshmanan, closes #12503)Patch 9.0.1618Problem: Trace32 files are not recognized.Solution: Add patterns for the t32 filetype. (Christoph Sax, closes #12505)Patch 9.0.1619Problem: The focus gained/lostescape sequences cause trouble foraterminal where Vim does not expect them.Solution: Always recognize the codes for focus gained/lost. (closes #12499)Patch 9.0.1620Problem: Nix files are not recognized from the hashbang line.Solution: Adda hashbang check. (issue #12507)Patch 9.0.1621Problem: FILETYPE_FILEis defined to the same value multiple times. Same fora few similar macros.Solution: Define FILETYPE_FILE and others in feature.h onlyPatch 9.0.1622Problem: Filetype name t32isa bit obscure.Solution: Rename t32 to trace32. (Christoph Sax, closes #12512)Patch 9.0.1623Problem: The program tofiletype translationis not exported.Solution: Export Exe2filetype().Patch 9.0.1624Problem: Crash when callingobjectconstructor from legacy script. (Israel Chauca Fuentes)Solution: Passa pointer for "ufunc". (closes #12502)Patch 9.0.1625Problem: "super"is not considereda reserved name.Solution: Add "super" to thelist of reserved names. (closes #12515)Patch 9.0.1626Problem:Visual area not shown when using'showbreak' and start of lineis not visible. (Jaehwang Jung)Solution: Adjust "fromcol" for thespace taken by'showbreak'. (closes #12514)Patch 9.0.1627Problem: No generic mechanism to testsyntax plugins.Solution: Addasyntaxplugin test mechanism, using screendumps. Adda simple test for "c".Patch 9.0.1628Problem:Syntax tests fail on FreeBSD.Solution: Pass the Vim executable path with VIMPROG. (Ken Takata, closes #12535) Adjust the paths.Patch 9.0.1629Problem: Havingutf16idx() rounding upis inconvenient.Solution: Makeutf16idx() round down. (Yegappan Lakshmanan, closes #12523)Patch 9.0.1630Problem: "make clean"at the toplevel fails.Solution: Clean the indent andsyntax directories ina sub-shell. (Ben Jackson, closes #12536, closes #12526)Patch 9.0.1631Problem: Passinga wrong variable type to an option gives multiple errors.Solution: Bail out early on failure. (closes #12504)Patch 9.0.1632Problem: Not all cabal config files are recognized.Solution: Adda couple of patterns. (Marcin Szamotulski, closes #12463)Patch 9.0.1633Problem: Duplicate code for converting float to string.Solution: Use tv_get_string(). (closes #12521)Patch 9.0.1634Problem: Messageis cleared when removing mode message (Gary Johnson).Solution: Do not clear the command line after displayinga message.Patch 9.0.1635Problem: Error messageis cleared when removing mode message.Solution: Also reset flags when the messageis further down.Patch 9.0.1636Problem: Expandingapattern interferes with command line completion.Solution: Set the fileindex only when appropriate. (closes #12519)Patch 9.0.1637Problem: Compiler warning for uninitialized variable.Solution: Move the variable to an inner block and initialize it. (Christian Brabandt, closes #12549)Patch 9.0.1638Problem: crypt tests hang and cause memoryerrorsSolution: Move variable to start of function.Patch 9.0.1639Problem: Build failure without the crypt feature.Solution: Adjust #ifdefsPatch 9.0.1640Problem: Compiler warning for unusedvariables without the crypt feature.Solution: Adjust #ifdefsPatch 9.0.1641Problem: The log file does not give information aboutwindow sizes.Solution: Adda few logmessages about obtaining thewindow size.Patch 9.0.1642Problem: Build failure with tiny features.Solution: Add #ifdef's.Patch 9.0.1643Problem: Filetype detection fails if file name ends in many '~'.Solution: Strip multiple '~'at the same time. (closes #12553)Patch 9.0.1644Problem: Not allfiletype file name matches are tested.Solution: Add more file names to test with. (Jonas Strittmatter, closes #12569)Patch 9.0.1645Problem: zserio files are not recognized.Solution: Addapattern for zserio files. (Dominique Pellé, closes #12544)Patch 9.0.1646Problem: CI: codecov may takea very long time to run.Solution: Adda timeout. (Philip Heiduck, closes #12559)Patch 9.0.1647Problem: Insufficienttesting forsyntax plugins.Solution: Add shell file examples. (Charles Campbell) Createamessages file for easier debugging and reporting the test results.Patch 9.0.1648Problem: Result ofsyntax testsis hard to see.Solution:List the failed tests.Patch 9.0.1649Problem:Syntax test failure causesscript to abort.Solution: Fix appendingstring to list.Patch 9.0.1650Problem: MS-Windows: default'viewdir' may include read-only directory.Solution: Use$HOME instead of$VIM for'viewdir' default. (closes #12119)Patch 9.0.1651Problem: Unclear whysyntax test fails on Mac.Solution: Temporarily show the whole "messages" file.Patch 9.0.1652Problem: Unclear whysyntax test fails on Mac.Solution: Echov:errors when it's not empty.Patch 9.0.1653Problem: Amiga: default'viewdir' may not work.Solution: Use "home:" instead of "$VIM". Adda test. (Christian Brabandt, closes #12576)Patch 9.0.1654Problem: MS-Windows: test for default'viewdir' fails.Solution: Escape the pattern.Patch 9.0.1655Problem:Syntax test fails when Vimwindowis not tall enough.Solution: Make sure eachterminalwindowis closed.Patch 9.0.1656Problem:Syntax test fails when detected shell type differs.Solution: Avoid using "/bin/sh",it depends on the system. Adda check that the shell type detectionis correct.Patch 9.0.1657Problem: One moresyntax test depends on the system.Solution: Use "dash" instead of "sh".Patch 9.0.1658Problem: Autoload files for "zig" are not installed.Solution: Addinstall and uninstall rules in the makefile. (Christian Brabandt, closes #12577, closes #12567)Patch 9.0.1659Problem: Termdebug: default highlight cleared whenchanging colorscheme.Solution: UseaColorScheme autocommand. (Christian Brabandt, closes #12566, closes #12555)Patch 9.0.1660Problem: Error for usingmatchfuzzy() inVim9script returningalist of dicts.Solution: Make return type ofmatchfuzzy() list<any>. (Yegappan Lakshmanan, closes #12574)Patch 9.0.1661Problem: BUCK files are not recognized.Solution: Recognize BUCK filesas "bzl". (Son Luong Ngoc, closes #12564)Patch 9.0.1662Problem: Crash when usingaclass member twice. (Christian J. Robinson)Solution: Makea copy of the value.Patch 9.0.1663Problem: Termdebug on MS-Windows: some file names are not recognized.Solution: Do not always change \t and \n. (Christian Brabandt, closes #12565, closes #12560, closes #12550)Patch 9.0.1664Problem: Divide by zero whenscrolling with'smoothscroll' set.Solution: Avoid usinga negative width. (closes #12540, closes #12528)Patch 9.0.1665Problem: EmptyCmdlineEnterautocommand causeserrors inEx mode.Solution: Save and restore ex_pressedreturn. (Christian Brabandt, closes# 12581, closes #12578)Patch 9.0.1666Problem: Compiler may warn for uninitialized variable.Solution: Initialize this_props_len. (Christian Brabandt, closes #12599)Patch 9.0.1667Problem: Regression test doesn't fail when fixis reverted.Solution: Add "n" to'cpoptions' instead of using :winsize. (closes #12587, issue #12528)Patch 9.0.1668Problem: PEM files are not recognized.Solution: Add patterns to match PEM files. (closes #12582)Patch 9.0.1669Problem: Crash syncing swapfile in new buffer when using sodium crypt. (James McCoy)Solution: Add checks for sodium encryption. (Christian Brabandt, closes #12591, closes #12585)Patch 9.0.1670Problem: Resetting local option to global valueis inconsistent.Solution: Handle "<" specifically for'scrolloff' and'sidescrolloff'. (closes #12594)Patch 9.0.1671Problem: Termdebug: error with more than 99 breakpoints.Solution: Usea different sign for breakpoint 100 and over. (closes #12589, closes #12588)Patch 9.0.1672Problem: Tabline highlight wrong after truncated double width label.Solution: Fill up halfa double width character later. (closes #12614)Patch 9.0.1673Problem: Cannot producea status 418 or 503 message.Solution: Add err_teapot().Patch 9.0.1674Problem: Help for builtinfunctionsis not sorted properly.Solution: Puterr_teapot()help in the right position.Patch 9.0.1675Problem: Test may run into timeout when using valgrind.Solution: Usea longer timeout when using valgrind.Patch 9.0.1676Problem: Warning for buffer in use whenexiting early.Solution: Change file names to be able to see what bufferis in use when exiting.Patch 9.0.1677Problem: Typo insyntax test input file.Solution: Fix the typo and the expected dump files. (THARAK HEGDE, closes #12635)Patch 9.0.1678Problem: Blade files are not recognized.Solution: Addapattern for Blade files. (closes #12650)Patch 9.0.1679Problem: Tests may leave leftover files aroundSolution: Clean up tests and remove filesPatch 9.0.1680Problem: sodium test fails in Github CISolution: Catch sodium_mlock()errors anddo not error outPatch 9.0.1681Problem: Build Failure withPerl 5.38Solution: Fix Build FailurePatch 9.0.1682Problem: crypt: sodiumencryptionis not portableSolution: use little-endian byte order for sodium encrypted filesPatch 9.0.1683Problem: need runtime files updatedSolution:mergevarious github PRsPatch 9.0.1684Problem: libvterm slightly outdatedSolution: Update libvterm from rev 818 to rev 839Patch 9.0.1685Problem:Python 3.11 interface throws deprecation warningsSolution: ignore those warnings for gcc and clangPatch 9.0.1686Problem:undotree() only works for the current bufferSolution: Add an optional "buffer number" parameter to undotree(). If omitted, use the current buffer for backwards compatibility.Patch 9.0.1687Problem:mapset() not properly handlingscript IDSolution: replace_termcodes() may acceptascript IDPatch 9.0.1688Problem: cannot store custom data inquickfixlistSolution: adduser_data field for thequickfixlistPatch 9.0.1689Problem:python 3.12 produces warnings and fails testSolution: Make use of raw strings inpython3 testsPatch 9.0.1690Problem:popup_create() not aborting onerrorsSolution: check forerrors in arguments given and abort if an error occurredPatch 9.0.1691Problem: wrong viewport restored for incsearch and smoothscrollSolution: Save and restore skipcolas wellPatch 9.0.1692Problem: Android not handling AI_V4MAPPED ai_flagSolution: don't set AI_V4MAPPED flag when on Android, since Android's getaddrinfo returns EAI_BADFLAGS if ai_flags containsitPatch 9.0.1693Problem: Ctrl-Q not handled like Ctrl-V in replace modeSolution: Handle Ctrl-Q like Ctrl-VPatch 9.0.1694Problem: wrongmapping applied when replayinga char searchSolution: Storea NOP after the ESCPatch 9.0.1695Problem: Crash with overlongtextprop aboveSolution: Consider only positive paddingPatch 9.0.1696Problem: sodium_mlock may still fail in CISolution: CatchE1230 in testscript and skip testPatch 9.0.1697Problem: incsearch test not sufficient (after 9.0.1691)Solution: add an additional testPatch 9.0.1698Problem: Test_map_restore_sid fails inGUISolution: Feed an unsimplified Ctrl-BPatch 9.0.1699Problem: compile warning for xdiff/xutils onMS-WindowsSolution: add explicit type cast from size_t to longPatch 9.0.1700Problem: Cannot compile with dynamicperl< 5.38 (after 9.0.1681)Solution: Fix if_perl/dyn fromperl 5.32 to 5.38Patch 9.0.1701Problem:vim9 crash whenclass member overriddenSolution: Use method_count field insteadPatch 9.0.1702Problem: Undo testis flaky.Solution: Applyfilter and change time to "1 second ago" in both dumps.Patch 9.0.1703Problem:Vim9 Callingamethod in an extendedclass failsSolution: usemethodindex directlyPatch 9.0.1704Problem: Cannot use positional arguments forprintf()Solution: Support positional arguments instringformattingPatch 9.0.1705Problem: cursor position wrong when clicking on an unprintable charSolution: Don't update prev_ptr when wlv.n_extrais not zero.Patch 9.0.1706Problem: typos in the xxd manpageSolution: Fix typos andformattingPatch 9.0.1707Problem: Cannot wrap around inpopup_filter_menu()Solution: Allow to wrap around by defaultPatch 9.0.1708Problem:getcompletion() fails for user-defined commandsSolution: set context for completion functionPatch 9.0.1709Problem: dynamic build withpython 3.12 breaksSolution: if_python3.c: Fix building dynamic Python3 interpreterPatch 9.0.1710Problem: sidescrolloff and scrolloffoptions work slightly different than otherglobal-localoptionsSolution: Makeit behave consistent for allglobal-localoptionsPatch 9.0.1711Problem: dead code in charset.cSolution: removeitPatch 9.0.1712Problem: missingnull check in object_clear()Solution: Addnull check of clPatch 9.0.1713Problem: Github CI fails to load snd-dummy kernel moduleSolution: Make installation of linux-modules-extra optionalPatch 9.0.1714Problem:getcompletion() "cmdline" fails after:autocmdSolution: Use set_cmd_context() instead of set_one_cmd_context().Patch 9.0.1715Problem: duplicate test in message_test.cSolution: Remove duplicate test and makefunctions staticPatch 9.0.1716Problem: Windows build withpython 3.12 and clang failsSolution: Remove the PyBool_Type function pointer forpython 3.12Patch 9.0.1717Problem: virtcol2col returns last byte ofamulti-byte charSolution: Makeit return the first byte foramulti-byte charPatch 9.0.1718Problem: dict-completion does not respect regionSolution: respect selected region indict completionPatch 9.0.1719Problem: if_lua: crash forLuafunctions invoked via Vim callbacksSolution: UseLua registry rather than upvalues for udata cachePatch 9.0.1720Problem:Vim9class using wrongindex for overriddenmethodSolution: Use correctindex for overriddenmethodPatch 9.0.1721Problem: Build failure on Windows with dynamiclua (after 9.0.1719)Solution: move definition further down in if_luaPatch 9.0.1722Problem: wrong errormessages when passing wrong types tocount()Solution: fixitPatch 9.0.1723Problem: Fix regression in{func} argument ofreduce()Solution: pass function nameasstring againPatch 9.0.1724Problem: vim9classconstructor argument type checking bugSolution: fixitPatch 9.0.1725Problem: Wrong cursor position when clicking after concealed text with'virtualedit'.Solution: Store virtual columns in ScreenCols[] instead of text columns, and always use coladvance() when clicking.Patch 9.0.1726Problem: incorrect heights in win_size_restore()Solution: avoid restoring incorrect heights in win_size_restore()Patch 9.0.1727Problem: minor problems with the teapot()Solution: remove thenull check, update documentationPatch 9.0.1728Problem: missingwinid argument forvirtcol()Solution: Adda{winid} argument tovirtcol()Patch 9.0.1729Problem:screenpos() wrong result with w_skipcol and cpoptions+=nSolution: Use adjust_plines_for_skipcol() instead of subtracting w_skipcol.Patch 9.0.1730Problem: passing multiple patterns to runtime not workingSolution: prepend prefix to each argument separatelyPatch 9.0.1731Problem: blockwiseVisual highlight not working with virtual textSolution: Reset the correct variableat theend of virtual selection and Check for double-width char inside virtual text.Patch 9.0.1732Problem: vimexpr: shadowing variableSolution: Rename local variablePatch 9.0.1733Problem: CI: cannot cache linux-modules-extraSolution: Enable caching and reduce failed downloadsPatch 9.0.1734Problem: runtime completion fails for multiple argsSolution: Makeit workPatch 9.0.1735Problem: Rename completion specific findex varSolution: Move "findex" static variable to xp_selected in expand_TPatch 9.0.1736Problem: Github Actions times out after 20 minutesSolution: Increase the timeout to 25 minutesPatch 9.0.1737Problem: Callinga baseclassmethod through an extendedclass failsSolution: Create lookup table for memberindex in the interface to to the memberclass implementing the interfacePatch 9.0.1738Problem: Duplicate code to reverseastringSolution: Move reverse_text() to strings.c and remove string_reverse().Patch 9.0.1739Problem: leftover files in libvtermSolution: Fix cleaning of libvterm directoryPatch 9.0.1740Problem: segfault when reading invalidviminfo fileSolution: Check the expected type in theviminfo filePatch 9.0.1741Problem: No type checking in interfacesSolution: Implement member type check invim9 interfacesPatch 9.0.1742Problem: Wrong curswant when clicking and the second cell ofa double-width char.Solution: Don't copy virtcol of the first char to the second one.Patch 9.0.1743Problem: Parameter of gui_gtk:gui_mch_browse incorrectly markedas UNUSED.Solution: Remove UNUSED flag.Patch 9.0.1744Problem: Dead code in open_cmdwin()Solution: RemoveitPatch 9.0.1745Problem: Missing test coverage for blockwiseVisual highlight with virtual that starts witha double-width char.Solution: Adda new virtual text to the test. Some other small fixes.Patch 9.0.1746Problem: vim9class compile error for char/char_u conversionSolution: Correctly cast to (char *)Patch 9.0.1747Problem:screenpos() may cause unnecessary redraw.Solution: Don't unnecessarily reset VALID_WROW flag.Patch 9.0.1748Problem: CI: cannot label issues automaticallySolution: Create CI labelerPatch 9.0.1749Problem: Text property highlight doesn't overridea sign highlight overatab characterSolution: Let text_property overridetab highlightingPatch 9.0.1750Problem: CI: fails because of changed errormessages (after: 9.0.1741)Solution: Adjust expected errormessagesPatch 9.0.1751Problem: CI: labeler configuration not found (after 9.0.1748)Solution: set configuration pathPatch 9.0.1752Problem: CI: Coverallsis no longer usedSolution: Remove .coveralls.ymlPatch 9.0.1753Problem: can't move to last non-blank charSolution: Make g<end> behave like thatPatch 9.0.1754Problem: still ci breakage (after 9.0.1741)Solution: fix remaining issuePatch 9.0.1755Problem: CI still fails with sodium mlock errorSolution: catch mlock failurePatch 9.0.1756Problem: failing cursorline sign testSolution: only reset char attr, if cursorline optionis not setPatch 9.0.1757Problem: ex_class() functionis too longSolution: refactoritPatch 9.0.1758Problem:vim9 noclass identifiers in stack dumpsSolution: Prefixclass members in stack traces with theclass name followed bya dot.Patch 9.0.1759Problem:Visual highlight not working with cursoratend of screen line and'showbreak'.Solution: Only update "vcol_prev" when drawing buffer text.Patch 9.0.1760Problem:vim9class problem withnew()constructorSolution: Don't allowa return type for thenew()class constructor.Patch 9.0.1761Problem:g<kEnd> behaves different from g<end>Solution: Makeg<kEnd> behave likeg<End>Patch 9.0.1762Problem: Not able to get the virtual text propertySolution: Makeprop_list() return virtual text and alignmentPatch 9.0.1763Problem: crash when passing invalid buffer toundotree()Solution: Use get_buf_arg() instead of tv_get_buf_from_arg().Patch 9.0.1764Problem: CI: label should not be set on all yml filesSolution: only setit for specific yml files in .githubPatch 9.0.1765Problem: Error when cross-compiling VimSolution: use AC_CHECK_SIZEOF to find sizeof(wchar_t)Patch 9.0.1766Problem: Runtime: Missing QML supportSolution: Add QML support to VimPatch 9.0.1767Problem: '.-' no allowed in highlight group namesSolution: Allow dot and hyphen characters in highlight group namesPatch 9.0.1768Problem: Runtime: no support for bicep filesSolution: Addfiletype support for bicepparamPatch 9.0.1769Problem:executable() ignoring symlinks on WindowsSolution: resolve reparse pointsPatch 9.0.1770Problem: lines disappear when modifying chars before virt textSolution: take virtual text property length into accountPatch 9.0.1771Problem: regex: combining chars in collections not handledSolution: Check for following combining characters forNFA and BT enginePatch 9.0.1772Problem: Cursoris adjusted inwindow that did not change in size by'splitkeep'.Solution: Only check that cursor positionis valid inawindow that has changed in size.Patch 9.0.1773Problem: cannot distinguish Forth and Fortran *.f filesSolution: Add Filetype detection CodePatch 9.0.1774Problem: no support for custom cmdline completionSolution: Add new vimscriptfunctionsPatch 9.0.1775Problem: Wrong comparison in vim9type.cSolution: Change condition tofalsePatch 9.0.1776Problem: No support for stablePython 3 ABISolution: SupportPython 3 stable ABIPatch 9.0.1777Problem: patch 9.0.1771 causes problemsSolution: revertitPatch 9.0.1778Problem: if_py_both: code-style issueSolution: addspacePatch 9.0.1779Problem: Need morestate() testsSolution: Adda few more tests foroperator pending mode andregisteryank commandPatch 9.0.1780Problem:Vim9 type not defined duringobject creationSolution: Define type duringobject creation and not duringclass definition, parse multi-line member initializers, fix lockinitializationPatch 9.0.1781Problem: Problems when setting bin/paste optionSolution: When setting binary/paste, remember that this also affects depending options, so that:verbose set returns the right location.Patch 9.0.1782Problem:prop_list() does not return text_padding_leftSolution: Store and return the text_padding_left value for text propertiesPatch 9.0.1783Problem: Wrong display with wrapping virtual text or unprintable chars,'showbreak' and'smoothscroll'.Solution: Don't skip cells taken by'showbreak' in screen lines before "w_skipcol". Combined "n_skip" and "skip_cells".Patch 9.0.1784Problem: redundant else in pum_set_selected()Solution: RemoveitPatch 9.0.1785Problem: wrong cursor position with'showbreak' andlcs-eolSolution: Add size of'showbreak' before when'listchars' "eol"is used. Also fix wrong cursor position with wrapping virtual text on empty line and'showbreak'.Patch 9.0.1786Problem: Vim9: needinstanceof() functionSolution: Implementinstanceof() builtinPatch 9.0.1787Problem: Cannot build with latest luajitSolution: adjust sedregexp and don't expect '-' in version outputPatch 9.0.1788Problem: C4090 warnings in strings.cSolution: Add type castsPatch 9.0.1789Problem: too early declaration of variable in pum_set_selected()Solution: Move declaration to whereitis actually usedPatch 9.0.1790Problem: The Content-Type headeris an optional header that some LSP servers struggle with and may crash when encountering it.Solution: Drop the Content-Type header from all messages, because we use the default value anyway.Patch 9.0.1791Problem: No tests for the TermdebugpluginSolution: Add some simple tests for the TermdebugpluginPatch 9.0.1792Problem:Normal mode "gM", "gj", "gk" commands behave incorrectly with virtual text.Solution: Use linetabsize() instead of linetabsize_str().Patch 9.0.1793Problem: obsolete macros in configurescriptSolution: Remove those and start moving to autoconf 2.71Patch 9.0.1794Problem: autoconf: not correctly detecting include dirsSolution: make use ofpython3 to generate includedirsPatch 9.0.1795Problem: Indentation issuesSolution: Fix code indentation issues.Patch 9.0.1796Problem:Vim9 problems with null_objectsSolution:Vim9 improvenull_object usagePatch 9.0.1797Problem: Vimball/Visual Basicfiletype detection conflictSolution: runtime(vb): Improve Vimball andVisual Basic detection logicPatch 9.0.1798Problem: The'syntax' option has no completion.Solution: Addsyntax option completion.Patch 9.0.1799Problem:Russian menu translation can be improvedSolution: update theRussian menu filesPatch 9.0.1800Problem: Cursor position still wrong with'showbreak' and virtual text after last character or'listchars' "eol".Solution: Remove unnecessary w_wcol adjustment in curs_columns(). Also fix first char of virtual text not shownat the start ofa screen line.Patch 9.0.1801Problem:Vim9instanceof() fails ina def funcSolution: allow Objects in compile time checkPatch 9.0.1802Problem: Multiline regex withVisual selection fails whenVisual selection contains virtual text after last char.Solution: Only include virtual text after last char when getting full line length.Patch 9.0.1803Problem: Cannot detect norg markup filesSolution: Add norg markup language detectionPatch 9.0.1804Problem: Vim9: no support for privateobject methodsSolution: Add support for private object/class methodsPatch 9.0.1805Problem: Vim9: problem compilingobjectmethodas function call argSolution: Aftera object/classmethod call, remove the object/class from the stack.Patch 9.0.1806Problem: Vim9: bogus error on exportSolution: Don't error out when the export commandis not executedPatch 9.0.1807Problem: runtime: crystal scripts not recognisedSolution: Filetype detect Crystal scripts by shebang linePatch 9.0.1808Problem: Termdebug: Typo in Termdebug testSolution: fix the typosPatch 9.0.1809Problem: Termdebug test flakySolution: wait slightly longerPatch 9.0.1810Problem: camel-case spelling has issues with digitsSolution: Improve the camCasespell checking by taking digits and caps into accountPatch 9.0.1811Problem: still some issues with term_debug testSolution: Use WaitForAssert()Patch 9.0.1812Problem: CI still fails with sodium_mlock error()Solution: Catch and ignoreE1230 error in test_cryptPatch 9.0.1813Problem:'linebreak'is incorrectly drawn after'breakindent'.Solution: Don't include'breakindent' size when already after it.Patch 9.0.1814Problem:Vim9 no error on duplicateobject member varSolution: detect duplicate members and error outPatch 9.0.1815Problem: pango_coverage_unref() deprecated in pango> 1.51Solution: use g_object_unref() insteadPatch 9.0.1816Problem: configure: sed uses non-portable regexSolution: use'*' modifier instead of '\?' in regex for luajit version detectionPatch 9.0.1817Problem: configure: using obsolete AC_HEADER_STDCSolution: Removeit and re-create configurePatch 9.0.1818Problem: dynamically linkingperlis brokenSolution: Fix all issuesPatch 9.0.1819Problem: Github CI too complexSolution: CI: Tidy up matrixPatch 9.0.1820Problem: Rexx files may not be recognisedSolution: Add shebang detection and improve disambiguation of *.cls filesPatch 9.0.1821Problem:Vim9 constructors are always staticSolution: make the "static" keyword an errorPatch 9.0.1822Problem: Vim9: no check for duplicate members in extended classesSolution: Check for duplicate members in extended classes. Fix memory leak.Patch 9.0.1823Problem: Autoconf 2.69 too oldSolution: Migrate to Autoconf 2.71Patch 9.0.1824Problem: Vim9: private members may be modifiableSolution: prevent modification for def functionPatch 9.0.1825Problem: Wrong cursor position with virtual text beforeawhitespace character and'linebreak'.Solution: Always set "col_adj" to "size- 1" and apply'linebreak' after adding the size of'breakindent' and'showbreak'.Patch 9.0.1826Problem:keytrans() doesn't translate recorded key typed inaGUISolution: Handle CSI like K_SPECIAL, like in mb_unescape()Patch 9.0.1827Problem: xxd: no color supportSolution: Add color support using xxd-RPatch 9.0.1828Problem: Wrong cursor position with virtual text before double-width charatwindow edge.Solution: Check for double-width char before adding virtual text size.Patch 9.0.1829Problem:Vim9 missing access-checks for private varsSolution: Use the proper check for private/readonly variable. Access level fora member cannot be changed inaclass implementing an interface. Update the code indentationPatch 9.0.1830Problem: Vim9: crash when accessinganullobjectSolution: Check accessinga NULLobject in def functionPatch 9.0.1831Problem: Vim9: failingnull testSolution: Use required public keywordPatch 9.0.1832Problem: xxd: reporting wrong version (after 9.0.1827)Solution: Update versionstringPatch 9.0.1833Problem: runtime files may execute code in current dirSolution: only execute, if not run from current directoryPatch 9.0.1834Problem: Some problems with xxdcoloringSolution: Fix the following problems:Patch 9.0.1835Problem:Perl interface has problems with load PL_current_contextSolution: FixPerl interface to load PL_current_context from libraryPatch 9.0.1836Problem: Wrong display with "above" virtual text and'linebreak' or'breakindent' and'showbreak'.Solution: Exclude size of "above" virtual text when calculating them.Patch 9.0.1837Problem: Vim9: class_member_type() can be optimizedSolution: class_member_type() provides more information; safe an additional alloc()/free()Patch 9.0.1838Problem: Vim9: Cannot modifyclass member vars from def functionSolution: Add support for modifyingclass membervariables froma def functionPatch 9.0.1839Problem: No Makefile rule to buildcscope databaseSolution: Add rulePatch 9.0.1840Problem: use-after-free in do_ecmdSolution: Verify oldwin pointer after reset_VIsual()Patch 9.0.1841Problem: style: trailingwhitespace in ex_cmds.cSolution: removeitPatch 9.0.1842Problem: Need more accurateprofilingSolution: Improveprofiling resultsPatch 9.0.1843Problem: xxd color test flakySolution: Filter unneeded linesPatch 9.0.1844Problem: doc helptags may not be up to dateSolution: Add CI jobs to verify helptags are updatedPatch 9.0.1845Problem: xxd: Test_xxd_color start failingSolution: Revert changes to dump filePatch 9.0.1846Problem: crash in fullcommandSolution: Check for typeval correctlyPatch 9.0.1847Problem: potential oob write in do_addsub()Solution: don't overflow buf2, check size in for loop()Patch 9.0.1848Problem: buffer-overflow in vim_regsub_both()Solution: Check remainingspacePatch 9.0.1849Problem: CI error on different signednessSolution: cast unsigned to intPatch 9.0.1850Problem: Vim9: wrong line number whereoptions setSolution: Set source line number earlierPatch 9.0.1851Problem: Virtual textata column causes'breakindent' and'showbreak' to be missing (after patch 9.0.1124).Solution: Add check for "tp_col" in another place where TP_FLAG_WRAPis checked.Patch 9.0.1852Problem:i_CTRL-O does not resetSelect ModeSolution: Reset select mode onCTRL-O ininsert modePatch 9.0.1853Problem: CI error on different signedness in regexp.c (after patch 9.0.1848)Solution: Caststrlen() call to intPatch 9.0.1854Problem: test_crash1() fails on CISolution: don't run Screendump test, verify thatit doesn't crash by runningit througha shell command line,testing the exit value and concatenating success cmd using '&&'Patch 9.0.1855Problem:mode() doesn't indicate command line forterminalSolution: makeit return'ct' for command-line from Terminal modePatch 9.0.1856Problem: issues withformatting positional argumentsSolution: fix them, add tests and documentationPatch 9.0.1857Problem: heap-use-after-free in is_qf_win()Solution: Check bufferis valid before accessingitPatch 9.0.1858Problem: heap use after free in ins_compl_get_exp()Solution: validate buffer before accessingitPatch 9.0.1859Problem: heap-use-after-free in bt_normal()Solution: check that bufferis still validPatch 9.0.1860Problem: CI: test_crash1()is flakySolution: Waita bit longerPatch 9.0.1861Problem: xxd: issue when-Ris specified several timesSolution: Fix command line parsingPatch 9.0.1862Problem:Vim9 Garbage Collection issuesSolution:Class members are garbage collected early leading to use-after-free problems. Handle the garbage collection of classes properly.Patch 9.0.1863Problem: wrong format specifiers in e_aptypes_is_null_str_nrSolution: Fix the wrong format specifierPatch 9.0.1864Problem: crash with bt_quickfix1_poc when cleaning up and EXITFREEis definedSolution: Test if bufferis valid ina window, else closewindow directly, don't try to access buffer propertiesPatch 9.0.1865Problem: Vim9: garbage collection may cause crashSolution: validate thatclass members typevalis notnullPatch 9.0.1866Problem: Undois synced after character find.Solution: Set no_u_sync when calling gotchars_nop().Patch 9.0.1867Problem: Vim9: access to interface statics possibleSolution: Prevent direct access to interface staticsPatch 9.0.1868Problem: test_crash still fails for circle ciSolution: give even more time to completePatch 9.0.1869Problem: Coverity warns about uninitialized varSolution: initializeitPatch 9.0.1870Problem: Vim9: disassemble does not show staticSolution: Show static flagPatch 9.0.1871Problem: Github CI does not run i386jobSolution: Adda i386 architecturePatch 9.0.1872Problem: CI: test_crash() fails on CISolution: Skip test on BSDPatch 9.0.1873Problem: heap-buffer-overflow in vim_regsub_bothSolution: Disallow exchangingwindows whentextlockis activePatch 9.0.1874Problem: CI may fail in test_recover_empty_swapSolution: Set directory optionPatch 9.0.1875Problem: Vim9: improve test for disassemble+ staticSolution: AddaVim9script disassemble test for an interface with static membersPatch 9.0.1876Problem: Vim9: parsing commands with newlines wrongSolution: Accepta '\n' for parsing lists and command argumentsPatch 9.0.1877Problem: missing test for patch 9.0.1873Solution: adda test trying to exchangewindowsPatch 9.0.1878Problem: tests running sh have problemsSolution: Check that dashis installedPatch 9.0.1879Problem: Vim9: incorrect duplicateclass member detectionSolution: Incorrect duplicateclass member detection when variable names have the same prefix. Not able to accessclass membervariables using an object. Fix coding style issuesPatch 9.0.1880Problem: Vim9: Need more tests for inheritanceSolution: Add access tests and fixes.Patch 9.0.1881Problem: Test_crash fails onMacSolution: Skip test onMacPatch 9.0.1882Problem: Trailing whitespace in testsSolution: DeleteitPatch 9.0.1883Problem: Vim9: Calling an interfacemethod usinga childobject failsSolution: Search methods of parentclassPatch 9.0.1884Problem: Wrong order of arguments for errormessagesSolution: Reverse order or arguments for e_aptypes_is_null_nr_strPatch 9.0.1885Problem: Vim9: no support for abstract methodsSolution: Add support for defining abstract methods in an abstractclassPatch 9.0.1886Problem: Various TyposSolution: Fix TyposPatch 9.0.1887Problem: Vim9:class members are accessible viaobjectSolution: Disableclass member variable access using anobjectPatch 9.0.1888Problem: Vim9: Problem trying to invokeclassmethodSolution: Lookup theclassmethod insider other classesPatch 9.0.1889Problem:Vim9 static tests failSolution: Fix tests, make CI happy ;)Patch 9.0.1890Problem: Vim9: lookup code for class/object repeatedSolution: Refactor and make use of lookupfunctionsPatch 9.0.1891Problem: No runtime support for MojoSolution: Add basicfiletype andsyntax pluginsPatch 9.0.1892Problem: CI: no FreeBSD 14 supportSolution: Drop support for FreeBSD 12, add FreeBSD 14Patch 9.0.1893Problem: CI: strptime test fails on BSD14Solution: Skip the testPatch 9.0.1894Problem: CI: trailing whitespace in testsSolution: clean up the trailing whitespacePatch 9.0.1895Problem: Vim9: finding method/memberis inefficientSolution: Use lookupsPatch 9.0.1896Problem: "below" virtual text doesn't work with'rightleft'.Solution: Use column from right border with'rightleft'.Patch 9.0.1897Problem: Vim9: confusing error with .= in compiledfunctionsSolution: Check in error condition, if .= was attempted and in thatcase givea different error message.Patch 9.0.1898Problem: Vim9: restrict access to static vars and methodsSolution:Class members are accessible only from theclass where they are defined.Patch 9.0.1899Problem: potential buffer overflow in PBYTEmacroSolution: Check returned memline lengthPatch 9.0.1900Problem: Configurescript uses non-portable== comparisonSolution: Use the standard and portable "=" insteadPatch 9.0.1901Problem: win32: not correctly freeing environmentSolution: After we call GetEnvironmentStringsW, we should call FreeEnvironmentStringsWPatch 9.0.1902Problem: Vim9: Coverity complains about dead codeSolution: Copy onlyobject methods from the superclass toa subclass when extendinga class. Fix Coverity warning.Patch 9.0.1903Problem: Github Actions fails because snd-dummy modules missing in current runner imagesSolution: ignore modprobe errorPatch 9.0.1904Problem: Cirrus-CI fails because we have used allcreditsSolution: Remove FreeBSD 13.1 and MacOS M1Patch 9.0.1905Problem: FEAT_FLOAT no longer definedSolution: Remove last existing FEAT_FLOAT ifdefs in message_testPatch 9.0.1906Problem: Vim9: Interfaces should not supportclass methods andvariablesSolution: Make sure interface follow the interface specificationPatch 9.0.1907Problem: No support for liquidsoapfiletypesSolution: Add liquidsoapfiletype detection codePatch 9.0.1908Problem: undefined behaviour upper/lower function ptrsSolution: Fix UBSAN error inregexp and simplify upper/lowercase modifier codePatch 9.0.1909Problem: Vim9: problem callingclassmethod from otherclassSolution: Fix this problem, fix readonlyobject access, update error messages.Patch 9.0.1910Problem:Mac OS X: missing sound support on older versionsSolution: Check Macro MAC_OS_X_VERSION_MIN_REQUIREDPatch 9.0.1911Problem: Vim9: segfault withnullobject andinstanceof()Solution: return earlyPatch 9.0.1912Problem: Cirrus-CI running out ofcreditsSolution: disable Cirrus-CI for nowPatch 9.0.1913Problem: if_python: undefined behaviour for function pointersSolution: Fix if_python undefined behavior for function pointer castsPatch 9.0.1914Problem: Vim9: few issues when accessingobject membersSolution: When calling anobject method, check fornull object. AccessingaDictobject member doesn't work.Patch 9.0.1915Problem: r_CTRL-C works differently in visual modeSolution: Make r_CTRL-C behave consistent in visual mode interminal and WindowsGUIPatch 9.0.1916Problem: Crash when allocating largeterminal screenSolution: Don't allow values> 1000 forterminal screen columns and rowsPatch 9.0.1917Problem: undefined behaviour withpython function pointerSolution: correctly cast function pointers from voidPatch 9.0.1918Problem: Nofiletype detection for AuthzedfiletypesSolution: Detect the *.zed file extensionas authzedfiletypePatch 9.0.1919Problem: Wrong curswant when clicking on empty line or with vsplits.Solution: Don't check for ScreenCols[] before the start of thewindow and handle empty line properly.Patch 9.0.1920Problem: Vim9: cannot write public var in nestedobjectSolution: Write variable in nested read-onlyobject reference. Also test write fails.Patch 9.0.1921Problem: not possible to use thejumplist likea stackSolution: Add the'jumpoptions' setting to make thejumplista stack.Patch 9.0.1922Problem: LSP server request messageis misinterpretedasa response messageSolution: Check that the message does not have the "message" fieldPatch 9.0.1923Problem: curswant wrong on click with've' and'wrap' setSolution: Add w_leftcol to mouse click column.Patch 9.0.1924Problem: LSP server message still wrongly handled (after 9.0.1922)Solution: Handle'method'messages properly, don'tdiscard them, add tests.Patch 9.0.1925Problem: if_python: still undefined behaviour with function pointerSolution: fix remaining problemsPatch 9.0.1926Problem: Vim9: not enough info in error messageSolution: Addclass name, change member to variable,quote namesPatch 9.0.1927Problem: patch 1916 (fixedterminal size) not optimalSolution: Add defines to makeit easier changeable laterPatch 9.0.1928Problem: Vim9:constructor type checking bugSolution: Fixclassconstructor regressionPatch 9.0.1929Problem: runtime tests fail with tiny vimSolution: check for tiny vim, run runtime tests in CI even for tiny versionPatch 9.0.1930Problem: compiler warnings with clang-17Solution: Fix function prototypes and function pointerPatch 9.0.1931Problem: make test_compilers fails on ubuntuSolution: set LC_ALL=CPatch 9.0.1932Problem: Vim9: error when usingnullobjectconstructorSolution: Check foranullobject only when calling anobjectmethodPatch 9.0.1933Problem: Can change the type ofav: variable using if_lua.Solution: Add additional handling ofv:variables like :let.Patch 9.0.1934Problem: bwipe fails after switchingwindow from aucmd_win.Solution: Decrement b_nwindows after switching back to aucmd_win.Patch 9.0.1935Problem: Vim9: not consistent errormessagesSolution: Make errormessages more consistent. Use "variable" for (object/class) memberPatch 9.0.1936Problem: test: using wrong expected message in test_cryptSolution: make use of singlequotesPatch 9.0.1937Problem: missing test for mouse click+'virtedit'Solution: Add test for clicking after eol with'virtualedit' and wrapped linePatch 9.0.1938Problem: multispace wrong whenscrolling horizontallySolution: Update position in "multispace" or "leadmultispace" also in skipped chars. Reorder conditions to be more consistent.Patch 9.0.1939Problem: stilla problem when processing LSP RPC requestsSolution: When processing async LSP RPC requests, compare sequence numbers only in responsemessagesPatch 9.0.1940Problem: wrong upstream version in libvterm READMESolution: correct version to 839Patch 9.0.1941Problem: Memory leak detected (after 9.0.1928)Solution: Free arg_objm in get_lambda_tv()Patch 9.0.1942Problem: Vim9: execution stack invalidated withnullobjectSolution: Check foranullobject before adjusting the execution stackPatch 9.0.1943Problem: CI not run with clang-17Solution: Update CI to use clang-17Patch 9.0.1944Problem: Vim9: function instruction pointer invalidatedSolution: Use the funcrefindex instead of the instruction pointerPatch 9.0.1945Problem: Vim9: missing support for ro-vars in interfaceSolution: Support only read-onlyobjectvariables in an interface, add additional checks when parsingclass definitions.Patch 9.0.1946Problem: filename expansion using ** in bash may failSolution: Try to enable the globstar settingPatch 9.0.1947Problem: Bash Expansion test fails on Windows/MacOSSolution: Disable Test_glob_extended_bash for nowPatch 9.0.1948Problem: Vim9:object variable "this." should only be used inconstructorSolution: Disallow to this in normalobject methods (other than constructors)Patch 9.0.1949Problem: Vim9: allows reserved keywordsas membersSolution: Disallow reserved keywords, disallow duplicateobject andclassvariablesPatch 9.0.1950Problem: Vim9: error codes spread outSolution: group them together and reserve 100 more for future usePatch 9.0.1951Problem: Vim9: hard to debug vim9_classerrors from CISolution: Include the line number in assert_xxx() calls. Include the entire error message in the tests. Fix the indentation in the test file. Addtags for new error codes.Patch 9.0.1952Problem: Vim9: unused static fieldSolution: removeit and simplify codePatch 9.0.1953Problem: Misplaced comment in errors.hSolution: Moveit upPatch 9.0.1954Problem: CI: changenetrw label in labeller botSolution: Renameit to 'plugin-netrw'Patch 9.0.1955Problem: Vim9: lockvar issues with objects/classesSolution: fixget_lhs() object/class access and avoidSEGV, make errormessages more accurate.Patch 9.0.1956Problem: Custom cmdline completion skips original cmdline when pressing Ctrl-Pat first match if completion function invokes glob().Solution: Move orig_save into struct expand_T.Patch 9.0.1957Problem:termcapoptions should change on keyprotocol settingSolution: Applytermcap entries when'keyprotocol' changesPatch 9.0.1958Problem: cannot complete option valuesSolution: Add completionfunctions for severaloptionsPatch 9.0.1959Problem: Vim9: methods parameters and types are covariantSolution: Support contra-variant type check forobjectmethod arguments (similar to Dart).Patch 9.0.1960Problem: Make CI checks more strictSolution: Add -Wstrict-prototypes -Wmissing-prototypes to CI, fix uncovered problemsPatch 9.0.1961Problem:Cmdline completion for'listchars' fields doesn't include "multispace" and "leadmultispace" (after 9.0.1958).Solution: Include "multispace" and "leadmultispace" in lcstab.Patch 9.0.1962Problem: No support forwriting extended attributesSolution: Add extended attribute support for linuxPatch 9.0.1963Problem: Configurescript may not detectxattr correctlySolution: include sys/xattr instead of attr/xattr, make Test_write_with_xattr_support() testxattr feature correctlyPatch 9.0.1964Problem:xattr support fails to build on MacOSXSolution: Disablexattr support for MacOSXPatch 9.0.1965Problem: wrong auto/configurescriptSolution: regenerate with autoconf 2.71Patch 9.0.1966Problem: configure prints stray 6 when checking librubySolution: redirect stdout to dev/nullPatch 9.0.1967Problem:xattrerrors not translatedSolution:mark for translation, consistently capitalize first letter.Patch 9.0.1968Problem: cmdline completion should consider key optionSolution: Disable cmdline completion for key option, slightly refactor how P_NO_CMD_EXPANDis handledPatch 9.0.1969Problem: buffer-overflow in trunc_string()Solution: Add NULLatend of bufferPatch 9.0.1970Problem: win32: high-dpi support can be improvedSolution: implement WM_GETDPISCALEDSIZEPatch 9.0.1971Problem: macOS: FEAT_SOUND guard too restrictiveSolution: check for older macOS support properlyPatch 9.0.1972Problem: win32: missing'**' expansion test (after v9.0.1947)Solution: Add test forMS-WindowsPatch 9.0.1973Problem: Clean up cmdline option completion codeSolution: Fixvarious minor problemsPatch 9.0.1974Problem: vim9: using contra-variant type-checks (after v9.0.1959)Solution: Use invariant type checking insteadPatch 9.0.1975Problem: xattr: permission-deniederrors on writeSolution: ignore thoseerrorsPatch 9.0.1976Problem: style:space beforetab in optionstr.cSolution: remove thespacePatch 9.0.1977Problem: Vim9:object members can change typeSolution: Check type during assignment to object/class varPatch 9.0.1978Problem: Nofiletype detection for just filesSolution: Detect just files(*.just, justfile, etc)Patch 9.0.1979Problem: Cirrus CI disabledSolution: re-enable Cirrus CIPatch 9.0.1980Problem: win32: issues with stablepython ABISolution: if_python3,win32: Fix Python3 stable ABIPatch 9.0.1981Problem: Cannot scroll up indiff mode with many filler lines and zero'scrolloff'.Solution: Invalidate w_cline_row before calling comp_botline().Patch 9.0.1982Problem: vim9: clean up from v9.0.1955Solution: Fixa few remaining issues, improve error messagePatch 9.0.1983Problem: Scrolling non-currentwindow using mouseis inconsistent depending on'scrollbind'/'scrolloff' and different fromGUI vertical scrollbar when'cursorbind'is set.Solution: Don't move cursor in non-currentwindows for'cursorbind' if cursor in the currentwindow didn't move.Patch 9.0.1984Problem: CI: Test_open_delay*() fails on FreeBSD 14Solution: Skipit on BSDPatch 9.0.1985Problem: CI: codecovis intrusiveSolution: disable codecov commentsPatch 9.0.1986Problem: Vim9: accepting type-annotationsSolution: Reject type annotations outside of declarations.Patch 9.0.1987Problem: win32: font-size calculation can be improvedSolution: calculate font size before thewindow sizePatch 9.0.1988Problem: Vim9: potential use-after-free forclass membersSolution: Use the class-related grow array for storing the member type instead of usinga temporary typelist grow arrayPatch 9.0.1989Problem: Vim9: double error message givenSolution: Only give second error message, if there wasn't one given beforePatch 9.0.1990Problem: strange error numberSolution: change error number, add doctag forE1507Patch 9.0.1991Problem: no cmdline completion for setting the fontSolution: enableit onWin32 andGTK buildsPatch 9.0.1992Problem: segfault in exmode when redrawingSolution: skip gui_scroll when exmode_activePatch 9.0.1993Problem: warning about unused function definitionSolution: add ifdefsPatch 9.0.1994Problem: inconsistent feature descriptionSolution: delete old mentioned feature sets small and bigPatch 9.0.1995Problem: Invalid memory access when'foldexpr' returns empty string.Solution: Check for NUL.Patch 9.0.1996Problem: Cannot build with python312Solution: Define wrapper types andfunctions forpython 3.12Patch 9.0.1997Problem: Some unused code in move.c and string.cSolution: RemoveitPatch 9.0.1998Problem: xxd: cannot reversea bit dumpSolution: implement reversing the bit dump using-b-rPatch 9.0.1999Problem: Vim9: some errormessages can be improvedSolution: Mention the definingclass for variable access error messagePatch 9.0.2000Problem: Vim9: use-after-free in deep call stackSolution: Get theobject pointer from execution stackPatch 9.0.2001Problem: Vim9: segfault withislocked()Solution: Check that the lval pointeris notnull forobjects andclassvariablesPatch 9.0.2002Problem: Vim9: need cleanup ofclass related interface codeSolution: Remove the unusedclass variable andclassmethod related code for interfaces.Patch 9.0.2003Problem: xxd: compilation warningSolution: initializevariablesPatch 9.0.2004Problem: Missing test fileSolution: git-add the file to the repoPatch 9.0.2005Problem: partially revert patch v9.0.1997Solution: adda comment, to make clear it's not usedPatch 9.0.2006Problem: Vim9: need more testsSolution: add additional disassembly testsPatch 9.0.2007Problem: Vim9: covariant parameter types allowed when assigningfunctionsSolution: Enforce invariant type check for arguments and return value when assigninga funcrefPatch 9.0.2008Problem: test: undofile left behindSolution: cleanup undofilePatch 9.0.2009Problem:cmdline-completion for comma-separatedoptions wrongSolution: Fix command-line expansions foroptions with filenames with commasPatch 9.0.2010Problem:[security] use-after-free from buf_contents_changed()Solution: blockautocommandsPatch 9.0.2011Problem: INI files not detectedSolution: detectuppercase .INIas dosini filesPatch 9.0.2012Problem: Vim9: error message can be more accurateSolution: Fix the errormessagesPatch 9.0.2013Problem:Unicode tables outdatedSolution: UpdateUnicode tables to v15.1 (released 23.09.2023)Patch 9.0.2014Problem: confusing ifdefs in if_<lang>.cSolution: refactor ifndefs to #ifdefsPatch 9.0.2015Problem: Vim9: does not handleislocked() fromamethod correctlySolution: Handleislocked() builtin froma method.Patch 9.0.2016Problem: Vim9: assignment operators don't work forclass varsSolution: implementitPatch 9.0.2017Problem: linebreak applies for leadingwhitespaceSolution: only apply linebreak, once we have found non-breakat chars in the linePatch 9.0.2018Problem:complete_info() returns wrongindexSolution: Make order of'info' in completion_info consistentPatch 9.0.2019Problem: Vim9: no support for funcrefsSolution: Add support for object/class funcref membersPatch 9.0.2020Problem: Vim9:islocked() needs more workSolution: reworkislocked() and remove sync_root from get_lval()Patch 9.0.2021Problem: Coverity complains about change incharset (after v9.0.2017)Solution: check pointertatindex0Patch 9.0.2022Problem: When clicking in the middle ofa TAB,getmousepos() returns the column of the next char instead of the TAB.Solution: Break out of the loop when the vcol to findis inside current char. Fix invalid memory access when callingvirtcol2col() on an empty line.Patch 9.0.2023Problem: need more tests for:cqSolution: Add more tests, including wraparound on linuxPatch 9.0.2024Problem: nofiletype detection for Debian sourcesSolution: Add new deb822sourcesfiletypePatch 9.0.2025Problem: no cmdline completion for++opt argsSolution: Add cmdline completion for:e ++opt=arg and:terminal [++options]Patch 9.0.2026Problem: win32:python3 dll loading can be improvedSolution: Load DLL from registry pathPatch 9.0.2027Problem: Vim9: no support for bitwise operators inlambda funcsSolution: move "evaluate" assignmenta bit up in order to decide to perform bitwise operationsPatch 9.0.2028Problem: confusing build dependenciesSolution: clean them up, make them parallelizablePatch 9.0.2029Problem: Vim9: no support for partials usingcall()Solution: Add supportPatch 9.0.2030Problem: no max callback recursion limitSolution: bail out, if max call recursion for callbackfunctions has been reached.Patch 9.0.2031Problem:TextChangedI can trigger on enteringInsert mode if there was previouslya change not inInsert mode.Solution: Makeit trigger only when textis actually changed inInsert mode.Patch 9.0.2032Problem: Cannot accurately get mouse clicking position when clicking ona TAB or with virtual text.Solution: Adda "coladd" field togetmousepos() result.Patch 9.0.2033Problem: gcc overflow-warning for f_resolveSolution: use pointerp instead of pointer q[-1]Patch 9.0.2034Problem: don't try to copy SMACK attribute, when none existSolution: return early if SMACK extended attributesdo not exist or if they are not supportedPatch 9.0.2035Problem:[security] use-after-free with wildmenuSolution: properly clean up the wildmenu whenexitingPatch 9.0.2036Problem: if_python: rework python3.12 build dependency (after 9.0.1996)Solution: use PyTuple_Size instead of inlining the Py_SIZE into the Vim code basePatch 9.0.2037Problem:A few remaining cmdline completion issues with C-E/YSolution: Fix cmdline completion fuzzy/Ctrl-E/Ctrl-Y/options when not usedat theendPatch 9.0.2038Problem: Vim9:objectmethod funcref not cleaned up after useSolution: Clean up type stack after usingobjectmethod funcref, remove now longer used ISN_DEFEROBJ instructionPatch 9.0.2039Problem: completion shows currentword after completion restartSolution: remove theword being completed after completion restartPatch 9.0.2040Problem: trim(): hard to use default maskSolution: Use default'mask' whenitisv:nonePatch 9.0.2041Problem: trim(): hard to use default mask (partly revert v9.0.2040)Solution: use default mask whenitis emptyPatch 9.0.2042Problem: Test_cq_zero_exmode fails withoutchannel featureSolution: Make the test check thechannel featurePatch 9.0.2043Problem: Vim9: issue with funcref assignment and varargsSolution: Fix funcref type checkingPatch 9.0.2044Problem: Vim9: exceptions confuse deferredfunctionsSolution: save and restore exception state when calling deferredfunctionsPatch 9.0.2045Problem: tests: checking for swap files takes timeSolution: don't check for swap files when test has been skippedPatch 9.0.2046Problem: win32,python: warning that MS_WIN64 got re-definedSolution: Do not define MS_WIN64,asitis no longer usedPatch 9.0.2047Problem: perl: warning about inconsistent dll linkageSolution: suppress warningPatch 9.0.2048Problem: python: uninitialized warningSolution: initialize'minor' alwaysPatch 9.0.2049Problem: Vim9: not recognizing qualifiedclass vars for infix opsSolution: Drop theclass type from the stack before generating the CLASSMEMBER instructionPatch 9.0.2050Problem: Vim9: crash with deferred function call and exceptionSolution: Save and restore exception statePatch 9.0.2051Problem: Vim9: wrong error for non-existingobject varSolution: mentionobject orclass depending on whether the varis anobject orclass variable.Patch 9.0.2052Problem: win32: using deprecated wsock32 apiSolution: Use winsock2 (ws2_32) consistentlyPatch 9.0.2053Problem: zigfiletype detection test wrongSolution: Remove .zir pattern, add new test for .zonpatternPatch 9.0.2054Problem: win32: iscygpty needs updateSolution: Update iscygpty to the latest version, make use iswascii() API functionPatch 9.0.2055Problem: Vim9: non-consistent errormessagesSolution: make errormessages more consistent with common structurePatch 9.0.2056Problem: nodigraph for quadruple primeSolution: add quadruple primedigraph using 4'Patch 9.0.2057Problem: Vim9: no strict type checks for funcrefs varargsSolution: Perform strict type checking when declaring funcrefs with vararg declaration, add testsPatch 9.0.2058Problem: tests: avoid error when no swap files existSolution: use unlet! so that no error messageis reported incase the variable does not existsPatch 9.0.2059Problem: outstanding exceptions may be skippedSolution: When restoring exception state, process remaining outstanding exceptionsPatch 9.0.2060Problem: *.{gn,gni} files are not recognizedSolution: Detect someasgnfiletype (without adding an extra filetype)Patch 9.0.2061Problem: not able to detect xkbfiletypesSolution: Detect files below /u/s/X11/xkbas xkb files (without adding an extra filetype)Patch 9.0.2062Problem: Janet files are not recognisedSolution: Add filename and shebang detection (without adding an extrafiletype plugin)Patch 9.0.2063Problem: pacman hooks are detectedas conffiletypeSolution: makeit consistent to pacman.conf and detect those hooksas confiniPatch 9.0.2064Problem: cannot use buffer-number forerrorformatSolution: add support for parsinga buffer number using '%b' in'errorformat'Patch 9.0.2065Problem: EXPAND flag set forfiletype optionSolution: Remove P_EXPAND flag from the'filetype' optionPatch 9.0.2066Problem: xxd: corrupting files when reversing bit dumpsSolution: handle reversing bit dump slightly differentlyPatch 9.0.2067Problem: xxd:coloring was disabled on CygwinSolution: don't include WIN32Patch 9.0.2068Problem:[security] overflow in:historySolution: Check that value fits into intPatch 9.0.2069Problem: possible toescape bracketed paste mode with Ctrl-CSolution: Do not handle Ctrl-C specially when key_protocolis in use, makes bracketed paste mode more robustPatch 9.0.2070Problem:[security] disallow setting env in restricted modeSolution: Setting environmentvariables in restricted mode could potentially be used to execute shell commands. Disallow this.Patch 9.0.2071Problem: objdump files not recognizedSolution: detect *.objdump files, addafiletypepluginPatch 9.0.2072Problem: Vim9: no nr2str conversion in list-unpackSolution: Generate 2STRING instruction to convertdictindex tostringPatch 9.0.2073Problem: typo in quickfix.c commentsSolution: fix themPatch 9.0.2074Problem: Completion menu may be wrongSolution: Check for the original direction of the completion menu, add more tests, makeit work with'noselect'Patch 9.0.2075Problem:TextChangedI may not always triggerSolution: triggerit in more cases: for insert/ append/change operations, and when openinga new line,Patch 9.0.2076Problem: Vim9: No support for type aliasesSolution: Implement:type commandPatch 9.0.2077Problem: CI fails because of trailingwhitespace in testSolution: RemoveitPatch 9.0.2078Problem: several problems with type aliasesSolution: Check for more error conditions, add tests, fix issuesPatch 9.0.2079Problem: Not all Dart files detectedSolution: Add shebangfiletype detection for DartPatch 9.0.2080Problem: vim9_script test too largeSolution: splitvim9 type alias test into separate test filePatch 9.0.2081Problem: With'smoothscroll' set, "w_skipcol"is not reset when unsetting'wrap'. Resulting in incorrect calculation of the cursor position.Solution: Reset "w_skipcol" when unsetting'wrap'.Patch 9.0.2082Problem: test_channel may fail because of IPv6 config issuesSolution: Catch and skip the test, if getaddrinfo() fails with 'Address family not supported'Patch 9.0.2083Problem: Perl: xsubpp may be in non-standard locationSolution: Add --with-subpp configure optionPatch 9.0.2084Problem: Vim9: abstract static methods are possibleSolution: Disallow abstract static methodsPatch 9.0.2085Problem: Vim9: abstract can be used in interfaceSolution: Disallow the use of abstract in an interfacePatch 9.0.2086Problem: code cleanup for option callbacks neededSolution: remove flag os_doskip, it's not necessary,as we can check, whether an error message was returnedPatch 9.0.2087Problem: build-failure in vim9classSolution:reference correct error message, disable non-failing testPatch 9.0.2088Problem: Vim9: still allows abstract static methods (after v9.0.2084, v9.0.2085 and v9.0.2087)Solution: Disallow abstract static methodsPatch 9.0.2089Problem:sound_playfile() fails when using powershellSolution:quote filename using doublequotes, don'tescape filename, becauseit doesn't use the shellPatch 9.0.2090Problem:complete_info() skips entries with'noselect'Solution: Check, if first entryisat original text statePatch 9.0.2091Problem: Vim9: cannot convertlist tostring using += (after 9.0.2072)Solution: convertdictindex tostring later in compile_member()Patch 9.0.2092Problem: tests: failure in test_arabicSolution: adjust the test for the changed arabic keymapPatch 9.0.2093Problem: Unsupported option causes rest ofmodeline test to be skipped.Solution: Revert the change from patch 8.2.1432.Patch 9.0.2094Problem: Vim9: need more assignment testsSolution: Add test for using different types in assignment, function arguments and return valuesPatch 9.0.2095Problem: statusline may look different than expectedSolution:do not check for highlighting of stl and stlnc charactersPatch 9.0.2096Problem: Vim9: confusing usage of privateSolution: clarify and use protected keyword insteadPatch 9.0.2097Problem: No support for cypher filesSolution: Add cypherfiletype detectionPatch 9.0.2098Problem: Nofiletype support for xcompose filesSolution: Addfiletype detectionPatch 9.0.2099Problem: Terminalcontrol codes¹ are sent even when silent modeis on, causing theterminal to clear upSolution: Block anyterminal codes when silent modeis onPatch 9.0.2100Problem: CI: test_Termdebug failsSolution: only test fora changed winlayout, if thewindow width actually changedPatch 9.0.2101Problem: CI: test_termdebug may still failSolution: useterm_wait() to makeit more robustPatch 9.0.2102Problem:matchparen highlight not cleared in completion modeSolution: Clearmatchparen highlighting in completion modePatch 9.0.2103Problem: recursive callback may cause issues on some archsSolution: Decrease the limit drastically to 20Patch 9.0.2104Problem: wastfiletype should be replaced by watfiletypeSolution: start using the official watfiletype namePatch 9.0.2105Problem: Skipcolis not reset when topline changedscrolling cursor to topSolution: reset skipcolPatch 9.0.2106Problem:[security]: Use-after-free in win_close()Solution: Checkwindowis valid, before accessingitPatch 9.0.2107Problem:[security]: FPE in adjust_plines_for_skipcolSolution: don't divide by zero, return zeroPatch 9.0.2108Problem:[security]: overflow withcount for:s commandSolution: Abort the:s command if thecountis too largePatch 9.0.2109Problem:[security]: overflow in nv_z_get_countSolution: break out, ifcountis too largePatch 9.0.2110Problem:[security]: overflow inex address parsingSolution: Verify that lnumis positive, before subtracting from LONG_MAXPatch 9.0.2111Problem:[security]: overflow in get_numberSolution: Return0 when thecount gets too largePatch 9.0.2112Problem:[security]: overflow in shift_lineSolution: allowa max indent of INT_MAXPatch 9.0.2113Problem: Coverity warns for another overflow in shift_line()Solution: Test for INT_MAX after the if condition, cast integer values to (long long) before multiplying.Patch 9.0.2114Problem: overflow detection not accurate when adding digitsSolution: Usea helper functionPatch 9.0.2115Problem: crash when callback function aborts because of recursivenessSolution: correctly initialize rettvPatch 9.0.2116Problem: No test for defining sign without attributeSolution: Add test for defining sign without attributesPatch 9.0.2117Problem:[security] use-after-free in qf_free_itemsSolution: only access qfpnext, ifit hasn't been freedPatch 9.0.2118Problem:[security]: avoid double-freeSolution: Only fee plain_font, whenitis not the sameas bold_fontPatch 9.0.2119Problem: remove dead-condition in ex_class()Solution: remove the extra conditionPatch 9.0.2120Problem: un-used assignment in do_source_buffer_initSolution: RemoveitPatch 9.0.2121Problem:[security]: use-after-free in ex_substituteSolution: always allocate memoryPatch 9.0.2122Problem:[security]: prevent overflow in indentingSolution: use long long and remove cast to (int)Patch 9.0.2123Problem: Problem with initializing the length ofrange() listsSolution: Set length explicitly whenit shouldn't contain any itemsPatch 9.0.2124Problem: INT overflow logic can be simplifiedSolution: introduce trim_to_int() functionPatch 9.0.2125Problem: File info disappears immediately when'cmdheight' has just decreased due to switchingtabpage and'shortmess' doesn't contain 'o' or 'O'.Solution: Make sure msg_row isn't smaller than cmdline_row.Patch 9.0.2126Problem: Unused assignments when checking the value of'listchars'.Solution: Loop only once when just checking the value. Adda test to check that this change doesn't cause double-free.Patch 9.0.2127Problem: translation Makefiles can be improvedSolution: Modified and extended po-related Makefiles and related filesPatch 9.0.2128Problem: No runtime files for SWIGfiletypesSolution: Addsyntax andfiletype plugins for SWIG (Simplified WrapperInterface Generator) description files.Patch 9.0.2129Problem:[security]: use-after-free in call_dfunc()Solution: Refresh dfunc pointerPatch 9.0.2130Problem: someerrors with translation MakefilesSolution: fix issuesPatch 9.0.2131Problem: not all nushell files detectedSolution: use *.nu to detect nushell filesPatch 9.0.2132Problem: Duplicate Netbeans Error MessageSolution: Remove duplicate messagePatch 9.0.2133Problem: Cannot detect overstrike mode inCmdline modeSolution: Makemode() return "cr" for overstrikePatch 9.0.2134Problem: ml_get error whenscrolling after deleteSolution:mark topline to be validated in main_loop ifitis larger than currentbuffers linecountPatch 9.0.2135Problem: No test formode() when executingEx commandsSolution: Add some test cases and simplify several other test cases. Also adda few more test cases for ModeChanged.Patch 9.0.2136Problem: MSVCerrorformat can be improvedSolution: parse error type and column number in MSVCerrorformatPatch 9.0.2137Problem: Can't detect angular& mustachefiletypesSolution: Detect *.mustacheas Mustache filetype; detect *.component.htmlas html.angularfiletypePatch 9.0.2138Problem: Overflow logic requires long longSolution: Define vimlong_T data type to make life easier for portersPatch 9.0.2139Problem: html.angular ftis problematicSolution: partly revert v9.0.2137Patch 9.0.2140Problem:[security]: use-after-free in win-enterSolution: validatewindow pointer before calling win_enter()Patch 9.0.2141Problem:[security]: buffer-overflow in suggest_trie_walkSolution: Checkn before usingitasindex into bytes arrayPatch 9.0.2142Problem:[security]: stack-buffer-overflow in option callbackfunctionsSolution: pass size of errbuf down the call stack, use snprintf() instead of sprintf()Patch 9.0.2143Problem:[security]: buffer-overflow in ex_substituteSolution: clear memory after allocatingPatch 9.0.2144Problem: Text properties causes wrong line wrapping to be drawn.Solution: Find theindex of the last text property that inserts text.Patch 9.0.2145Problem: Wrongscrolling inInsert mode with'smoothscroll'at the bottom of the window.Solution: Don't use set_topline() when'smoothscroll'is set.Patch 9.0.2146Problem: text-property without typeerrors when joiningSolution:count all text-properties, with or without type before joining linesPatch 9.0.2147Problem: Type check tests fail without thechannel featureSolution: only run tests, when Vim was build with+channelPatch 9.0.2148Problem: Vim does not detect pacman.log fileSolution: Detect pacmanlogs and addsyntax highlightingPatch 9.0.2149Problem:[security]: use-after-free in exec_instructions()Solution: get tv pointer againPatch 9.0.2150Problem: Using int for errbuflen in option funcsSolution: Use size_t for errbuflen instring optionfunctionsPatch 9.0.2151Problem:'breakindent'is not drawn afterdiff filler lines.Solution: Correct check for whether'breakindent' should be drawn.Patch 9.0.2152Problem: Using type unknown for List/Dict containersSolution: Use'any' insteadPatch 9.0.2153Problem: no support to build on OpenVMSSolution: Add OpenVMS X86_64 platform portPatch 9.0.2154Problem: The options[] arrayis not sorted alphabetically.Solution: Sortit alphabetically. Adda test. Avoid unnecessary loop iterations in findoption().Patch 9.0.2155Problem: Vim9: type not kept when assigning varsSolution: When assigningaList oraDict value toa variable of type'any', keep the typePatch 9.0.2156Problem: Vim9: can usetypealias in an assignmentSolution: Generateerrors when class/typealias involved in the rhs of an assignmentPatch 9.0.2157Problem: Vim9: incorrectly parses:def funcdefinitionsSolution: check for more context when parsing function argsPatch 9.0.2158Problem:[security]: use-after-free in check_argument_typeSolution: Reset function type pointer when freeing the function typelistPatch 9.0.2159Problem:screenpos() may crash with neg. columnSolution: validate and correct columnPatch 9.0.2160Problem:instanceof() should use varargsas second argSolution: Modifyinstanceof() to use varargs instead oflistPatch 9.0.2161Problem: Vim9: not able to use imported interfaces and classesSolution: Detect imported class/interfaces names correctlyPatch 9.0.2162Problem: Vim9: type documentation out-datedSolution: Update documentation, fix typo in type alias definitionPatch 9.0.2163Problem: Vim9: type can be assigned to list/dictSolution: Prevent assigningatype toalist ordictPatch 9.0.2164Problem: Vim9: can use typea func arg/return valueSolution: Check if using typeas function argument or return valuePatch 9.0.2165Problem: Vim9: can simplify arg type checking codeSolution: Inf_argcheck array usearg_any, instead of NULLPatch 9.0.2166Problem: Memory leak in Configure Script when checkingGTKSolution: Free the allocated memoryPatch 9.0.2167Problem:Vim9-script object/class variable declarations usesyntax thatis inconsistent with the rest of the language.Solution: Use:var to declareobject andclass variables.Patch 9.0.2168Problem: Moving tabpages on:drop may cause an endless loopSolution: Disallow moving tabpages on:drop when cleaning up thearglist firstPatch 9.0.2169Problem: Vim9: builtin funcs may accepta non-valueSolution: Restrict builtinfunctions that accepttypePatch 9.0.2170Problem: Vim9: no support for const/final class/objects varsSolution: Support final and constobject andclassvariablesPatch 9.0.2171Problem: The options[] arrayis still not sorted alphabetically (after: v9.0.2154), causing test failuresSolution: Sort the remaining itemsPatch 9.0.2172Problem: Vim9: compiling:defer may failSolution: compile defer, when ctx_skipis not SKIP_YESPatch 9.0.2173Problem: Vim9: Vim crashes when compilinga for statement witha non-existing typeSolution: Error out when lhs_typeis notnullPatch 9.0.2174Problem: Vim9: segfault when assigning to typeSolution:do not clear typeval, add missing patch numberPatch 9.0.2175Problem: Compiler warning for uninitialized varSolution: initialize variable to NULLPatch 9.0.2176Problem: Compile error withMotif UI+ mouse support (after v9.0.1262)Solution: Use correct oldval option pointerPatch 9.0.2177Problem: Wrong cursor position when dragging out of window.Solution: Don't use ScreenCols[] when mouseis not in current window.Patch 9.0.2178Problem:reg_executing() returns wrong result in:normal with range when'showcmd'is set (after 8.2.4705).Solution: Reset "pending_end_reg_executing" when executinga register.Patch 9.0.2179Problem: nofiletype detection for execline scriptsSolution: Addfiletype detection for execlinePatch 9.0.2180Problem: POSIX function name in exarg struct causes issues on OpenVMSSolution: Rename getline member in exarg struct to ea_getline, removeisinf() workaround forVMSPatch 9.0.2181Problem: Vim9: missing errormessagesSolution: Add one more error messagePatch 9.0.2182Problem: Vim9: needa way to reserve future extensionSolution: reserve double underscore prefix for future use (Yegappan Lakshmanan)Patch 9.0.2183Problem: Maximum callback depthis not configurable.Solution: Revert patch 9.0.2103. Set'maxfuncdepth' in test. (zeertzjq)Patch 9.0.2184Problem: Vim9: inconsistent :type/:classmessagesSolution: Update the Messages (Ernie Rael)Patch 9.0.2185Problem: Coverity complains about not checking return value in compare_isn_not_values (after 9.0.2184)Solution: cast return value to "(void)" to make intention clearPatch 9.0.2186Problem: LTCG compile error on Win/ARM64 forwrite_chars()Solution: Explicitly initialise the storage to use data rather than BSS (Saleem Abdulrasool)Patch 9.0.2187Problem:Visual selection isn't drawn with'breakindent' when the line doesn't fit in thewindow (Jaehwang Jung)Solution: Adjust wlv->fromcol also for'breakindent' (zeertzjq)Patch 9.0.2188Problem: cursor wrong after{ in single line buffer (Edwin Chan)Solution:do not place the cursorat theend fora single line buffer when moving backwards (Gary Johnson)Patch 9.0.2189Problem: Wrong display when'breakindentopt' contains "sbr" and'showbreak' and'nobreakindent' are set.Solution: Always reset wlv->need_showbreak regardless of the values of'breakindent' and'showbreak',as they aren't checked when setting wlv->need_showbreak (zeertzjq)Patch 9.0.2190Problem: proto files need updateSolution: re-generate them==============================================================================VERSION 9.2version-9.2version9.2vim-9.2Thissectionis about improvements made between version 9.1 and 9.2andisa work in progress.Vim9 script-----------Add support for internal builtinfunctions withvim9 objects, seebuiltin-object-methodsEnum support forVim9script:enumSupport for protected _new()methodDiff mode---------Include the "linematch" algorithm for the'diffopt' setting. This alignschanges betweenbuffers on similar lines improving thediff highlighting inVimImprove thediff highlighting for changes withina line. Configurable usingthe "inline" sub option value for the'diffopt' setting, with "inline:simple"being added to the default "diffopt" value (but this does not change howdiffmode works).new-other-9.2Other new features------------------The newpackagespackage-comment,package-nohlsearch andpackage-hlyankare included.Support for Wayland UI.Support for the XDG Desktop Specificationxdg-base-dirSupport for translatingmessages in Vimscript plugins using thegettext()andbindtextdomain() functions.Support highlighting the matched text and the completion kind for insert-modecompletion and command-line completion inins-completion-menu, seecomplete-itemsSupport for theTuple data type in Vimscript andVim9 script.changed-9.2Changed-------Default values:- the default'history' option value has been increased to 200 and removed fromdefaults.vim- the default'backspace' option for Vim has been set to "indent,eol,start" and removed fromdefaults.vim- the default fontsize for theGTK builds of Vim (Windows and Unix) has been increased to 12pt to accomodate modern high-dpi monitors- the default value of the'keyprotocol' option has been updated and support for the ghosttyterminal emulator (using kitty protocol) has been addedCompletion:- allow to complete directories from'cdpath' for:cd and similar commands, add the "cd_in_path" completion type for e.g.:command-complete andgetcompletion()- allow to complete shell commands and files using the new shellcmdline completion type using:command-complete andgetcmdcomplpat()- allow to specify additional attributes in the completion menu (allows tomark deprecated attributes from LSP server)complete-items- the completedword and completion type are provided when handling theCompleteDoneautocommand in thev:event dictionary-complete_info() returns thelist of matches shown in the poppu menu via the "matches" key- New option value for'completeopt':"nosort"-do not sort completion results"preinsert"- highlight to be inserted values- handle multi-line completionas expected- improved commandline completion for the:hi command- New option value for'wildmode':"noselect"-do not auto select an entry in the wildmenuOptions:- the default for'commentstring' containswhitespace padding to have automatic comments look nicercomment-install-'completeopt'is nowaglobal-local option.-'nrformats' accepts the new "blank" suboption, to determinea signed or unsigned number based onwhitespace in front ofa minus sign.- add'cpoptions' flag "z"cpo-z, to disable some (traditional)vi behaviour/inconsistency (seed-special andcw).-'rulerformat' now supports thestl-%! item- use'smoothscroll' logic forCTRL-F/CTRL-B for pagewisescrolling andCTRL-D/CTRL-U for half-pagewisescrolling-'pummaxwidth' maximum width for the completionpopup menuEx commands:- allow to specifya priority when defininga new sign:sign-define-:bwipe also wipesjumplist andtagstack data- moving in the bufferlist using:bnext and similar commands, behavesas documented and skipshelpbuffers (if not run fromahelp buffer, else moves to the next/previoushelp buffer).-:keeppatterns preserves the last substitutepattern when used with:sFunctions:- provide information about function arguments using the get(func, "arity") functionget()-func-setqflist() andsetloclist() can optionally try to preserve the current selection in thequickfixlist with the "u" action.- allow to pass local Vimscriptvariables topython interpreterpy3eval()-getwininfo() now also returns the "leftcol" property forawindow-v:stacktrace The stack trace of the exception most recently caught and not finished- Add the optional{opts}Dict argument togetchar() to control: cursor behaviour, return type and whether or not to simplify the returned keyOthers:- the regex engines match correctly case-insensitivemulti-byte characters (and apply propercase folding)- the puttyterminalis detected using anTermResponseautocommand indefaults.vim and Vim switches toa dark background- thehelp-TOC packageis included to ease navigating the documentation.- an interactivetutorplugin has been includedvim-tutor-mode, can be started via:Tutor- improve thevimtutor and adda second chapter for more advancedtips- adddist#vim9#Launch() anddist#vim9#Open() to thevim-script-library and decoupleit fromnetrw- newdigraph "APPROACHES THE LIMIT" using ".="-CTRL-C always closes the activepopup-window.added-9.2Added-----Various syntax, indent and other plugins were added.Functions:base64_decode() decodea base64string intoablobbase64_encode() encodeablob intoa base64stringblob2str() convertablob intoaList of stringsbindtextdomain() set message lookup translation base pathdiff()diff twoLists of stringsfilecopy() copya file{from} to{to}foreach() apply function toList itemsgetcellpixels() getList ofterminal cell pixel sizegetcmdcomplpat() Shell command line completiongetcmdprompt() get prompt for input()/confirm()getregion() geta region of text froma buffergetregionpos() getalist of positions fora regiongetstacktrace() get current stack trace of Vim scriptsid() get unique identifier fora Dict, List, Object,Channel orBlob variablelist2tuple() turnaList of items intoaTuplematchbufline() all the matches ofapattern ina buffermatchstrlist() all the matches ofapattern inaList of stringsngettext() lookup single/plural message translationpopup_setbuf() switch toa different buffer inapopupstr2blob() convertaList of strings intoablobtest_null_tuple() returnanulltupletuple2list() turnaTuple of items intoaListAutocommands:CursorMovedC after the cursor was moved in the command-lineKeyInputPre before processing any key event in any modeSessionWritePost afterwriting the session file:mksessionTabClosedPre before closingatabpage.TermResponseAll after theterminal response tot_RV and othersisreceivedWinNewPre before creatinga newwindowHighlighting:hl-ComplMatchIns matched text of the currently inserted completionhl-DiffTextAdd added text withina changed linehl-MsgArea highlighting of theCommand-line andmessages areahl-PmenuMatch Popup menu: highlighting of matched texthl-PmenuMatchSel Popup menu: highlighting of matched text in selectedlineCommands:[r and]r to move the cursor to previous/next rarewordEx-Commands::iput like:put but adjust indent:pbuffer Edit buffer [N] from the bufferlist in the previewwindowOptions:'completefuzzycollect'Enable fuzzy collection of candiates for (some)ins-completion modes'completeitemalign'Order ofcomplete-items inInsert mode completionpopup'eventignorewin'autocommand events that are ignored inawindow'findfunc'Vim function to obtain the results fora:findcommand'messagesopt'configure:messages andhit-enter prompt'winfixbuf'Keep buffer focused inawindow'tabclose'Whichtab page to focus after closingatab page't_xo'Terminal uses XON/XOFF handshaking (e.g. vt420)'t_CF'Support for alternate font highlightingterminal code==============================================================================INCOMPATIBLE CHANGESincompatible-9.2Improved/DifferentMS-Windowsmapping supportw32-experimental-keycode-trans-strategy==============================================================================IMPROVEMENTSimprovements-9.2Support for command-line completion of'keymap' option values.Support for compiling all the methods inaVim9class using:defcompile.Support for Super key mappings inGTK using<D-Key>.Improved visual highlighting.Python3 support in OpenVMS.Support forfuzzy-matching duringins-completion with the "fuzzy"values of the'completeopt' settingThe environment variable$MYVIMDIRis set to the users personal runtimedirectory ($HOME/.vim or $HOME/.config/vim on Linux, $HOME/vimfileson Windows)==============================================================================COMPILE TIME CHANGEScompile-changes-9.2Support for building withRuby 3.3.Support for building Vim 9 inz/OS (MVS).Clean-up oldMS-Windows code.==============================================================================PATCHESpatches-9.2bug-fixes-9.2patches-after-9.1Thelist of patches that got included since 9.1.0. This includes all the newfeatures, but does not include runtime file changes (syntax, indent, ftplugin,documentation, etc.) vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:nofoldenable