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
/
optionstr.c
Commit message (
Expand
)
Author
Age
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
vim-patch:9.0.2126: unused assignments when checking 'listchars' (#26182)
zeertzjq
2023-11-24
*
refactor(sign): store 'signcolumn' width range when it is set
Luuk van Baal
2023-11-21
*
build: adjust clang-tidy warning exclusion logic
dundargoc
2023-11-20
*
refactor: follow style guide
dundargoc
2023-11-19
*
refactor: iwyu (#26062)
zeertzjq
2023-11-16
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
fix(options): do not change inccommand during preview (#25462)
Omar El Halabi
2023-11-09
*
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
*
refactor(options)!: unify `set_option` and `set_string_option`
Famiu Haque
2023-10-30
*
feat(complete): support f flag for complete buffer part
glepnir
2023-10-21
*
refactor(options): make `did_set_shada` a normal option callback
Famiu Haque
2023-10-17
*
refactor(options): make `os_oldval` and `os_newval` use `OptValData`
Famiu Haque
2023-10-17
*
refactor(options): rename `empty_option` to `empty_string_option`
Famiu Haque
2023-10-17
*
refactor(options): deduplicate `do_set_option_string`
Famiu Haque
2023-10-17
*
refactor(options): remove `os_op`
Famiu Haque
2023-10-17
*
refactor(options)!: make OptionSet `v:` values use typval
Famiu Haque
2023-10-17
*
refactor(options): unify set_num_option and set_bool_option
Famiu Haque
2023-10-17
*
vim-patch:9.0.2025: no cmdline completion for ++opt args (#25657)
zeertzjq
2023-10-15
*
refactor: move cmdline completion types to cmdexpand_defs.h (#25465)
zeertzjq
2023-10-02
*
feat(completion): support completing more string options
zeertzjq
2023-10-01
*
vim-patch:9.0.1968: cmdline completion should consider key option
zeertzjq
2023-10-01
*
vim-patch:9.0.1961: 'listchars' completion misses "multispace" and "leadmulti...
zeertzjq
2023-10-01
*
vim-patch:9.0.1960: Make CI checks more strict
zeertzjq
2023-10-01
*
vim-patch:9.0.1958: cannot complete option values
zeertzjq
2023-10-01
*
vim-patch:9.0.1366: functions for setting options are in random order (#25440)
zeertzjq
2023-09-30
*
refactor: align set_chars_option() with Vim (#25438)
zeertzjq
2023-09-30
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor: remove long
dundargoc
2023-09-29
*
refactor(options)!: graduate some more shortmess flags
bfredl
2023-09-25
*
refactor: remove 'shortmess' save/restore panic for ex commands
bfredl
2023-09-25
*
vim-patch:9.0.1921: not possible to use the jumplist like a stack (#25278)
zeertzjq
2023-09-21
*
refactor(option): pass varp to set_string_option
Lewis Russell
2023-08-31
*
refactor(option): option clearing
Lewis Russell
2023-08-31
*
refactor(option): further align set_string_option with do_set_option_string (2)
Lewis Russell
2023-08-31
*
refactor(option): further align set_string_option with do_set_option_string
Lewis Russell
2023-08-31
*
refactor(option): remove hidden option check
Lewis Russell
2023-08-31
*
refactor(option): change some int to bool
Lewis Russell
2023-08-31
*
refactor(option.c): call did_set_option for all types
Lewis Russell
2023-08-31
*
fix(optionstr.c): incorrect use of curbuf/curwin
Lewis Russell
2023-08-31
*
refactor(optionstr.c): remove redundant argument
Lewis Russell
2023-08-31
*
refactor(option.c): remove did_set_string_option alias
Lewis Russell
2023-08-31
*
refactor(change): do API changes to buffer without curbuf switch
bfredl
2023-08-26
*
feat(options)!: remove compatible behaviours for vim 5.0 and earlier
Lewis Russell
2023-07-17
*
perf(rtp): reduce rtp scans (#24191)
Lewis Russell
2023-07-13
[next]