From ccfd138703ff70a18e077a3b97b2ae248015c96a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 22 Nov 2018 22:52:41 +1300 Subject: Add single quotes to description of Vim options --- TABS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TABS.md') 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'` -- cgit v1.2.3