]> Dogcows Code - chaz/vimcoder/blobdiff - README.md
do not screw up line endings when reading files
[chaz/vimcoder] / README.md
index 0c560a1290874f3b2fc54234cd53b29f800b04bb..5cebe0ccdf7d7beed7252fda44643356a5600b54 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,6 +24,11 @@ Features
 * Test-case "drivers" can be generated locally with the example test-case data
   (currently C++ only).
 
+Build Status
+------------
+
+[![Build Status](https://travis-ci.org/chazmcgarvey/vimcoder.svg?branch=master)](https://travis-ci.org/chazmcgarvey/vimcoder)
+
 License
 -------
 
@@ -87,7 +92,7 @@ use.  If you have already saved some problems to the previous storage
 directory, you may also want to actually move the directory to the new
 location so that VimCoder can find the work you've already done.
 
-Beginning with VimCoder 1.3.5, there is a new option for an alternative
+Beginning with VimCoder 0.3.5, there is a new option for an alternative
 directory structure.  It is not enabled by default, but it may be in the
 future.  Rather than having directories named after problem identifiers, the
 new structure uses two levels of directories.  On the first level, directories
@@ -116,7 +121,7 @@ to something else.
 You may use an absolute path to your vim executable, such as
 `/usr/local/bin/gvim` or `C:\Program Files\Vim\vim73\gvim.exe`
 or wherever your actual Vim executable is.  You may also invoke vim through
-some other command (e.g. `xterm -e vim`).
+some other command (e.g. `xterm -e vim` or `gnome-terminal -e vim --`).
 
 The xterm example above demonstrates using Vim without the GUI, running in
 a terminal emulator.  You can enter any elaborate command you want as long as
This page took 0.021636 seconds and 4 git commands to generate.