From d612706304a74d439f2194fa5a46226187e85e7b Mon Sep 17 00:00:00 2001 From: mfranz Date: Mon, 13 Oct 2008 21:22:10 +0000 Subject: [PATCH] Move vim syntax files from utils/syntax/ to scripts/syntax/. They aren't exactly scripts, but neither are they utilities by themselves. And the neighbourship to the completion scripts makes sense (IMHO). --- {utils => scripts}/syntax/ac3d.vim | 0 {utils => scripts}/syntax/nasal.vim | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {utils => scripts}/syntax/ac3d.vim (100%) rename {utils => scripts}/syntax/nasal.vim (100%) diff --git a/utils/syntax/ac3d.vim b/scripts/syntax/ac3d.vim similarity index 100% rename from utils/syntax/ac3d.vim rename to scripts/syntax/ac3d.vim diff --git a/utils/syntax/nasal.vim b/scripts/syntax/nasal.vim similarity index 100% rename from utils/syntax/nasal.vim rename to scripts/syntax/nasal.vim