aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-10-25 10:38:50 +0900
committermattn <mattn.jp@gmail.com>2011-10-25 10:38:50 +0900
commitcc8f5f86208e862d95f9ebc256787bea22404845 (patch)
tree67edac2802d89caea5069a13203be59a1ffc6b93
parentc20a320ce158edfc13e0ba703f7b518ec7d5a110 (diff)
downloadvim-sonictemplate-cc8f5f86208e862d95f9ebc256787bea22404845.tar.gz
vim-sonictemplate-cc8f5f86208e862d95f9ebc256787bea22404845.tar.bz2
vim-sonictemplate-cc8f5f86208e862d95f9ebc256787bea22404845.zip
update.
-rw-r--r--README.mkd16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.mkd b/README.mkd
index 7ed068d..9364d0c 100644
--- a/README.mkd
+++ b/README.mkd
@@ -33,7 +33,21 @@ use utf8;
|
```
-And cursor is in `|`. If you open C++ file, you can select `main` for C.
+And cursor is in `|`. If you open `lib/Foo.pm`, and type `<enter>` in `package`. You get following.
+
+```perl
+package Foo;
+use strict;
+use warnings
+use utf8;
+
+|
+
+1
+```
+
+
+If you open C++ file, you can select `main` for C.
Author:
-------