summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
AgeCommit message (Expand)Author
2018-12-26patch 8.1.0640: get E14 while typing command :tab with 'incsearch' setv8.1.0640Bram Moolenaar
2018-12-23patch 8.1.0629: "gn" selects the wrong text with a multi-line matchv8.1.0629Bram Moolenaar
2018-12-22patch 8.1.0623: iterating through window frames is repeatedv8.1.0623Bram Moolenaar
2018-12-16patch 8.1.0604: autocommand test fails on MS-Windowsv8.1.0604Bram Moolenaar
2018-12-16patch 8.1.0602: DirChanged is also triggered when directory didn't changev8.1.0602Bram Moolenaar
2018-12-14patch 8.1.0586: :digraph output is not easy to readv8.1.0586Bram Moolenaar
2018-12-08patch 8.1.0573: cannot redefine user command without ! in same scriptv8.1.0573Bram Moolenaar
2018-12-02patch 8.1.0560: cannot use address type "other" with with user commandv8.1.0560Bram Moolenaar
2018-10-19patch 8.1.0487: no menus specifically for the terminal windowv8.1.0487Bram Moolenaar
2018-10-02patch 8.1.0447: GUI scrollbar test fails with Athena and Motifv8.1.0447Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-09-30patch 8.1.0442: GUI: cursor not drawn after ":redraw | sleep"v8.1.0442Bram Moolenaar
2018-09-15patch 8.1.0392: error while typing :/foo/s// with 'incsearch' enabledv8.1.0392Bram Moolenaar
2018-09-10patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar
2018-09-06patch 8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search patternv8.1.0351Bram Moolenaar
2018-08-30patch 8.1.0337: :file fails in quickfix commandv8.1.0337Bram Moolenaar
2018-08-29patch 8.1.0333: :mkview does not restore cursor properly after "$"v8.1.0333Bram Moolenaar
2018-08-23patch 8.1.0324: off-by-one error in cmdidx checkv8.1.0324Bram Moolenaar
2018-08-21patch 8.1.0309: profiling does not show a count for condition linesv8.1.0309Bram Moolenaar
2018-08-21patch 8.1.0306: plural messages are not translated properlyv8.1.0306Bram Moolenaar
2018-08-15patch 8.1.0288: quickfix code uses cmdidx too oftenv8.1.0288Bram Moolenaar
2018-08-14patch 8.1.0282: 'incsearch' does not work with command modifiersv8.1.0282Bram Moolenaar
2018-08-14patch 8.1.0281: parsing command modifiers is not separatedv8.1.0281Bram Moolenaar
2018-08-10patch 8.1.0266: parsing Ex address range is not a separate functionv8.1.0266Bram Moolenaar
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