summaryrefslogtreecommitdiff
path: root/src/ops.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-17/+3
* patch 8.2.4957: text properties in a wrong position after a block changev8.2.4957LemonBoy2022-05-151-0/+6
* patch 8.2.4951: smart indenting done when not enabledv8.2.4951Bram Moolenaar2022-05-141-6/+1
* patch 8.2.4950: text properties position wrong after shifting textv8.2.4950LemonBoy2022-05-131-20/+23
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-3/+3
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-4/+4
* patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar2022-03-221-1/+1
* patch 8.2.4388: dead code in op_insert()v8.2.4388zeertzjq2022-02-151-23/+14
* patch 8.2.4288: preprocessor indents are inconsistentv8.2.4288K.Takata2022-02-031-2/+2
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-8/+0
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-26/+25
* patch 8.2.4160: cannot change the register used for Select mode deletev8.2.4160Shougo Matsushita2022-01-201-0/+4
* patch 8.2.4151: reading beyond the end of a linev8.2.4151Bram Moolenaar2022-01-201-17/+2
* patch 8.2.4120: block insert goes over the end of the linev8.2.4120Bram Moolenaar2022-01-171-14/+26
* patch 8.2.4099: Vim9: cannot use Vim9 syntax in mappingv8.2.4099Bram Moolenaar2022-01-151-4/+11
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-2/+2
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-051-2/+2
* patch 8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changedv8.2.3980Bram Moolenaar2022-01-021-27/+42
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-1/+1
* patch 8.2.3820: "vrc" does not replace composing charactersv8.2.3820Bram Moolenaar2021-12-151-2/+5
* 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