]> Dogcows Code - chaz/vimcoder/blobdiff - src/com/dogcows/VimCoder.java
add modelines with settings for current coding conventions
[chaz/vimcoder] / src / com / dogcows / VimCoder.java
index f54abe82b95d62638f99db526d431e7f6d5a436a..06c5426ffc43a75b6e75f9820093227a1c0bc5c5 100644 (file)
@@ -27,12 +27,12 @@ public class VimCoder
        /**
         * The name and version of this plugin.
         */
-       public final static String version = "VimCoder 0.3.1";
+       public final static String version = "VimCoder 0.3.4";
 
        /**
         * The website of the plugin project.
         */
-       public final static String website = "http://www.dogcows.com/vimcoder";
+       public final static String website = "http://github.com/chazmcgarvey/vimcoder";
 
 
        /**
@@ -409,3 +409,4 @@ public class VimCoder
        }
 }
 
+// vim:noet:ts=8
This page took 0.092828 seconds and 4 git commands to generate.