summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
AgeCommit message (Expand)Author
2018-08-07patch 8.1.0253: saving and restoring window title does not always workv8.1.0253Bram Moolenaar
2018-08-01patch 8.1.0230: directly checking 'buftype' valuev8.1.0230Bram Moolenaar
2018-07-29patch 8.1.0228: dropping files is ignored while Vim is busyv8.1.0228Bram Moolenaar
2018-07-28patch 8.1.0219: expanding ## fails to escape backtickv8.1.0219Bram Moolenaar
2018-07-28patch 8.1.0217: compiler warning for variable set but not usedv8.1.0217Bram Moolenaar
2018-07-25patch 8.1.0211: expanding a file name "~" results in $HOMEv8.1.0211Bram Moolenaar
2018-07-07patch 8.1.0159: completion for user names does not work for a prefix.v8.1.0159Bram Moolenaar
2018-07-07patch 8.1.0158: GUI: input() fails if CTRL-C was pressed beforev8.1.0158Bram Moolenaar
2018-07-04patch 8.1.0149: session is wrong with multiple tabs when :lcd was usedv8.1.0149Bram Moolenaar
2018-06-21patch 8.1.0095: dialog for ":browse tabnew" says "new window"v8.1.0095Bram Moolenaar
2018-06-12patch 8.1.0047: no completion for :unlet $VARv8.1.0047Bram Moolenaar
2018-06-12patch 8.1.0043: ++bad argument of :edit does not work properlyv8.1.0043Bram Moolenaar
2018-06-06patch 8.1.0035: not easy to switch between prompt buffer and other windowsv8.1.0035Bram Moolenaar
2018-05-08patch 8.0.1804: using :normal in terminal window causes problemsv8.0.1804Bram Moolenaar
2018-05-01patch 8.0.1786: no test for 'termwinkey'v8.0.1786Bram Moolenaar
2018-04-29patch 8.0.1773: dialog messages are not translatedv8.0.1773Bram Moolenaar
2018-04-27patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong wayv8.0.1768Bram Moolenaar
2018-04-05patch 8.0.1663: cannot build without multi-byte featurev8.0.1663Bram Moolenaar
2018-04-04patch 8.0.1660: the terminal API "drop" command doesn't support optionsv8.0.1660Bram Moolenaar
2018-03-29patch 8.0.1650: too many #ifdefsv8.0.1650Bram Moolenaar
2018-03-29patch 8.0.1649: no completion for argument list commandsv8.0.1649Bram Moolenaar
2018-03-11patch 8.0.1595: no autocommand triggered before exitingv8.0.1595Bram Moolenaar
2018-03-09patch 8.0.1592: terminal windows in a session are not properly restoredv8.0.1592Bram Moolenaar
2018-03-05patch 8.0.1570: can't use :popup for a menu in the terminalv8.0.1570Bram Moolenaar
2018-03-04patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-13patch 8.0.1518: error messages suppressed after ":silent! try"v8.0.1518Bram Moolenaar
2018-02-12patch 8.0.1508: the :drop command is not always availablev8.0.1508Bram Moolenaar
2018-02-11patch 8.0.1505: debugger can't break on a conditionv8.0.1505Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2018-02-09patch 8.0.1485: weird autocmd may cause arglist to be changed recursivelyv8.0.1485Bram Moolenaar
2018-02-03patch 8.0.1459: cannot handle change of directoryv8.0.1459Bram Moolenaar
2017-12-19patch 8.0.1416: crash when searching for a sentencev8.0.1416Bram Moolenaar
2017-11-11patch 8.0.1289: mkview always includes the local directoryv8.0.1289Bram Moolenaar
2017-10-28patch 8.0.1231: expanding file name drops dashv8.0.1231Bram Moolenaar
2017-10-24patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar
2017-10-19patch 8.0.1205: it is possible to unload a changed bufferv8.0.1205Bram Moolenaar
2017-10-19patch 8.0.1204: a QuitPre autocommand may get the wrong file namev8.0.1204Bram Moolenaar
2017-10-14patch 8.0.1190: unusable after opening new window in BufWritePre eventv8.0.1190Bram Moolenaar
2017-10-14patch 8.0.1189: E172 is not actually usefulv8.0.1189Bram Moolenaar
2017-09-26patch 8.0.1151: "vim -c startinsert!" doesn't appendv8.0.1151Bram Moolenaar
2017-09-23patch 8.0.1139: using window toolbar changes statev8.0.1139Bram Moolenaar
2017-09-22patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar
2017-09-22patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar
2017-09-14patch 8.0.1109: timer causes error on exit from Ex modev8.0.1109Bram Moolenaar
2017-09-14patch 8.0.1108: cannot specify mappings for the terminal windowv8.0.1108Bram Moolenaar
2017-09-10patch 8.0.1090: cannot get the text under the cursor like v:beval_textv8.0.1090Bram Moolenaar
2017-09-10patch 8.0.1089: cannot get range count in user commandv8.0.1089Bram Moolenaar
2017-08-30patch 8.0.1024: folds lost when session file has a buffer in two windowsv8.0.1024Bram Moolenaar