From 35df8e7c973260ec00ef17d3e483b66b7b56a89d Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 24 Mar 2013 17:22:20 +0900 Subject: [PATCH] - Improved documentation. --- README.md | 3 +++ doc/neosnippet.txt | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index ca5d8cd..f2ed786 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ name. Note: neocomplecache is NOT required! But recommended. +Extra snippets files are available in: +[snipmate-snippets](https://github.com/honza/snipmate-snippets) + Installation ------------ diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index bb5303b..1d83c89 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -56,6 +56,9 @@ Note: If you want to complete snippets, you must install neocomplcache Note: neocomplecache is NOT required! But recommended. +Extra snippets files are available in: +https://github.com/honza/snipmate-snippets + ============================================================================== INTERFACE *neosnippet-interface* @@ -747,6 +750,9 @@ A: ============================================================================== CHANGELOG *neosnippet-changelog* +2013-03-24 +- Improved documentation. + 2013-03-21 - Added sql snippet.