summaryrefslogtreecommitdiff
path: root/mnv/src/scriptfile.c
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-05 20:59:48 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-05 20:59:48 +0300
commit7e9da79a0df28f875a35c2b5d128e41044c3cd53 (patch)
tree8d75eff0cabf414fbb358b6e08725f2613379189 /mnv/src/scriptfile.c
parent8e281d214b033189abca8e65db581d063e9e82b4 (diff)
downloadProject-Tick-7e9da79a0df28f875a35c2b5d128e41044c3cd53.tar.gz
Project-Tick-7e9da79a0df28f875a35c2b5d128e41044c3cd53.zip
NOISSUE Refactor GitHub Actions and Dockerfiles for improved functionality and error handlingHEADmaster
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'mnv/src/scriptfile.c')
-rw-r--r--mnv/src/scriptfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mnv/src/scriptfile.c b/mnv/src/scriptfile.c
index 37f055eed5..afa36b6ca5 100644
--- a/mnv/src/scriptfile.c
+++ b/mnv/src/scriptfile.c
@@ -1004,7 +1004,7 @@ load_pack_plugin(char_u *fname)
source_all_matches(pat);
{
- char_u *cmd = mnv_strsave((char_u *)"g:did_load_filetypes");
+ char_u *cmd = mnv_strsave((char_u *)"get(g:, 'did_load_filetypes', 0)");
// If runtime/filetype.mnv wasn't loaded yet, the scripts will be
// found when it loads.