diff .hgrc @ 87:a835f8c36e93

Fixed PS1 & vimdiff * PS1 had nonprintable characters in it, but bash didn't know that; so it wrapped in all the wrong places. * vimdiff was using different window placements than kdiff would use, leading to much confusion. This way feels nicer, leaving the "good" output file at the bottom.
author Steve Huston <huston@astro.princeton.edu>
date Wed, 01 May 2013 14:08:33 -0400
parents 463fe15a340f
children 21e0ab41e180
line wrap: on
line diff
--- a/.hgrc	Mon Apr 29 10:24:04 2013 -0400
+++ b/.hgrc	Wed May 01 14:08:33 2013 -0400
@@ -12,7 +12,7 @@
 
 [merge-tools]
 vimdiff.executable = vim
-vimdiff.args = -d $base $local $output $other -c "wincmd J"
+vimdiff.args = -d $output $base $local $other -c "wincmd J"
 
 [trusted]
 groups = help