diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-25 10:38:50 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-25 10:38:50 +0900 |
commit | cc8f5f86208e862d95f9ebc256787bea22404845 (patch) | |
tree | 67edac2802d89caea5069a13203be59a1ffc6b93 | |
parent | c20a320ce158edfc13e0ba703f7b518ec7d5a110 (diff) | |
download | vim-sonictemplate-cc8f5f86208e862d95f9ebc256787bea22404845.tar.gz vim-sonictemplate-cc8f5f86208e862d95f9ebc256787bea22404845.tar.bz2 vim-sonictemplate-cc8f5f86208e862d95f9ebc256787bea22404845.zip |
update.
-rw-r--r-- | README.mkd | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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: ------- |