summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1166: code is indented more than necessaryv9.0.1166Yegappan Lakshmanan2023-01-091-58/+56
* patch 9.0.1143: invalid memory access with bad 'statusline' valuev9.0.1143Bram Moolenaar2023-01-041-0/+2
* patch 9.0.1132: code is indented more than neededv9.0.1132Yegappan Lakshmanan2023-01-021-32/+32
* patch 9.0.1061: cannot display 'showcmd' somewhere elsev9.0.1061Luuk van Baal2022-12-151-0/+5
* patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar2022-11-281-14/+29
* patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar2022-11-251-3/+3
* patch 9.0.0844: handling 'statusline' errors is spread outv9.0.0844Luuk van Baal2022-11-071-33/+27
* patch 9.0.0819v9.0.0819Bram Moolenaar2022-10-291-0/+2
* patch 9.0.0789: dummy buffer ends up in a windowv9.0.0789Bram Moolenaar2022-10-181-0/+7
* patch 9.0.0761: cannot use 'indentexpr' for Lisp indentingv9.0.0761Bram Moolenaar2022-10-151-0/+1
* patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij2022-10-131-6/+1
* patch 9.0.0710: quitting/unloading/hiding a terminal does not work properlyv9.0.0710Yee Cheng Chin2022-10-101-5/+17
* patch 9.0.0708: :confirm does not work properly for a terminal bufferv9.0.0708Yee Cheng Chin2022-10-091-20/+61
* patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar2022-10-011-2/+2
* patch 9.0.0614: SpellFileMissing autocmd may delete bufferv9.0.0614Bram Moolenaar2022-09-281-1/+6
* patch 9.0.0274: netrw plugin does not show remote filesv9.0.0274Bram Moolenaar2022-08-261-19/+33
* patch 9.0.0272: BufReadCmd not triggered when loading a "nofile" bufferv9.0.0272Bram Moolenaar2022-08-261-3/+7
* patch 9.0.0266: compiler warning for unused argumentv9.0.0266Bram Moolenaar2022-08-251-2/+2
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-251-2/+0
* patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar2022-08-251-39/+14
* patch 9.0.0262: build failure without the +quickfix featurev9.0.0262Bram Moolenaar2022-08-251-0/+2
* patch 9.0.0261: bufload() reads a file even if the name is not a file namev9.0.0261Bram Moolenaar2022-08-251-0/+3
* patch 9.0.0245: mechanism to prevent recursive screen updating is incompletev9.0.0245Bram Moolenaar2022-08-221-12/+11
* patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar2022-08-161-2/+0
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-1/+1
* patch 9.0.0198: ml_get error when switching buffer in Visual modev9.0.0198Bram Moolenaar2022-08-131-0/+8
* patch 9.0.0095: conditions are always truev9.0.0095zeertzjq2022-07-271-2/+2
* patch 9.0.0069: leaking memory when using text prop with inserted textv9.0.0069Bram Moolenaar2022-07-251-0/+3
* patch 9.0.0002: map functionality outside of map.cv9.0.0002zeertzjq2022-06-291-2/+2
* patch 8.2.5043: can open a cmdline window from a substitute expressionv8.2.5043Bram Moolenaar2022-05-301-6/+1
* patch 8.2.5041: cannot close a terminal popup with "NONE" jobv8.2.5041Bram Moolenaar2022-05-291-3/+3
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-9/+1
* patch 8.2.4959: using NULL regexp programv8.2.4959Bram Moolenaar2022-05-151-13/+22
* patch 8.2.4938: crash when matching buffer with invalid patternv8.2.4938Bram Moolenaar2022-05-111-1/+1
* patch 8.2.4929: off-by-one error in in statusline itemv8.2.4929LemonBoy2022-05-091-1/+2
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-8/+8
* patch 8.2.4901: NULL pointer access when using invalid patternv8.2.4901Bram Moolenaar2022-05-071-1/+1
* patch 8.2.4791: events triggered in different order when reusing bufferv8.2.4791Charlie Groves2022-04-191-18/+3
* patch 8.2.4731: the changelist index is not remembered per bufferv8.2.4731LemonBoy2022-04-101-0/+4
* patch 8.2.4702: C++ scope labels are hard-codedv8.2.4702Tom Praschan2022-04-071-0/+1
* patch 8.2.4685: when a swap file is found for a popup there is no dialogv8.2.4685Bram Moolenaar2022-04-041-3/+6
* patch 8.2.4670: memory allocation failures for new tab page not testedv8.2.4670Yegappan Lakshmanan2022-04-031-1/+1
* patch 8.2.4668: buffer allocation failures insufficiently testedv8.2.4668Yegappan Lakshmanan2022-04-021-1/+1
* patch 8.2.4631: crash when switching window in BufWipeout autocommandv8.2.4631Bram Moolenaar2022-03-261-0/+4
* patch 8.2.4609: :unhide does not check for failing to close a windowv8.2.4609Bram Moolenaar2022-03-221-10/+14
* patch 8.2.4483: command completion makes two rounds to collect matchesv8.2.4483Yegappan Lakshmanan2022-02-281-28/+29
* patch 8.2.4463: completion only uses strict matchingv8.2.4463Yegappan Lakshmanan2022-02-241-53/+116
* patch 8.2.4419: illegal memory access when using 20 highlightsv8.2.4419Brandon Richardson2022-02-191-4/+9
* patch 8.2.4391: command line executed when typing Esc in the GUIv8.2.4391Bram Moolenaar2022-02-151-0/+4
* patch 8.2.4327: may end up with no current bufferv8.2.4327Bram Moolenaar2022-02-081-4/+22