Mercurial > vim
view src/libvterm/CONTRIBUTING @ 32377:3efec53797f3 v9.0.1520
patch 9.0.1520: completion for option name includes all bool options
Commit: https://github.com/vim/vim/commit/048d9d25214049dfde04c468c14bd1708fb692b8
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat May 6 22:21:11 2023 +0100
patch 9.0.1520: completion for option name includes all bool options
Problem: Completion for option name includes all bool options.
Solution: Do not recognize the "noinv" prefix. Prefix "no" or "inv" when
appropriate.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 06 May 2023 23:30:03 +0200 |
parents | 82336c3b679d |
children |
line wrap: on
line source
How to Contribute ----------------- The main resources for this library are: Launchpad https://launchpad.net/libvterm IRC: ##tty or #tickit on irc.libera.chat Email: Paul "LeoNerd" Evans <leonerd@leonerd.org.uk> Bug reports and feature requests can be sent to any of the above resources. New features, bug patches, etc.. should in the first instance be discussed via any of the resources listed above, before starting work on the actual code. There may be future plans or development already in-progress that could be affected so it is better to discuss the ideas first before starting work actually writing any code.