From c73514084abd061b19cb98b634d022eab97ab2eb Mon Sep 17 00:00:00 2001 From: York Wong Date: Sun, 18 Aug 2013 14:47:39 +0800 Subject: [PATCH] change the comment style for systemtap (.stp) --- plugin/NERD_commenter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 13c7693..fea4c7b 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -358,7 +358,7 @@ let s:delimiterMap = { \ 'sqr': { 'left': '!' }, \ 'squid': { 'left': '#' }, \ 'st': { 'left': '"' }, - \ 'stp': { 'left': '--' }, + \ 'stp': { 'left': '/*','right': '*/', 'leftAlt': '//' }, \ 'supercollider': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'systemverilog': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'tads': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },