Skip to content

Commit

Permalink
Preparing for 0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr committed Oct 3, 2012
1 parent aedb80c commit 622ba34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Usage::
<plugin>
<groupId>org.scalariform</groupId>
<artifactId>scalariform-maven-plugin</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<executions>
<execution>
<phase>process-sources</phase>
Expand Down Expand Up @@ -99,7 +99,7 @@ While there is no specific Vim integration at present, you can use
Scalariform as an external formatter for the ``gq`` command by adding
the following to ``.vimrc`` ::

au BufEnter *.scala setl formatprg=scala\ -cp\ /path/to/scalariform_2.8.0-0.1.2.jar\ scalariform.commandline.Main\ --forceOutput
au BufEnter *.scala setl formatprg=scala\ -cp\ /path/to/scalariform_2.8.0-0.1.3.jar\ scalariform.commandline.Main\ --forceOutput

Command line tool
-----------------
Expand Down

0 comments on commit 622ba34

Please sign in to comment.