mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
Updated runtime files. Remove version checks for Vim older than 6.0.
This commit is contained in:
@@ -9,10 +9,6 @@
|
||||
let b:hs_chs=1
|
||||
|
||||
" Include standard Haskell highlighting
|
||||
if version < 600
|
||||
source <sfile>:p:h/haskell.vim
|
||||
else
|
||||
runtime! syntax/haskell.vim
|
||||
endif
|
||||
runtime! syntax/haskell.vim
|
||||
|
||||
" vim: ts=8
|
||||
|
Reference in New Issue
Block a user