mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-03-03 05:47:02 +08:00
Fix duplicate closing delimiter after <CR>
This commit is contained in:
@@ -203,6 +203,9 @@ function! delimitMateTests#Main() " {{{
|
||||
unlet g:delimitMate_excluded_ft
|
||||
set ft=
|
||||
|
||||
" Duplicated delimiter after CR
|
||||
call Type("Duplicated delimiter after CR", "(\<CR>", ['(', '|)'], [])
|
||||
|
||||
"}}}
|
||||
|
||||
" Show results: {{{
|
||||
|
||||
Reference in New Issue
Block a user