From e637eb58eb8f2308a00d27ad5836609223c2c793 Mon Sep 17 00:00:00 2001 From: Caleb Meyer Date: Tue, 12 May 2015 12:33:33 -0500 Subject: [PATCH] Added backticks to 0, so it will highlight as code --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index eecc591..5e6bfa4 100644 --- a/README.mkd +++ b/README.mkd @@ -36,7 +36,7 @@ You may override default global config variables after plugin load. - `AUTOSUGGESTION_HIGHLIGHT_COLOR`: suggestion highlight color, default is `'fg=8'`. - `AUTOSUGGESTION_HIGHLIGHT_CURSOR`: highlight word after cursor or not. Must be integer value `1` or `0`, default is `1`. -- `AUTOSUGGESTION_ACCEPT_RIGHT_ARROW`: complete entire suggestion with right arrow. Must be integer value `1` or `0`, default is 0 (right arrow completes one letter at a time). +- `AUTOSUGGESTION_ACCEPT_RIGHT_ARROW`: complete entire suggestion with right arrow. Must be integer value `1` or `0`, default is `0` (right arrow completes one letter at a time). ## Known Issues