summaryrefslogtreecommitdiff
path: root/src/ex_docmd.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0473: fullcommand() only works for the current script versionv9.0.0473Bram Moolenaar2022-09-151-7/+23
* patch 9.0.0444: trying to declare g:variable gives confusing errorv9.0.0444Bram Moolenaar2022-09-111-2/+2
* patch 9.0.0423: "for" and "while" not recognized after :vim9cmd and :legacyv9.0.0423Bram Moolenaar2022-09-091-1/+4
* patch 9.0.0360: crash when invalid line number on :for is ignoredv9.0.0360Bram Moolenaar2022-09-021-1/+1
* patch 9.0.0350: :echowindow does not work in a compiled functionv9.0.0350Bram Moolenaar2022-09-011-2/+11
* patch 9.0.0346: :horizontal modifier not fully supportedv9.0.0346zeertzjq2022-09-011-0/+1
* patch 9.0.0342: ":wincmd =" equalizes in two directionsv9.0.0342Bram Moolenaar2022-08-311-1/+6
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-8/+3
* patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar2022-08-291-2/+2
* patch 9.0.0307: :echomsg doesn't work properly with cmdheight=0v9.0.0307Bram Moolenaar2022-08-281-3/+8
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-251-16/+1
* patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar2022-08-251-2/+0
* patch 9.0.0245: mechanism to prevent recursive screen updating is incompletev9.0.0245Bram Moolenaar2022-08-221-1/+1
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-9/+9
* patch 9.0.0159: cannot build with small featuresv9.0.0159Bram Moolenaar2022-08-061-0/+2
* patch 9.0.0156: giving E1170 only in an expression is confusingv9.0.0156Bram Moolenaar2022-08-061-2/+8
* patch 9.0.0044: typos in comments, wrapping linesv9.0.0044Bram Moolenaar2022-07-061-1/+1
* patch 9.0.0025: accessing beyond allocated memory with the cmdline windowv9.0.0025Bram Moolenaar2022-07-021-2/+4
* patch 8.2.5150: read past the end of the first line with ":0;'{"v8.2.5150Bram Moolenaar2022-06-221-1/+4
* patch 8.2.5126: substitute may overrun destination bufferv8.2.5126Bram Moolenaar2022-06-181-3/+4
* patch 8.2.5093: error message for unknown command may have the command twicev8.2.5093Bram Moolenaar2022-06-141-1/+3
* patch 8.2.5092: using "'<,'>" in Ex mode may compare unrelated pointersv8.2.5092Bram Moolenaar2022-06-141-11/+16
* patch 8.2.5088: value of cmod_verbose is a bit complicated to usev8.2.5088zeertzjq2022-06-141-7/+6
* patch 8.2.5079: DirChanged autocommand may use freed memoryv8.2.5079Bram Moolenaar2022-06-121-1/+3
* patch 8.2.5063: error for a command may go over the end of IObuffv8.2.5063Bram Moolenaar2022-06-061-2/+10
* patch 8.2.5037: cursor position may be invalid after "0;" rangev8.2.5037Bram Moolenaar2022-05-281-7/+17
* patch 8.2.5027: error for missing :endif when an exception was thrownv8.2.5027Bram Moolenaar2022-05-271-1/+2
* patch 8.2.5026: Vim9: a few lines not covered by testsv8.2.5026Bram Moolenaar2022-05-261-0/+19
* patch 8.2.4971: Vim9: interpolated string seen as rangev8.2.4971Bram Moolenaar2022-05-171-3/+8
* 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-3/+3
* patch 8.2.4895: buffer overflow with invalid command with composing charsv8.2.4895Bram Moolenaar2022-05-061-1/+3
* patch 8.2.4886: Vim9: redir in skipped block seen as assignmentv8.2.4886Bram Moolenaar2022-05-061-1/+3
* patch 8.2.4842: expand("%:p") is not empty when there is no buffer namev8.2.4842Bram Moolenaar2022-04-281-5/+8
* patch 8.2.4841: empty string considered an error for expand()v8.2.4841Bram Moolenaar2022-04-281-4/+5
* patch 8.2.4789: cursor pos wrong when using :redraw while editing the cmdlinev8.2.4789Bram Moolenaar2022-04-191-0/+4
* patch 8.2.4763: using invalid pointer with "V:" in Ex modev8.2.4763Bram Moolenaar2022-04-161-5/+24
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-10/+15
* patch 8.2.4741: startup test failsv8.2.4741Bram Moolenaar2022-04-121-2/+7
* patch 8.2.4726: cannot use expand() to get the script namev8.2.4726LemonBoy2022-04-091-6/+22
* patch 8.2.4723: the ModeChanged autocmd event is inefficientv8.2.4723LemonBoy2022-04-091-1/+1
* patch 8.2.4709: after :redraw the statusline highlight might be usedv8.2.4709Bram Moolenaar2022-04-071-0/+3
* patch 8.2.4705: jump list marker disappearsv8.2.4705zeertzjq2022-04-071-0/+4
* patch 8.2.4682: Vim9: can use :unlockvar for const variablev8.2.4682Bram Moolenaar2022-04-041-1/+0
* patch 8.2.4653: "import autoload" does not check the file namev8.2.4653Bram Moolenaar2022-03-311-1/+1
* patch 8.2.4637: warning for using uninitialized variablev8.2.4637Bram Moolenaar2022-03-271-1/+1
* patch 8.2.4636: not using Visual rangev8.2.4636Bram Moolenaar2022-03-271-9/+15
* patch 8.2.4633: Visual range does not work before command modifiersv8.2.4633Bram Moolenaar2022-03-271-4/+26
* patch 8.2.4623: Coverity warns for using uninitialized fieldv8.2.4623Bram Moolenaar2022-03-251-0/+1
* patch 8.2.4620: two letter substitute commands don't workv8.2.4620Bram Moolenaar2022-03-241-1/+1