aboutsummaryrefslogtreecommitdiff
path: root/core/autocommands.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-31 15:42:38 +0800
committerjdhao <jdhao@hotmail.com>2021-10-31 15:42:38 +0800
commit5ae2c7d1e067074aa1ffe76e80e7090196f3bfe8 (patch)
tree21aebc405cde600b382825a38ed27e17fd94b11b /core/autocommands.vim
parent05c0ef1d60bda2a8914ec316e5d48c4d25f0a6c1 (diff)
remove redundant fold marks
Diffstat (limited to 'core/autocommands.vim')
-rw-r--r--core/autocommands.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/autocommands.vim b/core/autocommands.vim
index b7a0935..9355d05 100644
--- a/core/autocommands.vim
+++ b/core/autocommands.vim
@@ -1,4 +1,3 @@
-"{ Auto commands
" Do not use smart case in command line mode, extracted from https://vi.stackexchange.com/a/16511/15292.
augroup dynamic_smartcase
autocmd!
@@ -104,4 +103,3 @@ augroup packer_auto_compile
autocmd!
autocmd BufWritePost */nvim/lua/plugins.lua source <afile> | PackerCompile
augroup END
-"}