summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds2.c
AgeCommit message (Expand)Author
2019-12-01patch 8.1.2379: using old C style commentsv8.1.2379Bram Moolenaar
2019-09-10patch 8.1.2021: some global functions can be local to the filev8.1.2021Bram Moolenaar
2019-09-05patch 8.1.1989: the evalfunc.c file is still too bigv8.1.1989Bram Moolenaar
2019-08-25patch 8.1.1927: code for dealing with script files is spread outv8.1.1927Bram Moolenaar
2019-08-18patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar
2019-08-17patch 8.1.1869: code for the argument list is spread outv8.1.1869Bram Moolenaar
2019-08-03patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar
2019-08-03patch 8.1.1795: no syntax HL after splitting windows with :bufdov8.1.1795Bram Moolenaar
2019-07-14patch 8.1.1689: profiling code is spread outv8.1.1689Bram Moolenaar
2019-07-13patch 8.1.1684: profiling functionality is spread outv8.1.1684Bram Moolenaar
2019-07-04patch 8.1.1625: script line numbers are not exactly rightv8.1.1625Bram Moolenaar
2019-06-25patch 8.1.1591: on error garbage collection may free memory in usev8.1.1591Bram Moolenaar
2019-06-25patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar
2019-06-20patch 8.1.1575: callbacks may be garbage collectedv8.1.1575Bram Moolenaar
2019-06-16patch 8.1.1555: NOT_IN_POPUP_WINDOW is confusingv8.1.1555Bram Moolenaar
2019-06-08patch 8.1.1498: ":write" increments b:changedtick even though nothing changedv8.1.1498Bram Moolenaar
2019-06-01patch 8.1.1438: some commands cause trouble in a popup windowv8.1.1438Bram Moolenaar
2019-06-01patch 8.1.1437: code to handle callbacks is duplicatedv8.1.1437Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-25patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-23patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar
2019-05-21patch 8.1.1363: ":vert options" does not make a vertical splitv8.1.1363Bram Moolenaar
2019-05-11patch 8.1.1319: computing function length name in many placesv8.1.1319Bram Moolenaar
2019-05-09patch 8.1.1312: Coverity warning for using uninitialized variablev8.1.1312Bram Moolenaar
2019-05-08patch 8.1.1300: in a terminal 'ballooneval' does not work right awayv8.1.1300Bram Moolenaar
2019-05-04patch 8.1.1261: no error for quickfix commands with negative rangev8.1.1261Bram Moolenaar
2019-04-21patch 8.1.1195: Vim script debugger functionality needs cleanupv8.1.1195Bram Moolenaar
2019-04-20patch 8.1.1188: not all Vim variables require the v: prefixv8.1.1188Bram Moolenaar
2019-04-04patch 8.1.1117: build failure without the +eval featurev8.1.1117Bram Moolenaar
2019-04-04patch 8.1.1116: cannot enforce a Vim script stylev8.1.1116Bram Moolenaar
2019-03-02patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-02-16patch 8.1.0928: stray log function callv8.1.0928Bram Moolenaar
2019-02-15patch 8.1.0927: USE_CR is never definedv8.1.0927Bram Moolenaar
2019-01-24patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar
2019-01-24patch 8.1.0805: too many #ifdefsv8.1.0805Bram Moolenaar
2019-01-20patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-12patch 8.1.0732: cannot build without the eval featurev8.1.0732Bram Moolenaar
2019-01-12patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePostv8.1.0729Bram Moolenaar
2018-12-28patch 8.1.0651: :args \"foo works like :args without argumentv8.1.0651Bram Moolenaar
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