summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0286: using freed memory when location list changed in autocmdv9.0.0286Yegappan Lakshmanan2022-08-273-10/+37
* patch 9.0.0285: it is not easy to change the command line from a pluginv9.0.0285Shougo Matsushita2022-08-278-11/+134
* patch 9.0.0284: using static buffer for multiple completion functionsv9.0.0284Bram Moolenaar2022-08-265-24/+21
* patch 9.0.0283: cannot complete "syn list @cluster"v9.0.0283bfredl2022-08-263-4/+32
* patch 9.0.0282: a nested timout stops the previous timeoutv9.0.0282Bram Moolenaar2022-08-263-4/+22
* patch 9.0.0281: build failure without the +eval featurev9.0.0281Bram Moolenaar2022-08-262-1/+9
* Update runtime filesBram Moolenaar2022-08-2631-374/+737
* patch 9.0.0280: the builtin termcap list depends on the versionv9.0.0280Bram Moolenaar2022-08-267-153/+20
* patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'v9.0.0279Bram Moolenaar2022-08-2614-122/+19
* patch 9.0.0278: the +wildignore feature is nearly always availablev9.0.0278Bram Moolenaar2022-08-2611-57/+17
* patch 9.0.0277: Coverity CI: update-alternatives not needed with Ubuntu 20.04v9.0.0277Philip H2022-08-262-6/+2
* patch 9.0.0276: 'buftype' values not sufficiently testedv9.0.0276zeertzjq2022-08-264-31/+76
* patch 9.0.0275: BufEnter not triggered when using ":edit" in "nofile" bufferv9.0.0275Bram Moolenaar2022-08-263-2/+14
* patch 9.0.0274: netrw plugin does not show remote filesv9.0.0274Bram Moolenaar2022-08-263-19/+42
* patch 9.0.0273: Konsole termresponse not recognizedv9.0.0273Bram Moolenaar2022-08-263-10/+20
* patch 9.0.0272: BufReadCmd not triggered when loading a "nofile" bufferv9.0.0272Bram Moolenaar2022-08-265-3/+26
* patch 9.0.0271: using INIT() in non-header filesv9.0.0271zeertzjq2022-08-264-3/+5
* patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny versionv9.0.0270Bram Moolenaar2022-08-259-131/+19
* patch 9.0.0269: getscriptinfo() does not include the versionv9.0.0269Yegappan Lakshmanan2022-08-257-10/+76
* patch 9.0.0268: build error without the +eval featurev9.0.0268Bram Moolenaar2022-08-252-2/+2
* patch 9.0.0267: Coverity workflow still uses Ubuntu 18.04v9.0.0267Philip H2022-08-252-1/+3
* patch 9.0.0266: compiler warning for unused argumentv9.0.0266Bram Moolenaar2022-08-252-2/+4
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-2525-157/+20
* patch 9.0.0264: CI still runs on Ubuntu 18.04v9.0.0264Philip H2022-08-252-7/+4
* patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar2022-08-2515-117/+27
* patch 9.0.0262: build failure without the +quickfix featurev9.0.0262Bram Moolenaar2022-08-252-0/+4
* patch 9.0.0261: bufload() reads a file even if the name is not a file namev9.0.0261Bram Moolenaar2022-08-254-2/+16
* patch 9.0.0260: using freed memory when using 'quickfixtextfunc' recursivelyv9.0.0260Bram Moolenaar2022-08-243-0/+24
* patch 9.0.0259: crash with mouse click when not initializedv9.0.0259Bram Moolenaar2022-08-243-52/+71
* Update runtime filesBram Moolenaar2022-08-2448-98/+2071
* patch 9.0.0258: MS-Windows installer skips syntax/sharedv9.0.0258K.Takata2022-08-242-13/+5
* patch 9.0.0257: "->" in ":scriptnames" output not tested yetv9.0.0257Bram Moolenaar2022-08-242-0/+7
* patch 9.0.0256: compiler warning for uninitialized variablesv9.0.0256Bram Moolenaar2022-08-242-2/+4
* patch 9.0.0255: build failure without the eval featurev9.0.0255Bram Moolenaar2022-08-242-0/+4
* patch 9.0.0254: typo in function namev9.0.0254zeertzjq2022-08-242-3/+5
* patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253Bram Moolenaar2022-08-2411-21/+124
* patch 9.0.0252: cursor in wrong place after virtual textv9.0.0252Bram Moolenaar2022-08-245-1/+50
* patch 9.0.0251: test output shows up in gitv9.0.0251huang062022-08-242-0/+3
* patch 9.0.0250: slightly inconsistent error messagesv9.0.0250Bram Moolenaar2022-08-232-1/+3
* patch 9.0.0249: no test for what 9.0.0234 fixesv9.0.0249Bram Moolenaar2022-08-232-0/+9
* patch 9.0.0248: duplicate code in finding a script in the execution stackv9.0.0248zeertzjq2022-08-232-18/+9
* patch 9.0.0247: cannot add padding to virtual text without highlightv9.0.0247Bram Moolenaar2022-08-2315-189/+403
* patch 9.0.0246: using freed memory when 'tagfunc' deletes the bufferv9.0.0246Bram Moolenaar2022-08-223-1/+22
* patch 9.0.0245: mechanism to prevent recursive screen updating is incompletev9.0.0245Bram Moolenaar2022-08-2213-40/+51
* patch 9.0.0244: cannot easily get the list of sourced scriptsv9.0.0244Yegappan Lakshmanan2022-08-228-8/+70
* patch 9.0.0243: text properties "below" sort differently on MS-Windowsv9.0.0243Bram Moolenaar2022-08-222-1/+8
* patch 9.0.0242: "make install" still failsv9.0.0242Bram Moolenaar2022-08-212-2/+6
* patch 9.0.0241: "make install" does not install shared syntax filev9.0.0241Bram Moolenaar2022-08-212-2/+9
* patch 9.0.0240: crash when using ":mkspell" with an empty .dic filev9.0.0240Bram Moolenaar2022-08-213-1/+17
* patch 9.0.0239: build failure without the +wildmenu featurev9.0.0239Bram Moolenaar2022-08-212-2/+4