Christian Brabandt
Christian Brabandt
How about to create a PR then here with your maintained version?
Then it should be put behind a configuration switch
You can see it here: ``` :h 'ignorecase' ``` https://github.com/vim/vim/blob/e15cbc1af47e9dea90448c714eb4908e5d4302fc/runtime/doc/options.txt#L4527 Note it says **global**, while e.g. for buffer-local options, it say (example for `'fileencoding'`): https://github.com/vim/vim/blob/e15cbc1af47e9dea90448c714eb4908e5d4302fc/runtime/doc/options.txt#L3297 I can understand your frustration....
What mappings are those? If I read ftplugin/ada.vim correctly, it should those should only be set, when `g:ada_extended_completion` is set.
fixed as of dfcd9ac120fd40d
I think you can set separate fonts for different highlighting groups. So you can specify an italic font for a highlighting group, that uses italic. However the help mentions this...