From 63f071434105c17e3492ca8ad4591771ecad230e Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 24 Feb 2020 12:31:50 +0800 Subject: [PATCH] Update autocommands --- autocommands.vim | 3 +-- 1 file changed, 1 insertion(+), 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