From 31a63aede68dca92c0765ad8ccbc3c3fb7ad022d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 30 Oct 2017 14:31:32 +1300 Subject: Use consistent long-line indent Use four spaces for the indent of lines that are continuations of the previous line, using VimL's bizarre backslashed syntax, to keep them distinct from the indentation to show control structures. --- vim/ftdetect/xdefaults.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/ftdetect/xdefaults.vim b/vim/ftdetect/xdefaults.vim index bda1161a..2d4c6738 100644 --- a/vim/ftdetect/xdefaults.vim +++ b/vim/ftdetect/xdefaults.vim @@ -2,6 +2,6 @@ augroup dfxdefaults autocmd! autocmd BufNewFile,BufRead - \ **/.Xresources.d/* - \ setlocal filetype=xdefaults + \ **/.Xresources.d/* + \ setlocal filetype=xdefaults augroup END -- cgit v1.2.3