summaryrefslogtreecommitdiff
path: root/src/usercmd.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3149: some plugins have a problem with the error checkv8.2.3149Bram Moolenaar2021-07-111-1/+9
* patch 8.2.3141: no error when using :complete for :command without -nargsv8.2.3141Martin Tournoij2021-07-111-8/+2
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-2/+2
* patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval featurev8.2.2238Bram Moolenaar2020-12-281-7/+3
* patch 8.2.1906: warning for signed/unsignedv8.2.1906Bram Moolenaar2020-10-261-2/+2
* patch 8.2.1900: Vim9: command modifiers do not workv8.2.1900Bram Moolenaar2020-10-241-64/+76
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-22/+22
* patch 8.2.1873: Vim9: missing white space when using <f-args>v8.2.1873Bram Moolenaar2020-10-201-1/+2
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-2/+2
* patch 8.2.0624: Vim9: no check for space before #commentv8.2.0624Bram Moolenaar2020-04-231-2/+2
* patch 8.2.0595: Vim9: not all commands using ends_excmd() testedv8.2.0595Bram Moolenaar2020-04-181-0/+1
* patch 8.2.0577: not all modifiers supported for :optionsv8.2.0577Bram Moolenaar2020-04-131-19/+33
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-2/+2
* patch 8.2.0054: :diffget and :diffput don't have good completionv8.2.0054Bram Moolenaar2019-12-291-0/+1
* patch 8.1.2396: using old C style commentsv8.1.2396Bram Moolenaar2019-12-051-1/+1
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-131-1/+1
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-20/+10
* patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar2019-08-061-2/+0
* patch 8.1.1732: completion in cmdwin does not work for buffer-local commandsv8.1.1732Bram Moolenaar2019-07-221-4/+17
* patch 8.1.1667: flags for Ex commands may clash with other symbolsv8.1.1667Bram Moolenaar2019-07-121-28/+28
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-1/+1
* patch 8.1.1260: comparing with pointer instead of valuev8.1.1260Bram Moolenaar2019-05-041-3/+3
* patch 8.1.1259: crash when exiting earlyv8.1.1259Bram Moolenaar2019-05-031-1/+2
* patch 8.1.1241: Ex command info contains confusing informationv8.1.1241Bram Moolenaar2019-05-011-31/+32
* patch 8.1.1237: error for using "compl", reserved word in C++v8.1.1237Bram Moolenaar2019-04-291-5/+5
* patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar2019-04-271-0/+1656