aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2018-03-16 00:34:31 +0900
committerGitHub <noreply@github.com>2018-03-16 00:34:31 +0900
commitc72fd6f85f6b75e6b5f3d013f5a09703a09cdead (patch)
tree6ef24cac08fac43db0e646147a29d0950c71eae8
parent4cf26a83f632bbb9ee24eb9de7771e0a70c1ab1f (diff)
parente7fe9707d883042e8e71f81e72789fcd04c6be60 (diff)
downloadvim-sonictemplate-c72fd6f85f6b75e6b5f3d013f5a09703a09cdead.tar.gz
vim-sonictemplate-c72fd6f85f6b75e6b5f3d013f5a09703a09cdead.tar.bz2
vim-sonictemplate-c72fd6f85f6b75e6b5f3d013f5a09703a09cdead.zip
Merge pull request #27 from Jagua/patch-1
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 = _;
<