summaryrefslogtreecommitdiffstats
path: root/src/usercmd.c
AgeCommit message (Expand)Author
2021-07-11patch 8.2.3149: some plugins have a problem with the error checkv8.2.3149Bram Moolenaar
2021-07-11patch 8.2.3141: no error when using :complete for :command without -nargsv8.2.3141Martin Tournoij
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2020-12-28patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval featurev8.2.2238Bram Moolenaar
2020-10-26patch 8.2.1906: warning for signed/unsignedv8.2.1906Bram Moolenaar
2020-10-24patch 8.2.1900: Vim9: command modifiers do not workv8.2.1900Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-10-20patch 8.2.1873: Vim9: missing white space when using <f-args>v8.2.1873Bram Moolenaar
2020-06-12patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar
2020-04-23patch 8.2.0624: Vim9: no check for space before #commentv8.2.0624Bram Moolenaar
2020-04-18patch 8.2.0595: Vim9: not all commands using ends_excmd() testedv8.2.0595Bram Moolenaar
2020-04-13patch 8.2.0577: not all modifiers supported for :optionsv8.2.0577Bram Moolenaar
2019-12-29patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar
2019-12-29patch 8.2.0054: :diffget and :diffput don't have good completionv8.2.0054Bram Moolenaar
2019-12-05patch 8.1.2396: using old C style commentsv8.1.2396Bram Moolenaar
2019-10-13patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar
2019-08-18patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar
2019-08-06patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar
2019-07-22patch 8.1.1732: completion in cmdwin does not work for buffer-local commandsv8.1.1732Bram Moolenaar
2019-07-12patch 8.1.1667: flags for Ex commands may clash with other symbolsv8.1.1667Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-04patch 8.1.1260: comparing with pointer instead of valuev8.1.1260Bram Moolenaar
2019-05-03patch 8.1.1259: crash when exiting earlyv8.1.1259Bram Moolenaar
2019-05-01patch 8.1.1241: Ex command info contains confusing informationv8.1.1241Bram Moolenaar
2019-04-29patch 8.1.1237: error for using "compl", reserved word in C++v8.1.1237Bram Moolenaar
2019-04-27patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar