help: Do not highlight "Nvim."

This was added in 549311db7d for some reason, it usually just looks
weird.
This commit is contained in:
Justin M. Keyes 2018-12-09 02:13:21 +01:00
parent e834660b2b
commit e83c0a267d

View File

@ -36,7 +36,6 @@ syn match helpNormal "|||"
syn match helpNormal ":|vim:|" " for :help modeline
syn match helpVim "\<Vim version [0-9][0-9.a-z]*"
syn match helpVim "VIM REFERENCE.*"
syn match helpVim "\<Nvim\."
syn match helpVim "NVIM REFERENCE.*"
syn match helpOption "'[a-z]\{2,\}'"
syn match helpOption "'t_..'"