diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-27 20:21:22 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-27 20:21:22 +0900 |
commit | 33839ce6cc4fc77e239e10e98086f5646ace8758 (patch) | |
tree | 12540e821fd2f173c74020d647910252c4fcd26b | |
parent | 6f18561ea350286deb67c545c46f312ed594b120 (diff) | |
download | vim-sonictemplate-33839ce6cc4fc77e239e10e98086f5646ace8758.tar.gz vim-sonictemplate-33839ce6cc4fc77e239e10e98086f5646ace8758.tar.bz2 vim-sonictemplate-33839ce6cc4fc77e239e10e98086f5646ace8758.zip |
_ is cursor.
-rw-r--r-- | README.mkd | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,10 +30,10 @@ use strict; use warnings use utf8; -| +_ ``` -And cursor is in `|`. If you open `lib/Foo.pm`, and type `<enter>` in `package`. You get following. +And cursor is in `_`. If you open `lib/Foo.pm`, and type `<enter>` in `package`. You get following. ```perl package Foo; @@ -41,7 +41,7 @@ use strict; use warnings use utf8; -| +_ 1 ``` |