aboutsummaryrefslogtreecommitdiff
path: root/TABS.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-22 22:52:41 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-22 22:52:41 +1300
commitccfd138703ff70a18e077a3b97b2ae248015c96a (patch)
treec0f74a9ccd496020b3bddc60553ed0f8c9237cb1 /TABS.md
parentMerge branch 'hotfix/v1.75.1' into develop (diff)
downloaddotfiles-ccfd138703ff70a18e077a3b97b2ae248015c96a.tar.gz
dotfiles-ccfd138703ff70a18e077a3b97b2ae248015c96a.zip
Add single quotes to description of Vim options
Diffstat (limited to 'TABS.md')
-rw-r--r--TABS.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/TABS.md b/TABS.md
index e304fdb1..9ec5adb5 100644
--- a/TABS.md
+++ b/TABS.md
@@ -20,7 +20,7 @@ the results seem perfect.
You can configure Vim to accommodate this by removing the settings in vim/vimrc
for:
-* `expandtab`
-* `shiftwidth`
-* `smarttab`
-* `softtabstop`
+* `'expandtab'`
+* `'shiftwidth'`
+* `'smarttab'`
+* `'softtabstop'`