aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.h
Commit message (Expand)AuthorAge
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: replace char_u with charDundar Göc2022-09-01
* vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq2022-08-21
* vim-patch:8.1.1823: command line history code is spread out (#19688)zeertzjq2022-08-09
* vim-patch:8.2.3530: ":buf \{a}" fails while ":edit \{a}" workszeertzjq2022-07-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* vim-patch:8.2.0054: :diffget and :diffput don't have good completionJan Edmund Lazo2021-02-13
* vim-patch:8.1.2225: the "last used" info of a buffer is under usedRob Pilling2020-04-21
* ex_getln.c: wildmenu add cancel and apply opsBilly Su2020-01-23
* vim-patch:8.1.2188: build error for missing defineJan Edmund Lazo2019-10-21
* *: Fix linter errorsZyX2017-04-08
* refactor/single-include: ex_getln.h #6454dedmass2017-04-08
* eval: Split eval.c into smaller filesZyX2017-03-29
* ex_getln: Make get_histtype return HIST_DEFAULT if neededZyX2016-04-18
* vim-patch:7.4.654Jurica Bradaric2016-01-22
* ex_getln: Refactor HIST_\* list of macros to enumZyX2015-10-08
* *: Make ShaDa code use VimL values for additional_\* dataZyX2015-10-08
* shada: Initial support for merging historyZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* move defines from vim.hBrandon Coleman2014-07-12
* move WILD_* defines to ex_getln.hBrandon Coleman2014-06-12
* Add automatic generation of headersZyX2014-06-02
* Remove OOM checks: realloc_cmdbuff()Felipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15