Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 116 forks source link

Can I use `begin` `end` as matchpairs? #294

Closed wodadehencou closed 3 years ago

wodadehencou commented 3 years ago

Sorry for asking this question. I tried to set
au FileType verilog,systemverilog let b:delimitMate_matchpairs = "(:),[:],{:},begin:end" like this, but I got errors of begin:end.

Can I use like this?

Raimondi commented 3 years ago

You can only use single characters there, no way around it.