summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1265: using an interface method may give a compilation errorv9.0.1265Bram Moolenaar2023-01-303-1/+30
* patch 9.0.1264: Motif: compiler warning for unused argumentv9.0.1264Bram Moolenaar2023-01-302-1/+3
* patch 9.0.1263: KDL files are not recognizedv9.0.1263Amaan Qureshi2023-01-303-0/+6
* patch 9.0.1262: the did_set_string_option function is too longv9.0.1262Yegappan Lakshmanan2023-01-3013-1306/+2035
* patch 9.0.1261: Elsa files are not recognizedv9.0.1261Amaan Qureshi2023-01-293-0/+6
* patch 9.0.1260: Coverity warns for possible NULL pointer usagev9.0.1260Bram Moolenaar2023-01-292-1/+3
* patch 9.0.1259: diffmode test failsv9.0.1259Bram Moolenaar2023-01-282-9/+11
* patch 9.0.1258: code style test failsv9.0.1258Bram Moolenaar2023-01-283-25/+27
* patch 9.0.1257: code style is not check in test scriptsv9.0.1257Bram Moolenaar2023-01-2856-208/+247
* patch 9.0.1256: NetworkManager connection files are not recognizedv9.0.1256ObserverOfTime2023-01-283-1/+4
* patch 9.0.1255: changing 'virtualedit' does not have immediate effectv9.0.1255Bram Moolenaar2023-01-283-1/+16
* patch 9.0.1254: calling a method on an interface does not workv9.0.1254Bram Moolenaar2023-01-2810-39/+236
* patch 9.0.1253: CI adds repository unnecessarilyv9.0.1253Philip H2023-01-282-1/+2
* patch 9.0.1252: MS-Windows: scrollback cropped off on Vim exitv9.0.1252Christopher Plewright2023-01-282-38/+32
* patch 9.0.1251: checking returned value of ga_grow() is inconsistentv9.0.1251Yegappan Lakshmanan2023-01-2712-14/+16
* patch 9.0.1250: cannot use an object method with :deferv9.0.1250Bram Moolenaar2023-01-278-21/+99
* patch 9.0.1249: cannot export an abstract classv9.0.1249Bram Moolenaar2023-01-275-2/+38
* patch 9.0.1248: cannot export an interfacev9.0.1248Bram Moolenaar2023-01-263-1/+26
* patch 9.0.1247: divide by zero with 'smoothscroll' set and a narrow windowv9.0.1247Bram Moolenaar2023-01-265-0/+44
* patch 9.0.1246: code is indented more than necessaryv9.0.1246Yegappan Lakshmanan2023-01-2613-510/+505
* patch 9.0.1245: code is indented more than necessaryv9.0.1245Yegappan Lakshmanan2023-01-259-913/+919
* patch 9.0.1244: cursor displayed in wrong position when leaving Insert modev9.0.1244Bram Moolenaar2023-01-252-6/+8
* patch 9.0.1243: :setglobal cannot use script-local function for "expr" optionv9.0.1243zeertzjq2023-01-256-48/+149
* patch 9.0.1242: code for :runtime completion is not consistentv9.0.1242zeertzjq2023-01-255-17/+19
* patch 9.0.1241: Coverity warns for not checking function return valuev9.0.1241Bram Moolenaar2023-01-252-1/+3
* patch 9.0.1240: cannot access a private object member in a lambdav9.0.1240Bram Moolenaar2023-01-245-1/+35
* patch 9.0.1239: cannot have a line break before an object member accessv9.0.1239Bram Moolenaar2023-01-243-1/+32
* patch 9.0.1238: :runtime completion can be further improvedv9.0.1238zeertzjq2023-01-247-120/+165
* patch 9.0.1237: code is indented more than necessaryv9.0.1237Yegappan Lakshmanan2023-01-2312-1081/+1080
* patch 9.0.1236: code in same_leader() can be simplifiedv9.0.1236zeertzjq2023-01-232-8/+3
* patch 9.0.1235: MS-Windows console: not flushing termguicolorsv9.0.1235Christopher Plewright2023-01-234-14/+19
* patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar2023-01-2234-149/+319
* patch 9.0.1233: search() loops forever if "skip" is TRUE for all matchesv9.0.1233Bram Moolenaar2023-01-223-1/+20
* patch 9.0.1232: ColorTable saving and restoring does not work properlyv9.0.1232Christopher Plewright2023-01-224-67/+51
* patch 9.0.1231: completion of :runtime does not handle {where} argumentv9.0.1231zeertzjq2023-01-2211-127/+191
* patch 9.0.1230: Apache thrift files are not recognizedv9.0.1230Amaan Qureshi2023-01-223-0/+6
* patch 9.0.1229: Cap'n Proto files are not recognizedv9.0.1229Amaan Qureshi2023-01-223-0/+6
* patch 9.0.1228: fuzzy menu completion is only tested in the GUIv9.0.1228zeertzjq2023-01-222-1/+9
* patch 9.0.1227: no cmdline completion for :runtimev9.0.1227root2023-01-216-13/+94
* patch 9.0.1226: spurious empty line when using text propertiesv9.0.1226Bram Moolenaar2023-01-214-3/+39
* patch 9.0.1225: reading past the end of a line when formatting textv9.0.1225Bram Moolenaar2023-01-212-1/+11
* patch 9.0.1224: cannot call a :def function with a number for float argumentv9.0.1224Bram Moolenaar2023-01-206-116/+158
* patch 9.0.1223: cannot use setcellwidths() below 0x100v9.0.1223K.Takata2023-01-205-12/+54
* patch 9.0.1222: terminal tests are flaky on MacOSv9.0.1222Yegappan Lakshmanan2023-01-193-0/+7
* patch 9.0.1221: code is indented more than necessaryv9.0.1221Yegappan Lakshmanan2023-01-189-749/+751
* patch 9.0.1220: termcap/terminfo entries do not indicate possible modifiersv9.0.1220Bram Moolenaar2023-01-182-10/+72
* patch 9.0.1219: handling of FORTIFY_SOURCE flags doesn't match Fedora usagev9.0.1219Zdenek Dohnal2023-01-183-4/+6
* patch 9.0.1218: completion includes functions that don't workv9.0.1218Kota Kato2023-01-183-0/+12
* patch 9.0.1217: using an object member in a closure doesn't workv9.0.1217Bram Moolenaar2023-01-183-0/+21
* patch 9.0.1216: Coverity warns for ignoring return valuev9.0.1216Bram Moolenaar2023-01-182-5/+10