Bram Moolenaar
e13a3901ca
patch 8.1.1213: "make clean" in top dir does not cleanup indent test output
...
Problem: "make clean" in top dir does not cleanup indent test output.
Solution: Clean the indent test output. Do not rely on the vim executable
for that. (closes #4307 )
v8.1.1213
2019-04-27 17:57:31 +02:00
Bram Moolenaar
520e245237
patch 8.1.1212: signal PWR is not tested
...
Problem: Signal PWR is not tested.
Solution: Test that PWR updates the swap file. (Dominique Pelle,
closes #4312 )
v8.1.1212
2019-04-27 17:32:40 +02:00
Bram Moolenaar
e61e548dd6
patch 8.1.1211: not all user command code is tested
...
Problem: Not all user command code is tested.
Solution: Add more tests.
v8.1.1211
2019-04-27 15:05:12 +02:00
Bram Moolenaar
ac9fb18020
patch 8.1.1210: support for user commands is spread out
...
Problem: Support for user commands is spread out. No good reason to make
user commands optional.
Solution: Move user command support to usercmd.c. Always enable the
user_commands feature.
v8.1.1210
2019-04-27 13:04:13 +02:00
Bram Moolenaar
5431589d25
patch 8.1.1209: clever compiler warns for buffer being too small
...
Problem: Clever compiler warns for buffer being too small.
Solution: Make the buffer bigger (even though it's not really needed).
v8.1.1209
2019-04-26 22:33:49 +02:00
Bram Moolenaar
c8cc0ad477
patch 8.1.1208: links to repository use wrong file name
...
Problem: Links to repository use wrong file name.
Solution: Swap the file names. (Nahuel Ourthe, closes #4304 )
v8.1.1208
2019-04-26 21:31:38 +02:00
Bram Moolenaar
1f3601e92e
patch 8.1.1207: some compilers give warning messages
...
Problem: Some compilers give warning messages.
Solution: Initialize variables, change printf() argument. (Christian
Brabandt, closes #4305 )
v8.1.1207
2019-04-26 20:33:00 +02:00
Bram Moolenaar
d1f90bbcab
patch 8.1.1206: user command parsing and listing not properly tested
...
Problem: User command parsing and listing not properly tested.
Solution: Add more tests. (Dominique Pelle, closes #4296 )
v8.1.1206
2019-04-25 22:42:07 +02:00
Bram Moolenaar
a68e595909
patch 8.1.1205: a BufReadPre autocommand may cause the cursor to move
...
Problem: A BufReadPre autocommand may cause the cursor to move.
Solution: Restore the cursor position after executing the autocommand,
unless the autocommand moved it. (Christian Brabandt,
closes #4302 , closes #4294 )
v8.1.1205
2019-04-25 22:22:01 +02:00
Bram Moolenaar
a561a41a70
patch 8.1.1204: output of :command with address completion is not nice
...
Problem: Output of :command with address completion is not nice.
Solution: Shorten the address completion names.
v8.1.1204
2019-04-25 21:27:58 +02:00
Bram Moolenaar
69ea587289
patch 8.1.1203: some autocmd tests are old style
...
Problem: Some autocmd tests are old style.
Solution: Turn the tests into new style. (Yegappan Lakshmanan, closes #4295 )
v8.1.1203
2019-04-25 20:29:00 +02:00
Bram Moolenaar
c2d09c9f2c
patch 8.1.1202: always get regexp debugging logs when building with -DDEBUG
...
Problem: Always get regexp debugging logs when building with -DDEBUG.
Solution: By default do not create regexp debugging logs. (Ken Takata)
v8.1.1202
2019-04-25 20:07:51 +02:00
Bram Moolenaar
725310d89e
patch 8.1.1201: output of :command is hard to read
...
Problem: Output of :command is hard to read.
Solution: Make some columns wider, some narrower. Truncate the command when
listing all.
v8.1.1201
2019-04-24 23:08:23 +02:00
Bram Moolenaar
31fc39e47b
patch 8.1.1200: old style comments in debugger source
...
Problem: Old style comments in debugger source.
Solution: Use new style comments. (Yegappan Lakshmanan, closes #4286 )
v8.1.1200
2019-04-23 18:39:49 +02:00
Bram Moolenaar
8485be4e49
patch 8.1.1199: no test for :abclear
...
Problem: No test for :abclear.
Solution: Add a test. (Dominique Pelle, closes #4292 )
v8.1.1199
2019-04-23 16:36:05 +02:00
Bram Moolenaar
958eabe5e5
patch 8.1.1198: bracketed paste may remain active after Vim exists
...
Problem: Bracketed paste may remain active after Vim exists, because the
terminal emulater restores the setting.
Solution: Set/reset bracketed paste mode before setting the terminal mode.
(closes #3579 )
v8.1.1198
2019-04-21 17:22:33 +02:00
Bram Moolenaar
c75e812623
patch 8.1.1197: when starting with multiple tabs file messages is confusing
...
Problem: When starting with multiple tabs file messages is confusing.
Solution: Set 'shortmess' when loading the other tabs. (Christian Brabandt)
v8.1.1197
2019-04-21 15:55:10 +02:00
Bram Moolenaar
7bde95a461
patch 8.1.1196: parallel build may fail
...
Problem: Parallel build may fail.
Solution: Update dependencies.
v8.1.1196
2019-04-21 15:22:39 +02:00
Bram Moolenaar
eead75c5e8
patch 8.1.1195: Vim script debugger functionality needs cleanup
...
Problem: Vim script debugger functionality needs cleanup.
Solution: Move debugger code to a separate file. Add more tests. (Yegappan
Lakshmanan, closes #4285 )
v8.1.1195
2019-04-21 11:35:00 +02:00
Bram Moolenaar
911ead1269
Update runtime files
2019-04-21 00:03:35 +02:00
Bram Moolenaar
ad3ec76bb8
patch 8.1.1194: typos and small problems in source files
...
Problem: Typos and small problems in source files.
Solution: Small fixes.
v8.1.1194
2019-04-21 00:00:13 +02:00
Bram Moolenaar
037c54f261
patch 8.1.1193: typos and small problems in test files
...
Problem: Typos and small problems in test files.
Solution: Small improvements.
v8.1.1193
2019-04-20 23:47:46 +02:00
Bram Moolenaar
4c25bd785a
patch 8.1.1192: mode is not cleared when leaving Insert mode with mapped Esc
...
Problem: Mode is not cleared when leaving Insert mode with mapped Esc.
Solution: Clear the mode when redraw_cmdline is set. (closes #4269 )
v8.1.1192
2019-04-20 23:38:07 +02:00
Bram Moolenaar
0fdd943595
patch 8.1.1191: not all debug commands are covered by a test
...
Problem: Not all debug commands are covered by a test.
Solution: Add more tests. (Yegappan Lakshmanan, closes #4282 )
v8.1.1191
2019-04-20 22:28:48 +02:00
Bram Moolenaar
93a4879c20
patch 8.1.1190: has('vimscript-3') does not work
...
Problem: has('vimscript-3') does not work.
Solution: Add "vimscript-3" to the list of features.
v8.1.1190
2019-04-20 21:54:28 +02:00
Bram Moolenaar
abc7c7fc5a
patch 8.1.1189: mode is not cleared when leaving Insert mode
...
Problem: Mode is not cleared when leaving Insert mode.
Solution: Clear the mode when got_int is set. (Ozaki Kiichi, closes #4270 )
v8.1.1189
2019-04-20 15:10:13 +02:00
Bram Moolenaar
d2e716e6df
patch 8.1.1188: not all Vim variables require the v: prefix
...
Problem: Not all Vim variables require the v: prefix.
Solution: When scriptversion is 3 all Vim variables can only be used with
the v: prefix. (Ken Takata, closes #4274 )
v8.1.1188
2019-04-20 14:39:52 +02:00
Bram Moolenaar
3a4c53ba51
patch 8.1.1187: cannot recognize Pipfile
...
Problem: Cannot recognize Pipfile.
Solution: Use existing filetypes. (Charles Ross, closes #4280 )
v8.1.1187
2019-04-19 23:33:14 +02:00
Bram Moolenaar
334ad41504
patch 8.1.1186: readdir() allocates list twice
...
Problem: readdir() allocates list twice.
Solution: Remove second allocation. Also check for zero length.
v8.1.1186
2019-04-19 15:20:46 +02:00
Bram Moolenaar
86ec6d7e1e
patch 8.1.1185: mapping for CTRL-X is inconsistent
...
Problem: Mapping for CTRL-X is inconsistent.
Solution: Map CTRL-X to "*d also for the MS-Windows console. (Ken Takata,
closes #4265 )
v8.1.1185
2019-04-18 21:09:02 +02:00
Bram Moolenaar
137c14bb4f
patch 8.1.1184: undo file left behind after running test
...
Problem: Undo file left behind after running test.
Solution: Delete the undo file. (Dominique Pelle, closes #4279 )
v8.1.1184
2019-04-18 20:30:55 +02:00
Bram Moolenaar
b49e3563b9
patch 8.1.1183: typos in VisVim comments
...
Problem: Typos in VisVim comments.
Solution: Correct the typos. (Christ van Willegen)
v8.1.1183
2019-04-17 18:31:18 +02:00
Bram Moolenaar
b9cdb37176
patch 8.1.1182: some function prototypes are outdated
...
Problem: Some function prototypes are outdated.
Solution: Update function prototypes. (Ken Takata, closes #4267 )
v8.1.1182
2019-04-17 18:24:35 +02:00
Bram Moolenaar
2b00b9b0f3
patch 8.1.1181: tests for mouse clicks are a bit flaky
...
Problem: Tests for mouse clicks are a bit flaky when run in an interactive
terminal.
Solution: Use "xterm2" instead of "xterm" for 'ttymouse' to avoid spurious
drag events.
v8.1.1181
2019-04-17 17:08:27 +02:00
Bram Moolenaar
113bf0672b
patch 8.1.1180: Vim script debugger tests are old style
...
Problem: Vim script debugger tests are old style.
Solution: Turn into new style tests. (Yegappan Lakshmanan, closes #4259 )
v8.1.1180
2019-04-17 16:54:05 +02:00
Bram Moolenaar
696d637728
patch 8.1.1179: no test for mouse clicks in the fold column
...
Problem: No test for mouse clicks in the fold column.
Solution: Add a test. (Dominique Pelle, closes #4261 )
v8.1.1179
2019-04-17 16:33:46 +02:00
Bram Moolenaar
4945219b99
patch 8.1.1178: when mouse click tests fails value of 'ttytype' is unknown
...
Problem: When mouse click tests fails value of 'ttytype' is unknown.
Solution: Add a message to the assert.
v8.1.1178
2019-04-17 16:27:02 +02:00
Bram Moolenaar
1a4dce7cad
patch 8.1.1177: .ts files are recognized as xml, typescript is more common
...
Problem: .ts files are recognized as xml, while typescript is more common.
Solution: Recognize .ts files as typescript. (closes #4264 )
v8.1.1177
2019-04-16 22:21:05 +02:00
Bram Moolenaar
7f27976589
patch 8.1.1176: test for dragging a tab is flaky
...
Problem: Test for dragging a tab is flaky.
Solution: Add a brief sleep.
v8.1.1176
2019-04-15 21:48:22 +02:00
Bram Moolenaar
e3e3828f93
patch 8.1.1175: no test for dragging a tab and double click for new tab
...
Problem: No test for dragging a tab with the mouse and for creating a new
tab by double clicking in the tabline.
Solution: Add two tests. (Dominique Pelle, closes #4258 )
v8.1.1175
2019-04-15 20:55:31 +02:00
Bram Moolenaar
8dc4c72923
patch 8.1.1174: cannot build with Ruby 1.8
...
Problem: Cannot build with Ruby 1.8. (Tom G. Christensen)
Solution: Include ruby/st.h. (Ozaki Kiichi, closes #4257 )
v8.1.1174
2019-04-14 19:42:13 +02:00
Bram Moolenaar
a8356bc173
patch 8.1.1173: suspend test has duplicated lines
...
Problem: Suspend test has duplicated lines.
Solution: Use a function.
v8.1.1173
2019-04-14 14:31:11 +02:00
Bram Moolenaar
74e3d4ec11
patch 8.1.1172: cursor properties were not fully tested
...
Problem: Cursor properties were not fully tested.
Solution: Add a test. (Dominique Pelle, closes #4256 )
v8.1.1172
2019-04-14 14:16:46 +02:00
Bram Moolenaar
316c16797a
patch 8.1.1171: statusline test could fail in large terminal
...
Problem: Statusline test could fail in large terminal.
Solution: Make the test work on a huge terminal. (Dominique Pelle,
closes #4255 )
v8.1.1171
2019-04-14 13:23:40 +02:00
Bram Moolenaar
a0aaf3c4df
patch 8.1.1170: terminal ANSI color test does not cover all colors
...
Problem: Terminal ANSI color test does not cover all colors.
Solution: Use the color number, the name is not always resulting in an ANSI
color when t_Co is 256.
v8.1.1170
2019-04-13 23:18:21 +02:00
Bram Moolenaar
837854d1bc
patch 8.1.1169: writing coverage info in a separate dir is not needed
...
Problem: Writing coverage info in a separate dir is not needed.
Solution: Revert the changes to use a separate directory.
v8.1.1169
2019-04-13 22:44:51 +02:00
Bram Moolenaar
87dcfd75c2
patch 8.1.1168: not all screen update code of terminal is executed in tests
...
Problem: Not all screen update code of the terminal window is executed in
tests.
Solution: Redraw before taking a screenshot.
v8.1.1168
2019-04-13 22:35:29 +02:00
Bram Moolenaar
39f76c6ac0
patch 8.1.1167: no test for closing tab by click in tabline
...
Problem: No test for closing tab by click in tabline.
Solution: Add a test. Also fix that dragging window separator could fail in
a large terminal. (Dominique Pelle, closes #4253 )
v8.1.1167
2019-04-13 22:13:23 +02:00
Bram Moolenaar
9c35d05f45
patch 8.1.1166: gettitle test can still fail when another Vim is running
...
Problem: Gettitle test can still fail when another Vim is running.
Solution: Accept any server name number. (Dominique Pelle, closes #4252 )
v8.1.1166
2019-04-13 20:39:15 +02:00
Bram Moolenaar
ca57ab54d7
patch 8.1.1165: no test for mouse clicks in the terminal tabpage line
...
Problem: No test for mouse clicks in the terminal tabpage line.
Solution: Add a test. (Dominique Pelle, closes #4247 ). Also init
TabPageIdxs[], in case it's used before a redraw.
v8.1.1165
2019-04-13 14:53:16 +02:00