aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/jira-text-formatting-notation-help/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/jira-text-formatting-notation-help/plugin')
-rw-r--r--bundle/jira-text-formatting-notation-help/plugin/jira_text_formatting_notation_help.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundle/jira-text-formatting-notation-help/plugin/jira_text_formatting_notation_help.vim b/bundle/jira-text-formatting-notation-help/plugin/jira_text_formatting_notation_help.vim
new file mode 100644
index 0000000..e2037e5
--- /dev/null
+++ b/bundle/jira-text-formatting-notation-help/plugin/jira_text_formatting_notation_help.vim
@@ -0,0 +1,7 @@
+if exists('g:loaded_jira_text_formatting_notation_help')
+ finish
+endif
+let g:loaded_jira_text_formatting_notation_help = 1
+
+command! JiraTextFormattingNotationHelp
+ \ :call jira_text_formatting_notation_help#Open()