aboutsummaryrefslogtreecommitdiff
path: root/vim/indent/csv.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-21 23:39:36 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-21 23:39:36 +1300
commit680c5b2b58db2d6fea59de3443e38aa3dffe0914 (patch)
treef9ec628dab5549e5a996fce55428624e93a75b81 /vim/indent/csv.vim
parentMerge branch 'release/v0.24.0' (diff)
parentBump version number to 0.25.0 (diff)
downloaddotfiles-0.25.0.tar.gz (sig)
dotfiles-0.25.0.zip
Merge branch 'release/v0.25.0'v0.25.0
* release/v0.25.0: Bump version number to 0.25.0 Suspend 'C' from 'cpoptions' for sh syn extensions Join short-circuit line in detect_background.vim Break some continued lines in Vim indent files Remove 'mac' from 'fileformats' Tweak 'cpoptions' C flag instead of 'nocompatible' Remove a baseless assertion I made in a config Make entire syntax config dependent on load state Activate syntax settings conditionally
Diffstat (limited to 'vim/indent/csv.vim')
-rw-r--r--vim/indent/csv.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/indent/csv.vim b/vim/indent/csv.vim
index d092838f..938bc99d 100644
--- a/vim/indent/csv.vim
+++ b/vim/indent/csv.vim
@@ -7,5 +7,4 @@ let b:did_indent = 1
" Manual indenting and literal tabs for CSVs
setlocal noautoindent
setlocal noexpandtab
-let b:undo_indent
- \ = 'setlocal autoindent< expandtab<'
+let b:undo_indent = 'setlocal autoindent< expandtab<'