Fix tests, BS in expansions and close #105.

This commit is contained in:
Israel Chauca Fuentes
2013-06-18 17:01:56 -04:00
parent cfc6654855
commit 8a8aad183f
5 changed files with 10 additions and 4 deletions

View File

@@ -36,3 +36,5 @@ set cpo=ces$
" 'x" " 'x'"
# Make sure we jump over a quote on the right. #89.
"('test'x" "('test'x)"
# Duplicate whole line when inserting quote at bol #105
"}\<Home>'" "''}"

View File

@@ -12,6 +12,8 @@ $(document).ready(function() {
--------------------------------------------------------------------------------
# Issue #95
new
let b:delimitMate_jump_expansion = 1
DelimitMateReload
exec "normal i(\<CR>test)x"
================================================================================
(
@@ -43,10 +45,10 @@ sub foo {
}
--------------------------------------------------------------------------------
%d
call setline(1, "\"{bracketed}")
call setline(1, '"{bracketed}')
normal A"x
================================================================================
"{bracketed""x
"{bracketed}"x"
--------------------------------------------------------------------------------
# Syntax folding enabled by autocmd breaks expansion. But ti can't be tested
# with :normal

View File

@@ -1,5 +1,7 @@
# Issue #95
new
let b:delimitMate_jump_expansion = 1
DelimitMateReload
exec "normal i( test)x"
================================================================================
( test )x