From 2eae5db069dc171f74cd863487655f6a88e5384d Mon Sep 17 00:00:00 2001 From: Mehmet Samet Duman Date: Fri, 3 Apr 2026 22:21:25 +0300 Subject: NOISSUE rebrand vim to MNV's not Vim Signed-off-by: Mehmet Samet Duman --- uvim/runtime/syntax/objcpp.vim | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 uvim/runtime/syntax/objcpp.vim (limited to 'uvim/runtime/syntax/objcpp.vim') diff --git a/uvim/runtime/syntax/objcpp.vim b/uvim/runtime/syntax/objcpp.vim deleted file mode 100644 index f11e307444..0000000000 --- a/uvim/runtime/syntax/objcpp.vim +++ /dev/null @@ -1,20 +0,0 @@ -" Vim syntax file -" Language: Objective C++ -" Maintainer: Kazunobu Kuriyama -" Ex-Maintainer: Anthony Hodsdon -" Last Change: 2007 Oct 29 - -" quit when a syntax file was already loaded -if exists("b:current_syntax") - finish -endif - -" Read in C++ and ObjC syntax files -runtime! syntax/cpp.vim -unlet b:current_syntax -runtime! syntax/objc.vim - -syn keyword objCppNonStructure class template namespace transparent contained -syn keyword objCppNonStatement new delete friend using transparent contained - -let b:current_syntax = "objcpp" -- cgit 0.0.5-2-1-g0f52