Doc update.

This commit is contained in:
Israel Chauca Fuentes
2010-06-09 19:10:29 -05:00
parent 542728671e
commit c91674eed2
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -121,6 +121,7 @@ function! delimitMate#Init() "{{{
let b:delimitMate_buffer = [] let b:delimitMate_buffer = []
" Set mappings:
call delimitMate#UnMap() call delimitMate#UnMap()
try try
let save_cpo = &cpo let save_cpo = &cpo
+4 -3
View File
@@ -149,8 +149,9 @@ e.g. typing at the "|": >
When visual mode is active this script allows for the selection to be enclosed When visual mode is active this script allows for the selection to be enclosed
with delimiters. But, since brackets have special meaning in visual mode, a with delimiters. But, since brackets have special meaning in visual mode, a
leader (the value of 'mapleader' by default) should precede the delimiter. leader (the value of 'mapleader' by default) should precede the delimiter.
NOTE that this feature brakes the redo command and doesn't currently work on NOTE that this feature brakes the redo command and doesn't currently work well
blockwise visual mode, any suggestions to fix this will be very welcome. on blockwise visual mode when the selection has lines one character smaller
than the rest, any suggestions to fix this will be very welcome.
e.g. (selection represented between square brackets): > e.g. (selection represented between square brackets): >
@@ -516,7 +517,7 @@ e.g.: You can use this to create your own mapping to jump over any delimiter.
6. TODO LIST *delimitMateTodo* 6. TODO LIST *delimitMateTodo*
- Automatic set-up by file type. - Automatic set-up by file type.
- Make visual wrapping work on blockwise visual mode. - Make block-wise visual wrapping work on un-even regions.
============================================================================== ==============================================================================
7. MAINTAINER *delimitMateMaintainer* 7. MAINTAINER *delimitMateMaintainer*