Skip to content

Commit a1a9cc7

Browse files
authored
Merge pull request #384 from macvim-dev/revert-331-colorscheme-menu
Revert "Add themes under packpath to Edit > Color Scheme."
2 parents 673a11a + 2ae331a commit a1a9cc7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

runtime/menu.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ endfun
389389

390390
" get NL separated string with file names
391391
let s:n = globpath(&runtimepath, "colors/*.vim")
392-
let s:n .= globpath(&packpath, "pack/*/{opt,start}/*/colors/*.vim")
393392

394393
" split at NL, Ignore case for VMS and windows, sort on name
395394
let s:names = sort(map(split(s:n, "\n"), 'substitute(v:val, "\\c.*[/\\\\:\\]]\\([^/\\\\:]*\\)\\.vim", "\\1", "")'), 1)

0 commit comments

Comments
 (0)