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
*
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
*
vim-patch:9.0.1208: code is indented more than necessary (#21846)
zeertzjq
2023-01-17
*
refactor: replace char_u with char 21 (#21779)
dundargoc
2023-01-14
*
refactor: replace char_u with char 20 (#21714)
dundargoc
2023-01-13
*
feat(ui): add 'statuscolumn' option
luukvbaal
2023-01-09
*
refactor: replace char_u with char 18 (#21237)
dundargoc
2023-01-09
*
refactor: replace char_u with char 17 - remove STRLCPY (#21235)
dundargoc
2023-01-09
*
refactor: replace char_u with char
dundargoc
2023-01-09
*
Merge #21580 cmdline issues with cmdheight=0
Justin M. Keyes
2023-01-03
|
\
|
*
fix(ui): allow resize commands to set 'cmdheight' to 0
Luuk van Baal
2022-12-31
*
|
feat!: remove hardcopy
Lewis Russell
2023-01-03
|
/
*
refactor: replace char_u with char 16 - remove STRNCMP (#21208)
dundargoc
2022-12-21
*
refactor: rename mch_msg => os_msg
Justin M. Keyes
2022-12-16
*
refactor(option.c): reduce scope of locals (#21433)
Lewis Russell
2022-12-16
*
vim-patch:8.2.2295: incsearch does not detect empty pattern properly
zeertzjq
2022-12-04
*
vim-patch:8.2.2182: Vim9: value of 'magic' is still relevant
zeertzjq
2022-12-04
[next]