Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:8.0.0452: some macros are in lower case (#8505) | Jan Edmund Lazo | 2018-06-08 |
| | | | | | Problem: Some macros are in lower case. Solution: Make a few more macros upper case. https://github.com/vim/vim/commit/1c46544412382db8b3203d6c78e550df885540bd | ||
* | Stub ngettext when libintl isn't available | James McCoy | 2017-10-03 |
| | | | | | | This should have been included in #6547 as part of vim-patch:7.4.2152. Closes #7352 | ||
* | eval: Move get_float_arg to typval.h | ZyX | 2017-03-29 |
Assuming `inline` is there for a reason, so it is kept and function was moved to typval.h and not to typval.c which does not have problems with #including message.h. |