summaryrefslogtreecommitdiff
path: root/src/evalbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0914: deletebufline() may move marks in the wrong windowv9.0.0914zeertzjq2022-11-201-49/+64
* patch 9.0.0910: setting lines in another buffer may not work wellv9.0.0910Bram Moolenaar2022-11-191-6/+24
* patch 9.0.0841: deletebufline() does not always return 1 on failurev9.0.0841zeertzjq2022-11-061-24/+22
* patch 9.0.0837: append() reports failure when not appending anythingv9.0.0837Bram Moolenaar2022-11-051-3/+1
* patch 9.0.0809: test for job writing to buffer failsv9.0.0809Bram Moolenaar2022-10-201-1/+4
* patch 9.0.0416: ml_get error when appending lines in popup windowv9.0.0416Bram Moolenaar2022-09-081-1/+5
* patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar2022-08-251-5/+1
* patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar2022-07-231-3/+3
* patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar2022-06-161-1/+1
* patch 8.2.5002: deletebufline() may change Visual selectionv8.2.5002LemonBoy2022-05-221-0/+3
* patch 8.2.4996: setbufline() may change Visual selectionv8.2.4996Bram Moolenaar2022-05-221-0/+3
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-3/+1
* patch 8.2.4018: ml_get error when win_execute redraws with Visual selectionv8.2.4018Bram Moolenaar2022-01-061-10/+8
* patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar2022-01-041-6/+0
* patch 8.2.3919: Vim9: wrong argument for append() results in two errorsv8.2.3919Bram Moolenaar2021-12-281-9/+18
* patch 8.2.3916: no error for passing an invalid line number to append()v8.2.3916Bram Moolenaar2021-12-271-0/+2
* patch 8.2.3788: lambda for option that is a function may be freedv8.2.3788Yegappan Lakshmanan2021-12-121-21/+15
* patch 8.2.3252: duplicated code for adding buffer linesv8.2.3252Yegappan Lakshmanan2021-07-301-21/+14
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-6/+48
* patch 8.2.3194: Vim9: argument types are not checked at compile timev8.2.3194Yegappan Lakshmanan2021-07-211-1/+11
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-0/+18
* patch 8.2.2665: test failuresv8.2.2665Bram Moolenaar2021-03-271-0/+2
* patch 8.2.2489: current buffer is wrong after deletebufline() failsv8.2.2489Bram Moolenaar2021-02-091-16/+17
* patch 8.2.2435: setline() gives an error for some typesv8.2.2435Bram Moolenaar2021-01-311-3/+6
* patch 8.2.2289: Vim9: 'cpo' can become emptyv8.2.2289Bram Moolenaar2021-01-031-1/+1
* patch 8.2.2271: ml_get error when changing hidden buffer in Pythonv8.2.2271Bram Moolenaar2021-01-021-0/+6
* patch 8.2.1888: Vim9: getbufline(-1, 1, '$') gives an errorv8.2.1888Bram Moolenaar2020-10-221-8/+10
* patch 8.2.1602: Vim9: cannot use 'true" with getbufinfo()v8.2.1602Bram Moolenaar2020-09-051-14/+4
* patch 8.2.1590: Vim9: bufnr() doesn't take "true" argumentv8.2.1590Bram Moolenaar2020-09-041-1/+1
* patch 8.2.1562: Vim9: error when using "%" where a buffer is expectedv8.2.1562Bram Moolenaar2020-09-011-29/+5
* patch 8.2.1550: Vim9: bufname('%') gives an errorv8.2.1550Bram Moolenaar2020-08-301-3/+8
* patch 8.2.1477: Vim9: error when using bufnr('%')v8.2.1477Bram Moolenaar2020-08-171-1/+2
* patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar2020-05-301-1/+1
* patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar2020-05-131-1/+1
* patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar2020-04-211-0/+8
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-3/+3
* patch 8.2.0339: Vim9: function return type may depend on argumentsv8.2.0339Bram Moolenaar2020-03-011-0/+6
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-4/+11
* patch 8.2.0019: cannot number of lines of another bufferv8.2.0019Bram Moolenaar2019-12-171-0/+1
* patch 8.1.2378: using old C style commentsv8.1.2378Bram Moolenaar2019-12-011-1/+1
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-1/+1
* patch 8.1.2225: the "last used" info of a buffer is under usedv8.1.2225Bram Moolenaar2019-10-271-0/+4
* patch 8.1.2001: some source files are too bigv8.1.2001Bram Moolenaar2019-09-071-0/+887