summaryrefslogtreecommitdiffstats
path: root/src/buffer.c
AgeCommit message (Expand)Author
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-05-07patch 8.2.4901: NULL pointer access when using invalid patternv8.2.4901Bram Moolenaar
2022-04-19patch 8.2.4791: events triggered in different order when reusing bufferv8.2.4791Charlie Groves
2022-04-10patch 8.2.4731: the changelist index is not remembered per bufferv8.2.4731LemonBoy
2022-04-07patch 8.2.4702: C++ scope labels are hard-codedv8.2.4702Tom Praschan
2022-04-04patch 8.2.4685: when a swap file is found for a popup there is no dialogv8.2.4685Bram Moolenaar
2022-04-03patch 8.2.4670: memory allocation failures for new tab page not testedv8.2.4670Yegappan Lakshmanan
2022-04-02patch 8.2.4668: buffer allocation failures insufficiently testedv8.2.4668Yegappan Lakshmanan
2022-03-26patch 8.2.4631: crash when switching window in BufWipeout autocommandv8.2.4631Bram Moolenaar
2022-03-22patch 8.2.4609: :unhide does not check for failing to close a windowv8.2.4609Bram Moolenaar
2022-02-28patch 8.2.4483: command completion makes two rounds to collect matchesv8.2.4483Yegappan Lakshmanan
2022-02-24patch 8.2.4463: completion only uses strict matchingv8.2.4463Yegappan Lakshmanan
2022-02-19patch 8.2.4419: illegal memory access when using 20 highlightsv8.2.4419Brandon Richardson
2022-02-15patch 8.2.4391: command line executed when typing Esc in the GUIv8.2.4391Bram Moolenaar
2022-02-08patch 8.2.4327: may end up with no current bufferv8.2.4327Bram Moolenaar
2022-02-01patch 8.2.4281: using freed memory with :lopen and :bwipev8.2.4281Bram Moolenaar
2022-01-28patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-22patch 8.2.4179: 'foldtext' is evaluated in the current script contextv8.2.4179Bram Moolenaar
2022-01-20patch 8.2.4166: undo synced when switching buffer in another windowv8.2.4166Bram Moolenaar
2022-01-19patch 8.2.4144: cannot load libsodium dynamicallyv8.2.4144K.Takata
2022-01-14patch 8.2.4091: virtcol is recomputed for statusline unnecessarilyv8.2.4091zeertzjq
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2022-01-01patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar
2021-12-31patch 8.2.3960: error messages are spread outv8.2.3960Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-12-16patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar
2021-12-13patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar
2021-12-05patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar
2021-12-03patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'v8.2.3725Yegappan Lakshmanan
2021-11-29patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar
2021-11-24patch 8.2.3665: cannot use a lambda for 'tagfunc'v8.2.3665Yegappan Lakshmanan
2021-11-19patch 8.2.3624: when renaming a terminal buffer status text is not updatedv8.2.3624Bram Moolenaar
2021-11-18patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was appliedv8.2.3617Bram Moolenaar
2021-10-20patch 8.2.3547: opening the quickfix window triggers BufWinEnter twicev8.2.3547Bram Moolenaar
2021-10-19patch 8.2.3542: too many comments are old stylev8.2.3542Bram Moolenaar
2021-10-16patch 8.2.3525: option variable name does not match option namev8.2.3525Bram Moolenaar
2021-10-16patch 8.2.3520: cannot define a function for thesaurus completionv8.2.3520Yegappan Lakshmanan
2021-10-16patch 8.2.3517: TextChanged does not trigger after TextChangedIv8.2.3517Christian Brabandt
2021-10-09patch 8.2.3490: superfluous return statementsv8.2.3490=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-10-04patch 8.2.3476: renaming a buffer on startup may cause using freed memoryv8.2.3476Bram Moolenaar
2021-10-02patch 8.2.3460: some type casts are not neededv8.2.3460=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-08-28patch 8.2.3384: cannot disable modeline for an individual filev8.2.3384Hu Jialun
2021-08-03patch 8.2.3280: 'virtualedit' local to buffer is not the best solutionv8.2.3280Gary Johnson
2021-07-29patch 8.2.3245: the crypt key may appear in a swap partitionv8.2.3245Bram Moolenaar
2021-07-26patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson
2021-07-20patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar
2021-07-04patch 8.2.3097: crash when using "quit" at recovery promptv8.2.3097Bram Moolenaar
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-06-10patch 8.2.2972: "%bd" tries to delete popup window buffers, which failsv8.2.2972Bram Moolenaar
2021-05-15patch 8.2.2854: custom statusline cannot contain % itemsv8.2.2854shadmansaleh