5b39d7adb0
patch 8.1.2182: test42 seen as binary by git diff
...
Problem: Test42 seen as binary by git diff.
Solution: Add .gitattributes file. Make explicit that 'cpo' does not
contain 'S'. (Daniel Hahler, closes #5072 )
v8.1.2182
2019-10-19 18:37:53 +02:00
a74fda6f4d
patch 8.1.2181: highlighting wrong when item follows tab
...
Problem: Highlighting wrong when item follows tab.
Solution: Don't use syntax attribute when n_extra is non-zero.
(Christian Brabandt, closes #5076 )
v8.1.2181
2019-10-19 17:38:03 +02:00
00e192becd
patch 8.1.2180: Error E303 is not useful when 'directory' is empty
...
Problem: Error E303 is not useful when 'directory' is empty.
Solution: Skip the error message. (Daniel Hahler, #5067 )
v8.1.2180
2019-10-19 17:01:28 +02:00
b98678a974
patch 8.1.2179: pressing "q" at the more prompt doesn't stop Python output
...
Problem: Pressing "q" at the more prompt doesn't stop Python output. (Daniel
Hahler)
Solution: Check for got_int in writer(). (closes #5053 )
Also do this for Lua.
v8.1.2179
2019-10-19 15:18:44 +02:00
15ee567809
patch 8.1.2178: accessing uninitialized memory in test
...
Problem: Accessing uninitialized memory in test.
Solution: Check if there was a match before using the match position.
(Dominique Pelle, closes #5088 )
v8.1.2178
2019-10-19 14:35:02 +02:00
afbdb905c3
patch 8.1.2177: Dart files are not recognized
...
Problem: Dart files are not recognized.
Solution: Add a filetype rule. (Eugene Ciurana, closes #5087 )
v8.1.2177
2019-10-19 14:10:21 +02:00
8459006af5
patch 8.1.2176: syntax attributes not combined with Visual highlighting
...
Problem: Syntax attributes not combined with Visual highlighting. (Arseny
Nasokin)
Solution: Combine the attributes. (closes #5083 )
v8.1.2176
2019-10-18 23:12:20 +02:00
c3bf7b56f2
patch 8.1.2175: meson files are not recognized
...
Problem: Meson files are not recognized.
Solution: Add the meson filetype. (Liam Beguin , Nirbheek Chauhan,
closes #5056 ) Also recognize hollywood.
v8.1.2175
2019-10-18 22:09:34 +02:00
89577b3b3e
patch 8.1.2174: screen not recognized as supporting "sgr" mouse codes
...
Problem: Screen not recognized as supporting "sgr" mouse codes.
Solution: Recognize screen 4.7. (Jordan Christiansen, closes #5042 )
v8.1.2174
2019-10-18 21:26:05 +02:00
92ea26b925
patch 8.1.2173: searchit() has too many arguments
...
Problem: Searchit() has too many arguments.
Solution: Move optional arguments to a struct. Add the "wrapped" argument.
v8.1.2173
2019-10-18 20:53:34 +02:00
7751d1d1a3
patch 8.1.2172: spell highlight is wrong at start of the line
...
Problem: Spell highlight is wrong at start of the line.
Solution: Fix setting the "v" variable. (closes #5078 )
v8.1.2172
2019-10-18 20:37:08 +02:00
a1cb1d1dce
patch 8.1.2171: mouse support not always available
...
Problem: Mouse support not always available.
Solution: Enable mouse support also in tiny version. Do not define
FEAT_MOUSE_XTERM on MS-Windows (didn't really work).
v8.1.2171
2019-10-17 23:00:07 +02:00
0d2c4bf171
patch 8.1.2170: cannot build without the +termresponse feature
...
Problem: Cannot build without the +termresponse feature.
Solution: Add #ifdef.
v8.1.2170
2019-10-17 22:17:02 +02:00
3cea8a9a51
patch 8.1.2169: terminal flags are never reset
...
Problem: Terminal flags are never reset.
Solution: Reset the flags when setting 'term'.
v8.1.2169
2019-10-17 21:55:24 +02:00
b1ba9abcb3
patch 8.1.2168: heredoc assignment not skipped in if block
...
Problem: Heredoc assignment not skipped in if block.
Solution: Check if "skip" is set. (closes #5063 )
v8.1.2168
2019-10-16 23:34:42 +02:00
2559a47823
patch 8.1.2167: mapping test fails on MS-Windows
...
Problem: Mapping test fails on MS-Windows.
Solution: Remove all the existing Insert-mode mappings.
v8.1.2167
2019-10-16 23:33:12 +02:00
4a4981b7cd
patch 8.1.2166: rubyeval() not tested as a method
...
Problem: Rubyeval() not tested as a method.
Solution: Change a test case.
v8.1.2166
2019-10-16 22:36:11 +02:00
2e693a88b2
Update runtime files.
2019-10-16 22:35:02 +02:00
4f2f61a014
patch 8.1.2165: mapping test fails on Mac
...
Problem: Mapping test fails on Mac.
Solution: Remove the default Mac mapping.
v8.1.2165
2019-10-16 22:27:49 +02:00
7b3d939667
patch 8.1.2164: stuck when using "j" in a popupwin with popup_filter_menu
...
Problem: Stuck when using "j" in a popupwin with popup_filter_menu if a
line wraps.
Solution: Check the cursor line is visible. (closes #4577 )
v8.1.2164
2019-10-16 22:17:07 +02:00
b2fe1d676f
patch 8.1.2163: cannot build with +spell but without +syntax
...
Problem: Cannot build with +spell but without +syntax.
Solution: Add #ifdef. (John Marriott)
v8.1.2163
2019-10-16 21:33:40 +02:00
4e03933726
patch 8.1.2162: popup resize test is flaky
...
Problem: Popup resize test is flaky. (Christian Brabandt)
Solution: Add the function to the list of flaky tests.
v8.1.2162
2019-10-16 21:13:35 +02:00
4bd88d568a
patch 8.1.2161: mapping test fails
...
Problem: Mapping test fails.
Solution: Run the test separately.
v8.1.2161
2019-10-16 19:27:26 +02:00
a6cc5beb17
patch 8.1.2160: cannot build with +syntax but without +terminal
...
Problem: Cannot build with +syntax but without +terminal.
Solution: Add #ifdef.
v8.1.2160
2019-10-16 18:42:26 +02:00
fafb4b18cd
patch 8.1.2159: some mappings are listed twice
...
Problem: Some mappings are listed twice.
Solution: Skip mappings duplicated for modifyOtherKeys. (closes #5064 )
v8.1.2159
2019-10-16 18:34:57 +02:00
17efc7fa05
patch 8.1.2158: terminal attributes missing in Terminal-normal mode
...
Problem: Terminal attributes missing in Terminal-normal mode.
Solution: Use "syntax_attr".
v8.1.2158
2019-10-16 18:11:31 +02:00
8f7b29f033
patch 8.1.2157: libvterm source files missing from distribution
...
Problem: Libvterm source files missing from distribution.
Solution: Rename source files. (closes #5065 )
v8.1.2157
2019-10-16 17:15:18 +02:00
9115c611db
patch 8.1.2156: first character after Tab is not highlighted
...
Problem: First character after Tab is not highlighted.
Solution: Remember the syntax attribute for a column.
v8.1.2156
2019-10-16 16:57:06 +02:00
a3817730c0
patch 8.1.2155: in a terminal window 'cursorlineopt' does not work properly
...
Problem: In a terminal window 'cursorlineopt' does not work properly.
Solution: Check the 'cursorlineopt' value. (closes #5055 )
v8.1.2155
2019-10-16 16:31:44 +02:00
1142a31b8c
patch 8.1.2154: quickfix window height wrong when there is a tabline
...
Problem: Quickfix window height wrong when there is a tabline. (Daniel
Hahler)
Solution: Take the tabline height into account. (closes #5058 )
v8.1.2154
2019-10-16 14:51:39 +02:00
3439028c89
patch 8.1.2153: combining text property and syntax highlight is wrong
...
Problem: Combining text property and syntax highlight is wrong. (Nick
Jensen)
Solution: Compute the syntax highlight attribute much earlier.
(closes #5057 )
v8.1.2153
2019-10-16 14:38:26 +02:00
27fc8cab22
patch 8.1.2152: problems navigating tags file on MacOS Catalina
...
Problem: Problems navigating tags file on MacOS Catalina.
Solution: Use fseek instead of lseek. (John Lamb, fixes #5061 )
v8.1.2152
2019-10-15 22:23:37 +02:00
3c8cd4a1dc
patch 8.1.2151: state test is a bit flaky
...
Problem: State test is a bit flaky.
Solution: Add to the list of flaky tests.
v8.1.2151
2019-10-14 22:26:20 +02:00
03b00476ee
patch 8.1.2150: no test for 'ttymouse' set from xterm version response
...
Problem: No test for 'ttymouse' set from xterm version response.
Solution: Test the three possible values.
v8.1.2150
2019-10-14 22:22:03 +02:00
e3a22cb1ba
patch 8.1.2149: crash when running out of memory very early
...
Problem: Crash when running out of memory very early.
Solution: Do not use IObuff when it's NULL. (closes #5052 )
v8.1.2149
2019-10-14 22:01:57 +02:00
6aa7523b96
patch 8.1.2148: no test for right click extending Visual area
...
Problem: No test for right click extending Visual area.
Solution: Add a test. (Dominique Pelle, closes #5018 )
v8.1.2148
2019-10-13 21:01:34 +02:00
53efb18530
patch 8.1.2147: crash when allocating memory fails
...
Problem: Crash when allocating memory fails. (Zu-Ming Jiang)
Solution: Check that 'spellcapcheck' is not NULL. (closes #5048 )
v8.1.2147
2019-10-13 19:49:26 +02:00
1e7b52ad8a
patch 8.1.2146: build failure
...
Problem: Build failure.
Solution: Include omitted changed file.
v8.1.2146
2019-10-13 16:59:08 +02:00
459fd785e4
patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
...
Problem: Cannot map <C-H> when modifyOtherKeys is enabled.
Solution: Add the <C-H> mapping twice, both with modifier and as 0x08. Use
only the first one when modifyOtherKeys has been detected.
v8.1.2145
2019-10-13 16:43:39 +02:00
171a921b51
patch 8.1.2144: side effects when using t_ti to enable modifyOtherKeys
...
Problem: Side effects when using t_ti to enable modifyOtherKeys.
Solution: Add t_TI and t_TE.
v8.1.2144
2019-10-12 21:08:59 +02:00
4facea310c
patch 8.1.2143: cannot see each command even when 'verbose' is set
...
Problem: Cannot see each command even when 'verbose' is set.
Solution: List each command when 'verbose' is at least 16.
v8.1.2143
2019-10-12 20:17:40 +02:00
d1e2f3984a
patch 8.1.2142: some key mappings do not work with modifyOtherKeys
...
Problem: Some key mappings do not work with modifyOtherKeys.
Solution: Remove the Shift modifier if it is already included in the key.
v8.1.2142
2019-10-12 18:22:50 +02:00
e8070987c6
patch 8.1.2141: :tselect has an extra hit-enter prompt
...
Problem: :tselect has an extra hit-enter prompt.
Solution: Do not set need_wait_return when only moving the cursor.
(closes #5040 )
v8.1.2141
2019-10-12 17:07:06 +02:00
ceba3dd518
patch 8.1.2140: "gk" and "gj" do not work correctly in number column
...
Problem: "gk" and "gj" do not work correctly in number column.
Solution: Allow for a negative "curswant". (Zach Wegner, closes #4969 )
v8.1.2140
2019-10-12 16:12:54 +02:00
18a79a6841
patch 8.1.2139: the modifyOtherKeys codes are not tested
...
Problem: The modifyOtherKeys codes are not tested.
Solution: Add a test case.
v8.1.2139
2019-10-12 15:36:11 +02:00
4cdbed33e4
patch 8.1.2138: including the build number in the Win32 binary is confusing
...
Problem: Including the build number in the Win32 binary is confusing.
Solution: Only use the patchlevel.
v8.1.2138
2019-10-12 15:02:47 +02:00
1a4cbb19de
patch 8.1.2137: parsing the termresponse is not tested
...
Problem: Parsing the termresponse is not tested.
Solution: Add a first test. (related to #5042 )
v8.1.2137
2019-10-12 13:25:44 +02:00
ec66c41d84
patch 8.1.2136: using freed memory with autocmd from fuzzer
...
Problem: using freed memory with autocmd from fuzzer. (Dhiraj Mishra,
Dominique Pelle)
Solution: Avoid using "wp" after autocommands. (closes #5041 )
v8.1.2136
2019-10-11 21:19:13 +02:00
00eab7f128
patch 8.1.2135: with modifyOtherKeys Alt-a does not work properly
...
Problem: With modifyOtherKeys Alt-a does not work properly.
Solution: Remove the ALT modifier. Get multi-byte after applying ALT.
v8.1.2135
2019-10-10 21:49:28 +02:00
6a0299d8f4
patch 8.1.2134: modifier keys are not always recognized
...
Problem: Modifier keys are not always recognized.
Solution: Handle key codes generated by xterm with modifyOtherKeys set.
Add this to libvterm so we can debug it.
v8.1.2134
2019-10-10 21:14:03 +02:00