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.
|
||||
" Maintainer: JiangMiao <jiangfriend@gmail.com>
|
||||
" Contributor: camthompson
|
||||
" Last Change: 2013-04-01
|
||||
" Version: 1.3.1
|
||||
" Last Change: 2013-07-13
|
||||
" Version: 1.3.2
|
||||
" Homepage: http://www.vim.org/scripts/script.php?script_id=3599
|
||||
" Repository: https://github.com/jiangmiao/auto-pairs
|
||||
" License: MIT
|
||||
@ -509,7 +509,7 @@ function! AutoPairsTryInit()
|
||||
execute 'inoremap <buffer> <expr> <script> '. wrapper_name . ' ' . old_cr
|
||||
let old_cr = wrapper_name
|
||||
end
|
||||
" Alawys slient mapping
|
||||
" Always silent mapping
|
||||
execute 'inoremap <script> <buffer> <silent> <CR> '.old_cr.'<SID>AutoPairsReturn'
|
||||
end
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user