Mercurial > vim
view runtime/syntax/chaskell.vim @ 9458:374afcf9d11d v7.4.2010
commit https://github.com/vim/vim/commit/537ef08408c50e0c4104d57f74993b3b0ed9560d
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 9 17:56:19 2016 +0200
patch 7.4.2010
Problem: There is a :cbottom command but no :lbottom command.
Solution: Add :lbottom. (Yegappan Lakshmanan)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 09 Jul 2016 18:00:06 +0200 |
parents | 3fc0f57ecb91 |
children | 43efa4f5a8ea |
line wrap: on
line source
" Vim syntax file " Language: Haskell supporting c2hs binding hooks " Maintainer: Armin Sander <armin@mindwalker.org> " Last Change: 2001 November 1 " " 2001 November 1: Changed commands for sourcing haskell.vim " Enable binding hooks let b:hs_chs=1 " Include standard Haskell highlighting if version < 600 source <sfile>:p:h/haskell.vim else runtime! syntax/haskell.vim endif " vim: ts=8