diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-23 11:56:31 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-23 11:56:31 +1200 |
commit | def2aaa7119e53c53cf112a12e29c15489730c2c (patch) | |
tree | 3145b71f2beb46d470b1ea53ca5c1f664c34f927 /ex/exrc | |
parent | Document mode of Vim leader mappings (diff) | |
download | dotfiles-def2aaa7119e53c53cf112a12e29c15489730c2c.tar.gz dotfiles-def2aaa7119e53c53cf112a12e29c15489730c2c.zip |
Remove 'tabstop' setting from .exrc
Diffstat (limited to 'ex/exrc')
-rw-r--r-- | ex/exrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,4 +3,3 @@ set autoindent set report=0 set shiftwidth=4 set showmode -set tabstop=4 |