From d1c356d99c979acdcba62c4e2156d28d6df14b82 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 17 Nov 2012 16:00:40 +0100 Subject: [PATCH] ftplugin/*/*.xpt.vim: Set empty `description^ to XXX. --- vim/ftplugin/c/c.xpt.vim | 1 + vim/ftplugin/perl/perl.xpt.vim | 1 + 2 files changed, 2 insertions(+) diff --git a/vim/ftplugin/c/c.xpt.vim b/vim/ftplugin/c/c.xpt.vim index c6a3d78..bca4558 100644 --- a/vim/ftplugin/c/c.xpt.vim +++ b/vim/ftplugin/c/c.xpt.vim @@ -31,6 +31,7 @@ XPTemplate priority=personal XPT c +XSET description|post=S(V(), '^description$', 'XXX') /* * `description^ * diff --git a/vim/ftplugin/perl/perl.xpt.vim b/vim/ftplugin/perl/perl.xpt.vim index 95b11d6..4b11472 100644 --- a/vim/ftplugin/perl/perl.xpt.vim +++ b/vim/ftplugin/perl/perl.xpt.vim @@ -31,6 +31,7 @@ XPTemplate priority=personal XPT perl +XSET description|post=S(V(), '^description$', 'XXX') #!/usr/bin/perl # `description^ -- 2.45.2