summaryrefslogtreecommitdiff
path: root/src/ex_cmds.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1538: :wqall does not trigger ExitPrev9.0.1538Bram Moolenaar2023-05-101-0/+4
* patch 9.0.1479: small source file problems; outdated list of distrib. filesv9.0.1479Bram Moolenaar2023-04-221-1/+2
* patch 9.0.1380: CTRL-X on 2**64 subtracts twov9.0.1380Bram Moolenaar2023-03-041-2/+2
* patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan2023-02-201-1/+1
* patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar2023-01-221-2/+4
* patch 9.0.1166: code is indented more than necessaryv9.0.1166Yegappan Lakshmanan2023-01-091-48/+48
* patch 9.0.1115: code is indented more than neededv9.0.1115Yegappan Lakshmanan2022-12-301-76/+76
* patch 9.0.1092: search error message doesn't show used patternv9.0.1092Rob Pilling2022-12-231-10/+11
* patch 9.0.0864: crash when using "!!" without a previous shell commandv9.0.0864Bram Moolenaar2022-11-121-2/+21
* patch 9.0.0845: shell command with just space gives strange errorv9.0.0845shane.xb.qian2022-11-081-3/+5
* patch 9.0.0820: memory leak with empty shell commandv9.0.0820Bram Moolenaar2022-10-291-1/+6
* patch 9.0.0817v9.0.0817v9.0.0816Bram Moolenaar2022-10-221-2/+0
* patch 9.0.0815v9.0.0815Martin Tournoij2022-10-221-8/+6
* patch 9.0.0785: memory leak with empty shell commandv9.0.0785Bram Moolenaar2022-10-171-0/+3
* patch 9.0.0783: ":!" doesn't do anything but does update the previous commandv9.0.0783Bram Moolenaar2022-10-171-0/+5
* patch 9.0.0751: 'scrolloff' does not work well with 'smoothscroll'v9.0.0751Bram Moolenaar2022-10-141-1/+1
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-4/+1
* patch 9.0.0648: when using powershell input redirection does not workv9.0.0648Yegappan Lakshmanan2022-10-031-49/+77
* patch 9.0.0506: line number argument for :badd does not workv9.0.0506Bram Moolenaar2022-09-191-2/+7
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-20/+2
* patch 9.0.0467: build failurev9.0.0467Bram Moolenaar2022-09-141-1/+2
* patch 9.0.0457: substitute prompt does not highlight an empty matchv9.0.0457Bram Moolenaar2022-09-131-0/+4
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-14/+0
* patch 9.0.0332: overwrite check may block BufWriteCmdv9.0.0332zeertzjq2022-08-301-4/+9
* patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar2022-08-291-2/+3
* patch 9.0.0315: shell command is displayed in message windowv9.0.0315Bram Moolenaar2022-08-291-0/+1
* patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar2022-08-251-11/+2
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-5/+5
* patch 9.0.0145: substitute that joins lines drops text propertiesv9.0.0145Bram Moolenaar2022-08-051-2/+64
* patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita2022-07-301-0/+13
* patch 9.0.0085: ":write" fails after ":file name" and the ":edit"v9.0.0085ii142022-07-261-0/+5
* patch 9.0.0047: using freed memory with recursive substitutev9.0.0047Bram Moolenaar2022-07-071-1/+10
* patch 8.2.5146: memory leak when substitute expression nestsv8.2.5146Bram Moolenaar2022-06-211-4/+6
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-5/+5
* patch 8.2.5046: vim_regsub() can overwrite the destinationv8.2.5046Bram Moolenaar2022-05-301-2/+6
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-4/+4
* patch 8.2.4977: memory access error when substitute expression changes windowv8.2.4977Bram Moolenaar2022-05-181-0/+11
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-1/+1
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-9/+9
* patch 8.2.4750: small pieces of dead codev8.2.4750=?UTF-8?q?Dundar=20G=C3=B6c?=2022-04-141-2/+1
* patch 8.2.4711: when 'insermode' is set :edit from <Cmd> mapping misbehavesv8.2.4711zeertzjq2022-04-081-1/+1
* patch 8.2.4672: using :normal with Ex mode may make :substitute hangv8.2.4672Bram Moolenaar2022-04-031-0/+5
* patch 8.2.4653: "import autoload" does not check the file namev8.2.4653Bram Moolenaar2022-03-311-1/+1
* patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar2022-03-221-2/+1
* patch 8.2.4515: old subsitute syntax is still supportedv8.2.4515Bram Moolenaar2022-03-051-0/+5
* patch 8.2.4506: "pattern not found" for :global is not an error messagev8.2.4506Bram Moolenaar2022-03-041-2/+12
* patch 8.2.4288: preprocessor indents are inconsistentv8.2.4288K.Takata2022-02-031-2/+2
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-8/+2
* patch 8.2.4253: using freed memory when substitute with function callv8.2.4253Bram Moolenaar2022-01-291-4/+15
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-1/+1