From 5ddfa1ac28edac659c4cea3ea3e81607f1183f94 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 19 Nov 2017 21:44:15 +0100 Subject: Remove openscad, fixes #249 --- ftplugin/openscad.vim | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 ftplugin/openscad.vim (limited to 'ftplugin') diff --git a/ftplugin/openscad.vim b/ftplugin/openscad.vim deleted file mode 100644 index 2933c232..00000000 --- a/ftplugin/openscad.vim +++ /dev/null @@ -1,18 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'openscad') == -1 - -" Blatantly stolen from vim74\ftplugin\c.vim - -" Set 'formatoptions' to break comment lines but not other lines, -" and insert the comment leader when hitting or using "o". -setlocal fo-=t fo+=croql - -" Set 'comments' to format dashed lists in comments. -setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:// - -" Win32 can filter files in the browse dialog -if (has("gui_win32") || has("gui_gtk")) && !exists("b:browsefilter") - let b:browsefilter = "OpenSCAD Source Files (*.scad)\t*.scad\n" . - \ "All Files (*.*)\t*.*\n" -endif - -endif -- cgit v1.2.3