diff options
Diffstat (limited to 'files/.vimrc')
| -rw-r--r-- | files/.vimrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/files/.vimrc b/files/.vimrc index 251505d..90e8733 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -447,8 +447,18 @@ endif if executable('xmlstarlet') command -range Format <line1>,<line2>!xmlstarlet format endif + +command Jira %!pandoc --to=jira " }}} " Filetype {{{ +" Vundle {{{ + +augroup ft_vundle + au! + au FileType vundlelog setlocal nospell +augroup END + +" }}} " XML {{{ augroup ft_xml |
