]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
ftplugin/*.xpt.vim: print snippets: move cursor after snippet
authorSimon Ruderich <simon@ruderich.org>
Fri, 21 Mar 2014 23:02:12 +0000 (00:02 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 21 Mar 2014 23:02:12 +0000 (00:02 +0100)
vim/ftplugin/java/java.xpt.vim
vim/ftplugin/perl/perl.xpt.vim

index 07cd2fa64e8bccd56a22e1acbdb8eff78aa1ae32..38a25f2f234e99e90b9778810b155aa535c6606b 100644 (file)
@@ -58,7 +58,7 @@ public class `E('%:t:r')^ {
 
 
 XPT p
-System.out.println(`cursor^);
+System.out.println(`value^);
 
 XPT pe
-System.err.println(`cursor^);
+System.err.println(`value^);
index 5259466361366be1db081839dff4d9db5f93393a..f33e09afba227d9142f07066adb703da4f5e82a8 100644 (file)
@@ -60,7 +60,7 @@ use warnings;
 
 
 XPT p
-print `cursor^;
+print `value^;
 
 XPT pe
-print STDERR `cursor^;
+print STDERR `value^;