mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
13 lines
365 B
Plaintext
13 lines
365 B
Plaintext
#
|
|
%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
|
|
})
|
|
--------------------------------------------------------------------------------
|