1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-19 20:38:05 +01:00

removed the slash variable since it's not used anymore

This commit is contained in:
Michael Sanders
2009-03-22 21:09:15 -04:00
parent 7e543f8f34
commit a9ae5af003

View File

@@ -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')