mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 02:21:51 +00:00
* Rename mch_full_name to mch_get_absolute_path. * Rename mch_is_full_name to mch_is_absolute_path. * Add a lot of missing parentheses. * Remove yoda-conditions for consistency. * Remove spaces in function declaration.