From a9ae5af003fceb3b98662dfa8c8e79fc54abaec1 Mon Sep 17 00:00:00 2001 From: Michael Sanders Date: Sun, 22 Mar 2009 21:09:15 -0400 Subject: [PATCH] removed the slash variable since it's not used anymore --- plugin/snipMate.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/snipMate.vim b/plugin/snipMate.vim index 4fe96da..fb42fe6 100644 --- a/plugin/snipMate.vim +++ b/plugin/snipMate.vim @@ -55,7 +55,6 @@ fun s:MakeSnippet(text, scope, multisnip) endf fun! ExtractSnips(dir, ft) - let slash = !&ssl && (has('win16') || has('win32') || has('win64')) ? '\\' : '/' for path in split(globpath(a:dir, '*'), "\n") if isdirectory(path) let pathname = fnamemodify(path, ':t')