Sean Dewar
f8f0f14db2
vim-patch:8.2.3433: :delcommand does not take a -buffer option
...
Problem: :delcommand does not take a -buffer option.
Solution: Add the -buffer option.
bdcba24d85
2022-01-30 22:25:08 +00:00
zeertzjq
a28a9aec63
Merge pull request #16748 from zeertzjq/vim-8.1.1434
...
vim-patch:8.1.{1434,1585},8.2.{3482,3625,3876}: some cindent patches
2022-01-31 04:49:54 +08:00
zeertzjq
8a9230db26
vim-patch:8.2.0950: tagjump test fails
...
Problem: Tagjump test fails.
Solution: Adjust expected text of the prompt.
13b8205b44
2022-01-30 13:25:29 +08:00
zeertzjq
63173f23c4
vim-patch:8.2.0092: tags functionality insufficiently tested
...
Problem: Tags functionality insufficiently tested.
Solution: Add more tags tests. (Yegappan Lakshmanan, closes vim/vim#5446 )
a1353b5352
2022-01-30 13:25:29 +08:00
dundargoc
4a96e7809f
chore: typo fixes ( #16921 )
...
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2022-01-29 23:15:22 +00:00
Björn Linse
baec0d3152
feat(provider)!: remove support for python2 and python3.[3-5]
...
These versions of python has reached End-of-life. getting rid
of python2 support removes a lot of logic to support two
incompatible python versions in the same version.
2022-01-29 19:49:37 +01:00
Christian Clason
b2f77c354a
vim-patch:8.2.4251: vala files are not recognized ( #17235 )
...
Problem: Vala files are not recognized.
Solution: Add the *.vala pattern. (closes vim/vim#9654 )
97c554d514
2022-01-29 15:40:29 +01:00
Evgeni Chasnovski
5e1c487d99
vim-patch:8.2.4090: after restoring a session buffer order can be quite different ( #17112 )
...
Problem: After restoring a session buffer order can be quite different.
Solution: Create buffers first. (Evgeni Chasnovski, closes vim/vim#9520 )
26ebf1f036
---------------
As in Vim, this basically reverts 8.1.0829 providing different solution
(see vim/vim#9520).
Regarding Neovim, this basically reverts changes from #15062 . Test about
restoring same terminals was a bit too restrictive with using actual
buffer ids, which changed with this patch (now they should be in the
same order as at `mksession` call), so I tweaked it.
2022-01-29 14:08:44 +00:00
zeertzjq
950a88d4c2
vim-patch:8.2.4248: no proper test for moving the window separator
...
Problem: No proper test for moving the window separator.
Solution: Add a test. Add comment in code. (closes vim/vim#9656 )
a0c4e2f2d7
Remove the assertion as it is now possible for `fr` to be `NULL`.
The test fails without clearing messages. Not sure if this is a bug.
2022-01-29 20:37:48 +08:00
Daniel Steinberg
6dcdec8042
vim-patch:8.2.4052: not easy to resize a window from a plugin ( #17028 )
2022-01-29 20:37:07 +08:00
zeertzjq
8fc9a58256
vim-patch:8.2.0028: searchpairpos() is not tested ( #17232 )
2022-01-29 16:34:11 +08:00
zeertzjq
af9a2a201d
Merge pull request #16951 from zeertzjq/vim-8.2.4007
2022-01-29 06:03:22 +08:00
zeertzjq
b396387ec8
Merge pull request #16829 from zeertzjq/vim-8.2.2887
...
vim-patch:8.2.{2887,3414,3999}: fullcommand() follow-up patches
2022-01-29 02:42:14 +08:00
Christian Clason
5b9980f01e
vim-patch:8.2.4238: *.tf file could be fileytpe "tf" or "terraform"
...
Problem: *.tf file could be fileytpe "tf" or "terraform".
Solution: Detect the type from the file contents. (closes vim/vim#9642 )
bd8168c770
2022-01-28 17:01:13 +01:00
zeertzjq
bea439fe99
vim-patch:8.2.4237: record buffer wrong if character in Select mode was not typed
...
Problem: Record buffer wrong if character in Select mode was not typed.
Solution: Only delete the tail from the record buffer if the character was
typed. (closes vim/vim#9650 )
fbf4f1ca15
2022-01-28 20:53:56 +08:00
Christian Clason
e691ef338c
vim-patch:8.2.4233: crash when recording and using Select mode
...
Problem: Crash when recording and using Select mode.
Solution: When deleting the last recorded character check there is something
to delete.
a4bc2dd7cc
2022-01-28 19:03:37 +08:00
zeertzjq
d0493d1104
test(old): reorder test_register.vim according to upstream ( #17215 )
2022-01-28 09:34:03 +08:00
Sean Dewar
815aa9f642
Merge pull request #16820 from seandewar/vim-8.1.2302
...
vim-patch:8.1.2302,8.2.{3936,4112}
2022-01-27 23:23:26 +00:00
Sean Dewar
14751eaf70
Merge pull request #16954 from f380cedric/vim-8.2.3402
...
vim-patch:8.2.{3402,3403}
2022-01-27 23:05:43 +00:00
zeertzjq
9779f5c84c
vim-patch:8.2.3903: "gM" does not count tabs as expected ( #16796 )
2022-01-28 06:26:24 +08:00
f380cedric
c5ac04331b
vim-patch:8.2.3612: using freed memory with regexp using a mark ( #16973 )
...
Problem: Using freed memory with regexp using a mark.
Solution: Get the line again after getting the mark position.
64066b9acd
2022-01-27 14:59:30 +01:00
f380cedric
5182627ce9
vim-patch:8.2.3669: buffer overflow with long help argument ( #16971 )
...
Problem: Buffer overflow with long help argument.
Solution: Use snprintf().
bd228fd097
2022-01-27 14:58:53 +01:00
bfredl
d95bb85024
Merge pull request #17185 from zeertzjq/vim-8.2.3993
...
vim-patch:8.2.{3993,4002}: when recording a change in Select mode char appears twice
2022-01-27 13:45:34 +01:00
bfredl
a47fdf8421
Merge pull request #17175 from zeertzjq/vim-8.2.3095
...
vim-patch:8.2.3095: with 'virtualedit' set to "block" block selection is wrong
2022-01-27 13:44:30 +01:00
bfredl
7ea09dde5f
Merge pull request #17136 from zeertzjq/vim-8.2.4133
...
vim-patch:8.2.4133: output of ":scriptnames" goes into the message history
2022-01-27 13:43:27 +01:00
zeertzjq
f2d84df4a8
vim-patch:8.2.3095: with 'virtualedit' set to "block" block selection is wrong
...
Problem: With 'virtualedit' set to "block" block selection is wrong after
using "$". (Marco Trosi)
Solution: Compute the longest selected line. (closes vim/vim#8495 )
b17ab86e7b
2022-01-27 18:55:21 +08:00
Sean Dewar
d8adb3a721
vim-patch:8.2.4112: function not deleted at end of test
...
Problem: Function not deleted at end of test.
Solution: Delete the function.
d9b74a2a41
oops -- my fault :P
2022-01-27 18:47:55 +08:00
Sean Dewar
c0ff0cac87
vim-patch:8.2.3936: no proper test for maintaining change mark in diff mode
...
Problem: No proper test for maintaining change mark in diff mode.
Solution: Run the test with internal and external diff. (Sean Dewar,
closes vim/vim#9424 )
ccc1644f95
2022-01-27 18:47:55 +08:00
Sean Dewar
e8af051f1b
test(oldtest): partially port v8.1.2381
...
Problem: Not all register related code is covered by tests.
Solution: Add more test cases. (Yegappan Lakshmanan, closes vim/vim#5301 )
54c8d229f5
Can't be fully ported until "set clipboard=autoselect,autoselectplus" is
re-implemented for Test_clipboard_regs (and last visual selection to PRIMARY
selection works).
2022-01-27 18:47:55 +08:00
Sean Dewar
5864edac7b
vim-patch:8.1.2302: :lockmarks does not work for '[ and ']
...
Problem: :lockmarks does not work for '[ and '].
Solution: save and restore '[ and '] marks. (James McCoy, closes vim/vim#5222 )
f4a1d1c054
Test_diff_maintains_change_mark doesn't actually fail without these changes.
This is fixed in v8.2.3936.
2022-01-27 18:47:52 +08:00
bfredl
3d0149f984
Merge pull request #17191 from zeertzjq/vim-8.2.4203
...
vim-patch:8.2.4203: entering a character with CTRL-V may include modifiers
2022-01-27 09:00:01 +01:00
zeertzjq
a9f112ce3a
vim-patch:8.2.4133: output of ":scriptnames" goes into the message history
...
Problem: output of ":scriptnames" goes into the message history, while this
des not happen for other commands, such as ":ls".
Solution: Use msg_outtrans() instead of smsg(). (closes vim/vim#9551 )
840f16202e
2022-01-27 15:55:06 +08:00
bfredl
9c4e617064
Merge pull request #17166 from Shougo/vim-8.2.4160
...
vim-patch:8.2.4160: cannot change the register used for Select mode d…
2022-01-27 08:52:08 +01:00
bfredl
c4b906f341
Merge pull request #17110 from zeertzjq/vim-8.2.3630
...
vim-patch:8.2.{3630,3663}: printf() with %S does not handle multi-byte correctly
2022-01-27 08:50:38 +01:00
bfredl
1270949c11
Merge pull request #17150 from zeertzjq/vim-8.2.4166
...
vim-patch:8.2.4166: undo synced when switching buffer in another window
2022-01-27 08:48:31 +01:00
bfredl
618f7079e5
Merge pull request #17135 from seandewar/vim-8.2.0175
...
vim-patch:8.2.0175: crash when removing list element in map()
2022-01-27 08:47:01 +01:00
bfredl
95b8a8f6ae
Merge pull request #17131 from zeertzjq/vim-8.2.3580
...
vim-patch:8.2.3580: gj does not move properly with a wide character
2022-01-27 08:41:29 +01:00
bfredl
480fbbe296
Merge pull request #17145 from zeertzjq/vim-8.2.0128
...
vim-patch:8.2.0128: cannot list options one per line
2022-01-27 08:37:36 +01:00
bfredl
0813b9fde4
Merge pull request #17094 from zeertzjq/vim-8.2.4091
...
vim-patch:8.2.4091: virtcol is recomputed for statusline unnecessarily
2022-01-27 08:35:52 +01:00
bfredl
d50dd12725
Merge pull request #17095 from zeertzjq/vim-8.2.3227
...
vim-patch:8.2.{3227,3280,4094}: global-local 'virtualedit'
2022-01-27 08:34:57 +01:00
bfredl
55ad48d939
Merge pull request #17155 from zeertzjq/vim-8.2.3121
...
vim-patch:8.2.{3121,3410}: two 'listchars' fixes
2022-01-27 08:32:52 +01:00
bfredl
47b50d5a1c
Merge pull request #17174 from zeertzjq/vim-8.2.3153
...
vim-patch:8.2.3153: URLs with a dash in the scheme are not recognized
2022-01-27 08:32:02 +01:00
bfredl
f1b91fcdbd
Merge pull request #17102 from zeertzjq/vim-8.2.1762
...
vim-patch:8.2.1762: when a timer uses :stopinsert completion isn't stopped
2022-01-27 08:31:17 +01:00
bfredl
00915864f7
Merge pull request #17184 from zeertzjq/vim-8.2.4190
...
vim-patch:8.2.4190: all conceal tests are skipped without the screendumps feature
2022-01-27 08:30:24 +01:00
Christian Clason
540264306b
vim-patch:8.2.4219: reading before the start of the line
...
Problem: Reading before the start of the line.
Solution: Check boundary before trying to read the character.
44db8213d3
2022-01-26 22:02:56 +01:00
Christian Clason
e9247b0d5d
vim-patch:8.2.4217: illegal memory access when undo makes Visual area invalid
...
Problem: Illegal memory access when undo makes Visual area invalid.
Solution: Correct the Visual area after undo.
8d02ce1ed7
vim-patch:8.2.4218: illegal memory access with bracketed paste in Ex mode (N/A)
2022-01-26 22:01:19 +01:00
Christian Clason
b2b288f33c
vim-patch:8.2.4215: illegal memory access when copying lines in Visual mode
...
Problem: Illegal memory access when copying lines in Visual mode.
Solution: Adjust the Visual position after copying lines.
dc5490e2cb
2022-01-26 22:00:29 +01:00
Christian Clason
de673966c3
vim-patch:8.2.4214: illegal memory access with large 'tabstop' in Ex mode
...
Problem: Illegal memory access with large 'tabstop' in Ex mode.
Solution: Allocate enough memory.
85b6747abc
2022-01-26 21:34:26 +01:00
Christian Clason
17e2938b10
Merge pull request #17132 from zeertzjq/vim-8.2.3611
...
vim-patch:8.2.{3494,3611,3613}: two Visual mode crash fixes
2022-01-26 21:33:53 +01:00
dundargoc
ecec957125
vim-patch:8.2.4196: various file types not recognized ( #17182 )
...
Problem: Various file types not recognized.
Solution: Add patterns to recognize more file types (closes vim/vim#9607 )
428058ab32
2022-01-25 08:22:15 +01:00