X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=README.md;h=5cebe0ccdf7d7beed7252fda44643356a5600b54;hb=76bb87cdcb7d155f97e02e3fb461c57da18f5724;hp=0c560a1290874f3b2fc54234cd53b29f800b04bb;hpb=8be63558ddcd4c6acdff9c3f3f9b48948df81fce;p=chaz%2Fvimcoder diff --git a/README.md b/README.md index 0c560a1..5cebe0c 100644 --- 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