Quick fixes

This commit is contained in:
Israel Chauca Fuentes
2017-02-21 22:11:52 -05:00
parent 4eaeef01bf
commit 1eafd59b9c
2 changed files with 9 additions and 10 deletions

View File

@@ -101,7 +101,7 @@ call DMTest_single('abc(def)',
\ ' x)'])
" expand_cr == 2
let delimitMate_expand_cr = 2
let g:delimitMate_expand_cr = 2
call DMTest_single('abc(def)',
\ "$i\<CR>x",
\ ['abc(def',
@@ -119,7 +119,7 @@ call DMTest_quotes('', "i' x", "' x'")
call DMTest_quotes('', "i'\<CR>x", ["'", "x'"])
let delimitMate_expand_inside_quotes = 1
let g:delimitMate_expand_inside_quotes = 1
call DMTest_quotes('', "i'\<CR>x", ["'", "x", "'"])