summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/nc.vim
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-12-01 02:20:03 +0100
committerSebastian Reichel <sre@ring0.de>2012-12-01 02:20:03 +0100
commit6a36be78c8cf1e58712f624ba73f872f32a8ca34 (patch)
tree6b5a8a10d9e7299e53b51a25ab5b13849d8b6796 /vim/ftplugin/nc.vim
parent0dfdc6ef0517f1818badda2f63333c2bdbe4b02d (diff)
downloadvim-config-6a36be78c8cf1e58712f624ba73f872f32a8ca34.tar.bz2
this is now provided by nescc package
Diffstat (limited to 'vim/ftplugin/nc.vim')
-rw-r--r--vim/ftplugin/nc.vim12
1 files changed, 0 insertions, 12 deletions
diff --git a/vim/ftplugin/nc.vim b/vim/ftplugin/nc.vim
deleted file mode 100644
index 9bfeb99..0000000
--- a/vim/ftplugin/nc.vim
+++ /dev/null
@@ -1,12 +0,0 @@
-" Vim filetype plugin file
-" Language: NesC
-" Maintainer: Lau Ming Leong <http://aming.no-ip.com>
-" Last Change: 2007 Apr 02
-
-" Only do this when not done yet for this buffer
-if exists("b:did_ftplugin")
- finish
-endif
-
-" Behaves just like C
-runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim