Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.0.0630: it is not easy to work on lines without a matchv8.0.0630 | Bram Moolenaar | 2017-06-10 | 1 | -0/+9 |
| | | | | | | | Problem: The :global command does not work recursively, which makes it difficult to execute a command on a line where one pattern matches and another does not match. (Miles Cranmer) Solution: Allow for recursion if it is for only one line. (closes #1760) | ||||
* | patch 8.0.0522: Win32: when 'clipboard' is "unnamed" yyp does not workv8.0.0522 | Bram Moolenaar | 2017-03-29 | 1 | -0/+11 |
Problem: MS-Windows: when 'clipboard' is "unnamed" yyp does not work in a :global command. Solution: When setting the clipboard was postponed, do not clear the register. |