zeertzjq
7851c69a12
patch 8.2.4802: test is not cleaned up
...
Problem: Test is not cleaned up.
Solution: Make test clean up after itself. Avoid NUL. (closes #10233 )
2022-04-21 11:14:01 +01:00
Christian Brabandt
3fd7480cd2
patch 8.2.4801: fix for cursorbind fix not fully tested
...
Problem: Fix for cursorbind fix not fully tested.
Solution: Add another test case. (Christian Brabandt, closes #10240 )
2022-04-20 22:07:41 +01:00
Bram Moolenaar
d0eaf675aa
patch 8.2.4800: missing test update for adjusted t_8u behavior
...
Problem: Missing test update for adjusted t_8u behavior.
Solution: Update and extend the test.
2022-04-20 19:55:37 +01:00
LemonBoy
0044e5100a
patch 8.2.4799: popup does not use correct topline
...
Problem: Popup does not use correct topline.
Solution: Also add one when firstline is negative. (closes #10229 )
2022-04-20 19:47:37 +01:00
Bram Moolenaar
dbec26d789
patch 8.2.4798: t_8u option was reset even when set by the user
...
Problem: t_8u option was reset even when set by the user.
Solution: Only reset t_8u when using the default value. (closes #10239 )
2022-04-20 19:08:50 +01:00
LemonBoy
8530b41fd3
patch 8.2.4797: getwininfo() may get oudated values
...
Problem: getwininfo() may get oudated values.
Solution: Make sure w_botline is up-to-date. (closes #10226 )
2022-04-20 19:00:36 +01:00
Bram Moolenaar
da1050cd6f
patch 8.2.4796: file left behind after running cursorline tests
...
Problem: File left behind after running cursorline tests.
Solution: Uncomment the line that deletes the file.
2022-04-20 18:41:49 +01:00
Christian Brabandt
2c645e8b00
patch 8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is set
...
Problem: 'cursorbind' scrolling depends on whether 'cursorline' is set.
Solution: Always call validate_cursor(). (Christian Brabandt, closes #10230 ,
closes #10014 )
2022-04-20 14:52:01 +01:00
Bram Moolenaar
4c84dd33ad
patch 8.2.4794: compiler warning for not initialized variable
...
Problem: Compiler warning for not initialized variable.
Solution: Initialize the variable. (John Marriott)
2022-04-20 10:22:54 +01:00
Bram Moolenaar
928a131356
patch 8.2.4793: recognizing Maxima filetype even though it might be another
...
Problem: Recognizing Maxima filetype even though it might be another.
Solution: Remove *.mc and *.dem patterns from Maxima files
2022-04-19 19:38:38 +01:00
Bram Moolenaar
e468698994
patch 8.2.4792: indent operator creates an undo entry for every line
...
Problem: Indent operator creates an undo entry for every line.
Solution: Create one undo entry for all lines. (closes #10227 )
2022-04-19 18:28:45 +01:00
Charlie Groves
fef4485ef5
patch 8.2.4791: events triggered in different order when reusing buffer
...
Problem: Autocmd events triggered in different order when reusing an empty
buffer.
Solution: Call buff_freeall() earlier. (Charlie Groves, closes #10198 )
2022-04-19 16:24:12 +01:00
Bram Moolenaar
c448e9c950
patch 8.2.4790: lilypond filetype not recognized
...
Problem: Lilypond filetype not recognized.
Solution: Add patterns for lilypond. (Doug Kearns)
2022-04-19 15:29:57 +01:00
Bram Moolenaar
a653e53b1f
patch 8.2.4789: cursor pos wrong when using :redraw while editing the cmdline
...
Problem: The cursor may be in the in wrong place when using :redraw while
editing the cmdline.
Solution: When editing the command line let :redraw update the command line
too. (closes #10210 )
2022-04-19 11:38:24 +01:00
Yegappan Lakshmanan
bac9a9e5c2
patch 8.2.4788: large payload for LSP message not tested
...
Problem: Large payload for LSP message not tested.
Solution: Add a test with a large LSP payload. (Yegappan Lakshmanan,
closes #10223 )
2022-04-19 10:25:13 +01:00
LemonBoy
9bd3ce22e3
patch 8.2.4787: prop_find() does not find the right property
...
Problem: prop_find() does not find the right property.
Solution: Fix the scan order. (closes #10220 )
2022-04-18 21:54:02 +01:00
Bram Moolenaar
861fcee8de
patch 8.2.4786: test for win_gotoid() in Visual mode fails on Mac
...
Problem: Test for win_gotoid() in Visual mode fails on Mac.
Solution: Skip the test on MacOS.
2022-04-18 19:16:55 +01:00
Bram Moolenaar
3aca0916f0
patch 8.2.4785: Visual mode not stopped if win_gotoid() goes to other buffer
...
Problem: Visual mode not stopped early enough if win_gotoid() goes to
another buffer. (Sergey Vlasov)
Solution: Stop Visual mode before jumping to another buffer. (closes #10217 )
2022-04-18 18:32:19 +01:00
Bram Moolenaar
1693712f02
patch 8.2.4784: lamba test with timer is flaky
...
Problem: Lamba test with timer is flaky.
Solution: Adjust sleep time on retry.
2022-04-18 16:14:10 +01:00
Bram Moolenaar
42ccb8d747
patch 8.2.4783: Coverity warns for leaking memory
...
Problem: Coverity warns for leaking memory.
Solution: Use another strategy freeing "theline".
2022-04-18 15:45:23 +01:00
Bram Moolenaar
75ab590f85
Update runtime files
2022-04-18 15:36:40 +01:00
Bram Moolenaar
a929c922b1
patch 8.2.4782: accessing freed memory
...
Problem: Accessing freed memory.
Solution: Clear evalarg after checking for trailing characters.
(issue #10218 )
2022-04-18 15:21:17 +01:00
Doron Behar
d0a20c9d11
patch 8.2.4781: Maxima files are not recognized
...
Problem: Maxima files are not recognized.
Solution: Add patterns to detect Maxima files. (Doron Behar, closes #10211 )
2022-04-18 14:32:42 +01:00
Yegappan Lakshmanan
03cca297df
patch 8.2.4780: parsing an LSP message fails when it is split
...
Problem: Parsing an LSP message fails when it is split.
Solution: Collapse the received data before parsing. (Yegappan Lakshmanan,
closes #10215 )
2022-04-18 14:07:46 +01:00
Christian Brabandt
53e8f3ffdf
patch 8.2.4779: lsan suppression is too version specific
...
Problem: lsan suppression is too version specific.
Solution: Leave out the version number. (Christian Brabandt, closes #10214 )
2022-04-17 21:36:37 +01:00
Chaoren Lin
35cff32dd8
patch 8.2.4778: pacman files use dosini filetype
...
Problem: Pacman files use dosini filetype.
Solution: Use conf instead. (Chaoren Lin, closes #10213 )
2022-04-17 21:15:48 +01:00
Bram Moolenaar
366f0bdd08
patch 8.2.4777: screendump tests fail because of a redraw
...
Problem: Screendump tests fail because of a redraw.
Solution: Do not output t_8u before receiving termresponse. Redraw only
when t_8u is not reset and termresponse is received.
2022-04-17 19:20:33 +01:00
Ernie Rael
9f53e7bd7f
patch 8.2.4776: GTK: 'lines' and 'columns' may change during startup
...
Problem: GTK: 'lines' and 'columns' may change during startup.
Solution: Ignore stale GTK resize events. (Ernie Rael, closes #10179 )
2022-04-17 18:27:49 +01:00
Bram Moolenaar
280aebfd35
patch 8.2.4775: SpellBad highlighting does not work in Konsole
...
Problem: SpellBad highlighting does not work in Konsole.
Solution: Do not keep t_8u defined for Konsole. Redraw when t_8u is reset.
(closes #10177 )
2022-04-17 17:34:42 +01:00
Bram Moolenaar
8b91e71441
patch 8.2.4774: crash when using a number for lambda name
...
Problem: Crash when using a number for lambda name.
Solution: Check the type of the lambda reference.
2022-04-17 15:06:35 +01:00
Bram Moolenaar
a9549c9e8f
patch 8.2.4773: build failure without the +eval feature
...
Problem: Build failure without the +eval feature.
Solution: Use other error message. Avoid warnings.
2022-04-17 14:18:11 +01:00
Bram Moolenaar
3df8f6e353
patch 8.2.4772: old Coverity warning for not checking ftell() return value
...
Problem: Old Coverity warning for not checking ftell() return value.
Solution: Check return value of fseek() and ftell().
2022-04-17 14:01:51 +01:00
Bram Moolenaar
066e0d9869
patch 8.2.4771: Coverity warns for not checking return value
...
Problem: Coverity warns for not checking return value.
Solution: Check return value of rettv_dict_alloc().
2022-04-17 13:17:40 +01:00
Yegappan Lakshmanan
efbfa867a1
patch 8.2.4770: cannot easily mix expression and heredoc
...
Problem: Cannot easily mix expression and heredoc.
Solution: Support in heredoc. (Yegappan Lakshmanan, closes #10138 )
2022-04-17 12:47:40 +01:00
Bram Moolenaar
68aaff4697
patch 8.2.4769: build warning with UCRT
...
Problem: Build warning with UCRT.
Solution: Adjust #ifdef for _wenviron. (John Marriott)
2022-04-17 10:57:44 +01:00
Philip H
34ffa10280
patch 8.2.4768: CI: codecov upload sometimes does not work
...
Problem: CI: codecov upload sometimes does not work.
Solution: Use action v3 instead of v2. (closes #10209 )
2022-04-16 21:46:38 +01:00
salkin-mada
c360b2566c
patch 8.2.4767: openscad files are not recognized
...
Problem: Openscad files are not recognized.
Solution: Add a filetype pattern. (Niklas Adam, closes #10199 )
2022-04-16 21:33:54 +01:00
KnoP-01
93c7a45e86
patch 8.2.4766: KRL files using "deffct" not recognized
...
Problem: KRL files using "deffct" not recognized.
Solution: Adjust the pattern used for matching. (Patrick Meiser-Knosowski,
closes #10200 )
2022-04-16 21:14:04 +01:00
Yegappan Lakshmanan
047a7019b2
patch 8.2.4765: function matchfuzzy() sorts too many items
...
Problem: Function matchfuzzy() sorts too many items.
Solution: Only put matches in the array. (Yegappan Lakshmanan,
closes #10208 )
2022-04-16 20:42:40 +01:00
Philip H
d2edee5cf3
patch 8.2.4764: CI uses an older gcc version
...
Problem: CI uses an older gcc version.
Solution: Use GCC 11. (closes #10185 )
2022-04-16 20:04:30 +01:00
Bram Moolenaar
f50808ed13
patch 8.2.4763: using invalid pointer with "V:" in Ex mode
...
Problem: Using invalid pointer with "V:" in Ex mode.
Solution: Correctly handle the command being changed to "+".
2022-04-16 18:52:17 +01:00
zeertzjq
ca7e86c237
patch 8.2.4762: using freed memory using synstack() and synID() in WinEnter
...
Problem: Using freed memory when using synstack() and synID() in WinEnter.
Solution: Check using the syntax window. (closes #10204 )
2022-04-16 16:49:24 +01:00
Yegappan Lakshmanan
e0805b849c
patch 8.2.4761: documentation for using LSP messages is incomplete
...
Problem: Documentation for using LSP messages is incomplete.
Solution: Update the documentation. (Yegappan Lakshmanan, closes #10206 )
2022-04-16 15:18:23 +01:00
Yasuhiro Matsumoto
9029a6e993
patch 8.2.4760: using matchfuzzy() on a long list can take a while
...
Problem: Using matchfuzzy() on a long list can take a while.
Solution: Add a limit to the number of matches. (Yasuhiro Matsumoto,
closes #10189 )
2022-04-16 12:35:35 +01:00
Bram Moolenaar
693ccd1160
patch 8.2.4759: CurSearch highlight does not work for multi-line match
...
Problem: CurSearch highlight does not work for multi-line match.
Solution: Check cursor position before adjusting columns. (closes #10133 )
2022-04-16 12:04:37 +01:00
Yegappan Lakshmanan
3b470ae88f
patch 8.2.4758: when using an LSP channel want to get the message ID
...
Problem: When using an LSP channel want to get the message ID.
Solution: Have ch_sendexpr() return the ID. (Yegappan Lakshmanan,
closes #10202 )
2022-04-16 10:41:27 +01:00
Philip H
b9e99e58bb
patch 8.2.4757: list of libraries to suppress lsan errors is outdated
...
Problem: List of libraries to suppress lsan errors is outdated.
Solution: Add another library. (closes #10201 )
2022-04-16 10:08:52 +01:00
Bram Moolenaar
092e09cba7
patch 8.2.4756: build error without the +eval feature
...
Problem: Build error without the +eval feature.
Solution: Adjust #ifdefs.
2022-04-15 23:29:23 +01:00
Bram Moolenaar
12eb2eb4d7
patch 8.2.4755: cannot use <SID>FuncRef in completion spec
...
Problem: Cannot use <SID>FuncRef in completion spec.
Solution: Dereference a function name in another way. (closes #10197 )
2022-04-15 22:57:09 +01:00
LemonBoy
7714231bb5
patch 8.2.4754: using cached values after unsetting some environment variables
...
Problem: Still using cached values after unsetting some known environment
variables.
Solution: Take care of the side effects. (closes #10194 )
2022-04-15 20:50:46 +01:00