summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
AgeCommit message (Expand)Author
2024-05-20patch 9.1.0426: too many strlen() calls in search.cv9.1.0426John Marriott
2024-04-18patch 9.1.0352: Finding cmd modifiers and cmdline-specials is inefficientv9.1.0352John Marriott
2024-03-31patch 9.1.0231: Filetype may be undetected when SwapExists sets ft in other bufv9.1.0231zeertzjq
2024-03-26patch 9.1.0208: winfixbuf does not allow to re-edit current bufferv9.1.0208Colin Kennedy
2024-03-25patch 9.1.0205: Cannot use modifiers before :-Ntabmovev9.1.0205zeertzjq
2024-03-03patch 9.1.0147: Cannot keep a buffer focused in a windowv9.1.0147Colin Kennedy
2024-01-04patch 9.1.0006: is*() and to*() function may be unsafev9.1.0006Keith Thompson
2023-12-19patch 9.0.2180: POSIX function name in exarg causes issuesv9.0.2180Zoltan Arpadffy
2023-11-16patch 9.0.2110: [security]: overflow in ex address parsingv9.0.2110Christian Brabandt
2023-10-17patch 9.0.2037: A few remaining cmdline completion issues with C-E/Yv9.0.2037Yee Cheng Chin
2023-10-14patch 9.0.2025: no cmdline completion for ++opt argsv9.0.2025Yee Cheng Chin
2023-09-05patch 9.0.1876: Vim9: parsing commands with newlines wrongv9.0.1876Christian Brabandt
2023-09-02patch 9.0.1846: [security] crash in fullcommandv9.0.1846Christian Brabandt
2023-08-27patch 9.0.1806: Vim9: bogus error on exportv9.0.1806LemonBoy
2023-06-25patch 9.0.1665: empty CmdlineEnter autocommand causes errors in Ex modev9.0.1665Christian Brabandt
2023-05-31patch 9.0.1594: some internal error messages are translatedv9.0.1594RestorerZ
2023-05-24patch 9.0.1576: users may not know what to do with an internal errorv9.0.1576Bram Moolenaar
2023-05-20patch 9.0.1571: RedrawingDisabled not used consistentlyv9.0.1571Bram Moolenaar
2023-05-10patch 9.0.1538: :wqall does not trigger ExitPrev9.0.1538Bram Moolenaar
2023-05-05patch 9.0.1510: misleading variable name for error messagev9.0.1510Bram Moolenaar
2023-04-15patch 9.0.1454: code indenting is confused by macrosv9.0.1454ichizok
2023-03-12patch 9.0.1403: unused variables and functionsv9.0.1403Dominique Pelle
2023-03-11patch 9.0.1400: find_file_in_path() is not reentrantv9.0.1400Bram Moolenaar
2023-02-21patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan
2023-02-20patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan
2023-01-17patch 9.0.1215: using isalpha() adds dependency on current localev9.0.1215zeertzjq
2023-01-05patch 9.0.1150: :interface is not implemented yetv9.0.1150Bram Moolenaar
2023-01-02patch 9.0.1132: code is indented more than neededv9.0.1132Yegappan Lakshmanan
2022-12-30patch 9.0.1115: code is indented more than neededv9.0.1115Yegappan Lakshmanan
2022-12-04patch 9.0.1001: classes are not documented or implemented yetv9.0.1001Bram Moolenaar
2022-11-28patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar
2022-11-19patch 9.0.0909: error message for layout change does not match actionv9.0.0909Bram Moolenaar
2022-11-19patch 9.0.0907: restoring window after WinScrolled may failv9.0.0907Bram Moolenaar
2022-11-11patch 9.0.0861: solution for "!!sort" in closed fold is not optimalv9.0.0861Bram Moolenaar
2022-11-11patch 9.0.0859: compiler warning for unused variablev9.0.0859Bram Moolenaar
2022-11-11patch 9.0.0858: "!!sort" in a closed fold sorts too many linesv9.0.0858Bram Moolenaar
2022-10-09patch 9.0.0708: :confirm does not work properly for a terminal bufferv9.0.0708Yee Cheng Chin
2022-10-07patch 9.0.0688: debugger does not display the whole commandv9.0.0688Bram Moolenaar
2022-10-07patch 9.0.0687: "export def" does not work in a nested blockv9.0.0687Bram Moolenaar
2022-10-04patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij
2022-10-02patch 9.0.0637: syntax of commands in Vim9 script depends on +eval featurev9.0.0637Bram Moolenaar
2022-10-01patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar
2022-09-22patch 9.0.0550: crash when closing a tabpage and buffer is NULLv9.0.0550zeertzjq
2022-09-20patch 9.0.0517: when at the command line :redrawstatus does not work wellv9.0.0517zeertzjq
2022-09-20patch 9.0.0512: cannot redraw the status lines when editing a commandv9.0.0512zeertzjq
2022-09-19patch 9.0.0507: cmdline cleared when using :redrawstatus in CmdlineChangedv9.0.0507Bram Moolenaar
2022-09-15patch 9.0.0473: fullcommand() only works for the current script versionv9.0.0473Bram Moolenaar
2022-09-11patch 9.0.0444: trying to declare g:variable gives confusing errorv9.0.0444Bram Moolenaar
2022-09-09patch 9.0.0423: "for" and "while" not recognized after :vim9cmd and :legacyv9.0.0423Bram Moolenaar
2022-09-02patch 9.0.0360: crash when invalid line number on :for is ignoredv9.0.0360Bram Moolenaar