summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 9.0.1321: vimscript test fails where using {expr} syntaxv9.0.1321Bram Moolenaar2023-02-182-1/+7
* patch 9.0.1320: checking the type of a null object causes a crashv9.0.1320Bram Moolenaar2023-02-1810-48/+94
* patch 9.0.1319: PRQL files are not recognizedv9.0.1319Matthias Queitsch2023-02-183-0/+6
* patch 9.0.1318: code style test failsv9.0.1318Bram Moolenaar2023-02-172-1/+3
* patch 9.0.1317: crash when using an unset object variablev9.0.1317Bram Moolenaar2023-02-174-7/+34
* patch 9.0.1316: MS-Windows: vimfiles dir created with admin groupv9.0.1316Christopher Plewright2023-02-172-10/+35
* patch 9.0.1315: escaping for completion of map command not properly testedv9.0.1315zeertzjq2023-02-173-3/+16
* patch 9.0.1314: :messages behavior depends on 'fileformat' of current bufferv9.0.1314cero19882023-02-164-11/+23
* patch 9.0.1313: some settings use the current codepage instead of 'encoding'v9.0.1313K.Takata2023-02-157-17/+70
* patch 9.0.1312: Cursor position wrong when splitting window in insert modev9.0.1312Luuk van Baal2023-02-153-10/+9
* patch 9.0.1311: Coverity warns for using a NULL pointerv9.0.1311Bram Moolenaar2023-02-152-0/+4
* patch 9.0.1310: 'splitkeep' test has failuresv9.0.1310Bram Moolenaar2023-02-142-2/+11
* patch 9.0.1309: scrolling two lines with even line count and 'scrolloff' setv9.0.1309Bram Moolenaar2023-02-1411-54/+92
* patch 9.0.1308: the code for setting options is too complicatedv9.0.1308Yegappan Lakshmanan2023-02-142-358/+494
* patch 9.0.1307: setting 'formatoptions' with :let doesn't check for errorsv9.0.1307Yegappan Lakshmanan2023-02-135-5/+51
* patch 9.0.1306: no regression test for solved problem of #11959v9.0.1306Bram Moolenaar2023-02-123-0/+43
* patch 9.0.1305: cursor in wrong line with virtual text abovev9.0.1305Bram Moolenaar2023-02-124-0/+28
* patch 9.0.1304: "$" for 'list' option displayed in wrong positionv9.0.1304Bram Moolenaar2023-02-124-16/+41
* patch 9.0.1303: Motif: scrollbar width/height wrong when maximizedv9.0.1303qsmodo2023-02-112-3/+7
* patch 9.0.1302: on a Belgian keyboard CTRL-] does not workv9.0.1302Bram Moolenaar2023-02-113-3/+12
* patch 9.0.1301: virtual text below empty line not displayedv9.0.1301Bram Moolenaar2023-02-115-25/+101
* patch 9.0.1300: 'statusline' only supports one "%=" itemv9.0.1300Yegappan Lakshmanan2023-02-116-24/+72
* 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