aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJagua <jagualitol+dev@gmail.com>2018-03-16 00:15:31 +0900
committerGitHub <noreply@github.com>2018-03-16 00:15:31 +0900
commite7fe9707d883042e8e71f81e72789fcd04c6be60 (patch)
tree6ef24cac08fac43db0e646147a29d0950c71eae8
parent4cf26a83f632bbb9ee24eb9de7771e0a70c1ab1f (diff)
downloadvim-sonictemplate-e7fe9707d883042e8e71f81e72789fcd04c6be60.tar.gz
vim-sonictemplate-e7fe9707d883042e8e71f81e72789fcd04c6be60.tar.bz2
vim-sonictemplate-e7fe9707d883042e8e71f81e72789fcd04c6be60.zip
fix typo
-rw-r--r--doc/sonictemplate-vim.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sonictemplate-vim.txt b/doc/sonictemplate-vim.txt
index 0cde2c0..13f0f8a 100644
--- a/doc/sonictemplate-vim.txt
+++ b/doc/sonictemplate-vim.txt
@@ -113,7 +113,7 @@ Sonictemplate provide postfix-completion. For example: >
name.var_
<
-Typing "<c-y><c-y>" expand to: >
+Typing "<c-y><c-b>" expand to: >
var name = _;
<