summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.c
AgeCommit message (Expand)Author
2022-09-19patch 9.0.0506: line number argument for :badd does not workv9.0.0506Bram Moolenaar
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-09-14patch 9.0.0467: build failurev9.0.0467Bram Moolenaar
2022-09-13patch 9.0.0457: substitute prompt does not highlight an empty matchv9.0.0457Bram Moolenaar
2022-08-31patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar
2022-08-30patch 9.0.0332: overwrite check may block BufWriteCmdv9.0.0332zeertzjq
2022-08-29patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar
2022-08-29patch 9.0.0315: shell command is displayed in message windowv9.0.0315Bram Moolenaar
2022-08-25patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-08-05patch 9.0.0145: substitute that joins lines drops text propertiesv9.0.0145Bram Moolenaar
2022-07-30patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita
2022-07-26patch 9.0.0085: ":write" fails after ":file name" and the ":edit"v9.0.0085ii14
2022-07-07patch 9.0.0047: using freed memory with recursive substitutev9.0.0047Bram Moolenaar
2022-06-21patch 8.2.5146: memory leak when substitute expression nestsv8.2.5146Bram Moolenaar
2022-06-05patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis
2022-05-30patch 8.2.5046: vim_regsub() can overwrite the destinationv8.2.5046Bram Moolenaar
2022-05-27patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq
2022-05-18patch 8.2.4977: memory access error when substitute expression changes windowv8.2.4977Bram Moolenaar
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-04-14patch 8.2.4750: small pieces of dead codev8.2.4750=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-04-08patch 8.2.4711: when 'insermode' is set :edit from <Cmd> mapping misbehavesv8.2.4711zeertzjq
2022-04-03patch 8.2.4672: using :normal with Ex mode may make :substitute hangv8.2.4672Bram Moolenaar
2022-03-31patch 8.2.4653: "import autoload" does not check the file namev8.2.4653Bram Moolenaar
2022-03-22patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar
2022-03-05patch 8.2.4515: old subsitute syntax is still supportedv8.2.4515Bram Moolenaar
2022-03-04patch 8.2.4506: "pattern not found" for :global is not an error messagev8.2.4506Bram Moolenaar
2022-02-03patch 8.2.4288: preprocessor indents are inconsistentv8.2.4288K.Takata
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2022-01-29patch 8.2.4253: using freed memory when substitute with function callv8.2.4253Bram Moolenaar
2022-01-28patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-25patch 8.2.4215: illegal memory access when copying lines in Visual modev8.2.4215Bram Moolenaar
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-02patch 8.2.3986: error messages are spread outv8.2.3986Bram Moolenaar
2022-01-01patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-31patch 8.2.3955: error messages are spread outv8.2.3955Bram Moolenaar
2021-12-31patch 8.2.3952: first line not redrawn when adding lines to an empty bufferv8.2.3952zeertzjq
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-12-26patch 8.2.3907: error messages are spread outv8.2.3907Bram Moolenaar
2021-12-24patch 8.2.3883: crash when switching to other regexp engine failsv8.2.3883Bram Moolenaar
2021-11-29patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar
2021-10-20patch 8.2.3547: opening the quickfix window triggers BufWinEnter twicev8.2.3547Bram Moolenaar
2021-10-13patch 8.2.3505: Vim9: build failure without the +eval featurev8.2.3505Bram Moolenaar
2021-10-13patch 8.2.3503: Vim9: using g:pat:cmd is confusingv8.2.3503Bram Moolenaar
2021-09-04patch 8.2.3400: ":z!" is not supportedv8.2.3400Dominique Pelle
2021-08-21patch 8.2.3363: when :edit reuses the current buffer the alternate file is setv8.2.3363Bram Moolenaar
2021-08-05patch 8.2.3297: cannot use all commands inside a {} blockv8.2.3297Bram Moolenaar