From 8240cc0c93f176b19e955262d970bdea27ea36fa Mon Sep 17 00:00:00 2001 From: 7heo <7heo@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:21:23 +0100 Subject: [PATCH] Update securemodelines.vim Fix the plugin's call on newer vim --- plugin/securemodelines.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/securemodelines.vim b/plugin/securemodelines.vim index e23429f..fae0807 100644 --- a/plugin/securemodelines.vim +++ b/plugin/securemodelines.vim @@ -142,6 +142,6 @@ endfun aug SecureModeLines au! - au BufRead,StdinReadPost * :call DoModelines() + au BufEnter * :call DoModelines() aug END