Simplify CR expansion mapping. Add Test for it.

This commit is contained in:
Israel Chauca Fuentes
2012-02-24 20:32:42 -05:00
parent f3176a664c
commit bb9b0edcc5
3 changed files with 57 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
#
%d
filetype indent on
set bs=2 et sts=4 sw=4 ft=javascript
call setline(1, '$(document).ready(function() {})')
DelimitMateReload
exec "normal 31|i\<CR>x\<Esc>"
================================================================================
$(document).ready(function() {
x
})
--------------------------------------------------------------------------------