aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memline.c
Commit message (Expand)AuthorAge
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* refactor(memline): cleanup typedefs for memline structsbfredl2023-09-10
* refactor(memfile): change mf_trans and mf_hash from ad-hoc hashtable to Mapbfredl2023-09-10
* fix(memline): more curbuf stuffbfredl2023-09-01
* fix(api): nvim_buf_get_offset in a new buffer with zero or one linesbfredl2023-08-30
* fix(api): handle clearing out last line of non-current bufferbfredl2023-08-28
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* refactor: remove longdundargoc2023-07-03
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* vim-patch:9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2" (#23790)zeertzjq2023-05-28
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* vim-patch:9.0.1494: crash when recovering from corrupted swap file (#23358)zeertzjq2023-04-28
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:9.0.1477: crash when recovering from corrupted swap file (#23273)zeertzjq2023-04-23
* refactor: fix PVS warnings (#23200)zeertzjq2023-04-19
* refactor(eval): use tv_list_append_allocated_string()zeertzjq2023-04-19
* vim-patch:9.0.1007: there is no way to get a list of swap file nameszeertzjq2023-04-19
* vim-patch:9.0.0411: only created files can be cleaned up with one callzeertzjq2023-04-16
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: remove char_u (#22829)dundargoc2023-04-02
* refactor(screen): screen.c delenda estbfredl2023-03-14
* refactor: replace char_u with char or uint8_t (#22400)dundargoc2023-03-04
* vim-patch:partial:9.0.0013: reproducing memory access errors can be difficultzeertzjq2023-03-04
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* refactor: use flexible arrays instead of the length-of-one trick (#22072)dundargoc2023-02-02
* vim-patch:9.0.1271: using sizeof() and subtract array size is tricky (#22087)zeertzjq2023-02-01
* refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* vim-patch:partial:9.0.1196: code is indented more than necessary (#21796)zeertzjq2023-01-14
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* vim-patch:9.0.1089: unnecessary assignment (#21493)luukvbaal2022-12-23
* vim-patch:8.1.1313: warnings for using localtime() and ctime() (#21229)zeertzjq2022-11-29
* vim-patch:9.0.0733: use of strftime() is not safe (#21228)zeertzjq2022-11-29
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* refactor: replace char_u with charDundar Göc2022-11-19
* fix(memline): use long instead of linenr_T for db_line_countzeertzjq2022-11-17
* vim-patch:8.2.2586: process id may be invalidzeertzjq2022-11-17
* vim-patch:8.2.2026: Coverity warns for possibly using not NUL terminated stringzeertzjq2022-11-17
* vim-patch:8.2.1970: it is easy to make mistakes when cleaning up swap fileszeertzjq2022-11-17
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15