neovim
neovim copied to clipboard
docs
todo
- [x] fix
:trustdoc. ref - [ ] nvim requires rpc responses in order. ref
- [ ] NVIM_APPNAME
- cgroups blurb
- UIs normally should NOT set this
I hate that github doesn't allow pointing to code that wasn't touched by the PR.
Anyway, there's a line in dev_style.txt that we concluded was kind of silly and should be removed: "Do not use filenames that already exist in /usr/include, such as db.h." I forgot to remove it since it was so small, but you could do it in this PR perhaps.
"Do not use filenames that already exist in
/usr/include, such asdb.h."
Why is it silly? That idea was recently applied in e.g. https://github.com/neovim/neovim/pull/22442/commits/b68c020a9c7f51b905bf57c4051ab5198efc66b0
It is mostly relevant for system headers we actually use (because uncrustify otherways gets into a fit, like in the referenced commit), but it is good style anyway to avoid libc/POSIX header names I guess.