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
/
move.c
Commit message (
Expand
)
Author
Age
*
refactor: use bool type for global variables (#22842)
ii14
2023-04-01
*
vim-patch:9.0.0194: cursor displayed in wrong position after removing text pr...
zeertzjq
2023-03-17
*
refactor(screen): screen.c delenda est
bfredl
2023-03-14
*
fix(sleep): correct cursor placement (#22639)
zeertzjq
2023-03-12
*
vim-patch:9.0.1309: scrolling two lines with even line count and 'scrolloff' set
zeertzjq
2023-02-16
*
refactor: reduce scope of locals as per the style guide (#22211)
dundargoc
2023-02-11
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
vim-patch:partial:9.0.1196: code is indented more than necessary (#21796)
zeertzjq
2023-01-14
*
vim-patch:9.0.1172: when 'selection' is "exclusive" then "1v" is one char sho...
zeertzjq
2023-01-11
*
feat(ui): add 'statuscolumn' option
luukvbaal
2023-01-09
*
vim-patch:9.0.1072: screenpos() column result in fold may be too small (#21465)
zeertzjq
2022-12-18
*
vim-patch:8.2.3564: invalid memory access when scrolling without valid screen...
zeertzjq
2022-12-08
*
vim-patch:9.0.1016: screenpos() does not count filler lines for diff mode
zeertzjq
2022-12-06
*
vim-patch:9.0.1011: ml_get error when using screenpos()
zeertzjq
2022-12-06
*
vim-patch:8.2.4389: screenpos() does not handle a position in a closed fold
zeertzjq
2022-12-06
*
vim-patch:8.2.4204: screenpos() has non-zero row for invisible text
zeertzjq
2022-12-06
*
fix(float): fix ml_get error with bufpos
zeertzjq
2022-12-06
*
vim-patch:8.2.3193: screenpos() is wrong when 'display' is "lastline"
zeertzjq
2022-12-06
*
vim-patch:8.1.2001: some source files are too big (#21231)
zeertzjq
2022-11-29
*
fix(api): nvim_win_set_cursor redraw cursorcolumn for non-current window (#21...
Jlll1
2022-11-17
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: clint (#20600)
Lewis Russell
2022-10-12
*
feat(window/ui): add splitkeep option (#19243)
luukvbaal
2022-10-06
*
refactor(redraw): no type argument in update_screen()
bfredl
2022-10-05
*
vim-patch:8.2.5034: there is no way to get the byte index from a virtual column
zeertzjq
2022-09-12
*
refactor: move f_screenpos() to move.c
zeertzjq
2022-09-12
*
refactor: migrate comment style (#20012)
Lewis Russell
2022-09-02
*
refactor: pre-incr to post-incr
Lewis Russell
2022-08-25
*
vim-patch:9.0.0206: redraw flags are not named specifically (#19913)
zeertzjq
2022-08-23
*
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
*
feat(ui): allow to set the highlight namespace per window
bfredl
2022-08-17
*
refactor: remove some unused includes (#19820)
zeertzjq
2022-08-17
*
refactor: change pre-decrement/increment to post (#19799)
Lewis Russell
2022-08-16
*
vim-patch:8.2.5155: in diff mode windows may get out of sync
zeertzjq
2022-07-25
*
vim-patch:8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs
zeertzjq
2022-07-15
*
refactor: replace char_u #18429
dundargoc
2022-06-28
*
vim-patch:8.2.5138: various small issues
zeertzjq
2022-06-20
*
refactor: change type of linenr_T from long to int32_t
Dundar Goc
2022-06-10
*
docs: fix typos (#18269)
dundargoc
2022-06-04
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
feat(ui): add `'winbar'`
Famiu Haque
2022-05-18
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-04
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
perf: only redraw for CurSearch when it is currently in use
zeertzjq
2022-04-25
*
vim-patch:8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is...
zeertzjq
2022-04-21
*
feat(highlight): implement CurSearch highlight
Famiu Haque
2022-04-17
*
vim-patch:8.2.3122: with 'nowrap' cursor position is unexected in narrow wind...
zeertzjq
2022-04-01
*
perf: only redraw concealed line if cursor has moved horizontally
zeertzjq
2022-03-28
[next]