Mercurial > vim
view src/libvterm/CONTRIBUTING @ 31443:9ae3720f9bd9 v9.0.1054
patch 9.0.1054: object member can't get type from initializer
Commit: https://github.com/vim/vim/commit/74e1274edf632b83d2948a2a2d519589eff52997
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Dec 13 21:14:28 2022 +0000
patch 9.0.1054: object member can't get type from initializer
Problem: Object member can't get type from initializer.
Solution: If there is no type specified try to use the type of the
initializer. Check for a valid type.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 13 Dec 2022 22:15:03 +0100 |
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.