summaryrefslogtreecommitdiff
path: root/src/ex_cmds.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.0049: command line completion not fully testedv8.2.0049Bram Moolenaar2019-12-271-1/+9
* patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar2019-12-141-1/+1
* patch 8.1.2379: using old C style commentsv8.1.2379Bram Moolenaar2019-12-011-605/+600
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-011-1/+1
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-9/+9
* patch 8.1.2361: MS-Windows: test failures related to VIMDLLv8.1.2361Bram Moolenaar2019-11-291-3/+11
* patch 8.1.2302: :lockmarks does not work for '[ and ']v8.1.2302Bram Moolenaar2019-11-161-19/+49
* patch 8.1.2277: terminal window is not updated when info popup changesv8.1.2277Bram Moolenaar2019-11-091-0/+3
* patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor()v8.1.2273Bram Moolenaar2019-11-091-1/+1
* patch 8.1.2236: ml_get error if pattern matches beyond last linev8.1.2236Bram Moolenaar2019-10-311-0/+5
* patch 8.1.2217: compiler warning for unused variablev8.1.2217Bram Moolenaar2019-10-261-1/+1
* patch 8.1.2216: text property in wrong place after :substitutev8.1.2216Bram Moolenaar2019-10-251-4/+10
* patch 8.1.2198: crash when using :center in autocommandv8.1.2198Bram Moolenaar2019-10-211-4/+9
* patch 8.1.2192: cannot easily fill the info popup asynchronouslyv8.1.2192Bram Moolenaar2019-10-201-5/+12
* patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar2019-10-091-215/+0
* patch 8.1.2113: ":help expr-!~?" only works after searchingv8.1.2113Bram Moolenaar2019-10-051-3/+13
* patch 8.1.2105: MS-Windows: system() may crashv8.1.2105Bram Moolenaar2019-10-011-20/+22
* patch 8.1.2092: MS-Windows: redirect in system() does not workv8.1.2092Bram Moolenaar2019-09-281-12/+23
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-5/+1
* patch 8.1.1905: cannot set all properties of the info popupv8.1.1905Bram Moolenaar2019-08-211-1/+2
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-2/+0