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:
@@ -55,7 +55,6 @@ fun s:MakeSnippet(text, scope, multisnip)
|
|||||||
endf
|
endf
|
||||||
|
|
||||||
fun! ExtractSnips(dir, ft)
|
fun! ExtractSnips(dir, ft)
|
||||||
let slash = !&ssl && (has('win16') || has('win32') || has('win64')) ? '\\' : '/'
|
|
||||||
for path in split(globpath(a:dir, '*'), "\n")
|
for path in split(globpath(a:dir, '*'), "\n")
|
||||||
if isdirectory(path)
|
if isdirectory(path)
|
||||||
let pathname = fnamemodify(path, ':t')
|
let pathname = fnamemodify(path, ':t')
|
||||||
|
|||||||
Reference in New Issue
Block a user