From d0afeaece239ca8733c419a34b73c594b9bd9b1f Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 8 Feb 2016 17:22:14 +0100 Subject: [PATCH] Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 831ffc0..ff2b6fe 100644 --- a/README.md +++ b/README.md @@ -1373,7 +1373,7 @@ If you happen to access one of the two registers all the time, consider using: ```vim set clipboard^=unnamed " * register " or -set clipboard^=unammedplus " + register +set clipboard^=unnamedplus " + register ``` (The `^=` is used to prepend to the default value, `:h :set^=`.) @@ -1386,7 +1386,7 @@ Related help: ```vim :h clipboard-unnamed -:h clipboard-unammedplus +:h clipboard-unnamedplus ``` #### Restore cursor position when opening file