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
*
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
|
*
refactor(option.c): de-nest code in do_set_option
Lewis Russell
2023-01-26
|
*
refactor(option.c): factor out opt_idx validation
Lewis Russell
2023-01-26
|
*
refactor(option.c): factor out option name parsing
Lewis Russell
2023-01-26
|
*
refactor(option.c): factor out option prefix parsing
Lewis Russell
2023-01-26
|
*
refactor(option.c): factor out set op parsing
Lewis Russell
2023-01-26
|
*
refactor(option.c): use skiptowhite_esc
Lewis Russell
2023-01-26
|
*
refactor(option.c): change nextchar to uint8_t
Lewis Russell
2023-01-26
|
*
refactor(option.c): remove goto
Lewis Russell
2023-01-26
|
*
refactor(option.c): int -> bool
Lewis Russell
2023-01-26
|
*
refactor(option.c): reduce scope or startarg
Lewis Russell
2023-01-26
|
*
refactor(option.c): reduce scope or errbuf
Lewis Russell
2023-01-26
|
*
refactor(option.c): reduce scope or errmsg
Lewis Russell
2023-01-26
|
*
refactor(option.c): factor out loop code from do_set()
Lewis Russell
2023-01-26
|
*
refactor(option.c): factor out common skip check
Lewis Russell
2023-01-26
|
*
refactor(option.c): simplify do_set_string
Lewis Russell
2023-01-26
|
*
refactor(option.c): add do_set_bool
Lewis Russell
2023-01-26
|
*
refactor(option.c): add do_set_num
Lewis Russell
2023-01-26
*
|
vim-patch:9.0.1242: code for :runtime completion is not consistent
zeertzjq
2023-01-26
|
/
*
refactor(optionstr.c): add did_set_string_option_for
Lewis Russell
2023-01-25
*
refactor(optionstr.c): break up did_set_string_option 7
Lewis Russell
2023-01-25
*
refactor(option.c): use intermediate for options ref
Lewis Russell
2023-01-25
*
refactor(option.c): de-nest set_option_value
Lewis Russell
2023-01-25
*
refactor(option.c): add get_varp_from and get_varp_scope_from
Lewis Russell
2023-01-25
*
refactor(option.c): reduce scope of locals
Lewis Russell
2023-01-24
*
refactor: replace char_u with char 25 (#21838)
dundargoc
2023-01-19
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
vim-patch:9.0.1215: using isalpha() adds dependency on current locale
zeertzjq
2023-01-18
*
refactor: replace char_u with char 22 (#21786)
dundargoc
2023-01-17
*
vim-patch:8.2.4917: fuzzy expansion of option names is not right (#21853)
zeertzjq
2023-01-17
*
vim-patch:8.2.4463: completion only uses strict matching
Sean Dewar
2023-01-17
[next]