aboutsummaryrefslogtreecommitdiff
path: root/autocommands.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-02-24 12:31:50 +0800
committerjdhao <jdhao@hotmail.com>2020-02-24 12:31:50 +0800
commit63f071434105c17e3492ca8ad4591771ecad230e (patch)
tree46654f42f2b0bb5b9d7584dc49bb8ec0a46f5d8d /autocommands.vim
parent5615ff3530536fcf0775b7603d680a1484f7e3c8 (diff)
Update autocommands
Diffstat (limited to 'autocommands.vim')
-rw-r--r--autocommands.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/autocommands.vim b/autocommands.vim
index 8ae0b1e..f0ec3ec 100644
--- a/autocommands.vim
+++ b/autocommands.vim
@@ -1,6 +1,5 @@
"{ Auto commands
-" Do not use smart case in command line mode,
-" extracted from https://goo.gl/vCTYdK
+" Do not use smart case in command line mode, extracted from https://goo.gl/vCTYdK.
augroup dynamic_smartcase
autocmd!
autocmd CmdLineEnter : set nosmartcase