summaryrefslogtreecommitdiffstats
path: root/src/ops.c
AgeCommit message (Expand)Author
2021-06-29patch 8.2.3073: when cursor is move for block append wrong text is insertedv8.2.3073Bram Moolenaar
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-06-10patch 8.2.2971: cannot yank a block without trailing spacesv8.2.2971Christian Brabandt
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-05-31patch 8.2.2916: operators are not fully testedv8.2.2916Yegappan Lakshmanan
2021-05-18patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented codev8.2.2871Dominique Pelle
2020-12-22patch 8.2.2189: cannot repeat a command that uses the small delete registerv8.2.2189Bram Moolenaar
2020-12-22patch 8.2.2186: Vim9: error when using 'opfunc'v8.2.2186Bram Moolenaar
2020-12-20patch 8.2.2166: auto format doesn't work when deleting textv8.2.2166Bram Moolenaar
2020-11-21patch 8.2.2029: Coverity warns for not checking return valuev8.2.2029Bram Moolenaar
2020-11-18patch 8.2.2005: redoing a mapping with <Cmd> doesn't work properlyv8.2.2005Bram Moolenaar
2020-11-12patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-09-16patch 8.2.1694: compiler warning for loss if datav8.2.1694Bram Moolenaar
2020-09-15patch 8.2.1690: text properties not adjusted for "I" in Visual block modev8.2.1690Bram Moolenaar
2020-09-15patch 8.2.1688: increment/decrement removes text propertyv8.2.1688Bram Moolenaar
2020-06-12patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar
2020-06-12patch 8.2.0963: number increment/decrement does not work with 'virtualedit'v8.2.0963Bram Moolenaar
2020-06-04patch 8.2.0901: formatting CJK text isn't optimalv8.2.0901Bram Moolenaar
2020-06-01patch 8.2.0881: compiler warning for argument typev8.2.0881Bram Moolenaar
2020-05-31patch 8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbersv8.2.0860Bram Moolenaar
2020-05-30patch 8.2.0845: text properties crossing lines not handled correctlyv8.2.0845Bram Moolenaar
2020-05-01patch 8.2.0674: some source files are too bigv8.2.0674Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-03-24patch 8.2.0443: clipboard code is spread outv8.2.0443Bram Moolenaar
2020-03-23patch 8.2.0436: no warnings for incorrect printf argumentsv8.2.0436Bram Moolenaar
2020-03-15patch 8.2.0389: delayed redraw when shifting text from Insert modev8.2.0389Bram Moolenaar
2020-02-22patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar
2020-01-26patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar
2020-01-23patch 8.2.0147: block Visual mode operators not correct when 'linebreak' setv8.2.0147Bram Moolenaar
2019-12-30patch 8.2.0063: wrong size argument to vim_snprintf()v8.2.0063Bram Moolenaar
2019-12-17patch 8.2.0018: :join does not add white space where it shouldv8.2.0018Bram Moolenaar
2019-12-13patch 8.2.0002: "dj" only deletes first line of closed foldv8.2.0002Bram Moolenaar
2019-12-05patch 8.1.2392: using old C style commentsv8.1.2392Bram Moolenaar
2019-11-30patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar
2019-11-16patch 8.1.2302: :lockmarks does not work for '[ and ']v8.1.2302Bram Moolenaar
2019-11-12patch 8.1.2293: join adds trailing space when second line is emptyv8.1.2293Bram Moolenaar
2019-11-09patch 8.1.2281: 'showbreak' cannot be set for one windowv8.1.2281Bram Moolenaar
2019-10-31patch 8.1.2235: "C" with 'virtualedit' set does not include multi-byte charv8.1.2235Bram Moolenaar
2019-10-17patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar
2019-10-09patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar
2019-10-06patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar
2019-09-30patch 8.1.2104: the normal.c file is too bigv8.1.2104Bram Moolenaar
2019-09-28patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar
2019-09-25patch 8.1.2077: the ops.c file is too bigv8.1.2077Bram Moolenaar
2019-09-16patch 8.1.2045: the option.c file is too bigv8.1.2045Bram Moolenaar
2019-09-13patch 8.1.2026: possibly using uninitialized memoryv8.1.2026Bram Moolenaar
2019-08-20patch 8.1.1895: using NULL pointer when out of memoryv8.1.1895Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-08-06patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar