commit | 2c9ef3a671ecbd6fd868cb06e16817a1c15a5eb7 | [log] [tgz] |
---|---|---|
author | Riley Bruins <ribru17@hotmail.com> | Sun Jul 07 21:10:10 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Jul 07 21:12:47 2024 +0200 |
tree | c24f5c93c3d468a8b97f7cc0d00b13b01efab366 | |
parent | 94c1c6638a652cbe21b4d25ae5f26078e2e633d7 [diff] [blame] |
runtime(objcpp): include objcpp ftplugin file This one just sources the objc.vim ftplugin. closes: #15170 Signed-off-by: Riley Bruins <ribru17@hotmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/ftplugin/objcpp.vim b/runtime/ftplugin/objcpp.vim new file mode 100644 index 0000000..ffba685 --- /dev/null +++ b/runtime/ftplugin/objcpp.vim
@@ -0,0 +1 @@ +runtime! ftplugin/objc.vim