Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Port vim's patch 7.4.338 ('breakindent') | Felipe Morales | 2014-08-20 |
| | |||
* | move <inttypes.h> include out of vim.h | Brandon Coleman | 2014-07-09 |
| | |||
* | move ascii.h include out of vim.h | Brandon Coleman | 2014-07-09 |
| | |||
* | move/remove W_* macros | Brandon Coleman | 2014-06-12 |
| | | | | | move W_ENDCOL to screen.c remove the rest of the W_* macros | ||
* | Use generated static declarations in cursor.c | ZyX | 2014-06-02 |
| | |||
* | Remove code duplication in get_cursor_rel_lnum | Pavel Platto | 2014-05-28 |
| | |||
* | Add cursor.{c,h} to clint-files.txt | Pavel Platto | 2014-05-28 |
| | |||
* | Remove ml_ prefix from cursor.h functions | Pavel Platto | 2014-05-28 |
| | | | | | s/ml_get_curline/get_cursor_line_ptr s/ml_get_cursor/get_cursor_pos_ptr | ||
* | Enable -Wconversion on cursor.c | Pavel Platto | 2014-05-28 |
| | |||
* | Extract cursor.h from misc{1,2}.h and memline.h | Hinidu | 2014-05-28 |