zeertzjq
8533adb484
refactor(IWYU): move decor provider types to decoration_defs.h ( #26692 )
2023-12-21 16:50:05 +08:00
zeertzjq
718053b7a9
refactor: fix runtime_defs.h ( #26259 )
2023-11-28 07:47:36 +08:00
dundargoc
f4aedbae4c
build(IWYU): fix includes for undo_defs.h
2023-11-27 19:33:17 +01:00
zeertzjq
574d25642f
refactor: move Arena and ArenaMem to memory_defs.h ( #26240 )
2023-11-27 17:21:58 +08:00
dundargoc
4f8941c1a5
refactor: replace manual header guards with #pragma once
...
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.
2023-11-12 22:01:28 +01:00
Justin M. Keyes
df072c3b2b
refactor: eliminate misc2.c
...
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
2016-09-13 16:20:09 +02:00
Pavel Platto
7a67828630
Use generated declarations in cursor.h #849
2014-06-20 02:44:11 -04:00
Pavel Platto
a01f7948bc
Add cursor.{c,h} to clint-files.txt
2014-05-28 10:42:06 -04:00
Pavel Platto
baaa428785
Remove ml_ prefix from cursor.h functions
...
s/ml_get_curline/get_cursor_line_ptr
s/ml_get_cursor/get_cursor_pos_ptr
2014-05-28 10:42:06 -04:00
Pavel Platto
2a154ef71d
Enable -Wconversion on cursor.c
2014-05-28 10:42:06 -04:00
Hinidu
e62722922b
Extract cursor.h from misc{1,2}.h and memline.h
2014-05-28 10:42:06 -04:00