summaryrefslogtreecommitdiff
path: root/src/change.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1551: position of marker for 'smoothscroll' not computed correctlyv9.0.1551Luuk van Baal2023-05-131-2/+2
* patch 9.0.1543: display errors when making topline shorterv9.0.1543Luuk van Baal2023-05-111-2/+14
* patch 9.0.1279: display shows lines scrolled down erroneouslyv9.0.1279Bram Moolenaar2023-02-041-1/+3
* patch 9.0.1213: adding a line below the last one does not expand foldv9.0.1213Brandon Simmons2023-01-171-16/+2
* patch 9.0.0990: callback name argument is changed by setqflist()v9.0.0990Bram Moolenaar2022-12-021-0/+2
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-021-1/+1
* patch 9.0.0819v9.0.0819Bram Moolenaar2022-10-291-1/+4
* patch 9.0.0777: code is indented too muchv9.0.0777Yegappan Lakshmanan2022-10-161-48/+48
* patch 9.0.0761: cannot use 'indentexpr' for Lisp indentingv9.0.0761Bram Moolenaar2022-10-151-13/+16
* patch 9.0.0754: 'indentexpr' overrules lisp indenting in one situationv9.0.0754Bram Moolenaar2022-10-151-4/+3
* patch 9.0.0664: bad redrawing with spell checking, using "C" and "$" in 'cpo'v9.0.0664Bram Moolenaar2022-10-051-1/+4
* patch 9.0.0608: with spelling, deleting a full stop does not update next linev9.0.0608Bram Moolenaar2022-09-271-0/+7
* patch 9.0.0466: virtual text wrong after adding line break after linev9.0.0466Bram Moolenaar2022-09-141-1/+8
* patch 9.0.0361: removing a listener may result in a memory leakv9.0.0361Yegappan Lakshmanan2022-09-021-2/+2
* patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar2022-08-251-5/+1
* patch 9.0.0245: mechanism to prevent recursive screen updating is incompletev9.0.0245Bram Moolenaar2022-08-221-3/+2
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-10/+10
* patch 9.0.0194: cursor displayed in wrong position after removing text propv9.0.0194Bram Moolenaar2022-08-121-0/+1
* patch 9.0.0170: various minor code formatting issuesv9.0.0170Bram Moolenaar2022-08-081-1/+1
* patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar2022-07-231-5/+5
* patch 9.0.0013: reproducing memory access errors can be difficultv9.0.0013Bram Moolenaar2022-06-301-1/+5
* patch 8.2.5047: CurSearch highlight is often wrongv8.2.5047Bram Moolenaar2022-05-311-0/+4
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-3/+3
* patch 8.2.5008: when 'formatoptions' contains "/" wrongly wrapping commentv8.2.5008Bram Moolenaar2022-05-231-1/+2
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-57/+10
* patch 8.2.4988: textprop in wrong position when replacing multi-byte charsv8.2.4988LemonBoy2022-05-211-1/+6
* patch 8.2.4969: changing text in Visual mode may cause invalid memory accessv8.2.4969Bram Moolenaar2022-05-161-0/+3
* patch 8.2.4955: text property in wrong position after auto-indentv8.2.4955LemonBoy2022-05-141-3/+10
* patch 8.2.4951: smart indenting done when not enabledv8.2.4951Bram Moolenaar2022-05-141-8/+1
* patch 8.2.4944: text properties are wrong after "cc"v8.2.4944LemonBoy2022-05-121-2/+6
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-29/+30
* patch 8.2.4907: some users do not want a line comment always insertedv8.2.4907Bram Moolenaar2022-05-071-1/+2
* patch 8.2.4737: // in JavaScript string recognized as commentv8.2.4737Bram Moolenaar2022-04-111-1/+1
* patch 8.2.4707: redrawing could be a bit more efficientv8.2.4707zeertzjq2022-04-071-2/+6
* patch 8.2.4644: redrawing too often when 'relativenumber' is setv8.2.4644Lewis Russell2022-03-291-1/+1
* patch 8.2.4405: compiler warning for unused variable without +foldingv8.2.4405Bram Moolenaar2022-02-161-1/+2
* patch 8.2.4403: ml_get error with nested folds and deleting linesv8.2.4403Bram Moolenaar2022-02-161-3/+5
* patch 8.2.4379: an empty change is reported to a listenerv8.2.4379Bram Moolenaar2022-02-141-5/+2
* patch 8.2.4288: preprocessor indents are inconsistentv8.2.4288K.Takata2022-02-031-2/+2
* patch 8.2.3977: error messages are spread outv8.2.3977Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3934: repeating line comment is undesired for "O" commandv8.2.3934Bram Moolenaar2021-12-291-2/+3
* patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar2021-12-131-4/+0
* patch 8.2.3791: build error with +cindent but without +smartindentv8.2.3791Bram Moolenaar2021-12-121-3/+3
* patch 8.2.3787: no proper formatting of a C line comment after a statementv8.2.3787Bram Moolenaar2021-12-121-10/+47
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-4/+0
* patch 8.2.3426: crash when deleting a listener in a listener callbackv8.2.3426Bram Moolenaar2021-09-111-6/+32
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-1/+8
* patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson2021-07-261-1/+1
* patch 8.2.3215: Vim9: argument types are not checked at compile timev8.2.3215Yegappan Lakshmanan2021-07-241-0/+3
* patch 8.2.3159: cursor displayed in wrong position after deleting linev8.2.3159Bram Moolenaar2021-07-131-3/+6