diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-10-30 10:48:37 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-10-30 10:49:20 +1300 |
commit | a637d465cbf979aec2f259eee788d3791cd39489 (patch) | |
tree | d80a14606f1a17bd1b437fd6a09d2f68503d5b8b /TABS.md | |
parent | Require minimum Vim version for background detect (diff) | |
download | dotfiles-a637d465cbf979aec2f259eee788d3791cd39489.tar.gz dotfiles-a637d465cbf979aec2f259eee788d3791cd39489.zip |
Specify path to indent settings in TABS.md
See 2b13fc, where this document was first created to avoid an expensive
branch, and 1279419, where the branch for a multiple-file Vim
configuration (splitting my large .vimrc) was merged in.
Diffstat (limited to 'TABS.md')
-rw-r--r-- | TABS.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ pretty nicely: If you have GNU unexpand(1) and can add `--first-only` to each of those calls, the results seem perfect. -You can configure Vim to accommodate this by removing the settings for: +You can configure Vim to accommodate this by removing the settings in +vim/config/indent.vim for: * `expandtab` * `shiftround` |