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
*
vim-patch:8.2.2686: status line is not updated when going to cmdline mode
Jan Edmund Lazo
2021-04-01
*
vim-patch:8.2.2341: expresison command line completion incomplete after "g:"
Jan Edmund Lazo
2021-03-12
*
state: throttle batched event processing when input is available
Björn Linse
2021-03-08
*
pos: define MAXCOL to INT_MAX
Jan Edmund Lazo
2021-02-23
*
vim-patch:8.2.0054: :diffget and :diffput don't have good completion
Jan Edmund Lazo
2021-02-13
*
vim-patch:8.2.2492: command line buffer name cannot be translated
Jan Edmund Lazo
2021-02-10
*
option: use char* for set_string_option_direct()
Jan Edmund Lazo
2021-02-07
*
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
Don't show entire context when completing
Tony Chen
2021-01-26
*
feat: add completion to ':lua'
TJ DeVries
2021-01-26
*
vim-patch:8.2.2361: Vim9: no highlight for "s///gc" when using 'opfunc'
Jan Edmund Lazo
2021-01-17
*
vim-patch:8.1.1667: flags for Ex commands may clash with other symbols
Jan Edmund Lazo
2021-01-02
*
Merge pull request #13592 from bfredl/setmouse
Björn Linse
2021-01-01
|
\
|
*
ui: make 'mouse' handling in external UI more consistent
Björn Linse
2021-01-01
*
|
Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with...
Jan Edmund Lazo
2020-12-31
*
|
vim-patch:8.2.1580: wildmenu does not work properly
Jan Edmund Lazo
2020-12-26
*
|
vim-patch:8.2.2221: if <Down> is mapped on the command line 'wildchar' is ins...
Jan Edmund Lazo
2020-12-26
*
|
vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped Esc
Jan Edmund Lazo
2020-12-26
*
|
Merge pull request #13595 from teto/fix-filler
Björn Linse
2020-12-24
|
\
\
|
|
/
|
/
|
|
*
refactor: de-curwin-ify update_topline/curs_columns
Matthieu Coudron
2020-12-23
*
|
vim-patch:8.2.1289: crash when using a custom completion function (#13565)
Jan Edmund Lazo
2020-12-20
|
/
*
vim-patch:8.1.2064: MS-Windows: compiler warnings for unused arguments
Jan Edmund Lazo
2020-12-06
*
ex_getln: add secret charm
Björn Linse
2020-12-01
*
startup: load files from &packpath . '/start/{pluginname}'
Björn Linse
2020-11-19
*
vim-patch:8.1.0805: too many #ifdefs
Jan Edmund Lazo
2020-11-12
*
api: add API for themes
Björn Linse
2020-11-01
*
vim-patch:8.1.1791: 'completeslash' also applies to globpath()
skippi
2020-10-26
*
vim-patch:8.1.1769: 'shellslash' is also used for completion
skippi
2020-10-26
*
vim-patch:8.2.0087: crash in command line expansion when out of memory
Jan Edmund Lazo
2020-10-24
*
vim-patch:8.1.2222: accessing invalid memory
Jan Edmund Lazo
2020-09-15
*
vim-patch:8.1.2108: cannot close the cmdline window from CmdWinEnter
Jan Edmund Lazo
2020-09-15
*
vim-patch:8.2.0637: incsearch highlighting does not work for ":sort!"
Jan Edmund Lazo
2020-09-14
*
vim-patch:8.1.2338: using Visual mark sith :s gives E20 if not set
Jan Edmund Lazo
2020-09-14
*
vim-patch:8.1.1704: C-R C-W does not work after C-G when using 'incsearch'
Jan Edmund Lazo
2020-09-13
*
vim-patch:8.1.1148: CTRL-L with 'incsearch' does not pick up char under cursor
Jan Edmund Lazo
2020-09-13
*
vim-patch:8.1.0499: :2vimgrep causes an ml_get error
Jan Edmund Lazo
2020-09-13
*
vim-patch:8.1.0552: saved last search pattern may not be restored
Aufar Gilbran
2020-09-11
*
vim-patch:8.1.0399: 'hlsearch' highlight remains in other window
Aufar Gilbran
2020-09-11
*
vim-patch:8.1.0392: error while typing :/foo/s// with 'incsearch' enabled
Aufar Gilbran
2020-09-11
*
vim-patch:8.1.0356: using :s with 'incsearch' prevents CTRL-R CTRL-W
Aufar Gilbran
2020-09-11
*
vim-patch:8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search pattern
Aufar Gilbran
2020-09-11
*
vim-patch:8.1.0339: wrong highlight when 'incsearch' set and cancelling :s
Aufar Gilbran
2020-09-11
*
vim-patch:8.1.0321: 'incsearch' regression: /\v highlights everything
Aufar Gilbran
2020-09-11
*
vim-patch:8.1.0320: too much 'incsearch' highlight for pat matching everything
Aufar Gilbran
2020-09-11
*
vim-patch:8.1.0296: command parsing for 'incsearch' is a bit ugly
Aufar Gilbran
2020-09-11
*
vim-patch:8.1.0295: no 'incsearch' highlighting for :vimgrep and similar
Aufar Gilbran
2020-09-11
*
vim-patch:8.1.0291: 'incsearch' highlighting not used for :sort
Aufar Gilbran
2020-09-11
*
vim-patch:8.1.0286: 'incsearch' does not apply to :smagic and :snomagic
Aufar Gilbran
2020-09-11
*
vim-patch:8.1.0284: 'cursorline' highlighting wrong with 'incsearch'
Aufar Gilbran
2020-09-11
*
vim-patch:8.1.0282: 'incsearch' does not work with command modifiers
Aufar Gilbran
2020-09-11
[next]