aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/gettext.h
Commit message (Collapse)AuthorAge
* Stub ngettext when libintl isn't availableJames McCoy2017-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.hZyX2017-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.