89a9c159f2
Update runtime files
2021-08-29 21:55:35 +02:00
4d8f476176
Update runtime files
2021-06-27 15:18:56 +02:00
544a38e44d
patch 8.2.2971: cannot yank a block without trailing spaces
...
Problem: Cannot yank a block without trailing spaces.
Solution: Add the "zy" command. (Christian Brabandt, closes #8292 )
2021-06-10 19:39:11 +02:00
2fa9384ca1
patch 8.2.2914: cannot paste a block without adding padding
...
Problem: Cannot paste a block without adding padding.
Solution: Add "zp" and "zP" which paste without adding padding. (Christian
Brabandt, closes #8289 )
2021-05-30 22:17:25 +02:00
d2ea7cf10a
Update runtime files
2021-05-30 20:54:13 +02:00
4c295027a4
Update runtime files
2021-05-02 17:19:11 +02:00
96cf4ba8fb
patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 script
...
Problem: Vim9: cannot use legacy syntax in Vim9 script.
Solution: Add the :legacy command.
2021-04-24 14:15:41 +02:00
dad4473f02
Update runtime files.
2021-03-31 20:07:33 +02:00
9faec4e3d4
Update runtime files.
2021-02-27 16:38:07 +01:00
942db23c9c
Update runtime files
2021-02-13 18:14:48 +01:00
98a29d00a4
Update runtime files.
2021-01-18 19:55:44 +01:00
e2edc2ed4a
patch 8.2.2366: when using ":sleep" the cursor is always displayed
...
Problem: When using ":sleep" the cursor is always displayed.
Solution: Do not display the cursor when using ":sleep!". (Jeremy Lerner,
closes #7688 )
2021-01-16 20:21:23 +01:00
4f4d51a942
Update runtime files.
2020-10-11 13:57:40 +02:00
62a232506d
patch 8.2.1401: cannot jump to the last used tabpage
...
Problem: Cannot jump to the last used tabpage.
Solution: Add g<Tab> and tabpagnr('#'). (Yegappan Lakshmanan, closes #6661 ,
neovim #11626 )
2020-08-09 14:04:42 +02:00
acc2240640
Update runtime files
2020-06-07 21:07:18 +02:00
388a5d4f20
Update runtime files
2020-05-26 21:20:45 +02:00
47e13953ff
Update runtime files
2020-05-12 22:49:12 +02:00
7ceefb35c8
Update runtime files
2020-05-01 16:07:38 +02:00
191acfdeca
Update runtime files
2020-03-27 20:42:43 +01:00
8024f93636
Update runtime files.
2020-01-14 19:29:13 +01:00
98056533b9
Vim 8.2 release
2019-12-12 14:18:35 +01:00
8b530c1ff9
patch 8.1.2231: not easy to move to the middle of a text line
...
Problem: Not easy to move to the middle of a text line.
Solution: Add the gM command. (Yasuhiro Matsumoto, closes #2070 )
2019-10-28 02:13:05 +01:00
5be4ceecea
Update runtime files.
2019-09-27 19:34:08 +02:00
30e9b3c425
Update runtime files
2019-09-07 16:24:12 +02:00
e2c453d38f
patch 8.1.1901: the +insert_expand feature is not always available
...
Problem: The +insert_expand feature is not always available.
Solution: Graduate the +insert_expand feature.
2019-08-21 14:37:09 +02:00
56c860c315
Update runtime files.
2019-08-17 20:09:31 +02:00
6c1e1570b1
Update runtime files
2019-06-22 02:13:00 +02:00
12ee7ff00b
Update runtime files
2019-06-10 22:47:40 +02:00
68e6560b84
Update runtime files.
2019-05-26 21:33:31 +02:00
a6c27c47dd
Update runtime files
2019-05-09 19:16:22 +02:00
d4aa83af1d
patch 8.1.1307: cannot reconnect to the X server after it restarted
...
Problem: Cannot reconnect to the X server after it restarted.
Solution: Add the :xrestore command. (Adrian Kocis, closes #844 )
2019-05-09 18:59:31 +02:00
25c9c680ec
patch 8.1.1280: remarks about functionality not in Vi clutters the help
...
Problem: Remarks about functionality not in Vi clutters the help.
Solution: Move all info about what is new in Vim or already existed in Vi to
vi_diff.txt. Remove {not in Vi} remarks. (closes #4268 ) Add
"noet" to the help files modeline. Also include many other help
file improvements.
2019-05-05 18:13:34 +02:00
cf6a55c4b0
patch 8.1.1275: cannot navigate to errors before/after the cursor
...
Problem: Cannot navigate to errors before/after the cursor.
Solution: Add the :cbefore and :cafter commands. (Yegappan Lakshmanan,
closes #4340 )
2019-05-05 15:02:30 +02:00
3ff33114d7
patch 8.1.1256: cannot navigate through errors relative to the cursor
...
Problem: Cannot navigate through errors relative to the cursor.
Solution: Add :cabove, :cbelow, :labove and :lbelow. (Yegappan Lakshmanan,
closes #4316 )
2019-05-03 21:56:35 +02:00
00aa069db8
patch 8.1.1218: cannot set a directory for a tab page
...
Problem: Cannot set a directory for a tab page.
Solution: Add the tab-local directory. (Yegappan Lakshmanan, closes #4212 )
2019-04-27 20:37:57 +02:00
911ead1269
Update runtime files
2019-04-21 00:03:35 +02:00
62e1bb4a11
Update runtime files.
2019-04-08 16:25:07 +02:00
63b74a8362
Update runtime files.
2019-03-24 15:09:13 +01:00
26967617a3
Update runtime files.
2019-03-17 17:13:16 +01:00
f6b401090e
Update runtime files
2019-02-22 15:24:03 +01:00
d09091d495
Update runtime files.
2019-01-17 16:07:22 +01:00
4c5d815256
patch 8.1.0487: no menus specifically for the terminal window
...
Problem: No menus specifically for the terminal window.
Solution: Add :tlmenu. (Yee Cheng Chin, closes #3439 ) Add a menu test.
2018-10-19 22:36:53 +02:00
91f84f6e11
Update runtime files.
2018-07-29 15:07:52 +02:00
b1c9198afb
Vim 8.1 release
...
Update version number and information. Fix a couple of tests.
2018-05-17 17:04:55 +02:00
7dda86f2ff
Update runtime files.
2018-04-20 22:36:41 +02:00
37c64c78fd
Update runtime files.
2017-09-19 22:06:03 +02:00
1ccd8fff8a
Update runtime files.
2017-08-11 19:50:37 +02:00
f55e4c867f
Updated runtime files
2017-08-01 20:44:53 +02:00
b6e0ec6b71
Documentation updates.
2017-07-23 22:12:20 +02:00
74675a666b
Updated runtime files and translations.
2017-07-15 13:53:23 +02:00