Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Fixed AutoClose#DefaultPairs to not throw errors on startup. #18

Merged
merged 2 commits into from Feb 9, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugin/AutoClose.vim
Expand Up @@ -317,7 +317,7 @@ endfunction

" this function is made visible for the sake of users
function! AutoClose#DefaultPairs()
return AutoClose#ParsePairs("() {} [] <> «» ` \" '")
return AutoClose#ParsePairs("() {} [] <> ` \" '")
endfunction

function! AutoClose#DefaultPairsModified(pairsToAdd,openersToRemove)
Expand Down