From f23b33b76bd8112ca50d6be803092fa9c23024c8 Mon Sep 17 00:00:00 2001 From: chuan137 Date: Wed, 22 Jun 2022 00:45:19 +0200 Subject: [PATCH] fix typo --- plugin/ytt.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/ytt.vim b/plugin/ytt.vim index 63735a6..6d6b011 100644 --- a/plugin/ytt.vim +++ b/plugin/ytt.vim @@ -17,7 +17,7 @@ command! -bar DisableYtt call ytt#disable() nnoremap (enable-ytt) :EnableYtt nnoremap (disable-ytt) :DisableYtt -if !exists('g:ytt_no_default_mapping') +if !exists('g:ytt_no_default_mappings') let g:ytt_no_default_mappings = v:false endif if !g:ytt_no_default_mappings