summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds2.c
AgeCommit message (Expand)Author
2018-11-30patch 8.1.0553: it is not easy to edit a script that was sourcedv8.1.0553Bram Moolenaar
2018-11-10patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515Bram Moolenaar
2018-11-05patch 8.1.0512: 'helplang' default is inconsistent for C and C.UTF-8v8.1.0512Bram Moolenaar
2018-10-14patch 8.1.0475: memory not freed on exit when quit in autocmdv8.1.0475Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-09-11patch 8.1.0369: continuation lines cannot contain commentsv8.1.0369Bram Moolenaar
2018-09-10patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar
2018-09-08patch 8.1.0353: an "after" directory of a package is appended to 'rtp'v8.1.0353Bram Moolenaar
2018-08-31patch 8.1.0341: :argadd in empty buffer changes the buffer namev8.1.0341Bram Moolenaar
2018-08-30patch 8.1.0334: 'autowrite' takes effect when buffer is not to be writtenv8.1.0334Bram Moolenaar
2018-07-08patch 8.1.0167: lock flag in new dictitem is reset in many placesv8.1.0167Bram Moolenaar
2018-07-08patch 8.1.0166: using dict_add_nr_str() is clumsyv8.1.0166Bram Moolenaar
2018-06-28patch 8.1.0121: crash when using ballooneval related to 'vartabstop'v8.1.0121Bram Moolenaar
2018-05-12patch 8.0.1817: a timer may change v:count unexpectedlyv8.0.1817Bram Moolenaar
2018-05-10patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal modev8.0.1810Bram Moolenaar
2018-04-29patch 8.0.1773: dialog messages are not translatedv8.0.1773Bram Moolenaar
2018-04-24patch 8.0.1763: :argedit does not reuse an empty unnamed bufferv8.0.1763Bram Moolenaar
2018-04-24patch 8.0.1753: various warnings from a static analyserv8.0.1753Bram Moolenaar
2018-04-20patch 8.0.1740: warning for signed-unsigned incompatibilityv8.0.1740Bram Moolenaar
2018-04-20patch 8.0.1738: ":args" output is hard to readv8.0.1738Bram Moolenaar
2018-04-18patch 8.0.1734: package directory not added to 'rtp' if prefix matchesv8.0.1734Bram 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-10patch 8.0.1593: :qall never exits with an active terminal windowv8.0.1593Bram 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-19patch 8.0.1525: using :wqa exits even if a job runs in a terminal windowv8.0.1525Bram Moolenaar
2018-02-13patch 8.0.1511: some code for the debugger watch expression is clumsyv8.0.1511Bram 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-04patch 8.0.1469: when package path is a symlink 'runtimepath' is wrongv8.0.1469Bram Moolenaar
2017-12-17patch 8.0.1398: :packadd does not load packages from the "start" directoryv8.0.1398Bram Moolenaar
2017-12-05patch 8.0.1372: profile log may be truncated halfway a characterv8.0.1372Bram Moolenaar
2017-11-18patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar
2017-11-18patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar
2017-10-26patch 8.0.1217: can't use remote eval to inspect vars in debug modev8.0.1217Bram Moolenaar
2017-10-19patch 8.0.1207: profiling skips the first and last script linev8.0.1207Bram Moolenaar
2017-09-18patch 8.0.1127: Test_peek_and_get_char fails on 32 bit systemv8.0.1127Bram 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-06patch 8.0.1067: try/catch in timer does not prevent it from being stoppedv8.0.1067Bram Moolenaar
2017-08-26patch 8.0.1002: unnecessarily updating screen after timer callbackv8.0.1002Bram Moolenaar
2017-08-21patch 8.0.0983: unnecessary check for NULL pointerv8.0.0983Bram Moolenaar
2017-08-17patch 8.0.0953: get "no write since last change" error in terminal windowv8.0.0953Bram Moolenaar
2017-08-11patch 8.0.0900: :tab options doesn't open a new tab pagev8.0.0900Bram Moolenaar
2017-08-03patch 8.0.0858: can exit while a terminal is still running a jobv8.0.0858Bram Moolenaar
2017-08-03patch 8.0.0847: :argadd without argument can't handle space in file namev8.0.0847Bram Moolenaar
2017-07-16patch 8.0.0721: :argedit can only have one argumentv8.0.0721Bram Moolenaar
2017-07-10patch 8.0.0705: crash when there is an error in a timer callbackv8.0.0705Bram Moolenaar