summaryrefslogtreecommitdiffstats
path: root/src/buffer.c
AgeCommit message (Expand)Author
2022-10-18patch 9.0.0789: dummy buffer ends up in a windowv9.0.0789Bram Moolenaar
2022-10-15patch 9.0.0761: cannot use 'indentexpr' for Lisp indentingv9.0.0761Bram Moolenaar
2022-10-13patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij
2022-10-10patch 9.0.0710: quitting/unloading/hiding a terminal does not work properlyv9.0.0710Yee Cheng Chin
2022-10-09patch 9.0.0708: :confirm does not work properly for a terminal bufferv9.0.0708Yee Cheng Chin
2022-10-01patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar
2022-09-28patch 9.0.0614: SpellFileMissing autocmd may delete bufferv9.0.0614Bram Moolenaar
2022-08-26patch 9.0.0274: netrw plugin does not show remote filesv9.0.0274Bram Moolenaar
2022-08-26patch 9.0.0272: BufReadCmd not triggered when loading a "nofile" bufferv9.0.0272Bram Moolenaar
2022-08-25patch 9.0.0266: compiler warning for unused argumentv9.0.0266Bram Moolenaar
2022-08-25patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar
2022-08-25patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar
2022-08-25patch 9.0.0262: build failure without the +quickfix featurev9.0.0262Bram Moolenaar
2022-08-25patch 9.0.0261: bufload() reads a file even if the name is not a file namev9.0.0261Bram Moolenaar
2022-08-22patch 9.0.0245: mechanism to prevent recursive screen updating is incompletev9.0.0245Bram Moolenaar
2022-08-16patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-08-13patch 9.0.0198: ml_get error when switching buffer in Visual modev9.0.0198Bram Moolenaar
2022-07-27patch 9.0.0095: conditions are always truev9.0.0095zeertzjq
2022-07-25patch 9.0.0069: leaking memory when using text prop with inserted textv9.0.0069Bram Moolenaar
2022-06-29patch 9.0.0002: map functionality outside of map.cv9.0.0002zeertzjq
2022-05-30patch 8.2.5043: can open a cmdline window from a substitute expressionv8.2.5043Bram Moolenaar
2022-05-29patch 8.2.5041: cannot close a terminal popup with "NONE" jobv8.2.5041Bram Moolenaar
2022-05-21patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar
2022-05-15patch 8.2.4959: using NULL regexp programv8.2.4959Bram Moolenaar
2022-05-11patch 8.2.4938: crash when matching buffer with invalid patternv8.2.4938Bram Moolenaar
2022-05-09patch 8.2.4929: off-by-one error in in statusline itemv8.2.4929LemonBoy
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