InsertTry.vim : put java's try catch around marked lines
script karma |
Rating 7/4,
Downloaded by 912 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Roman Wagner |
|
script type |
ftplugin |
|
description |
mark some lines and type ¬t
the marked lines will be enclosed in a try block with an additional catch and finally block
Whre is the ¬ key? Feel free to change this.
customize:
:let b:java_InsertTry_Style="Java" | "C" | "JavaShort" default = "Java"
:let b:java_InsertTry_Goto="catch" | "." default = "catch"
|
|
install details |
simply copy to
${VIMRUNTIME}/ftplugin/java/ |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.227.89.143
|