| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | vim-patch:8.0.0630: it is not easy to work on lines without a match (#8734) | Jan Edmund Lazo | 2018-07-13 |
| | | | | | | | | 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 vim/vim#1760) https://github.com/vim/vim/commit/f84b122a99da75741ae686fabb6f81b8b4755998 | ||
| * | vim-patch:8.0.0522: Win32: clipboard=unnamed in :global (#8717) | Jan Edmund Lazo | 2018-07-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. https://github.com/vim/vim/commit/3fcfa35f82b9d1ef5e95051b3a45578e10c14ec3 | |||