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
*
vim-patch:8.2.4752: wrong 'statusline' value can cause illegal memory access ...
zeertzjq
2022-04-15
*
vim-patch:8.2.4750: small pieces of dead code (#18113)
dundargoc
2022-04-15
*
Merge pull request #18023 from tom-anders/vim-8.2.4702
zeertzjq
2022-04-09
|
\
|
*
vim-patch:8.2.4702: C++ scope labels are hard-coded
Tom Praschan
2022-04-09
*
|
vim-patch:8.2.4704: using "else" after return or break increases indent (#18032)
zeertzjq
2022-04-08
|
/
*
perf(screen): reduce cursorline redrawing when jumping around
zeertzjq
2022-03-24
*
vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)
Lewis Russell
2022-03-18
*
Merge pull request #17266 from famiu/feat/ui/global-statusline
bfredl
2022-03-17
|
\
|
*
feat: add support for global statusline
Famiu Haque
2022-03-18
*
|
fix(coverity): dead code and operands don't affect result #17662
dundargoc
2022-03-11
*
|
refactor: remove redundant casts
Dundar Göc
2022-03-06
*
|
feat(lua): show proper verbose output for lua configuration
shadmansaleh
2022-02-28
*
|
fix(signcol): handle edge case with maximum value
Lewis Russell
2022-02-24
*
|
vim-patch:8.2.0156: various typos in source files and tests
zeertzjq
2022-02-14
|
/
*
vim-patch:8.1.2184: option context is not copied when splitting a window
zeertzjq
2022-02-13
*
refactor(signs): more efficient signcol calc
Lewis Russell
2022-02-12
*
vim-patch:8.1.2073: when editing a buffer 'colorcolumn' may not work
zeertzjq
2022-02-12
*
vim-patch:8.2.4298: divide by zero with huge tabstop value
zeertzjq
2022-02-05
*
Merge pull request #17226 from dundargoc/refactor/remove-redundant-code
zeertzjq
2022-02-03
|
\
|
*
vim-patch:8.2.4241: some type casts are redundant
Dundar Göc
2022-01-30
*
|
Merge pull request #17231 from seandewar/vim-8.2.4245
Sean Dewar
2022-01-31
|
\
\
|
|
/
|
/
|
|
*
vim-patch:8.2.4245: ":retab 0" may cause illegal memory access
Sean Dewar
2022-01-29
*
|
feat(provider)!: remove support for python2 and python3.[3-5]
Björn Linse
2022-01-29
|
/
*
Merge pull request #16954 from f380cedric/vim-8.2.3402
Sean Dewar
2022-01-27
|
\
|
*
vim-patch:8.2.3403: memory leak for :retab with invalid argument
f380cedric
2022-01-27
|
*
vim-patch:8.2.3402: invalid memory access when using :retab with large value
f380cedric
2022-01-18
*
|
Merge pull request #17145 from zeertzjq/vim-8.2.0128
bfredl
2022-01-27
|
\
\
|
*
|
vim-patch:8.2.0128: cannot list options one per line
zeertzjq
2022-01-20
|
|
/
*
|
vim-patch:8.2.3280: 'virtualedit' local to buffer is not the best solution
zeertzjq
2022-01-15
*
|
vim-patch:8.2.3227: 'virtualedit' can only be set globally
zeertzjq
2022-01-15
|
/
*
vim-patch:8.2.3914 (#16808)
dundargoc
2021-12-28
*
Merge pull request #16705 from zeertzjq/vim-8.2.2508
Jan Edmund Lazo
2021-12-25
|
\
|
*
vim-patch:8.2.3846: no error when using control character for 'lcs' or 'fcs'
zeertzjq
2021-12-19
*
|
fix(options): disallow empty 'fdc' and 'scl' (#16765)
Sean Dewar
2021-12-24
*
|
fix(api): make nil value in nvim_set_option_value clear local value (#16710)
Gregory Anders
2021-12-21
|
/
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
Merge pull request #16597 from bfredl/nomisc1
Björn Linse
2021-12-10
|
\
|
*
refactor(misc1): move out misc functions which obviously belong elsewhere
Björn Linse
2021-12-09
*
|
vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'
James McCoy
2021-12-08
|
/
*
Merge pull request #16107 from zeertzjq/vim-8.1.1542
Jan Edmund Lazo
2021-12-06
|
\
|
*
vim-patch:8.1.1542: an OptionSet autocommand does not get enough info
zeertzjq
2021-11-22
*
|
feat(api): add nvim_get_option_value
Gregory Anders
2021-12-04
|
/
*
Merge pull request #16341 from zeertzjq/vim-8.2.2518
nightly
Jan Edmund Lazo
2021-11-21
|
\
|
*
vim-patch:8.2.3588: break statement is never reached
zeertzjq
2021-11-17
|
*
fix(options): using :set fillchars should clear local value
zeertzjq
2021-11-17
|
*
vim-patch:8.2.2518: 'listchars' should be window-local
zeertzjq
2021-11-17
*
|
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
|
vim-patch:8.2.3522: cannot use \x and \u when setting 'listchars' (#16049)
zeertzjq
2021-11-17
|
/
*
refactor: reduce number of explicit char casts (#16077)
dundargoc
2021-11-16
*
Merge pull request #16047 from mcepl/vim-8.2.3520
Jan Edmund Lazo
2021-11-14
|
\
[next]