summaryrefslogtreecommitdiff
path: root/src/ex_docmd.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2143: cannot see each command even when 'verbose' is setv8.1.2143Bram Moolenaar2019-10-121-17/+30
* patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar2019-09-211-1/+1
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-2/+0
* patch 8.1.1988: :startinsert! does not work the same way as "A"v8.1.1988Bram Moolenaar2019-09-051-7/+5
* patch 8.1.1979: code for handling file names is spread outv8.1.1979Bram Moolenaar2019-09-041-10/+0
* patch 8.1.1914: command line expansion code is spread outv8.1.1914Bram Moolenaar2019-08-231-858/+13
* patch 8.1.1908: every popup window consumes a buffer numberv8.1.1908Bram Moolenaar2019-08-211-2/+3
* patch 8.1.1905: cannot set all properties of the info popupv8.1.1905Bram Moolenaar2019-08-211-1/+1
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-24/+3
* patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar2019-08-181-2/+2
* patch 8.1.1870: using :pedit from a help file sets help filetypev8.1.1870Bram Moolenaar2019-08-171-3/+3
* patch 8.1.1869: code for the argument list is spread outv8.1.1869Bram Moolenaar2019-08-171-277/+0
* patch 8.1.1853: timers test is still flakyv8.1.1853Bram Moolenaar2019-08-161-5/+21
* patch 8.1.1851: crash when sound_playfile() callback plays soundv8.1.1851Bram Moolenaar2019-08-151-2/+6
* patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar2019-08-061-7/+1
* patch 8.1.1822: confusing error message when range is not allowedv8.1.1822Bram Moolenaar2019-08-061-8/+17
* patch 8.1.1819: :pedit does not work with a popup preview windowv8.1.1819Bram Moolenaar2019-08-051-1/+10
* patch 8.1.1808: build failure for tiny versionv8.1.1808Bram Moolenaar2019-08-041-38/+30
* patch 8.1.1785: map functionality mixed with character inputv8.1.1785Bram Moolenaar2019-08-011-80/+0
* patch 8.1.1767: FEAT_SESSION defined separatelyv8.1.1767Bram Moolenaar2019-07-281-3/+1
* patch 8.1.1766: code for writing session file is spread outv8.1.1766Bram Moolenaar2019-07-281-1238/+2
* patch 8.1.1746: ":dl" is seen as ":dlist" instead of ":delete"v8.1.1746Bram Moolenaar2019-07-241-1/+1
* patch 8.1.1742: still some match functions in evalfunc.cv8.1.1742Bram Moolenaar2019-07-241-71/+0
* patch 8.1.1727: code for viminfo support is spread outv8.1.1727Bram Moolenaar2019-07-211-28/+1
* patch 8.1.1714: cannot preview a file in a popup windowv8.1.1714Bram Moolenaar2019-07-181-1/+6
* patch 8.1.1667: flags for Ex commands may clash with other symbolsv8.1.1667Bram Moolenaar2019-07-121-50/+51
* patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar2019-06-251-16/+16
* patch 8.1.1555: NOT_IN_POPUP_WINDOW is confusingv8.1.1555Bram Moolenaar2019-06-161-5/+5
* patch 8.1.1547: functionality of bt_nofile() is confusingv8.1.1547Bram Moolenaar2019-06-151-3/+3
* patch 8.1.1540: cannot build without the +eval featurev8.1.1540Bram Moolenaar2019-06-151-0/+2
* patch 8.1.1438: some commands cause trouble in a popup windowv8.1.1438Bram Moolenaar2019-06-011-0/+11
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-2/+2
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-2/+2
* patch 8.1.1392: build failure in tiny versionv8.1.1392Bram Moolenaar2019-05-251-0/+3
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-6/+6
* patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar2019-05-231-1/+1
* patch 8.1.1307: cannot reconnect to the X server after it restartedv8.1.1307Bram Moolenaar2019-05-091-0/+3
* patch 8.1.1291: not easy to change directory and restorev8.1.1291Bram Moolenaar2019-05-071-78/+102
* patch 8.1.1261: no error for quickfix commands with negative rangev8.1.1261Bram Moolenaar2019-05-041-9/+58
* patch 8.1.1256: cannot navigate through errors relative to the cursorv8.1.1256Bram Moolenaar2019-05-031-0/+1
* patch 8.1.1243: compiler warnings for incomplete switch statementv8.1.1243Bram Moolenaar2019-05-011-14/+14
* patch 8.1.1241: Ex command info contains confusing informationv8.1.1241Bram Moolenaar2019-05-011-14/+40
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-7/+12
* patch 8.1.1218: cannot set a directory for a tab pagev8.1.1218Bram Moolenaar2019-04-271-10/+44
* patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar2019-04-271-1682/+23
* patch 8.1.1204: output of :command with address completion is not nicev8.1.1204Bram Moolenaar2019-04-251-14/+15
* patch 8.1.1201: output of :command is hard to readv8.1.1201Bram Moolenaar2019-04-241-26/+49
* patch 8.1.1136: decoding of mouse click escape sequence is not testedv8.1.1136Bram Moolenaar2019-04-071-1/+4
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-2/+0
* patch 8.1.1077: reg_executing() is reset by calling input()v8.1.1077Bram Moolenaar2019-03-301-0/+2