8ecbfc2693e4

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 12 Apr 2012 17:20:03 -0400
parents 5bf26d7a0c8a (diff) e23d3b14230b (current diff)
children b528cf3de728
branches/tags (none)
files .hgtags

Changes

--- a/.hgtags	Thu Apr 12 17:14:50 2012 -0400
+++ b/.hgtags	Thu Apr 12 17:20:03 2012 -0400
@@ -1,3 +1,3 @@
 fa37ec671fb5fe854e56c02616f9adcfd1003686 v1.0.0
 8de3ef182cb9b5d3a24853a4c12044d8b93c96a9 v1.1.0
-c91ebd7e656082750bf6ea990f297943af2ab6a0 v1.2.0
+7e3f6e97e92c71ad8517589bf1dbdc6fcaa28e91 v1.2.0
--- a/doc/clam.txt	Thu Apr 12 17:14:50 2012 -0400
+++ b/doc/clam.txt	Thu Apr 12 17:20:03 2012 -0400
@@ -119,6 +119,9 @@
 
     let g:clam_autoreturn = 'topleft'
 
+See the following topics for more information: |:vertical|, |:aboveleft|,
+|:belowright|, |:topleft|, and |:botright|.
+
 Default: 'vertical botright' (split vertical, open at far right)
 
 ==============================================================================
@@ -147,6 +150,7 @@
 v1.2.0
     * Added support for ranges in the :Clam command.
     * Added the :ClamVisual command.
+    * Added the g:clam_winpos option.
 v1.1.0
     * Added the g:clam_autoreturn setting.
 v1.0.0