]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(haskell): Add single quote to `iskeyword` in ftplugin (#8191)
authorEnrico Maria De Angelis <enricomaria.dean6elis@gmail.com>
Sun, 20 Aug 2023 19:29:09 +0000 (20:29 +0100)
committerGitHub <noreply@github.com>
Sun, 20 Aug 2023 19:29:09 +0000 (21:29 +0200)
commit5e6e4042b1c9685bce86493e3ee6fe916a7f221c
tree5322222311fa3d41886de8fba1ca1a04cd057cef
parenta03380baa4c43e960f6fa16ded4103fc5138f984
runtime(haskell): Add single quote to `iskeyword` in ftplugin (#8191)

The single quote `'` is a valid character in variable names, so it should be included in `iskeyword`; this, for instance, makes the <kbd>*</kbd> command behave predictably
runtime/ftplugin/haskell.vim