mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
Check delimitMate_matchpairs’ syntax. Also some formatting.
This commit is contained in:
@@ -35,7 +35,7 @@ function! s:g(name, ...) "{{{
|
||||
else
|
||||
let name = 'delimitMate_' . a:name
|
||||
endif
|
||||
return eval(scope . ':' . name)
|
||||
return deepcopy(eval(scope . ':' . name))
|
||||
endfunction "}}}
|
||||
|
||||
function! s:exists(name, ...) "{{{
|
||||
|
||||
Reference in New Issue
Block a user