]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - vim/ftplugin/java/java.xpt.vim
ftplugin/*.xpt.vim: print snippets: move cursor after snippet
[config/dotfiles.git] / vim / ftplugin / java / java.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^);