Bram Moolenaar
|
a903472cfa
|
patch 8.0.1604: paste test may fail if $DISPLAY is not set
Problem: Paste test may fail if $DISPLAY is not set.
Solution: Add WorkingClipboard() and use it in the paste test.
|
2018-03-13 15:43:46 +01:00 |
|
Bram Moolenaar
|
3324d0a864
|
patch 8.0.1587: inserting from the clipboard doesn't work literally
Problem: inserting from the clipboard doesn't work literally
Solution: When pasting from the * or + register always assume literally.
|
2018-03-06 19:51:13 +01:00 |
|
Bram Moolenaar
|
a1891848d9
|
patch 8.0.0303: bracketed paste does not work in Visual mode
Problem: Bracketed paste does not work in Visual mode.
Solution: Delete the text before pasting
|
2017-02-04 21:34:31 +01:00 |
|
Bram Moolenaar
|
fd8983b09c
|
patch 8.0.0296: bracketed paste can only append, not insert
Problem: Bracketed paste can only append, not insert.
Solution: When the cursor is in the first column insert the text.
|
2017-02-02 22:21:29 +01:00 |
|
Bram Moolenaar
|
9e817c8a31
|
patch 8.0.0238: bracketed paste does not disable autoindent
Problem: When using bracketed paste autoindent causes indent to be
increased.
Solution: Disable 'ai' and set 'paste' temporarily. (Ken Takata)
|
2017-01-25 21:36:17 +01:00 |
|
Bram Moolenaar
|
bff6ad1331
|
patch 8.0.0233: paste test fails in the GUI
Problem: The paste test fails if the GUI is being used.
Solution: Skip the test in the GUI.
|
2017-01-24 19:18:13 +01:00 |
|
Bram Moolenaar
|
076e502199
|
patch 8.0.0231: bracketed paste mode is not tested
Problem: There are no tests for bracketed paste mode.
Solution: Add a test. Fix repeating with "normal .".
|
2017-01-24 18:58:30 +01:00 |
|