summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1504: no error when calling remote_startserver("")v9.0.1504h-east2023-05-014-15/+17
* patch 9.0.1503: Luau files are not recognizedv9.0.1503Amaan Qureshi2023-04-303-0/+6
* patch 9.0.1502: no test for deleting the end of a long wrapped linev9.0.1502Luuk van Baal2023-04-304-0/+51
* patch 9.0.1501: crash with nested :try and :throw in catch blockv9.0.1501Bram Moolenaar2023-04-303-7/+69
* patch 9.0.1500: The falsy operator is not tested properlyv9.0.1500zeertzjq2023-04-302-0/+17
* patch 9.0.1499: using uninitialized memory with fuzzy matchingv9.0.1499Bram Moolenaar2023-04-294-11/+40
* patch 9.0.1498: in a terminal window the cursor may jump aroundv9.0.1498Bram Moolenaar2023-04-292-18/+29
* patch 9.0.1497: the ruler percentage can't be localizedv9.0.1497Emir SARI2023-04-292-6/+22
* patch 9.0.1496: test restoring register with wrong valuev9.0.1496zeertzjq2023-04-282-1/+3
* patch 9.0.1495: GTK3: hiding the mouse pointer does not workv9.0.1495Kenny Stauffer2023-04-282-1/+3
* patch 9.0.1494: crash when recovering from corrupted swap filev9.0.1494Bram Moolenaar2023-04-273-12/+46
* patch 9.0.1493: popup menu position wrong in window with toolbarv9.0.1493zeertzjq2023-04-274-2/+33
* patch 9.0.1492: using uninitialized memory when argument is missingv9.0.1492Bram Moolenaar2023-04-275-1/+23
* patch 9.0.1491: wrong scrolling with ls=0 and :botright splitv9.0.1491zeertzjq2023-04-263-9/+25
* patch 9.0.1490: the ModeChanged event may be triggered too oftenv9.0.1490zeertzjq2023-04-263-9/+14
* patch 9.0.1489: crypt with libsodium is not tested on CIv9.0.1489ichizok2023-04-262-6/+36
* patch 9.0.1488: xchacha20v2 crypt header is platform dependentv9.0.1488ichizok2023-04-253-48/+56
* patch 9.0.1487: Content-type header for LSP channel not according to specv9.0.1487Yegappan Lakshmanan2023-04-254-7/+10
* patch 9.0.1486: parallel make might not workv9.0.1486Samuel Dionne-Riel2023-04-242-17/+22
* patch 9.0.1485: no functions for converting from/to UTF-16 indexv9.0.1485Christian Brabandt2023-04-248-55/+676
* patch 9.0.1484: Coverity warns for using invalid array indexv9.0.1484Bram Moolenaar2023-04-242-3/+15
* patch 9.0.1483: += operator does not work on class memberv9.0.1483Bram Moolenaar2023-04-243-7/+31
* patch 9.0.1482: crash when textprop has a very large "padding" valuev9.0.1482Bram Moolenaar2023-04-234-0/+36
* patch 9.0.1481: decrypting with libsodium may fail if the library changesv9.0.1481Christian Brabandt2023-04-2316-121/+422
* patch 9.0.1480: using popup menu may leave text in the command linev9.0.1480Luuk van Baal2023-04-234-0/+35
* patch 9.0.1479: small source file problems; outdated list of distrib. filesv9.0.1479Bram Moolenaar2023-04-2215-33/+25
* Update runtime filesBram Moolenaar2023-04-2263-818/+3695
* patch 9.0.1478: filetypes for *.v files not detected properlyv9.0.1478Turiiya2023-04-224-3/+60
* patch 9.0.1477: crash when recovering from corrupted swap filev9.0.1477Bram Moolenaar2023-04-225-12/+41
* patch 9.0.1476: lines put in non-current window are not displayedv9.0.1476Bram Moolenaar2023-04-2230-276/+315
* patch 9.0.1474: CI runs with old version of Ubuntu and toolsv9.0.1474Philip H2023-04-213-20/+24
* patch 9.0.1473: CI does not run sound testsv9.0.1473ichizok2023-04-213-40/+16
* patch 9.0.1472: ":drop fname" may change the last used tab pagev9.0.1472Bram Moolenaar2023-04-203-0/+24
* patch 9.0.1471: warnings for function declarationsv9.0.1471Michael Jarvis2023-04-195-22/+24
* patch 9.0.1470: deferred functions invoked in unexpected orderv9.0.1470zeertzjq2023-04-193-14/+32
* patch 9.0.1469: deferred functions not called from autocommandsv9.0.1469zeertzjq2023-04-183-14/+50
* patch 9.0.1468: recursively calling :defer function if it does :qav9.0.1468zeertzjq2023-04-183-15/+51
* patch 9.0.1467: Jenkinsfiles are not recognized as groovyv9.0.1467dundargoc2023-04-183-2/+4
* patch 9.0.1466: cannot use an object member name as a method argumentv9.0.1466h-east2023-04-183-18/+22
* patch 9.0.1465: Haiku build failsv9.0.1465ichizok2023-04-182-2/+2
* patch 9.0.1464: strace filetype detection is expensivev9.0.1464Federico Mengozzi2023-04-173-1/+11
* patch 9.0.1463: virtual text truncation only works with Unicode 'encoding'v9.0.1463h-east2023-04-175-2/+100
* patch 9.0.1462: recursively calling :defer function if it does :qav9.0.1462Bram Moolenaar2023-04-173-7/+20
* patch 9.0.1461: ruler not drawn correctly when using 'rulerformat'v9.0.1461Sean Dewar2023-04-174-7/+26
* patch 9.0.1460: insufficient testing for getcmdcompltype()v9.0.1460zeertzjq2023-04-173-10/+19
* patch 9.0.1459: typo in name of typev9.0.1459zeertzjq2023-04-166-8/+10
* patch 9.0.1458: buffer overflow when expanding long file namev9.0.1458Yee Cheng Chin2023-04-162-6/+7
* patch 9.0.1457: no regression test for what patch 9.0.1333 fixesv9.0.1457Bram Moolenaar2023-04-162-3/+5
* patch 9.0.1456: shortmess test depends on order of test executionv9.0.1456zeertzjq2023-04-152-0/+6
* patch 9.0.1455: C++ 20 modules are not recognizedv9.0.1455Ben Jackson2023-04-153-1/+7