| Commit message (Collapse) | Author | Age |
... | |
| | | |
|
|\ \ \
| | | |
| | | | |
fix: <Nop> not shown in :map commands
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
revert: "ci: run functionaltest-lua on drafts as well"
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit a91a5c1880dcb7718aed4e19ff2757be0948e7d5.
|
| |/ /
|/| |
| | |
| | | |
This uses the same validation used when defining commands with
`:command`.
|
|\ \ \
| | | |
| | | | |
vim-patch:8.2.4388: dead code in op_insert()
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Problem: Dead code in op_insert().
Solution: Remove condition and else block. (closes vim/vim#9782)
https://github.com/vim/vim/commit/7745f14ef324a7134b2f26a47451cf5032f44b89
|
|\ \ \
| | | |
| | | | |
vim-patch:8.2.{3820,3823}: "vrc" does not replace composing characters
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: "vrc" does not replace composing characters, while "rc" does.
Solution: Check the byte length including composing characters.
(closes vim/vim#9351)
https://github.com/vim/vim/commit/8ee6028de3daa9af9e5f90fa9e583ff407bee04f
vim-patch:8.2.3823: test for visual replace is in wrong function
Problem: Test for visual replace is in wrong function.
Solution: Move it to another function.
https://github.com/vim/vim/commit/6ecf58b0d7d9b8fbba780d19d2e6c0f227df715b
|
|\ \ \ \
| |_|/ /
|/| | | |
vim-patch:8.2.4154: ml_get error when exchanging windows in Visual mode
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Problem: ml_get error when exchanging windows in Visual mode.
Solution: Correct end of Visual area when entering another buffer.
https://github.com/vim/vim/commit/05b27615481e72e3b338bb12990fb3e0c2ecc2a9
|
|\ \ \
| | | |
| | | | |
ci(labeler): disable sync that interferes with other jobs
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
ci: add more reviewers
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
test(old): reorder test_functions.vim and test_visual.vim to match Vim
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
vim-patch:8.2.{3073,4120,4151,4152}
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: Block insert with double wide character fails.
Solution: Adjust the expected output.
https://github.com/vim/vim/commit/fc6ccebea668c49e9e617e0657421b6a8ed9df1e
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: Reading beyond the end of a line.
Solution: For block insert only use the offset for correcting the length.
https://github.com/vim/vim/commit/57df9e8a9f9ae1aafdde9b86b10ad907627a87dc
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: Block insert goes over the end of the line.
Solution: Handle invalid byte better. Fix inserting the wrong text.
https://github.com/vim/vim/commit/9f8c304c8a390ade133bac29963dc8e56ab14cbc
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: When cursor is move for block append wrong text is inserted.
Solution: Calculate an offset. (Christian Brabandt, closes vim/vim#8433,
closes vim/vim#8288)
https://github.com/vim/vim/commit/4067bd3604215b48e4b4201e28f9e401b08418e4
|
| | | |
| | | |
| | | |
| | | | |
https://github.com/vim/vim/commit/59b262362f26b3aaea1eeb0078adc33eed59863e
|
| | | |
| | | |
| | | |
| | | | |
https://github.com/vim/vim/commit/3e72dcad8b752a42b6eaf71213e3f5d534175256
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
https://github.com/vim/vim/commit/1671f4488105ee12a6a8558ae351436c26ab55fc
Omit Test_AAA_start_visual_mode_with_count comment change as it hasn't been
ported yet.
|
|\ \ \
| |/ /
|/| | |
vim-patch:8.2.4343: when reloading not all properties are detected
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: When reloading not all properties are detected.
Solution: Add the "edit" value to v:fcs_choice. (Rob Pilling, closes vim/vim#9579)
https://github.com/vim/vim/commit/8196e94a8b72ed8618605cb66615571313097d78
Cherry-pick some test changes from patch 8.1.1826.
|
|\ \ \ |
|
| |/ / |
|
|\ \ \
| |/ /
|/| | |
docs: regenerate [skip ci]
|
| | | |
|
|\ \ \
| |/ /
|/| | |
vim-patch:8.2.{3510,3512,3514,3515,3534}: nanosecond timestamp change detection
|
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Autoread test is a bit flaky.
Solution: Wait a brief moment before overwriting the file.
https://github.com/vim/vim/commit/944eeb44fb6e9d6d28474a1348d27c07873892f9
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Nano time test fails on Mac and FreeBSD.
Solution: Also check nano time when not on Linux. (Ozaki Kiichi,
closes vim/vim#9000)
https://github.com/vim/vim/commit/def69dffb3d09a69629b071c89b7893a1783ba53
|
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Autoread test with nano second time sometimes fails.
Solution: Mark the test as being flaky.
https://github.com/vim/vim/commit/eaa006dae3d5730e3b6dead27905444998b2cf8e
|
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Timestamp test fails on some systems.
Solution: Sleep for a short while.
https://github.com/vim/vim/commit/accf4ed352c07ffe59022377c42d36e12dd6d461
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Changes are only detected with one second accuracy.
Solution: Use the nanosecond time if possible. (Leah Neukirchen,
closes vim/vim#8873, closes vim/vim#8875)
https://github.com/vim/vim/commit/0a7984af5601323fae7b3398f05a48087db7b767
In Nvim Test_checktime_fast() is also flaky. Add a delay to avoid that.
|
| | |
| | |
| | |
| | | |
minimum_language_version (#17286)
|
|\ \ \
| | | |
| | | | |
ci: only request review on open non-draft PRs
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
fix(screen): don't put empty sign text in line number column
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When `signcolumn=number` but no sign on a given line has any text,
display the line's line number instead of the (empty) sign text in the
line number column.
|
|\ \ \ \
| | | | |
| | | | | |
ci(labeler): add filetype label if filetype.lua has changed
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
fix: autoload variables not loaded with vim.g & nvim_get_var
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
test(old): add test_cdo.vim and test_packadd.vim
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
test_cdo.vim is copied from Vim v8.1.1483.
test_packadd.vim is copied from Vim v8.2.0174.
|