Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(IWYU): move decor provider types to decoration_defs.h (#26692) | zeertzjq | 2023-12-21 |
| | |||
* | refactor: fix runtime_defs.h (#26259) | zeertzjq | 2023-11-28 |
| | |||
* | build(IWYU): fix includes for undo_defs.h | dundargoc | 2023-11-27 |
| | |||
* | refactor: move Arena and ArenaMem to memory_defs.h (#26240) | zeertzjq | 2023-11-27 |
| | |||
* | refactor: replace manual header guards with #pragma once | dundargoc | 2023-11-12 |
| | | | | | It is less error-prone than manually defining header guards. Pretty much all compilers support it even if it's not part of the C standard. | ||
* | refactor: eliminate misc2.c | Justin M. Keyes | 2016-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 #849 | Pavel Platto | 2014-06-20 |
| | |||
* | 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 |