aboutsummaryrefslogtreecommitdiff
path: root/vim/config/command.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:48:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:48:23 +1300
commit3e29d5a95693a5ffd5e78622f560f415743b0736 (patch)
tree06f609de84351de9a9faa194b247d431b11301e2 /vim/config/command.vim
parentMove matchit.vim sourcing into plugin.vim (diff)
downloaddotfiles-3e29d5a95693a5ffd5e78622f560f415743b0736.tar.gz
dotfiles-3e29d5a95693a5ffd5e78622f560f415743b0736.zip
Adjust some whitespace and comment layout
Diffstat (limited to 'vim/config/command.vim')
-rw-r--r--vim/config/command.vim7
1 files changed, 4 insertions, 3 deletions
diff --git a/vim/config/command.vim b/vim/config/command.vim
index a789fd6d..031772e9 100644
--- a/vim/config/command.vim
+++ b/vim/config/command.vim
@@ -4,6 +4,9 @@ set history=2000
" Always tell me the number of lines changed by a command
set report=0
+" Don't write the output of :make to the terminal
+set shellpipe=>
+
" Command-line based features
if has('cmdline_info')
@@ -15,10 +18,8 @@ if has('cmdline_info')
" Show the mode we're using if not normal mode (e.g. --INSERT--)
set showmode
-endif
-" Don't write the output of :make to the terminal
-set shellpipe=>
+endif
" \d inserts the current local date from date(1)
nnoremap <silent>