aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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