summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4777: screendump tests fail because of a redrawv8.2.4777Bram Moolenaar2022-04-172-2/+23
* patch 8.2.4776: GTK: 'lines' and 'columns' may change during startupv8.2.4776Ernie Rael2022-04-172-6/+164
* patch 8.2.4775: SpellBad highlighting does not work in Konsolev8.2.4775Bram Moolenaar2022-04-172-3/+12
* patch 8.2.4774: crash when using a number for lambda namev8.2.4774Bram Moolenaar2022-04-174-6/+20
* patch 8.2.4773: build failure without the +eval featurev8.2.4773Bram Moolenaar2022-04-174-8/+10
* patch 8.2.4772: old Coverity warning for not checking ftell() return valuev8.2.4772Bram Moolenaar2022-04-172-6/+10
* patch 8.2.4771: Coverity warns for not checking return valuev8.2.4771Bram Moolenaar2022-04-172-1/+4
* patch 8.2.4770: cannot easily mix expression and heredocv8.2.4770Yegappan Lakshmanan2022-04-176-24/+314
* patch 8.2.4769: build warning with UCRTv8.2.4769Bram Moolenaar2022-04-172-1/+5
* patch 8.2.4768: CI: codecov upload sometimes does not workv8.2.4768Philip H2022-04-162-1/+3
* patch 8.2.4767: openscad files are not recognizedv8.2.4767salkin-mada2022-04-163-0/+6
* patch 8.2.4766: KRL files using "deffct" not recognizedv8.2.4766KnoP-012022-04-163-8/+15
* patch 8.2.4765: function matchfuzzy() sorts too many itemsv8.2.4765Yegappan Lakshmanan2022-04-162-45/+42
* patch 8.2.4764: CI uses an older gcc versionv8.2.4764Philip H2022-04-163-2/+13
* patch 8.2.4763: using invalid pointer with "V:" in Ex modev8.2.4763Bram Moolenaar2022-04-163-5/+39
* patch 8.2.4762: using freed memory using synstack() and synID() in WinEnterv8.2.4762zeertzjq2022-04-163-2/+18
* patch 8.2.4761: documentation for using LSP messages is incompletev8.2.4761Yegappan Lakshmanan2022-04-162-21/+43
* patch 8.2.4760: using matchfuzzy() on a long list can take a whilev8.2.4760Yasuhiro Matsumoto2022-04-164-6/+47
* patch 8.2.4759: CurSearch highlight does not work for multi-line matchv8.2.4759Bram Moolenaar2022-04-169-9/+66
* patch 8.2.4758: when using an LSP channel want to get the message IDv8.2.4758Yegappan Lakshmanan2022-04-165-35/+146
* patch 8.2.4757: list of libraries to suppress lsan errors is outdatedv8.2.4757Philip H2022-04-162-0/+3
* patch 8.2.4756: build error without the +eval featurev8.2.4756Bram Moolenaar2022-04-152-1/+3
* patch 8.2.4755: cannot use <SID>FuncRef in completion specv8.2.4755Bram Moolenaar2022-04-153-1/+35
* patch 8.2.4754: using cached values after unsetting some environment variablesv8.2.4754LemonBoy2022-04-158-15/+46
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-1531-116/+155
* patch 8.2.4752: wrong 'statusline' value can cause illegal memory accessv8.2.4752zeertzjq2022-04-153-8/+20
* patch 8.2.4751: mapping <SID>name.Func does not work for autoload scriptv8.2.4751Bram Moolenaar2022-04-143-11/+65
* patch 8.2.4750: small pieces of dead codev8.2.4750=?UTF-8?q?Dundar=20G=C3=B6c?=2022-04-145-18/+18
* patch 8.2.4749: <script> is not expanded in autocmd contextv8.2.4749LemonBoy2022-04-146-47/+85
* patch 8.2.4748: cannot use an imported function in a mappingv8.2.4748Bram Moolenaar2022-04-147-19/+105
* patch 8.2.4747: no filetype override for .sys filesv8.2.4747KnoP-012022-04-134-2/+14
* patch 8.2.4746: supercollider filetype not recognizedv8.2.4746ranjithshegde2022-04-134-8/+86
* patch 8.2.4745: using wrong flag for using bell in the terminalv8.2.4745Bram Moolenaar2022-04-133-4/+5
* patch 8.2.4744: a terminal window can't use the bellv8.2.4744LemonBoy2022-04-136-4/+19
* patch 8.2.4743: clang 14 is available on CIv8.2.4743Philip H2022-04-122-7/+9
* patch 8.2.4742: there is no way to start logging very early in startupv8.2.4742Bram Moolenaar2022-04-128-7/+63
* patch 8.2.4741: startup test failsv8.2.4741Bram Moolenaar2022-04-126-8/+19
* patch 8.2.4740: when expand() fails there is no error messagev8.2.4740Bram Moolenaar2022-04-124-5/+23
* patch 8.2.4739: accessing freed memory after WinScrolled autocmd eventv8.2.4739zeertzjq2022-04-127-20/+54
* patch 8.2.4738: Esc on commandline executes command instead of abandoning itv8.2.4738Bram Moolenaar2022-04-115-0/+50
* patch 8.2.4737: // in JavaScript string recognized as commentv8.2.4737Bram Moolenaar2022-04-113-2/+17
* patch 8.2.4736: build problem for Cygwin with Motifv8.2.4736Bram Moolenaar2022-04-112-0/+7
* patch 8.2.4735: quickfix tests can be a bit hard to readv8.2.4735Yegappan Lakshmanan2022-04-112-195/+294
* patch 8.2.4734: getcharpos() may change a mark positionv8.2.4734Bram Moolenaar2022-04-113-12/+21
* patch 8.2.4733: HEEx and Surface do need a separate filetypev8.2.4733Aaron Tinio2022-04-113-3/+15
* patch 8.2.4732: duplicate code to free fuzzy matchesv8.2.4732Bram Moolenaar2022-04-104-11/+21
* patch 8.2.4731: the changelist index is not remembered per bufferv8.2.4731LemonBoy2022-04-105-8/+54
* patch 8.2.4730: MS-Windows GUI: cannot use CTRL-/v8.2.4730Yasuhiro Matsumoto2022-04-102-0/+16
* patch 8.2.4729: HEEx and Surface templates do not need a separate filetypev8.2.4729Aaron Tinio2022-04-103-11/+5
* patch 8.2.4728: no test that v:event cannot be modifiedv8.2.4728zeertzjq2022-04-102-0/+20