summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1369: still some "else if" constructs for setting optionsv9.0.1369Yegappan Lakshmanan2023-03-028-208/+186
* patch 9.0.1368: Bass files are not recognizedv9.0.1368Amaan Qureshi2023-03-023-0/+6
* patch 9.0.1367: divide by zero in zero-width windowv9.0.1367Bram Moolenaar2023-03-013-11/+32
* patch 9.0.1366: functions for setting options are in random orderv9.0.1366Yegappan Lakshmanan2023-03-013-1193/+1210
* patch 9.0.1365: dead test codev9.0.1365zeertzjq2023-02-282-7/+4
* patch 9.0.1364: build error with older Mac OSv9.0.1364Yee Cheng Chin2023-02-282-1/+4
* patch 9.0.1363: crash when :def function has :break in skipped blockv9.0.1363Bram Moolenaar2023-02-273-1/+31
* patch 9.0.1362: ml_get error when going to another tabv9.0.1362Bram Moolenaar2023-02-273-5/+22
* Update runtime filesBram Moolenaar2023-02-2735-203/+683
* patch 9.0.1361: extendnew() not sufficiently testedv9.0.1361zeertzjq2023-02-272-1/+7
* patch 9.0.1360: Cue files are not recognizedv9.0.1360Amaan Qureshi2023-02-273-2/+8
* patch 9.0.1359: too many "else if" statements in handling optionsv9.0.1359Yegappan Lakshmanan2023-02-278-61/+188
* patch 9.0.1358: compilation error with some compilersv9.0.1358Bram Moolenaar2023-02-274-7/+9
* patch 9.0.1357: using null_object results in an internal errorv9.0.1357Bram Moolenaar2023-02-266-3/+92
* patch 9.0.1356: cannot cancel "gr" with Escv9.0.1356zeertzjq2023-02-265-28/+32
* patch 9.0.1355: no error when declaring a class twicev9.0.1355Bram Moolenaar2023-02-253-4/+29
* patch 9.0.1354: "gr CTRL-G" stays in virtual replace modev9.0.1354Bram Moolenaar2023-02-254-2/+16
* patch 9.0.1353: too many "else if" statements to handle option valuesv9.0.1353Yegappan Lakshmanan2023-02-258-115/+215
* patch 9.0.1352: "ignore" files are outdatedv9.0.1352K.Takata2023-02-243-3/+22
* patch 9.0.1351: Dhall files are not recognizedv9.0.1351Amaan Qureshi2023-02-243-0/+6
* patch 9.0.1350: CPON files are not recognizedv9.0.1350Amaan Qureshi2023-02-243-0/+6
* patch 9.0.1349: "gr" with a count failsv9.0.1349Bram Moolenaar2023-02-232-1/+3
* patch 9.0.1348: Un-grammar files are not recognizedv9.0.1348Amaan Qureshi2023-02-233-0/+6
* patch 9.0.1347: "gr CTRL-O" stays in Insert modev9.0.1347Bram Moolenaar2023-02-233-5/+22
* patch 9.0.1346: Starlark files are not recognizedv9.0.1346Amaan Qureshi2023-02-233-0/+6
* patch 9.0.1345: too many "else if" statements for handling optionsv9.0.1345Yegappan Lakshmanan2023-02-235-74/+291
* patch 9.0.1344: check for OSC escape sequence doesn't workv9.0.1344Bram Moolenaar2023-02-232-1/+3
* patch 9.0.1343: check for OSC escape sequence doesn't workv9.0.1343Johan Mattsson2023-02-232-1/+3
* patch 9.0.1342: MS-Windows: linking may fail with space in directory namev9.0.1342zhihaoy2023-02-232-4/+6
* patch 9.0.1341: build error with mzscheme but without GUIv9.0.1341K.Takata2023-02-223-4/+8
* patch 9.0.1340: Coverity warns for using NULL pointerv9.0.1340Bram Moolenaar2023-02-222-2/+5
* patch 9.0.1339: no test for :disassemble with class functionv9.0.1339Bram Moolenaar2023-02-212-0/+42
* patch 9.0.1338: :defcompile and :disassemble can't find class methodv9.0.1338Bram Moolenaar2023-02-217-52/+145
* patch 9.0.1337: yuck files are not recognizedv9.0.1337Amaan Qureshi2023-02-213-0/+6
* patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan2023-02-2134-72/+75
* patch 9.0.1335: no test for bad use of spaces in help filesv9.0.1335h-east2023-02-212-0/+65
* patch 9.0.1334: using tt_member for the class leads to mistakesv9.0.1334Bram Moolenaar2023-02-218-118/+119
* Update runtime files.Bram Moolenaar2023-02-2053-237/+635
* patch 9.0.1333: when redo'ing twice <ScriptCmd> may not get the script IDv9.0.1333Bram Moolenaar2023-02-202-6/+15
* patch 9.0.1332: crash when using buffer-local user command in cmdline windowv9.0.1332zeertzjq2023-02-203-1/+12
* patch 9.0.1331: illegal memory access when using :ball in Visual modev9.0.1331Pavel Mayorov2023-02-203-0/+27
* patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan2023-02-2037-1510/+1518
* patch 9.0.1329: completion of map includes simplified onesv9.0.1329zeertzjq2023-02-193-6/+9
* patch 9.0.1328: error when using "none" for GUI color is confusingv9.0.1328Bram Moolenaar2023-02-194-2/+16
* patch 9.0.1327: cursor in wrong position below line with virtual text belowv9.0.1327Bram Moolenaar2023-02-194-1/+34
* patch 9.0.1326: relative line number not updated with virtual text abovev9.0.1326Bram Moolenaar2023-02-195-0/+51
* patch 9.0.1325: 'colorcolumn' highlight wrong with virtual text abovev9.0.1325Bram Moolenaar2023-02-194-20/+48
* patch 9.0.1324: "gj" and "gk" do not move correctly over a closed foldv9.0.1324Luuk van Baal2023-02-183-17/+11
* patch 9.0.1323: build failure with +eval featurev9.0.1323Bram Moolenaar2023-02-182-1/+3
* patch 9.0.1322: crash when indexing "any" which is an objectv9.0.1322Bram Moolenaar2023-02-184-12/+104