summaryrefslogtreecommitdiff
path: root/src/ex_cmds2.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1319: computing function length name in many placesv8.1.1319Bram Moolenaar2019-05-111-1/+1
* patch 8.1.1312: Coverity warning for using uninitialized variablev8.1.1312Bram Moolenaar2019-05-091-3/+3
* patch 8.1.1300: in a terminal 'ballooneval' does not work right awayv8.1.1300Bram Moolenaar2019-05-081-0/+7
* patch 8.1.1261: no error for quickfix commands with negative rangev8.1.1261Bram Moolenaar2019-05-041-1/+1
* patch 8.1.1195: Vim script debugger functionality needs cleanupv8.1.1195Bram Moolenaar2019-04-211-975/+0
* patch 8.1.1188: not all Vim variables require the v: prefixv8.1.1188Bram Moolenaar2019-04-201-1/+1
* patch 8.1.1117: build failure without the +eval featurev8.1.1117Bram Moolenaar2019-04-041-0/+2
* patch 8.1.1116: cannot enforce a Vim script stylev8.1.1116Bram Moolenaar2019-04-041-5/+29
* patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar2019-03-021-1/+1
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-23/+23
* patch 8.1.0928: stray log function callv8.1.0928Bram Moolenaar2019-02-161-1/+0
* patch 8.1.0927: USE_CR is never definedv8.1.0927Bram Moolenaar2019-02-151-106/+4
* patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar2019-01-241-3/+1
* patch 8.1.0805: too many #ifdefsv8.1.0805Bram Moolenaar2019-01-241-12/+1
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-1/+1
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-7/+7
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-51/+51
* patch 8.1.0732: cannot build without the eval featurev8.1.0732Bram Moolenaar2019-01-121-3/+2
* patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePostv8.1.0729Bram Moolenaar2019-01-121-0/+12
* patch 8.1.0651: :args \"foo works like :args without argumentv8.1.0651Bram Moolenaar2018-12-281-1/+1
* patch 8.1.0553: it is not easy to edit a script that was sourcedv8.1.0553Bram Moolenaar2018-11-301-1/+14
* patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515Bram Moolenaar2018-11-101-4/+5
* patch 8.1.0512: 'helplang' default is inconsistent for C and C.UTF-8v8.1.0512Bram Moolenaar2018-11-051-3/+13
* patch 8.1.0475: memory not freed on exit when quit in autocmdv8.1.0475Bram Moolenaar2018-10-141-3/+3
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-13/+0
* patch 8.1.0369: continuation lines cannot contain commentsv8.1.0369Bram Moolenaar2018-09-111-15/+22
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-25/+27
* patch 8.1.0353: an "after" directory of a package is appended to 'rtp'v8.1.0353Bram Moolenaar2018-09-081-27/+75
* patch 8.1.0341: :argadd in empty buffer changes the buffer namev8.1.0341Bram Moolenaar2018-08-311-17/+19
* patch 8.1.0334: 'autowrite' takes effect when buffer is not to be writtenv8.1.0334Bram Moolenaar2018-08-301-2/+2
* patch 8.1.0167: lock flag in new dictitem is reset in many placesv8.1.0167Bram Moolenaar2018-07-081-1/+0
* patch 8.1.0166: using dict_add_nr_str() is clumsyv8.1.0166Bram Moolenaar2018-07-081-7/+7
* patch 8.1.0121: crash when using ballooneval related to 'vartabstop'v8.1.0121Bram Moolenaar2018-06-281-1/+1
* patch 8.0.1817: a timer may change v:count unexpectedlyv8.0.1817Bram Moolenaar2018-05-121-0/+5
* patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal modev8.0.1810Bram Moolenaar2018-05-101-1/+5
* patch 8.0.1773: dialog messages are not translatedv8.0.1773Bram Moolenaar2018-04-291-1/+2
* patch 8.0.1763: :argedit does not reuse an empty unnamed bufferv8.0.1763Bram Moolenaar2018-04-241-3/+7
* patch 8.0.1753: various warnings from a static analyserv8.0.1753Bram Moolenaar2018-04-241-1/+1
* patch 8.0.1740: warning for signed-unsigned incompatibilityv8.0.1740Bram Moolenaar2018-04-201-2/+2
* patch 8.0.1738: ":args" output is hard to readv8.0.1738Bram Moolenaar2018-04-201-10/+11
* patch 8.0.1734: package directory not added to 'rtp' if prefix matchesv8.0.1734Bram Moolenaar2018-04-181-3/+23
* patch 8.0.1650: too many #ifdefsv8.0.1650Bram Moolenaar2018-03-291-24/+2
* patch 8.0.1649: no completion for argument list commandsv8.0.1649Bram Moolenaar2018-03-291-0/+15
* patch 8.0.1593: :qall never exits with an active terminal windowv8.0.1593Bram Moolenaar2018-03-101-4/+16
* patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar2018-03-041-2/+1
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-35/+17
* patch 8.0.1525: using :wqa exits even if a job runs in a terminal windowv8.0.1525Bram Moolenaar2018-02-191-1/+1
* patch 8.0.1511: some code for the debugger watch expression is clumsyv8.0.1511Bram Moolenaar2018-02-131-16/+13
* patch 8.0.1508: the :drop command is not always availablev8.0.1508Bram Moolenaar2018-02-121-2/+0
* patch 8.0.1505: debugger can't break on a conditionv8.0.1505Bram Moolenaar2018-02-111-22/+139