aboutsummaryrefslogtreecommitdiff
path: root/vim/config
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-06 10:07:26 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-06 10:07:26 +1300
commitae2eb0590ec65e4c6e1830bbe7c64cd07052eb91 (patch)
tree69ee166f8697516261001b7134095e119316e29d /vim/config
parentRemove \m\C prefix from inapplicable VimL regexes (diff)
downloaddotfiles-ae2eb0590ec65e4c6e1830bbe7c64cd07052eb91.tar.gz
dotfiles-ae2eb0590ec65e4c6e1830bbe7c64cd07052eb91.zip
Move pipes from end to start of continued lines
The Google Vimscript Guide says: <https://google.github.io/styleguide/vimscriptfull.xml#Whitespace> > Place one space after the backslash denoting a line continuation. > > When continuing a multi-line command a pipe can be substituted for > this space as necessary, as follows: > > autocommand BufEnter <buffer> > \ if !empty(s:var) > \| call some#function() > \|else > \| call some#function(s:var) > \|endif
Diffstat (limited to 'vim/config')
0 files changed, 0 insertions, 0 deletions