aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-10-27 20:21:22 +0900
committermattn <mattn.jp@gmail.com>2011-10-27 20:21:22 +0900
commit33839ce6cc4fc77e239e10e98086f5646ace8758 (patch)
tree12540e821fd2f173c74020d647910252c4fcd26b
parent6f18561ea350286deb67c545c46f312ed594b120 (diff)
downloadvim-sonictemplate-33839ce6cc4fc77e239e10e98086f5646ace8758.tar.gz
vim-sonictemplate-33839ce6cc4fc77e239e10e98086f5646ace8758.tar.bz2
vim-sonictemplate-33839ce6cc4fc77e239e10e98086f5646ace8758.zip
_ is cursor.
-rw-r--r--README.mkd6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.mkd b/README.mkd
index 9364d0c..142e5e5 100644
--- a/README.mkd
+++ b/README.mkd
@@ -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
```