summaryrefslogtreecommitdiff
path: root/src/ops.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3788: lambda for option that is a function may be freedv8.2.3788Yegappan Lakshmanan2021-12-121-2/+18
* patch 8.2.3687: blockwise insert does not handle autoindent properlyv8.2.3687Bram Moolenaar2021-11-271-15/+30
* patch 8.2.3684: blockwise insert does not handle autoindent properlyv8.2.3684Bram Moolenaar2021-11-271-0/+4
* patch 8.2.3644: count for 'operatorfunc' in Visual mode is not redonev8.2.3644Bram Moolenaar2021-11-221-4/+10
* patch 8.2.3619: cannot use a lambda for 'operatorfunc'v8.2.3619Yegappan Lakshmanan2021-11-181-1/+26
* patch 8.2.3537: mode() does not return the right value in 'operatorfunc'v8.2.3537naohiro ono2021-10-191-0/+5
* patch 8.2.3439: deleted lines go to wrong yank registerv8.2.3439Christian Brabandt2021-09-141-0/+2
* patch 8.2.3369: auto formatting after "cw" leaves cursor in wrong spotv8.2.3369Bram Moolenaar2021-08-231-1/+3
* patch 8.2.3280: 'virtualedit' local to buffer is not the best solutionv8.2.3280Gary Johnson2021-08-031-5/+5
* patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson2021-07-261-5/+11
* patch 8.2.3073: when cursor is move for block append wrong text is insertedv8.2.3073Bram Moolenaar2021-06-291-20/+49
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-1/+1
* patch 8.2.2971: cannot yank a block without trailing spacesv8.2.2971Christian Brabandt2021-06-101-0/+3
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-1/+1
* patch 8.2.2916: operators are not fully testedv8.2.2916Yegappan Lakshmanan2021-05-311-1/+2
* patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented codev8.2.2871Dominique Pelle2021-05-181-4/+5
* patch 8.2.2189: cannot repeat a command that uses the small delete registerv8.2.2189Bram Moolenaar2020-12-221-1/+1
* patch 8.2.2186: Vim9: error when using 'opfunc'v8.2.2186Bram Moolenaar2020-12-221-1/+1
* patch 8.2.2166: auto format doesn't work when deleting textv8.2.2166Bram Moolenaar2020-12-201-0/+1
* patch 8.2.2029: Coverity warns for not checking return valuev8.2.2029Bram Moolenaar2020-11-211-3/+4
* patch 8.2.2005: redoing a mapping with <Cmd> doesn't work properlyv8.2.2005Bram Moolenaar2020-11-181-3/+4
* patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar2020-11-121-1/+1
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-9/+9
* patch 8.2.1694: compiler warning for loss if datav8.2.1694Bram Moolenaar2020-09-161-1/+2
* patch 8.2.1690: text properties not adjusted for "I" in Visual block modev8.2.1690Bram Moolenaar2020-09-151-1/+7
* patch 8.2.1688: increment/decrement removes text propertyv8.2.1688Bram Moolenaar2020-09-151-4/+32
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-1/+1
* patch 8.2.0963: number increment/decrement does not work with 'virtualedit'v8.2.0963Bram Moolenaar2020-06-121-1/+10
* patch 8.2.0901: formatting CJK text isn't optimalv8.2.0901Bram Moolenaar2020-06-041-1/+4
* patch 8.2.0881: compiler warning for argument typev8.2.0881Bram Moolenaar2020-06-011-1/+1
* patch 8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbersv8.2.0860Bram Moolenaar2020-05-311-25/+40
* patch 8.2.0845: text properties crossing lines not handled correctlyv8.2.0845Bram Moolenaar2020-05-301-30/+21
* patch 8.2.0674: some source files are too bigv8.2.0674Bram Moolenaar2020-05-011-590/+0
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-1/+1
* patch 8.2.0443: clipboard code is spread outv8.2.0443Bram Moolenaar2020-03-241-107/+0
* patch 8.2.0436: no warnings for incorrect printf argumentsv8.2.0436Bram Moolenaar2020-03-231-1/+1
* patch 8.2.0389: delayed redraw when shifting text from Insert modev8.2.0389Bram Moolenaar2020-03-151-1/+1
* patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar2020-02-221-24/+20
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0147: block Visual mode operators not correct when 'linebreak' setv8.2.0147Bram Moolenaar2020-01-231-15/+11
* patch 8.2.0063: wrong size argument to vim_snprintf()v8.2.0063Bram Moolenaar2019-12-301-1/+5
* patch 8.2.0018: :join does not add white space where it shouldv8.2.0018Bram Moolenaar2019-12-171-1/+1
* patch 8.2.0002: "dj" only deletes first line of closed foldv8.2.0002Bram Moolenaar2019-12-131-1/+2
* patch 8.1.2392: using old C style commentsv8.1.2392Bram Moolenaar2019-12-051-358/+351
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-5/+5
* patch 8.1.2302: :lockmarks does not work for '[ and ']v8.1.2302Bram Moolenaar2019-11-161-30/+47
* patch 8.1.2293: join adds trailing space when second line is emptyv8.1.2293Bram Moolenaar2019-11-121-1/+2
* patch 8.1.2281: 'showbreak' cannot be set for one windowv8.1.2281Bram Moolenaar2019-11-091-0/+3
* patch 8.1.2235: "C" with 'virtualedit' set does not include multi-byte charv8.1.2235Bram Moolenaar2019-10-311-0/+2
* patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar2019-10-171-2/+0