summaryrefslogtreecommitdiff
path: root/src/ex_cmds.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3197: error messages are spread outv8.2.3197Bram Moolenaar2021-07-211-1/+1
* patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar2021-07-201-5/+5
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-6/+6
* patch 8.2.3033: no error when using alpha delimiter with :globalv8.2.3033Bram Moolenaar2021-06-211-4/+17
* patch 8.2.2955: Vim9: using filter in compiled command does not workv8.2.2955Bram Moolenaar2021-06-061-0/+24
* patch 8.2.2856: get readonly error for device that can't be written tov8.2.2856Bram Moolenaar2021-05-151-1/+18
* patch 8.2.2813: cannot grep using fuzzy matchingv8.2.2813Yegappan Lakshmanan2021-04-261-2/+4
* patch 8.2.2784: Vim9: cannot use \=expr in :substitutev8.2.2784Bram Moolenaar2021-04-191-12/+24
* patch 8.2.2732: prompt for s///c in Ex mode can be wrongv8.2.2732Bram Moolenaar2021-04-071-0/+1
* patch 8.2.2472: crash when using command line window in an autocommandv8.2.2472Bram Moolenaar2021-02-061-3/+8
* patch 8.2.2464: using freed memory if window closed in autocommandv8.2.2464Bram Moolenaar2021-02-031-1/+3
* patch 8.2.2433: opening cmdline window gives error in BufLeave autocommandv8.2.2433Bram Moolenaar2021-01-301-0/+9
* patch 8.2.2425: cursor on invalid line with range and :substitutev8.2.2425Bram Moolenaar2021-01-281-0/+2
* patch 8.2.2361: Vim9: no highlight for "s///gc" when using 'opfunc'v8.2.2361Bram Moolenaar2021-01-161-0/+5
* patch 8.2.2354: crash with a weird combination of autocommandsv8.2.2354Bram Moolenaar2021-01-151-1/+11
* patch 8.2.2307: a shell command in the vimrc causes terminal outputv8.2.2307Bram Moolenaar2021-01-071-5/+1
* patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar2021-01-041-2/+2
* patch 8.2.2231: when "--remote file" is used "file" is not reloadedv8.2.2231Bram Moolenaar2020-12-271-0/+9
* patch 8.2.2183: Vim9: value of 'edcompatible' and 'gdefault' are usedv8.2.2183Bram Moolenaar2020-12-211-0/+9
* patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar2020-12-211-6/+7
* patch 8.2.2160: various typosv8.2.2160Bram Moolenaar2020-12-181-1/+1
* patch 8.2.2052: Vim9: "edit +4 fname" gives an errorv8.2.2052Bram Moolenaar2020-11-251-1/+1
* patch 8.2.1967: the session file does not restore the alternate filev8.2.1967Bram Moolenaar2020-11-071-7/+12
* patch 8.2.1954: Vim9: not all command modifiers are testedv8.2.1954Bram Moolenaar2020-11-041-0/+10
* patch 8.2.1933: cannot sort using locale orderingv8.2.1933Bram Moolenaar2020-11-011-6/+13
* patch 8.2.1904: still using default option values after using ":badd +1"v8.2.1904Bram Moolenaar2020-10-251-1/+4
* patch 8.2.1902: default option values changed with :badd for existing bufferv8.2.1902Bram Moolenaar2020-10-251-1/+3
* patch 8.2.1899: crash in out-of-memory situationv8.2.1899Bram Moolenaar2020-10-241-0/+3
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-26/+29
* patch 8.2.1842: crash when USE_FNAME_CASE is defined and using :browsev8.2.1842Bram Moolenaar2020-10-131-1/+2
* patch 8.2.1801: undo file not found when using ":args" or ":next"v8.2.1801Bram Moolenaar2020-10-041-2/+5
* patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar2020-08-151-2/+2
* patch 8.2.1436: function implementing :substitute has unexpected namev8.2.1436Bram Moolenaar2020-08-121-1/+1
* patch 8.2.1309: build failure with tiny versionv8.2.1309Bram Moolenaar2020-07-281-2/+4
* patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exitv8.2.1308Bram Moolenaar2020-07-281-0/+6
* patch 8.2.1281: the "trailing characters" error can be hard to understandv8.2.1281Bram Moolenaar2020-07-231-1/+1
* patch 8.2.1262: src/ex_cmds.c file is too bigv8.2.1262Bram Moolenaar2020-07-211-1274/+0
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-1/+1
* patch 8.2.0943: displaying ^M or ^J depends on current bufferv8.2.0943Bram Moolenaar2020-06-101-2/+2
* patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar2020-05-301-5/+5
* patch 8.2.0834: :drop command in terminal popup causes problemsv8.2.0834Bram Moolenaar2020-05-271-0/+3
* patch 8.2.0747: cannot forcefully close all popupsv8.2.0747Bram Moolenaar2020-05-131-0/+5
* patch 8.2.0745: crash on exit when not all popups are closedv8.2.0745Bram Moolenaar2020-05-121-5/+0
* patch 8.2.0743: can move to another buffer from a terminal in popup windowv8.2.0743Bram Moolenaar2020-05-121-0/+5
* patch 8.2.0612: Vim9: no check for space before #commentv8.2.0612Bram Moolenaar2020-04-201-5/+2
* patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar2020-04-021-4/+4
* patch 8.2.0403: when 'buftype' is "nofile" there is no overwrite checkv8.2.0403Bram Moolenaar2020-03-191-5/+2
* patch 8.2.0272: ":helptags ALL" gives error for some directoriesv8.2.0272Bram Moolenaar2020-02-171-7/+10
* patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar2020-02-141-14/+0
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1