Browse Source

tidied up (comment changes, dead code removal)

pull/354/head
Ezequiel Valenzuela 12 years ago
parent
commit
0859aebe7f
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      autoload/vundle/compat.vim

+ 3
- 5
autoload/vundle/compat.vim View File

@ -1,3 +1,6 @@
" MAYBE: also provide fnameescape()
" (first appeared in a major release in vim-7.2)
" this abstracts the operation: " this abstracts the operation:
" exec 'set runtimepath-='.fnameescape(LIST) " exec 'set runtimepath-='.fnameescape(LIST)
" "
@ -132,11 +135,6 @@ endf
func! vundle#compat#has_dos_windows_paths() func! vundle#compat#has_dos_windows_paths()
return exists('+shellslash') return exists('+shellslash')
" previous implementation:
" return 0
" \ || has('win32') || has('win64')
" \ || has('win16') || has('win95')
" \ || has('dos16') || has('dos32')
endf endf
" provides the same functionality as shellescape() " provides the same functionality as shellescape()


Loading…
Cancel
Save