summaryrefslogtreecommitdiffstats
path: root/src/proto/ex_docmd.pro
AgeCommit message (Expand)Author
2023-10-14patch 9.0.2025: no cmdline completion for ++opt argsv9.0.2025Yee Cheng Chin
2023-05-10patch 9.0.1538: :wqall does not trigger ExitPrev9.0.1538Bram Moolenaar
2022-09-01patch 9.0.0350: :echowindow does not work in a compiled functionv9.0.0350Bram Moolenaar
2022-05-26patch 8.2.5026: Vim9: a few lines not covered by testsv8.2.5026Bram Moolenaar
2022-04-28patch 8.2.4841: empty string considered an error for expand()v8.2.4841Bram Moolenaar
2022-03-23patch 8.2.4615: mapping with escaped bar does not work in :def functionv8.2.4615Bram Moolenaar
2022-02-09patch 8.2.4335: no autocommand event triggered before changing directoryv8.2.4335Bram Moolenaar
2021-12-29patch 8.2.3941: SIGTSTP is not handledv8.2.3941dbivolaru
2021-12-01patch 8.2.3716: Vim9: range without a command is not compiledv8.2.3716Bram Moolenaar
2021-08-10patch 8.2.3324: Vim9: Cannot use :silent with :endwhilev8.2.3324Bram Moolenaar
2021-08-09patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan
2021-08-05patch 8.2.3297: cannot use all commands inside a {} blockv8.2.3297Bram Moolenaar
2021-08-01patch 8.2.3271: Vim9: cannot use :command or :au with block in :def functionv8.2.3271Bram Moolenaar
2021-07-31patch 8.2.3259: when 'indentexpr' causes an error did_throw may hangv8.2.3259Bram Moolenaar
2021-05-29patch 8.2.2898: QuitPre and ExitPre not triggered when GUI window is closedv8.2.2898Bram Moolenaar
2021-03-25patch 8.2.2652: Vim9: can use command modifier without an effectv8.2.2652Bram Moolenaar
2021-03-14patch 8.2.2603: Vim9: no effect if user command is also a functionv8.2.2603Bram Moolenaar
2021-02-17patch 8.2.2525: Vim9: only local variables checked for a namev8.2.2525Bram Moolenaar
2021-01-16patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366Bram Moolenaar
2020-12-12patch 8.2.2131: Vim9: crash when lambda uses same var as assignmentv8.2.2131Bram Moolenaar
2020-11-25patch 8.2.2052: Vim9: "edit +4 fname" gives an errorv8.2.2052Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-10-24patch 8.2.1897: command modifiers are saved and set inconsistentlyv8.2.1897Bram Moolenaar
2020-09-14patch 8.2.1679: Vim9: ":*" is not recognized as a rangev8.2.1679Bram Moolenaar
2020-08-23patch 8.2.1518: Vim9: cannot assign to local optionv8.2.1518Bram Moolenaar
2020-08-20patch 8.2.1491: Vim9: crash when compiling heredoc lines start with commentv8.2.1491Bram Moolenaar
2020-07-23patch 8.2.1280: Ex command error cannot contain an argumentv8.2.1280Bram Moolenaar
2020-07-17patch 8.2.1229: build error without the eval featurev8.2.1229Bram Moolenaar
2020-07-17patch 8.2.1227: Vim9: allowing both quoted and # comments is confusingv8.2.1227Bram Moolenaar
2020-07-05patch 8.2.1137: Vim9: modifiers not cleared after compiling functionv8.2.1137Bram Moolenaar
2020-06-28patch 8.2.1079: Vim9: no line break allowed in a while loopv8.2.1079Bram Moolenaar
2020-05-01patch 8.2.0675: Vim9: no support for closuresv8.2.0675Bram Moolenaar
2020-04-16patch 8.2.0585: Vim9: # comment not recognized after :vim9scriptv8.2.0585Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2019-10-20patch 8.1.2195: Vim does not exit when the terminal window is last windowv8.1.2195Bram Moolenaar
2019-08-23patch 8.1.1914: command line expansion code is spread outv8.1.1914Bram Moolenaar
2019-08-17patch 8.1.1869: code for the argument list is spread outv8.1.1869Bram Moolenaar
2019-06-25patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar
2019-05-07patch 8.1.1291: not easy to change directory and restorev8.1.1291Bram Moolenaar
2019-04-27patch 8.1.1218: cannot set a directory for a tab pagev8.1.1218Bram Moolenaar
2019-04-27patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2018-10-02patch 8.1.0447: GUI scrollbar test fails with Athena and Motifv8.1.0447Bram Moolenaar
2018-09-15patch 8.1.0392: error while typing :/foo/s// with 'incsearch' enabledv8.1.0392Bram Moolenaar
2018-08-15patch 8.1.0288: quickfix code uses cmdidx too oftenv8.1.0288Bram Moolenaar
2018-08-14patch 8.1.0282: 'incsearch' does not work with command modifiersv8.1.0282Bram Moolenaar
2018-08-14patch 8.1.0281: parsing command modifiers is not separatedv8.1.0281Bram Moolenaar
2018-08-10patch 8.1.0266: parsing Ex address range is not a separate functionv8.1.0266Bram Moolenaar
2018-07-29patch 8.1.0228: dropping files is ignored while Vim is busyv8.1.0228Bram Moolenaar
2018-05-08patch 8.0.1804: using :normal in terminal window causes problemsv8.0.1804Bram Moolenaar