From f3d140e363cc44548964bac38d45bb9d8fa86b17 Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Tue, 9 Nov 2010 01:12:26 -0600 Subject: [PATCH] Update credits section. --- doc/delimitMate.txt | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/doc/delimitMate.txt b/doc/delimitMate.txt index c723dac..bb5b4dd 100644 --- a/doc/delimitMate.txt +++ b/doc/delimitMate.txt @@ -636,26 +636,34 @@ be very pleased to read them. ============================================================================== 9. CREDITS *delimitMateCredits* -Some of the code that make this script is modified or just shamelessly copied -from the following sources: +Contributors: ~ - - Ian McCracken + - Kim Silkebækken ~ + Fixed mappings being echoed in the terminal. + + - Eric Van Dewoestine ~ + Implemented smart matchpairs. + +Some of the code that makes this script was modified or just shamelessly +copied from the following sources: + + - Ian McCracken ~ Post titled: Vim, Part II: Matching Pairs: http://concisionandconcinnity.blogspot.com/ - - Aristotle Pagaltzis + - Aristotle Pagaltzis ~ From the comments on the previous blog post and from: http://gist.github.com/144619 - - Karl Guertin + - Karl Guertin ~ AutoClose: http://www.vim.org/scripts/script.php?script_id=1849 - - Thiago Alves + - Thiago Alves ~ AutoClose: http://www.vim.org/scripts/script.php?script_id=2009 - - Edoardo Vacchi + - Edoardo Vacchi ~ ClosePairs: http://www.vim.org/scripts/script.php?script_id=2373