Bump version to 1.3.2
This commit is contained in:
parent
4390981ccf
commit
8f4598b883
@ -1,8 +1,8 @@
|
|||||||
" Insert or delete brackets, parens, quotes in pairs.
|
" Insert or delete brackets, parens, quotes in pairs.
|
||||||
" Maintainer: JiangMiao <jiangfriend@gmail.com>
|
" Maintainer: JiangMiao <jiangfriend@gmail.com>
|
||||||
" Contributor: camthompson
|
" Contributor: camthompson
|
||||||
" Last Change: 2013-04-01
|
" Last Change: 2013-07-13
|
||||||
" Version: 1.3.1
|
" Version: 1.3.2
|
||||||
" Homepage: http://www.vim.org/scripts/script.php?script_id=3599
|
" Homepage: http://www.vim.org/scripts/script.php?script_id=3599
|
||||||
" Repository: https://github.com/jiangmiao/auto-pairs
|
" Repository: https://github.com/jiangmiao/auto-pairs
|
||||||
" License: MIT
|
" License: MIT
|
||||||
@ -509,7 +509,7 @@ function! AutoPairsTryInit()
|
|||||||
execute 'inoremap <buffer> <expr> <script> '. wrapper_name . ' ' . old_cr
|
execute 'inoremap <buffer> <expr> <script> '. wrapper_name . ' ' . old_cr
|
||||||
let old_cr = wrapper_name
|
let old_cr = wrapper_name
|
||||||
end
|
end
|
||||||
" Alawys slient mapping
|
" Always silent mapping
|
||||||
execute 'inoremap <script> <buffer> <silent> <CR> '.old_cr.'<SID>AutoPairsReturn'
|
execute 'inoremap <script> <buffer> <silent> <CR> '.old_cr.'<SID>AutoPairsReturn'
|
||||||
end
|
end
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user