blob: e2037e5a1088aa9ace197179238e0b73cb23e435 (
plain)
1
2
3
4
5
6
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()
|