Age | Commit message (Collapse) | Author |
|
Problem: Bracketed paste does not work in Visual mode.
Solution: Delete the text before pasting
|
|
Problem: Bracketed paste can only append, not insert.
Solution: When the cursor is in the first column insert the text.
|
|
Problem: When using bracketed paste autoindent causes indent to be
increased.
Solution: Disable 'ai' and set 'paste' temporarily. (Ken Takata)
|
|
Problem: The paste test fails if the GUI is being used.
Solution: Skip the test in the GUI.
|
|
Problem: There are no tests for bracketed paste mode.
Solution: Add a test. Fix repeating with "normal .".
|