Skip to content

Commit

Permalink
Merge pull request spf13#853 from spf13/remove-win16
Browse files Browse the repository at this point in the history
Remove win16 from WINDOWS()
  • Loading branch information
spf13 committed Nov 17, 2015
2 parents 4194449 + d5864bf commit 808ac12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
return has('unix') && !has('macunix') && !has('win32unix')
endfunction
silent function! WINDOWS()
return (has('win16') || has('win32') || has('win64'))
return (has('win32') || has('win64'))
endfunction
" }

Expand Down

0 comments on commit 808ac12

Please sign in to comment.