Mercurial > vim
annotate runtime/syntax/chaskell.vim @ 27906:11141b2ec0e1 v8.2.4478
patch 8.2.4478: crash when using fuzzy completion
Commit: https://github.com/vim/vim/commit/00333cb3b341499df8729b9345f0bbad968cda0b
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Sat Feb 26 16:05:08 2022 +0000
patch 8.2.4478: crash when using fuzzy completion
Problem: Crash when using fuzzy completion.
Solution: Temporary fix: put back regexp. (closes https://github.com/vim/vim/issues/9852, closes https://github.com/vim/vim/issues/9851)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 26 Feb 2022 17:15:03 +0100 |
parents | 43efa4f5a8ea |
children |
rev | line source |
---|---|
7 | 1 " Vim syntax file |
2 " Language: Haskell supporting c2hs binding hooks | |
3 " Maintainer: Armin Sander <armin@mindwalker.org> | |
4 " Last Change: 2001 November 1 | |
5 " | |
6 " 2001 November 1: Changed commands for sourcing haskell.vim | |
7 | |
8 " Enable binding hooks | |
9 let b:hs_chs=1 | |
10 | |
11 " Include standard Haskell highlighting | |
10048
43efa4f5a8ea
commit https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
12 runtime! syntax/haskell.vim |
7 | 13 |
14 " vim: ts=8 |