diff --git a/delimitMate.otl b/delimitMate.otl index a14781b..52da895 100644 --- a/delimitMate.otl +++ b/delimitMate.otl @@ -5,5 +5,7 @@ [X] 100% Use escape() +[_] % Add command-line auto-pairing + : Would this have to be constant? consider only vim language? I think so... - +vim:tw:78 diff --git a/delimitMate.vim b/delimitMate.vim index f5102fc..1c633d1 100644 --- a/delimitMate.vim +++ b/delimitMate.vim @@ -2,7 +2,7 @@ " File: delimitMate.vim " Description: This plugin tries to emulate the auto-completion of delimiters " that TextMate provides. -" Maintainer: Israel Chauca F. +" Maintainer: Israel Chauca F. " Credits: Some of the code is modified or just copied from the following: " " - Ian McCracken