]> Dogcows Code - chaz/vimcoder/blobdiff - src/com/dogcows/Editor.java
add modelines with settings for current coding conventions
[chaz/vimcoder] / src / com / dogcows / Editor.java
index 203d8ec2eb5ac4dc159205d765f0b628c5cb528c..bb14ce65cf517ca9e9b5aec8384ea98322961754 100644 (file)
@@ -236,7 +236,7 @@ public class Editor
                 * before the timeout, we will assume it is not backgrounding and
                 * that everything worked.  This works as long as the Vim server is
                 * able to start within the stall period. */
-               long expire = System.currentTimeMillis() + 1000;
+               long expire = System.currentTimeMillis() + 2500;
                while (System.currentTimeMillis() < expire)
                {
                        Thread.yield();
@@ -327,3 +327,4 @@ public class Editor
        }
 }
 
+// vim:noet:ts=8
This page took 0.020501 seconds and 4 git commands to generate.