From b28916fcf57b63c233b68e500a0596b6dc704299 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 23 Nov 2018 11:54:30 +1300 Subject: Correct RHS of (un)important mail ftplugin map This resolves the issue raised in f1b6f3b, where the mappings did not work if the cursor was on the first line. I had the colon `:` that starts the `ex` command and the `` that clears any existing command around the wrong way. Because CTRL-U in normal mode scrolls up, it fails if we're already on the top line, and the rest of the mapping looks to be skipped. There don't seem to be any other instances of the same error that I can find. --- ISSUES.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'ISSUES.md') diff --git a/ISSUES.md b/ISSUES.md index f5ca69a8..3ead2d0d 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -26,5 +26,3 @@ Known issues depends on which shell you're using; the `sd` function isn't available when you're not using Bash. Maybe I should try to extend `help` without breaking it? -* The low-priority shortcut for mail messages in Vim doesn't work if you're on - the first line. -- cgit v1.2.3