diff options
| author | Anton Bobov <abobov@gmail.com> | 2021-02-02 16:47:37 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2021-02-02 16:47:37 +0500 |
| commit | 6604e07ce891df38e472d4926646a76ca3a2b693 (patch) | |
| tree | be83fcf3a79eea20ad36305a56f9dcd1eec69cfb /files/.vimrc | |
| parent | a0b049140ec1a64da7c46d985514ac6f05e4072d (diff) | |
Updates.
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 |
