summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4878: valgrind warning for using uninitialized variablev8.2.4878Bram Moolenaar2022-05-062-0/+3
* patch 8.2.4877: MS-Windows: Wrongly using Normal colors for termguicolorsv8.2.4877Christian Brabandt2022-05-052-21/+2
* patch 8.2.4876: MS-Windows: Shift-BS results in strange char in powershellv8.2.4876Christian Brabandt2022-05-056-1/+37
* patch 8.2.4875: MS-Windows: some .exe files are not recognizedv8.2.4875LemonBoy2022-05-056-4/+158
* patch 8.2.4874: Win32 GUI: horizontal scroll wheel not handled properlyv8.2.4874LemonBoy2022-05-052-34/+84
* patch 8.2.4873: Vim9: using "else" differs from using "endif/if !cond"v8.2.4873Bram Moolenaar2022-05-053-0/+51
* patch 8.2.4872: Vim9: no error for using an expression onlyv8.2.4872Bram Moolenaar2022-05-053-1/+23
* patch 8.2.4871: Vim9: in :def function no error for misplaced rangev8.2.4871Bram Moolenaar2022-05-053-0/+30
* patch 8.2.4870: Vim9: expression in :substitute is not compiledv8.2.4870LemonBoy2022-05-057-14/+82
* patch 8.2.4869: expression in command block does not look after NLv8.2.4869Bram Moolenaar2022-05-055-16/+38
* patch 8.2.4868: when closing help window autocmds triggered for wrong windowv8.2.4868LemonBoy2022-05-043-0/+71
* patch 8.2.4867: listing of mapping with K_SPECIAL is wrongv8.2.4867zeertzjq2022-05-044-19/+41
* patch 8.2.4866: duplicate code in "get" functionsv8.2.4866LemonBoy2022-05-042-110/+86
* patch 8.2.4865: :startinsert right after :stopinsert may not workv8.2.4865zeertzjq2022-05-043-1/+12
* patch 8.2.4864: Vim9: script test failsv8.2.4864Bram Moolenaar2022-05-042-4/+4
* patch 8.2.4863: accessing freed memory in test without the +channel featurev8.2.4863Bram Moolenaar2022-05-045-14/+45
* patch 8.2.4862: Vim9: test may fail when run with valgrindv8.2.4862Bram Moolenaar2022-05-042-1/+10
* patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael2022-05-048-23/+293
* patch 8.2.4860: MS-Windows: always uses current directory for executablesv8.2.4860Yasuhiro Matsumoto2022-05-033-1/+25
* patch 8.2.4859: wget2 files are not recognizedv8.2.4859Bram Moolenaar2022-05-022-0/+3
* patch 8.2.4858: K_SPECIAL may be escaped twicev8.2.4858zeertzjq2022-05-0210-17/+67
* patch 8.2.4857: Yaml indent for multiline is wrongv8.2.4857asmka2022-05-021-0/+2
* patch 8.2.4856: MinGW compiler complains about unknown escape sequencev8.2.4856Christian Brabandt2022-05-021-0/+2
* patch 8.2.4855: robot files are not recognizedv8.2.4855Zoe Roux2022-05-022-0/+3
* patch 8.2.4854: array size does not match usagev8.2.4854Christian Brabandt2022-05-022-1/+3
* patch 8.2.4853: CI with FreeBSD is a bit outdatedv8.2.4853Philip H2022-05-011-0/+2
* patch 8.2.4852: ANSI color index to RGB value not correctv8.2.4852LemonBoy2022-05-012-22/+36
* patch 8.2.4851: compiler warning for uninitialized variablev8.2.4851Bram Moolenaar2022-05-012-1/+5
* patch 8.2.4850: mksession mixes up "tabpages" and "curdir" argumentsv8.2.4850LemonBoy2022-04-303-21/+52
* patch 8.2.4849: Gleam filetype not detectedv8.2.4849Mathias Jean Johansen2022-04-302-0/+3
* patch 8.2.4848: local completion with mappings and simplification not workingv8.2.4848zeertzjq2022-04-303-6/+22
* patch 8.2.4847: crash when using uninitialized function pointerv8.2.4847LemonBoy2022-04-293-1/+36
* patch 8.2.4846: termcodes test failsv8.2.4846zeertzjq2022-04-294-3/+13
* patch 8.2.4845: duplicate codev8.2.4845zeertzjq2022-04-292-10/+7
* patch 8.2.4844: <C-S-I> is simplified to <S-Tab>v8.2.4844zeertzjq2022-04-293-1/+9
* patch 8.2.4843: treating CTRL + ALT as AltGr is not backwards compatiblev8.2.4843LemonBoy2022-04-282-12/+14
* patch 8.2.4842: expand("%:p") is not empty when there is no buffer namev8.2.4842Bram Moolenaar2022-04-283-6/+12
* patch 8.2.4841: empty string considered an error for expand()v8.2.4841Bram Moolenaar2022-04-286-8/+15
* patch 8.2.4840: heredoc expression evaluated even when skippingv8.2.4840Bram Moolenaar2022-04-283-1/+16
* patch 8.2.4839: compiler warning for unused argumentv8.2.4839Bram Moolenaar2022-04-282-1/+3
* patch 8.2.4838: checking for absolute path is not trivialv8.2.4838LemonBoy2022-04-285-0/+35
* patch 8.2.4837: modifiers not simplified when timed outv8.2.4837zeertzjq2022-04-284-5/+89
* patch 8.2.4836: Vim9: some lines not covered by testsv8.2.4836Bram Moolenaar2022-04-284-19/+69
* patch 8.2.4835: Vim9: some lines not covered by testsv8.2.4835Bram Moolenaar2022-04-275-1/+49
* patch 8.2.4834: Vim9: some lines not covered by testsv8.2.4834Bram Moolenaar2022-04-275-62/+50
* patch 8.2.4833: failure of mapping not checked forv8.2.4833zeertzjq2022-04-274-5/+24
* patch 8.2.4832: passing zero instead of NULL to a pointer argumentv8.2.4832zeertzjq2022-04-263-5/+9
* patch 8.2.4831: crash when using maparg() and unmapping simplified keysv8.2.4831zeertzjq2022-04-263-5/+11
* patch 8.2.4830: possible endless loop if there is unused typaheadv8.2.4830Bram Moolenaar2022-04-262-12/+38
* patch 8.2.4829: a key may be simplified to NULv8.2.4829zeertzjq2022-04-264-2/+14