summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is offv9.0.0238Bram Moolenaar2022-08-213-1/+26
* patch 9.0.0237: Mac: cannot build if dispatch.h is not availablev9.0.0237Evan Miller2022-08-212-0/+4
* patch 9.0.0236: popup menu not removed when 'wildmenu' reset while visiblev9.0.0236zeertzjq2022-08-213-1/+13
* patch 9.0.0235: 'autoshelldir' does not work with chunked resposev9.0.0235Bram Moolenaar2022-08-212-17/+21
* patch 9.0.0234: cannot make difference between :normal end and argument charv9.0.0234Bram Moolenaar2022-08-214-3/+16
* patch 9.0.0233: removing multiple text properties takes many callsv9.0.0233Ben Jackson2022-08-204-19/+111
* patch 9.0.0232: test with BufNewFile autocmd is flakyv9.0.0232Bram Moolenaar2022-08-202-4/+6
* patch 9.0.0231: expanding "**" may loop forever with directory linksv9.0.0231Bram Moolenaar2022-08-203-6/+12
* patch 9.0.0230: no error for comma missing in list in :def functionv9.0.0230Bram Moolenaar2022-08-207-15/+26
* patch 9.0.0229: Vim9: error message for missing type is not clearv9.0.0229Bram Moolenaar2022-08-205-13/+18
* Update runtime filesBram Moolenaar2022-08-1935-2458/+1340
* patch 9.0.0228: crash when pattern looks below the last linev9.0.0228Bram Moolenaar2022-08-194-10/+35
* patch 9.0.0227: cannot read error message when abort() is calledv9.0.0227Bram Moolenaar2022-08-192-2/+8
* patch 9.0.0226: job_start() test may fail under valgrindv9.0.0226Bram Moolenaar2022-08-182-0/+3
* patch 9.0.0225: using freed memory with multiple line breaks in expressionv9.0.0225Bram Moolenaar2022-08-185-59/+77