From dfa7e9b73019739c39f55406ada686d447148428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnther?= Date: Sat, 11 May 2013 22:21:28 +0200 Subject: [PATCH] Markdown ending for README --- README | 3 --- README.md | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index f3a64c0..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -This plug-in provides automatic closing of quotes, parenthesis, brackets, etc., besides some other related features that should make your time in insert mode a little bit easier, like syntax awareness (will not insert the closing delimiter in comments and other configurable regions), and expansions (off by default), and some more. - -Most of the features can be modified or disabled permanently, using global variables, or on a FileType basis, using :autocmd. With a couple of exceptions and limitations, these features don't break undo, redo or history. diff --git a/README.md b/README.md new file mode 100644 index 0000000..714d916 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +This plug-in provides automatic closing of quotes, parenthesis, brackets, etc., besides some other related features that +should make your time in insert mode a little bit easier, like syntax awareness (will not insert the closing delimiter +in comments and other configurable regions), and expansions (off by default), and some more. + +Most of the features can be modified or disabled permanently, using global variables, or on a FileType basis, using +:autocmd. With a couple of exceptions and limitations, these features don't break undo, redo or history.