diff options
| author | Anton Bobov <abobov@gmail.com> | 2020-03-06 21:39:16 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2020-03-06 21:39:16 +0500 |
| commit | 158b95594a3153b346413996493d10ac791030a0 (patch) | |
| tree | 6e68896235e24f56e7826d69be3f713cf1eaf3d7 /files/.vimrc | |
| parent | eb1e2e2f52a046d877e3e2f6e980e6a9912eade3 (diff) | |
Updates.
Diffstat (limited to 'files/.vimrc')
| -rw-r--r-- | files/.vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/.vimrc b/files/.vimrc index 794ea31..a3c9770 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -438,6 +438,9 @@ command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_ if executable('jq') command -range Jq <line1>,<line2>!jq --indent 4 . endif +if executable('xmlstarlet') + command -range Format <line1>,<line2>!xmlstarlet format +endif " }}} " Filetype {{{ " XML {{{ |
