diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-16 08:25:47 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-17 08:05:44 -0300 |
commit | a8b0c9e576e9c0155546b03944314449d3f1a5c3 (patch) | |
tree | f81e15b8d2280c3035ef474b065ea4d6f88b0b3d /src/nvim/api/vim.c | |
parent | b7108002bb7ac910bf9c88596d1075ce9bc9f0a7 (diff) | |
download | rneovim-a8b0c9e576e9c0155546b03944314449d3f1a5c3.tar.gz rneovim-a8b0c9e576e9c0155546b03944314449d3f1a5c3.tar.bz2 rneovim-a8b0c9e576e9c0155546b03944314449d3f1a5c3.zip |
Refactor API to use one integer type: int64_t
This should make the API simpler, and int64_t is enough to represent any integer
value we might need.
Range checks should be done inside the API functions, that way we can modify the
types of the actual fields/variables modified by the API without changes to the
API prototypes.
Diffstat (limited to 'src/nvim/api/vim.c')
0 files changed, 0 insertions, 0 deletions