diff options
author | mattn <mattn.jp@gmail.com> | 2018-03-16 00:34:31 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-16 00:34:31 +0900 |
commit | c72fd6f85f6b75e6b5f3d013f5a09703a09cdead (patch) | |
tree | 6ef24cac08fac43db0e646147a29d0950c71eae8 /doc | |
parent | 4cf26a83f632bbb9ee24eb9de7771e0a70c1ab1f (diff) | |
parent | e7fe9707d883042e8e71f81e72789fcd04c6be60 (diff) | |
download | vim-sonictemplate-c72fd6f85f6b75e6b5f3d013f5a09703a09cdead.tar.gz vim-sonictemplate-c72fd6f85f6b75e6b5f3d013f5a09703a09cdead.tar.bz2 vim-sonictemplate-c72fd6f85f6b75e6b5f3d013f5a09703a09cdead.zip |
Merge pull request #27 from Jagua/patch-1
fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sonictemplate-vim.txt | 2 |
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 = _; < |