mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-05-18 06:19:54 +08:00
Simplify CR expansion mapping. Add Test for it.
This commit is contained in:
@@ -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
|
||||
})
|
||||
--------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user