mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 09:40:04 +08:00
Remove os detect functions
This commit is contained in:
parent
c4ac873769
commit
522a0c39dc
@ -1,13 +1,3 @@
|
|||||||
"Detect OS
|
|
||||||
function! OSX()
|
|
||||||
return has('macunix')
|
|
||||||
endfunction
|
|
||||||
function! LINUX()
|
|
||||||
return has('unix') && !has('macunix') && !has('win32unix')
|
|
||||||
endfunction
|
|
||||||
function! WINDOWS()
|
|
||||||
return (has('win16') || has('win32') || has('win64'))
|
|
||||||
endfunction
|
|
||||||
function! OnmiConfigForJsp()
|
function! OnmiConfigForJsp()
|
||||||
let pos1 = search('</script>','nb',line('w0'))
|
let pos1 = search('</script>','nb',line('w0'))
|
||||||
let pos2 = search('<script','nb',line('w0'))
|
let pos2 = search('<script','nb',line('w0'))
|
||||||
|
Loading…
Reference in New Issue
Block a user