From a17148ea04d7db259537b02541a6855a294733be Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 6 Nov 2018 09:00:11 +0100 Subject: feat: add detection of SUSE *.changes files and add first snippet. Requires vim-snipmate compatible engine. --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.rst (limited to 'README.rst') diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..d600569 --- /dev/null +++ b/README.rst @@ -0,0 +1,9 @@ +vim-suse-changes +################ + +Vim plugin for work with openSUSE \*.changes file. + +Requires `vim-snipmate`_ compatible engine installed. + +.. _`vim-snipmate`: + https://github.com/honza/vim-snippets -- cgit