| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Set a shorter `&matchtime` (instead of asserting the default), and do
not sleep - `screen:expect` will do that (wait for it).
|
|\
| |
| | |
vim-patch:8.1.{1887,1890}
|
| |
| |
| |
| |
| |
| |
| |
| | |
Problem: Ml_get error when deleting fold marker.
Solution: Check that the line number is not below the last line. Adjust the
fold when deleting the empty line. (Christian Brabandt,
closes vim/vim#4834)
https://github.com/vim/vim/commit/9a4a8c4d5993c6371486c895a515c2ad351e9aaa
|
| |
| |
| |
| |
| |
| | |
Problem: The +cmdline_compl feature is not in the tiny version.
Solution: Graduate the +cmdline_compl feature.
https://github.com/vim/vim/commit/0a52df50a0e8fce6f5e0eb5f5373dcd0fa24d83a
|
|/ |
|
|\
| |
| | |
Windows: enable more tests
|
| | |
|
| | |
|
|/ |
|
|
|
| |
closes #10806
|
|
|
|
|
|
|
|
|
| |
Revert commit bfbc1a787266833d7bebf0b48ac62a526a864034.
The nightly release job is failing:
https://travis-ci.org/neovim/bot-ci/builds/569687794
- We need the MSVC artifact on master so that our nightly job can publish it.
- Saving time on master is low-priority because most CI activity is from PRs.
|
|\
| |
| | |
multigrid: fixes
|
| | |
|
| | |
|
| |
| |
| |
| | |
Also check invalid positional arguments to screen:expect()
|
|\ \ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
set cpo+=S was added because the test failed because the cpo value
was different from vim(See #10730).
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Test52 does nothing on UNIX. And vim on Windows performs mbyte-conversion
between Unicode and code page using Windows API(See :h mbyte-conversion).
Test52 seems to be testing its functionality. In neovim, the conversion
function by Windows API has been removed. Therefore, there is no point
in doing this test.
|
| | |
| | |
| | |
| | |
| | | |
Since neovim needs iconv to process cp932, it changes the test execution
condition.
|
| | |
| | |
| | |
| | |
| | | |
In Windows, since conversion of the line feed code is necessary, porting
fixff target from Make_mingw.mak of vim.
|
| | |
| | |
| | |
| | |
| | | |
Fix an issue where the result of get_path cutoff() was incorrect when
using set shellslash.
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
vim-patch:8.1.{1679,1839,1870}
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: Insufficient info when test fails because of screen size.
Solution: Report the detected screen size.
https://github.com/vim/vim/commit/0b5dc644465c549ac54fe3c4ad232dd692000d26
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: Test using SwapExists autocommand file may fail.
Solution: Remove the SwapExists autocommand.
https://github.com/vim/vim/commit/eaa49e40d7e7f84deef14424c84ef1da0796fa58
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Problem: Using :pedit from a help file sets the preview window to help
filetype. (Wang Shidong)
Solution: Do not set "keep_help_flag". (closes vim/vim#3536)
https://github.com/vim/vim/commit/026587b35c42301bcc2214207346b62ef2efed41
|
|/ /
| |
| | |
- Test_libcall_libcallnr: pass libc name to dlopen.
|
|\ \
| |/
|/| |
vim-patch:8.1.{1857,1858,1860}
|
| |
| |
| |
| |
| |
| | |
Problem: Map timeout test is flaky.
Solution: Add test to list of flaky tests. Increase timeout.
https://github.com/vim/vim/commit/ea94c855163cf58a3389b5f3c54a0767c9e1be49
|
| |
| |
| |
| |
| |
| | |
Problem: Test for multi-byte mapping fails on some systems.
Solution: Test in another way.
https://github.com/vim/vim/commit/2f710afe7f166973c879bf7424678ba84368c1bb
|
|/
|
|
|
|
|
| |
Problem: Cannot use modifier with multi-byte character.
Solution: Allow using a multi-byte character, although it doesn't work
everywhere.
https://github.com/vim/vim/commit/c8fd33d18b49c3246f33782dd7b4a1c87504dd5f
|
|
|
|
|
| |
Problem: Now another timer test is flaky.
Solution: Add test to list of flaky tests.
https://github.com/vim/vim/commit/973d5304a44c974e74e43c3790f8919b7d4193b4
|
|
|
| |
Does only the build step for now, some tests fail currently.
|
|
|
|
|
| |
It was run for the PR already, and we can save the ~25min it takes with
merged PRs then - given that there is only one parallel job on AppVeyor
this should help to reduce the queue size.
|
|\
| |
| | |
keymap: allow modifiers to multibyte chars, like <m-ä>
|
|/ |
|
|\
| |
| | |
TUI: do not use "starting" global mutated by main thread
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Problem: Timers test is flaky.
Solution: Accept a larger count. Add test to list of flaky tests.
https://github.com/vim/vim/commit/7e6feb9eeb095ec424430ff4332c77f70372ce62
|
|\ \
| | |
| | | |
fix #10762 flaky 'jobstop() kills entire process tree #6530'
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Depending on the version of Windows, conhost.exe may not be included in
the child process.
|
| |/ |
|
|\ \
| | |
| | | |
Improve compile options/definitions with sanitizer builds (for --version).
|
| | |
| | |
| | |
| | | |
This includes `-fsanitize=thread` etc in the output of `--version`.
|