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
/
option.c
Commit message (
Expand
)
Author
Age
*
refactor: use xstrl{cpy,cat} on IObuff (#23648)
ii14
2023-05-16
*
vim-patch:9.0.1520: completion for option name includes all bool options (#23...
zeertzjq
2023-05-07
*
vim-patch:9.0.0644: 'smoothscroll' is not copied to a new window on :split
Luuk van Baal
2023-05-02
*
vim-patch:9.0.0640: cannot scroll by screen line if a line wraps
Luuk van Baal
2023-05-02
*
refactor(option.c): make did_set callbacks static
Lewis Russell
2023-04-28
*
vim-patch:9.0.1369: still some "else if" constructs for setting options
Lewis Russell
2023-04-28
*
vim-patch:9.0.1353: too many "else if" statements to handle option values
Lewis Russell
2023-04-28
*
vim-patch:9.0.1330: handling new value of an option has a long "else if" chain
Lewis Russell
2023-04-28
*
refactor: uncrustify
dundargoc
2023-04-26
*
fix(column): don't reset 'statuscolumn' width after it has been drawn
luukvbaal
2023-04-24
*
vim-patch:9.0.1311: Coverity warns for using a NULL pointer
Lewis Russell
2023-04-22
*
vim-patch:9.0.1308: the code for setting options is too complicated
Lewis Russell
2023-04-22
*
vim-patch:9.0.1293: the set_num_option() is too long
Lewis Russell
2023-04-22
*
vim-patch:9.0.1294: the set_bool_option() function is too long
Lewis Russell
2023-04-21
*
Merge pull request #23187 from luukvbaal/statuscolumn
Lewis Russell
2023-04-21
|
\
|
*
fix(column): rebuild status column when sign column is invalid
Luuk van Baal
2023-04-19
*
|
refactor: fix PVS warnings (#23200)
zeertzjq
2023-04-19
|
/
*
vim-patch:8.2.4180: 'balloonexpr' is evaluated in the current script context
zeertzjq
2023-04-17
*
vim-patch:8.2.1080: Vim9: no line break allowed in a for loop
zeertzjq
2023-04-14
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
refactor: make error message definitions const
ii14
2023-04-05
*
refactor: remove char_u (#22829)
dundargoc
2023-04-02
*
fix(api): Use local LastSet structure in nvim_get_option_info (#22741)
Michal Liszcz
2023-03-29
*
fix(column): invalidate statuscolumn width when UPD_NOT_VALID (#22723)
luukvbaal
2023-03-19
*
fix(column): rebuild status column when sign column is invalidated (#22690)
luukvbaal
2023-03-18
*
refactor(screen): screen.c delenda est
bfredl
2023-03-14
*
feat(options)!: deprecate paste, remove pastetoggle (#22647)
ii14
2023-03-13
*
refactor(redraw): make cursor position redraw use the "redraw later" pattern
bfredl
2023-03-12
*
perf(statusline): UI elements are always redrawn on K_EVENT
Luuk van Baal
2023-03-08
*
fix(column): issues with 'statuscolumn' width (#22542)
luukvbaal
2023-03-07
*
vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)
zeertzjq
2023-03-05
*
refactor: replace char_u with char or uint8_t (#22400)
dundargoc
2023-03-04
*
refactor(build): graduate HAVE_LOCALE_H feature
bfredl
2023-03-03
*
feat(edit)!: remove old c implementation of hebrew keymap
bfredl
2023-02-28
*
Merge pull request #22113 from luukvbaal/nrwidth
Lewis Russell
2023-02-14
|
\
|
*
fix(column): no longer reset nrwidth_line_count for 'statuscolumn'
Luuk van Baal
2023-02-04
*
|
refactor(api): VALIDATE macros #22187
Justin M. Keyes
2023-02-14
*
|
vim-patch:9.0.1307: setting 'formatoptions' with :let doesn't check for error...
zeertzjq
2023-02-14
*
|
refactor: reduce scope of locals as per the style guide (#22211)
dundargoc
2023-02-11
*
|
vim-patch:9.0.1295: the option initialization function is too long (#22222)
zeertzjq
2023-02-11
*
|
refactor: replace char_u with char (#21901)
dundargoc
2023-02-11
*
|
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
|
refactor(ui): remove some superfluous ui_flush() calls
bfredl
2023-02-09
|
/
*
Merge pull request #21994 from lewis6991/refactor/option_set
Lewis Russell
2023-01-27
|
\
|
*
refactor(option.c): factor out string option special case handling
Lewis Russell
2023-01-27
|
*
refactor(option.c): factor out some nextchar checks
Lewis Russell
2023-01-27
|
*
refactor(option.c): add do_set_option_value
Lewis Russell
2023-01-26
|
*
refactor(option.c): move bool prefix check
Lewis Russell
2023-01-26
[next]