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 )
v8.2.4798
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 )
v8.2.4797
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.
v8.2.4796
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 )
v8.2.4795
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)
v8.2.4794
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
v8.2.4793
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 )
v8.2.4792
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 )
v8.2.4791
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)
v8.2.4790
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 )
v8.2.4789
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 )
v8.2.4788
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 )
v8.2.4787
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.
v8.2.4786
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 )
v8.2.4785
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.
v8.2.4784
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".
v8.2.4783
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 )
v8.2.4782
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 )
v8.2.4781
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 )
v8.2.4780
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 )
v8.2.4779
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 )
v8.2.4778
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.
v8.2.4777
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 )
v8.2.4776
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 )
v8.2.4775
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.
v8.2.4774
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.
v8.2.4773
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().
v8.2.4772
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().
v8.2.4771
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 )
v8.2.4770
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)
v8.2.4769
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 )
v8.2.4768
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 )
v8.2.4767
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 )
v8.2.4766
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 )
v8.2.4765
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 )
v8.2.4764
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 "+".
v8.2.4763
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 )
v8.2.4762
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 )
v8.2.4761
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 )
v8.2.4760
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 )
v8.2.4759
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 )
v8.2.4758
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 )
v8.2.4757
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.
v8.2.4756
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 )
v8.2.4755
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 )
v8.2.4754
2022-04-15 20:50:46 +01:00
Bram Moolenaar
31e5c60a68
patch 8.2.4753: error from setting an option is silently ignored
...
Problem: Error from setting an option is silently ignored.
Solution: Handle option value errors better. Fix uses of N_().
v8.2.4753
2022-04-15 13:53:33 +01:00
zeertzjq
5dc294a7b6
patch 8.2.4752: wrong 'statusline' value can cause illegal memory access
...
Problem: Wrong 'statusline' value can cause illegal memory access.
Solution: Properly check the value. (closes #10192 )
v8.2.4752
2022-04-15 13:17:57 +01:00
Bram Moolenaar
648dd88af6
patch 8.2.4751: mapping <SID>name.Func does not work for autoload script
...
Problem: Mapping <SID>name.Func does not work for script in autoload
directory.
Solution: Use the # form for a script in the autoload directory.
(closes #10186 )
v8.2.4751
2022-04-14 21:36:15 +01:00
=?UTF-8?q?Dundar=20G=C3=B6c?=
b836658a04
patch 8.2.4750: small pieces of dead code
...
Problem: Small pieces of dead code.
Solution: Remove the dead code. (Goc Dundar, closes #10190 ) Rename the
qftf_cb struct member to avoid confusion.
v8.2.4750
2022-04-14 20:43:56 +01:00