aboutsummaryrefslogtreecommitdiff
path: root/vim/indent
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-09 00:03:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-09 00:03:10 +1200
commitacb2ed1390d98516d8d1d5fd7ca83ed4d55af948 (patch)
tree0b2e1b11e12b4090860cf52560f2a2eb457b42dd /vim/indent
parentRemap g& to preserve substitution flags (diff)
downloaddotfiles-acb2ed1390d98516d8d1d5fd7ca83ed4d55af948.tar.gz
dotfiles-acb2ed1390d98516d8d1d5fd7ca83ed4d55af948.zip
Remove unnecessary g: prefixes to Vim variables
Diffstat (limited to 'vim/indent')
-rw-r--r--vim/indent/html.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/indent/html.vim b/vim/indent/html.vim
index b0a4a4f6..d93443a7 100644
--- a/vim/indent/html.vim
+++ b/vim/indent/html.vim
@@ -1,2 +1,2 @@
" Indent after <p> paragraph tags too
-let g:html_indent_inctags = 'p'
+let html_indent_inctags = 'p'