aboutsummaryrefslogtreecommitdiff
path: root/src/pos.h
Commit message (Collapse)AuthorAge
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
| | | | | | Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library.
* Extract pos.h from structs.hFelipe Oliveira Carvalho2014-03-09
This will make it much simpler to move the other types in structs.h which depend on `pos_T` and `lpos_T`.