Mercurial > vim
view runtime/syntax/chaskell.vim @ 8485:675ec6cc9021 v7.4.1533
commit https://github.com/vim/vim/commit/74c5bbf13435a7ab1e3461078bbcb1200f0451e1
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Mar 10 22:19:53 2016 +0100
patch 7.4.1533
Problem: Using feedkeys() with an empty string disregards 'x' option.
Solution: Make 'x' work with an empty string. (Thinca)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 10 Mar 2016 22:30:05 +0100 |
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