summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1299: change for triggering incsearch not sufficiently testedv9.0.1299zeertzjq2023-02-113-11/+25
* patch 9.0.1298: inserting register on the cmdline does not trigger incsearchv9.0.1298K.Takata2023-02-104-7/+39
* patch 9.0.1297: wrong value for $LC_CTYPE makes the environ test failv9.0.1297WuerfelDev2023-02-102-1/+3
* patch 9.0.1296: calling an object method with arguments does not workv9.0.1296Bram Moolenaar2023-02-103-2/+46
* patch 9.0.1295: the option initialization function is too longv9.0.1295Yegappan Lakshmanan2023-02-102-257/+355
* patch 9.0.1294: the set_bool_option() function is too longv9.0.1294Yegappan Lakshmanan2023-02-092-393/+682
* patch 9.0.1293: the set_num_option() is too longv9.0.1293Yegappan Lakshmanan2023-02-092-319/+544
* patch 9.0.1292: :defer may call the wrong method for an objectv9.0.1292Bram Moolenaar2023-02-088-9/+94
* patch 9.0.1291: Move language files are not recognizedv9.0.1291Amaan Qureshi2023-02-073-2/+8
* patch 9.0.1290: CTRL-N and -P on cmdline don't trigger CmdlineChangedv9.0.1290zeertzjq2023-02-063-2/+39
* patch 9.0.1289: a newer version of clang can be used for CIv9.0.1289Philip H2023-02-062-7/+9
* patch 9.0.1288: FunC files are not recognizedv9.0.1288Amaan Qureshi2023-02-063-0/+6
* patch 9.0.1287: with the Kitty key protocl Esc with NumLock cannot be mappedv9.0.1287Bram Moolenaar2023-02-062-0/+7
* patch 9.0.1286: Coverity warns for using a NULL pointerv9.0.1286Bram Moolenaar2023-02-062-4/+13
* patch 9.0.1285: various small problemsv9.0.1285Bram Moolenaar2023-02-056-6/+9
* patch 9.0.1284: compiler warnings for uninitialized variablesv9.0.1284Bram Moolenaar2023-02-052-2/+4
* patch 9.0.1283: the code for setting options is too complicatedv9.0.1283Yegappan Lakshmanan2023-02-052-302/+462
* patch 9.0.1282: Ron files are not recognizedv9.0.1282Amaan Qureshi2023-02-053-2/+8
* patch 9.0.1281: Cadence files are not recognizedv9.0.1281Janez Podhostnik2023-02-053-0/+6
* patch 9.0.1280: inssufficient testing for what 9.0.1265 fixesv9.0.1280Bram Moolenaar2023-02-042-0/+56
* patch 9.0.1279: display shows lines scrolled down erroneouslyv9.0.1279Bram Moolenaar2023-02-045-1/+49
* patch 9.0.1278: go.work.sum files are not recognizedv9.0.1278Amaan Qureshi2023-02-043-2/+4
* patch 9.0.1277: cursor may move with autocmd in Visual modev9.0.1277zeertzjq2023-02-043-2/+16
* patch 9.0.1276: some mappings with Meta and Shift do not workv9.0.1276Bram Moolenaar2023-02-033-8/+33
* patch 9.0.1275: the code for setting options is too complicatedv9.0.1275Yegappan Lakshmanan2023-02-023-474/+511
* Update runtime files.Bram Moolenaar2023-02-0263-688/+1240
* patch 9.0.1274: FIRRTL files are not recognizedv9.0.1274Amaan Qureshi2023-02-023-0/+6
* patch 9.0.1273: "1v" may select block with wrong sizev9.0.1273Bram Moolenaar2023-02-013-1/+19
* patch 9.0.1272: typo in pattern for filetype detectionv9.0.1272zeertzjq2023-02-013-2/+4
* patch 9.0.1271: using sizeof() and subtract array size is trickyv9.0.1271zeertzjq2023-02-0110-11/+15
* patch 9.0.1270: crash when using search stat in narrow screenv9.0.1270zeertzjq2023-01-313-1/+30
* patch 9.0.1269: channel test often fails on Mac OSv9.0.1269Bram Moolenaar2023-01-312-4/+8
* patch 9.0.1268: .clangd and .stylelintrc files don't get a filetypev9.0.1268Mark Skelton2023-01-313-3/+8
* patch 9.0.1267: the did_set_string_option function is too longv9.0.1267Yegappan Lakshmanan2023-01-312-483/+325
* patch 9.0.1266: error for space before ": type" is inconsistentv9.0.1266Bram Moolenaar2023-01-306-5/+29
* 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