diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2018-11-06 09:00:11 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:45:26 +0100 |
commit | a17148ea04d7db259537b02541a6855a294733be (patch) | |
tree | 36171e9cf0bf2d5ffa410932cca2c31d402c023b /README.rst | |
download | vim-suse-changes-a17148ea04d7db259537b02541a6855a294733be.tar.gz |
feat: add detection of SUSE *.changes files and add first snippet.
Requires vim-snipmate compatible engine.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 9 |
1 files changed, 9 insertions, 0 deletions
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 |