summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4544: Coverity warnings for not using returned valuev8.2.4544Bram Moolenaar2022-03-112-5/+10
* patch 8.2.4543: Coverity warning for refactored tag search codev8.2.4543Yegappan Lakshmanan2022-03-113-46/+48
* patch 8.2.4542: Vim9: "break" inside try/catch not handled correctlyv8.2.4542Bram Moolenaar2022-03-104-7/+45
* patch 8.2.4541: Crash in debugger when a variable is not availablev8.2.4541Bram Moolenaar2022-03-103-1/+21
* patch 8.2.4540: line number for error is off by onev8.2.4540Bram Moolenaar2022-03-103-0/+12
* patch 8.2.4539: when comparing special v:none and v:null are handled the samev8.2.4539Bram Moolenaar2022-03-105-34/+70
* patch 8.2.4538: the find_tags_in_file() function is too longv8.2.4538Yegappan Lakshmanan2022-03-103-628/+746
* patch 8.2.4537: output from linter and language server shows up in gitv8.2.4537=?UTF-8?q?Dundar=20G=C3=B6c?=2022-03-102-1/+8
* patch 8.2.4536: debugger test fails when breaking on expressionv8.2.4536Bram Moolenaar2022-03-102-1/+8
* patch 8.2.4535: filename modifer ":8" removes the filenamev8.2.4535Christian Brabandt2022-03-103-1/+8
* patch 8.2.4534: Vim9: "is" operator with empty string and null returns truev8.2.4534Bram Moolenaar2022-03-104-5/+27
* patch 8.2.4533: Vim9: no test that after assigning null type is still checkedv8.2.4533Bram Moolenaar2022-03-092-0/+27
* patch 8.2.4532: suspending with CTRL-Z does not work on OpenBSDv8.2.4532Stuart Henderson2022-03-092-2/+5
* patch 8.2.4531: LGTM warnings for condition and buffer sizev8.2.4531=?UTF-8?q?Dundar=20G=C3=B6c?=2022-03-093-2/+4
* patch 8.2.4530: making comparison with null work changes legacy behaviorv8.2.4530Bram Moolenaar2022-03-093-1/+38
* Update runtime filesBram Moolenaar2022-03-0848-328/+634
* patch 8.2.4529: Vim9: comparing partial with function failsv8.2.4529Bram Moolenaar2022-03-088-8/+64
* patch 8.2.4528: crash when using null_function for a partialv8.2.4528Bram Moolenaar2022-03-083-6/+22
* patch 8.2.4527: the Athena GUI is old and does not work wellv8.2.4527Bram Moolenaar2022-03-084-169/+36
* patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar2022-03-0816-51/+346
* patch 8.2.4525: some GUI tests don't work on Athenav8.2.4525Yegappan Lakshmanan2022-03-072-0/+14
* patch 8.2.4524: MS-Windows: cannot build with some sodium librariesv8.2.4524K.Takata2022-03-075-14/+53
* patch 8.2.4523: when gvim is started maximized the 'window' option isn't setv8.2.4523K.Takata2022-03-072-1/+4
* patch 8.2.4522: GUI test fails with Motifv8.2.4522Bram Moolenaar2022-03-062-2/+2
* patch 8.2.4521: build failure without the +diff featurev8.2.4521Bram Moolenaar2022-03-062-9/+6
* patch 8.2.4520: using wrong highlight for cursor line numberv8.2.4520Bram Moolenaar2022-03-065-2/+71
* patch 8.2.4519: Vim9: Can still use ":fini" and ":finis" for ":finish"v8.2.4519Bram Moolenaar2022-03-063-1/+5
* patch 8.2.4518: the binary tag search feature is always enabledv8.2.4518Yegappan Lakshmanan2022-03-066-63/+91
* patch 8.2.4517: MS-Windows: cannot specify location of sodium libraryv8.2.4517K.Takata2022-03-062-13/+16
* patch 8.2.4516: build failure without the +eval featurev8.2.4516Bram Moolenaar2022-03-052-1/+3
* patch 8.2.4515: old subsitute syntax is still supportedv8.2.4515Bram Moolenaar2022-03-054-0/+13
* patch 8.2.4514: Vim9: some flow commands can be shortenedv8.2.4514Bram Moolenaar2022-03-056-10/+40
* patch 8.2.4513: window-local directory is not applied if 'acd' failsv8.2.4513zeertzjq2022-03-053-9/+11
* patch 8.2.4512: the find_tags_in_file() function is much too longv8.2.4512Yegappan Lakshmanan2022-03-058-647/+721
* patch 8.2.4511: filetype test failsv8.2.4511Bram Moolenaar2022-03-052-3/+5
* patch 8.2.4510: Vim9: shortening commands leads to confusing scriptv8.2.4510Bram Moolenaar2022-03-057-37/+70
* patch 8.2.4509: Vim9: can declare a variable with ":va"v8.2.4509Bram Moolenaar2022-03-055-3/+25
* patch 8.2.4508: Vim9: cannot assign to a global variable on the command linev8.2.4508Bram Moolenaar2022-03-055-2/+15
* patch 8.2.4507: test fails because of new error messagev8.2.4507Bram Moolenaar2022-03-042-2/+8
* patch 8.2.4506: "pattern not found" for :global is not an error messagev8.2.4506Bram Moolenaar2022-03-044-3/+36
* patch 8.2.4505: Vim9: outdated "autocmd nested" still worksv8.2.4505Bram Moolenaar2022-03-044-2/+24
* patch 8.2.4504: when there is a partially matching map full map may not workv8.2.4504Bram Moolenaar2022-03-043-2/+21
* patch 8.2.4503: Vim9: there is no point in supporting :Print and :modev8.2.4503Bram Moolenaar2022-03-043-10/+21
* patch 8.2.4502: in the GUI a modifier is not recognized after CTRL-Xv8.2.4502Bram Moolenaar2022-03-043-2/+15
* patch 8.2.4501: with 'showbreak' set cursor displayed in wrong positionv8.2.4501Bram Moolenaar2022-03-034-1/+32
* patch 8.2.4500: Vim9: can declare a global variable on the command linev8.2.4500Bram Moolenaar2022-03-036-34/+47
* patch 8.2.4499: Vim9: at the script level declarations leak to next blockv8.2.4499Bram Moolenaar2022-03-033-0/+45
* patch 8.2.4498: using <Plug> with "noremap" does not workv8.2.4498Bram Moolenaar2022-03-034-2/+43
* patch 8.2.4497: wrong color for half of wide character next to pum scrollbarv8.2.4497Bram Moolenaar2022-03-034-1/+34
* patch 8.2.4496: Coverity gives warnings after tags code refactoringv8.2.4496Bram Moolenaar2022-03-032-33/+31