aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2021-02-02 16:47:37 +0500
committerAnton Bobov <abobov@gmail.com>2021-02-02 16:47:37 +0500
commit6604e07ce891df38e472d4926646a76ca3a2b693 (patch)
treebe83fcf3a79eea20ad36305a56f9dcd1eec69cfb /files/.vimrc
parenta0b049140ec1a64da7c46d985514ac6f05e4072d (diff)
Updates.
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc10
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