summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ex_getln.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-01refactor(IWYU): create {ex_getln,rbuffer,os/fileio}_defs.h (#26338)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2023-01-18refactor: replace char_u with char 23 (#21798)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-09-01refactor: replace char_u with charDundar Göc1
2022-08-21vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq1
2022-08-09vim-patch:8.1.1823: command line history code is spread out (#19688)zeertzjq1
2022-07-10vim-patch:8.2.3530: ":buf \{a}" fails while ":edit \{a}" workszeertzjq1
2022-05-11refactor: replace char_u variables and functions with charDundar Goc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-02-13vim-patch:8.2.0054: :diffget and :diffput don't have good completionJan Edmund Lazo1
2020-04-21vim-patch:8.1.2225: the "last used" info of a buffer is under usedRob Pilling1
2020-01-23ex_getln.c: wildmenu add cancel and apply opsBilly Su1
2019-10-21vim-patch:8.1.2188: build error for missing defineJan Edmund Lazo1
2017-04-08*: Fix linter errorsZyX1
2017-04-08refactor/single-include: ex_getln.h #6454dedmass1
2017-03-29eval: Split eval.c into smaller filesZyX1
2016-04-18ex_getln: Make get_histtype return HIST_DEFAULT if neededZyX1
2016-01-22vim-patch:7.4.654Jurica Bradaric1
2015-10-08ex_getln: Refactor HIST_\* list of macros to enumZyX1
2015-10-08*: Make ShaDa code use VimL values for additional_\* dataZyX1
2015-10-08shada: Initial support for merging historyZyX1
2015-10-08viminfo: First version of ShaDa file dumpingZyX1
2014-07-12move defines from vim.hBrandon Coleman1
2014-06-12move WILD_* defines to ex_getln.hBrandon Coleman1
2014-06-02Add automatic generation of headersZyX1
2014-05-19Remove OOM checks: realloc_cmdbuff()Felipe Oliveira Carvalho1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1