mirror of
https://github.com/gryf/snipmate.vim.git
synced 2025-12-19 12:28:11 +01:00
removed the slash variable since it's not used anymore
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user