summaryrefslogtreecommitdiff
path: root/src/change.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.2860: adding a text property causes the whole window to be redawnv8.2.2860Bram Moolenaar2021-05-161-1/+1
* patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar2020-10-281-1/+1
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-1/+1
* patch 8.2.1690: text properties not adjusted for "I" in Visual block modev8.2.1690Bram Moolenaar2020-09-151-1/+1
* patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar2020-05-301-1/+1
* patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar2020-04-301-2/+2
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-4/+2
* patch 8.2.0324: text property not updated correctly when inserting/deletingv8.2.0324Bram Moolenaar2020-02-261-1/+1
* patch 8.2.0074: Python 3 unicode test someitmes failsv8.2.0074Bram Moolenaar2020-01-011-1/+1
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-3/+3
* patch 8.1.2368: using old C style commentsv8.1.2368Bram Moolenaar2019-11-301-6/+6
* patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar2019-11-211-0/+51
* patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313Bram Moolenaar2019-11-171-2/+2
* patch 8.1.2214: too much is redrawn when 'cursorline' is setv8.1.2214Bram Moolenaar2019-10-241-8/+13
* patch 8.1.2211: listener callback "added" argument is not the totalv8.1.2211Bram Moolenaar2019-10-241-2/+2
* patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar2019-10-091-145/+0
* patch 8.1.2107: various memory leaks reported by asanv8.1.2107Bram Moolenaar2019-10-011-1/+19
* patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar2019-09-281-28/+2
* patch 8.1.2029: cannot control 'cursorline' highlighting wellv8.1.2029Bram Moolenaar2019-09-141-2/+3
* patch 8.1.1926: cursorline not redrawn when putting a line above the cursorv8.1.1926Bram Moolenaar2019-08-251-3/+8
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-4/+1
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-1/+1
* patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar2019-08-031-3/+1
* patch 8.1.1710: Coverity found dead codev8.1.1710Bram Moolenaar2019-07-171-43/+10
* patch 8.1.1675: listener list not correctly updated on listener_remove()v8.1.1675Bram Moolenaar2019-07-131-2/+7
* patch 8.1.1498: ":write" increments b:changedtick even though nothing changedv8.1.1498Bram Moolenaar2019-06-081-2/+6
* patch 8.1.1486: a listener change is merged even when it adds a linev8.1.1486Bram Moolenaar2019-06-061-0/+1
* patch 8.1.1437: code to handle callbacks is duplicatedv8.1.1437Bram Moolenaar2019-06-011-13/+11
* patch 8.1.1419: listener callbacks may be called recursivelyv8.1.1419Bram Moolenaar2019-05-291-1/+15
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-1/+1
* patch 8.1.1389: changes are not flushed when end and start overlapv8.1.1389Bram Moolenaar2019-05-241-6/+10
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-1/+1
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-3/+3
* patch 8.1.1359: text property wrong after :substitute with backslashv8.1.1359Bram Moolenaar2019-05-191-1/+1
* patch 8.1.1351: text property wrong after :substitutev8.1.1351Bram Moolenaar2019-05-191-1/+1