index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
ex_getln.c
Commit message (
Expand
)
Author
Age
*
Merge pull request #19360 from famiu/feat/multibuffer-inccommand
bfredl
2022-08-19
|
\
|
*
feat: multibuffer preview support for inccommand
Famiu Haque
2022-08-19
*
|
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19
*
|
vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)
zeertzjq
2022-08-18
*
|
refactor: remove some unused includes (#19820)
zeertzjq
2022-08-17
*
|
vim-patch:8.2.1262: src/ex_cmds.c file is too big (#19811)
zeertzjq
2022-08-17
*
|
refactor: change pre-decrement/increment to post (#19799)
Lewis Russell
2022-08-16
*
|
vim-patch:8.1.1869: code for the argument list is spread out (#19791)
zeertzjq
2022-08-16
*
|
vim-patch:8.2.3392: augroup completion escapes regexp pattern characters
zeertzjq
2022-08-15
|
/
*
refactor: replace char_u with char
Dundar Goc
2022-08-12
*
refactor: move code dealing with script files to runtime.c (#19734)
zeertzjq
2022-08-12
*
vim-patch:8.1.1684: profiling functionality is spread out
zeertzjq
2022-08-12
*
refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)
zeertzjq
2022-08-11
*
vim-patch:8.1.1823: command line history code is spread out (#19688)
zeertzjq
2022-08-09
*
vim-patch:8.2.1281: the "trailing characters" error can be hard to understand
zeertzjq
2022-08-07
*
Merge pull request #19437 from dundargoc/refactor/char_u-to-char
bfredl
2022-07-31
|
\
|
*
refactor: replace char_u with char
Dundar Goc
2022-07-31
*
|
vim-patch:9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a window
Shougo Matsushita
2022-07-31
*
|
vim-patch:9.0.0114: the command line takes up space even when not used
Shougo Matsushita
2022-07-31
*
|
cmdheight=0: fix bugs part2 (#19185)
Shougo
2022-07-31
|
/
*
vim-patch:9.0.0099: scrollback can be wrong after redrawing the command line ...
zeertzjq
2022-07-28
*
refactor: fix clang and PVS warnings (#19532)
zeertzjq
2022-07-28
*
vim-patch:9.0.0086: tabline is not redrawn when entering command line
zeertzjq
2022-07-27
*
vim-patch:9.0.0083: ModeChanged event not triggered when leaving cmdline window
zeertzjq
2022-07-27
*
vim-patch:9.0.0082: cannot interrupt global command from command line
zeertzjq
2022-07-27
*
vim-patch:9.0.0051: using CTRL-C wih :append may hang Vim
zeertzjq
2022-07-27
*
fix(cmdline): trigger CmdlineEnter and ModeChanged earlier (#19474)
zeertzjq
2022-07-26
*
refactor: move FunPtr to types.h (#19466)
zeertzjq
2022-07-22
*
vim-patch:8.2.2426: allowing 'completefunc' to switch windows causes trouble
zeertzjq
2022-07-17
*
fix(cmdline): fix passing -1 as char
zeertzjq
2022-07-12
*
vim-patch:8.2.3530: ":buf \{a}" fails while ":edit \{a}" works
zeertzjq
2022-07-10
*
vim-patch:8.1.1038: Arabic support excludes Farsi (#19285)
zeertzjq
2022-07-10
*
vim-patch:8.2.5044: command line test fails
zeertzjq
2022-07-07
*
vim-patch:8.2.5043: can open a cmdline window from a substitute expression
zeertzjq
2022-07-07
*
vim-patch:8.2.0614: get ml_get error when deleting a line in 'completefunc' (...
zeertzjq
2022-07-07
*
refactor: replace char_u
Dundar Goc
2022-07-02
*
vim-patch:8.2.0316: ex_getln.c code has insufficient test coverage
zeertzjq
2022-07-02
*
cmdheight=0: fix bugs #18961
Shougo
2022-06-30
*
Merge pull request #19133 from famiu/feat/api/cmd_support_filter
bfredl
2022-06-29
|
\
|
*
feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filter
Famiu Haque
2022-06-28
*
|
refactor(map): simplify add_map params
bfredl
2022-06-28
|
/
*
refactor: replace char_u #18429
dundargoc
2022-06-28
*
fix(inccommand): parse the command to check if it is previewable
Famiu Haque
2022-06-28
*
refactor: move some mapping-related code to a separate file (#19061)
zeertzjq
2022-06-23
*
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
*
vim-patch:8.2.1898: command modifier parsing always uses global cmdmod
zeertzjq
2022-06-14
*
fix(inccommand): never preview if parsing command failed (#18944)
zeertzjq
2022-06-14
*
feat: cmdheight=0 #16251
Shougo
2022-06-13
*
fix(inccommand): skip split window if not enough room #18937
Famiu Haque
2022-06-12
*
fix(inccommand): clear cmdpreview state if preview is not shown (#18923)
zeertzjq
2022-06-11
[next]