aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cursor.h
Commit message (Collapse)AuthorAge
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
| | | | | | | | | | move `call_shell` to misc1.c Move some fns to state.c Move some fns to option.c Move some fns to memline.c Move `vim_chdir*` fns to file_search.c Move some fns to new module, bytes.c Move some fns to fileio.c
* Use generated declarations in cursor.h #849Pavel Platto2014-06-20
|
* Add cursor.{c,h} to clint-files.txtPavel Platto2014-05-28
|
* Remove ml_ prefix from cursor.h functionsPavel Platto2014-05-28
| | | | | s/ml_get_curline/get_cursor_line_ptr s/ml_get_cursor/get_cursor_pos_ptr
* Enable -Wconversion on cursor.cPavel Platto2014-05-28
|
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28