summaryrefslogtreecommitdiff
path: root/src/ex_docmd.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1663: cannot build without multi-byte featurev8.0.1663Bram Moolenaar2018-04-051-0/+2
* patch 8.0.1660: the terminal API "drop" command doesn't support optionsv8.0.1660Bram Moolenaar2018-04-041-8/+14
* patch 8.0.1650: too many #ifdefsv8.0.1650Bram Moolenaar2018-03-291-31/+0
* patch 8.0.1649: no completion for argument list commandsv8.0.1649Bram Moolenaar2018-03-291-0/+8
* patch 8.0.1595: no autocommand triggered before exitingv8.0.1595Bram Moolenaar2018-03-111-15/+35
* patch 8.0.1592: terminal windows in a session are not properly restoredv8.0.1592Bram Moolenaar2018-03-091-5/+24
* patch 8.0.1570: can't use :popup for a menu in the terminalv8.0.1570Bram Moolenaar2018-03-051-3/+14
* patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar2018-03-041-6/+2
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-82/+28
* patch 8.0.1518: error messages suppressed after ":silent! try"v8.0.1518Bram Moolenaar2018-02-131-1/+11
* patch 8.0.1508: the :drop command is not always availablev8.0.1508Bram Moolenaar2018-02-121-3/+0
* patch 8.0.1505: debugger can't break on a conditionv8.0.1505Bram Moolenaar2018-02-111-0/+7
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-17/+8
* patch 8.0.1485: weird autocmd may cause arglist to be changed recursivelyv8.0.1485Bram Moolenaar2018-02-091-0/+12
* patch 8.0.1459: cannot handle change of directoryv8.0.1459Bram Moolenaar2018-02-031-2/+10
* patch 8.0.1416: crash when searching for a sentencev8.0.1416Bram Moolenaar2017-12-191-2/+3
* patch 8.0.1289: mkview always includes the local directoryv8.0.1289Bram Moolenaar2017-11-111-2/+4
* patch 8.0.1231: expanding file name drops dashv8.0.1231Bram Moolenaar2017-10-281-1/+6
* patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar2017-10-241-1/+1
* patch 8.0.1205: it is possible to unload a changed bufferv8.0.1205Bram Moolenaar2017-10-191-2/+2
* patch 8.0.1204: a QuitPre autocommand may get the wrong file namev8.0.1204Bram Moolenaar2017-10-191-4/+8
* patch 8.0.1190: unusable after opening new window in BufWritePre eventv8.0.1190Bram Moolenaar2017-10-141-0/+2
* patch 8.0.1189: E172 is not actually usefulv8.0.1189Bram Moolenaar2017-10-141-23/+0
* patch 8.0.1151: "vim -c startinsert!" doesn't appendv8.0.1151Bram Moolenaar2017-09-261-0/+3
* patch 8.0.1139: using window toolbar changes statev8.0.1139Bram Moolenaar2017-09-231-33/+53
* patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar2017-09-221-1/+1
* patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar2017-09-221-1/+1
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-153/+43
* patch 8.0.1109: timer causes error on exit from Ex modev8.0.1109Bram Moolenaar2017-09-141-0/+14
* patch 8.0.1108: cannot specify mappings for the terminal windowv8.0.1108Bram Moolenaar2017-09-141-0/+3
* patch 8.0.1090: cannot get the text under the cursor like v:beval_textv8.0.1090Bram Moolenaar2017-09-101-14/+19
* patch 8.0.1089: cannot get range count in user commandv8.0.1089Bram Moolenaar2017-09-101-4/+19
* patch 8.0.1024: folds lost when session file has a buffer in two windowsv8.0.1024Bram Moolenaar2017-08-301-9/+22
* patch 8.0.0953: get "no write since last change" error in terminal windowv8.0.0953Bram Moolenaar2017-08-171-1/+1
* patch 8.0.0878: no completion for :mapclearv8.0.0878Bram Moolenaar2017-08-061-0/+22
* patch 8.0.0858: can exit while a terminal is still running a jobv8.0.0858Bram Moolenaar2017-08-031-10/+10
* patch 8.0.0785: wildcards are not expanded for :terminalv8.0.0785Bram Moolenaar2017-07-271-10/+13
* patch 8.0.0761: options not set properly for a terminal bufferv8.0.0761Bram Moolenaar2017-07-231-5/+2
* patch 8.0.0700: segfault with QuitPre autocommand closes the windowv8.0.0700Bram Moolenaar2017-07-081-2/+5
* patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar2017-07-071-0/+3
* patch 8.0.0656: cannot use ! after some user commandsv8.0.0656Bram Moolenaar2017-06-221-1/+2
* patch 8.0.0643: when a pattern search is slow Vim becomes unusablev8.0.0643Bram Moolenaar2017-06-171-2/+2
* patch 8.0.0615: using % with :hardcopy wrongly escapes spacesv8.0.0615Bram Moolenaar2017-06-041-0/+1
* patch 8.0.0613: the conf filetype is used before ftdetect from packagesv8.0.0613Bram Moolenaar2017-06-041-2/+11
* patch 8.0.0598: building with gcc 7.1 yields new warningsv8.0.0598Bram Moolenaar2017-05-161-0/+3
* patch 8.0.0572: building the command table requires Perlv8.0.0572Bram Moolenaar2017-04-201-75/+4
* patch 8.0.0515: ml_get errors in silent Ex modev8.0.0515Bram Moolenaar2017-03-271-0/+1
* patch 8.0.0514: script for creating cmdidxs can be improvedv8.0.0514Bram Moolenaar2017-03-261-1/+1
* patch 8.0.0506: can't build with ANSI Cv8.0.0506Bram Moolenaar2017-03-251-2/+3
* patch 8.0.0504: looking up an Ex command is a bit slowv8.0.0504Bram Moolenaar2017-03-251-35/+89