summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-05-05patch 8.2.4872: Vim9: no error for using an expression onlyv8.2.4872Bram Moolenaar
2022-05-05patch 8.2.4871: Vim9: in :def function no error for misplaced rangev8.2.4871Bram Moolenaar
2022-05-05patch 8.2.4870: Vim9: expression in :substitute is not compiledv8.2.4870LemonBoy
2022-05-05patch 8.2.4869: expression in command block does not look after NLv8.2.4869Bram Moolenaar
2022-05-04patch 8.2.4868: when closing help window autocmds triggered for wrong windowv8.2.4868LemonBoy
2022-05-04patch 8.2.4867: listing of mapping with K_SPECIAL is wrongv8.2.4867zeertzjq
2022-05-04patch 8.2.4866: duplicate code in "get" functionsv8.2.4866LemonBoy
2022-05-04patch 8.2.4865: :startinsert right after :stopinsert may not workv8.2.4865zeertzjq
2022-05-04patch 8.2.4864: Vim9: script test failsv8.2.4864Bram Moolenaar
2022-05-04patch 8.2.4863: accessing freed memory in test without the +channel featurev8.2.4863Bram Moolenaar
2022-05-04patch 8.2.4862: Vim9: test may fail when run with valgrindv8.2.4862Bram Moolenaar
2022-05-04patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael
2022-05-03patch 8.2.4860: MS-Windows: always uses current directory for executablesv8.2.4860Yasuhiro Matsumoto
2022-05-02patch 8.2.4859: wget2 files are not recognizedv8.2.4859Bram Moolenaar
2022-05-02patch 8.2.4858: K_SPECIAL may be escaped twicev8.2.4858zeertzjq
2022-05-02patch 8.2.4857: Yaml indent for multiline is wrongv8.2.4857asmka
2022-05-02patch 8.2.4856: MinGW compiler complains about unknown escape sequencev8.2.4856Christian Brabandt
2022-05-02patch 8.2.4855: robot files are not recognizedv8.2.4855Zoe Roux
2022-05-02patch 8.2.4854: array size does not match usagev8.2.4854Christian Brabandt
2022-05-01patch 8.2.4853: CI with FreeBSD is a bit outdatedv8.2.4853Philip H
2022-05-01patch 8.2.4852: ANSI color index to RGB value not correctv8.2.4852LemonBoy
2022-05-01patch 8.2.4851: compiler warning for uninitialized variablev8.2.4851Bram Moolenaar
2022-04-30patch 8.2.4850: mksession mixes up "tabpages" and "curdir" argumentsv8.2.4850LemonBoy
2022-04-30patch 8.2.4849: Gleam filetype not detectedv8.2.4849Mathias Jean Johansen
2022-04-30patch 8.2.4848: local completion with mappings and simplification not workingv8.2.4848zeertzjq
2022-04-29patch 8.2.4847: crash when using uninitialized function pointerv8.2.4847LemonBoy
2022-04-29patch 8.2.4846: termcodes test failsv8.2.4846zeertzjq
2022-04-29patch 8.2.4845: duplicate codev8.2.4845zeertzjq
2022-04-29patch 8.2.4844: <C-S-I> is simplified to <S-Tab>v8.2.4844zeertzjq
2022-04-28patch 8.2.4843: treating CTRL + ALT as AltGr is not backwards compatiblev8.2.4843LemonBoy
2022-04-28patch 8.2.4842: expand("%:p") is not empty when there is no buffer namev8.2.4842Bram Moolenaar
2022-04-28patch 8.2.4841: empty string considered an error for expand()v8.2.4841Bram Moolenaar
2022-04-28patch 8.2.4840: heredoc expression evaluated even when skippingv8.2.4840Bram Moolenaar
2022-04-28patch 8.2.4839: compiler warning for unused argumentv8.2.4839Bram Moolenaar
2022-04-28patch 8.2.4838: checking for absolute path is not trivialv8.2.4838LemonBoy
2022-04-28patch 8.2.4837: modifiers not simplified when timed outv8.2.4837zeertzjq
2022-04-28patch 8.2.4836: Vim9: some lines not covered by testsv8.2.4836Bram Moolenaar
2022-04-27patch 8.2.4835: Vim9: some lines not covered by testsv8.2.4835Bram Moolenaar
2022-04-27patch 8.2.4834: Vim9: some lines not covered by testsv8.2.4834Bram Moolenaar
2022-04-27patch 8.2.4833: failure of mapping not checked forv8.2.4833zeertzjq
2022-04-26patch 8.2.4832: passing zero instead of NULL to a pointer argumentv8.2.4832zeertzjq
2022-04-26patch 8.2.4831: crash when using maparg() and unmapping simplified keysv8.2.4831zeertzjq
2022-04-26patch 8.2.4830: possible endless loop if there is unused typaheadv8.2.4830Bram Moolenaar
2022-04-26patch 8.2.4829: a key may be simplified to NULv8.2.4829zeertzjq
2022-04-26patch 8.2.4828: fix for unmapping simplified key not fully testedv8.2.4828zeertzjq
2022-04-25patch 8.2.4827: typo in variable namev8.2.4827Bram Moolenaar
2022-04-25patch 8.2.4826: .cshtml files are not recognizedv8.2.4826jvoisin
2022-04-25patch 8.2.4825: can only get a list of mappingsv8.2.4825Ernie Rael
2022-04-25patch 8.2.4824: expression is evaluated multiple timesv8.2.4824zeertzjq
2022-04-25patch 8.2.4823: concat more than 2 strings in :def function is inefficientv8.2.4823LemonBoy