aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4752: wrong 'statusline' value can cause illegal memory access ...zeertzjq2022-04-15
* vim-patch:8.2.4750: small pieces of dead code (#18113)dundargoc2022-04-15
* Merge pull request #18023 from tom-anders/vim-8.2.4702zeertzjq2022-04-09
|\
| * vim-patch:8.2.4702: C++ scope labels are hard-codedTom Praschan2022-04-09
* | vim-patch:8.2.4704: using "else" after return or break increases indent (#18032)zeertzjq2022-04-08
|/
* perf(screen): reduce cursorline redrawing when jumping aroundzeertzjq2022-03-24
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18
* | fix(coverity): dead code and operands don't affect result #17662dundargoc2022-03-11
* | refactor: remove redundant castsDundar Göc2022-03-06
* | feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* | fix(signcol): handle edge case with maximum valueLewis Russell2022-02-24
* | vim-patch:8.2.0156: various typos in source files and testszeertzjq2022-02-14
|/
* vim-patch:8.1.2184: option context is not copied when splitting a windowzeertzjq2022-02-13
* refactor(signs): more efficient signcol calcLewis Russell2022-02-12
* vim-patch:8.1.2073: when editing a buffer 'colorcolumn' may not workzeertzjq2022-02-12
* vim-patch:8.2.4298: divide by zero with huge tabstop valuezeertzjq2022-02-05
* Merge pull request #17226 from dundargoc/refactor/remove-redundant-codezeertzjq2022-02-03
|\
| * vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* | Merge pull request #17231 from seandewar/vim-8.2.4245Sean Dewar2022-01-31
|\ \ | |/ |/|
| * vim-patch:8.2.4245: ":retab 0" may cause illegal memory accessSean Dewar2022-01-29
* | feat(provider)!: remove support for python2 and python3.[3-5]Björn Linse2022-01-29
|/
* Merge pull request #16954 from f380cedric/vim-8.2.3402Sean Dewar2022-01-27
|\
| * vim-patch:8.2.3403: memory leak for :retab with invalid argumentf380cedric2022-01-27
| * vim-patch:8.2.3402: invalid memory access when using :retab with large valuef380cedric2022-01-18
* | Merge pull request #17145 from zeertzjq/vim-8.2.0128bfredl2022-01-27
|\ \
| * | vim-patch:8.2.0128: cannot list options one per linezeertzjq2022-01-20
| |/
* | vim-patch:8.2.3280: 'virtualedit' local to buffer is not the best solutionzeertzjq2022-01-15
* | vim-patch:8.2.3227: 'virtualedit' can only be set globallyzeertzjq2022-01-15
|/
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* Merge pull request #16705 from zeertzjq/vim-8.2.2508Jan Edmund Lazo2021-12-25
|\
| * vim-patch:8.2.3846: no error when using control character for 'lcs' or 'fcs'zeertzjq2021-12-19
* | fix(options): disallow empty 'fdc' and 'scl' (#16765)Sean Dewar2021-12-24
* | fix(api): make nil value in nvim_set_option_value clear local value (#16710)Gregory Anders2021-12-21
|/
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* Merge pull request #16597 from bfredl/nomisc1Björn Linse2021-12-10
|\
| * refactor(misc1): move out misc functions which obviously belong elsewhereBjörn Linse2021-12-09
* | vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'James McCoy2021-12-08
|/
* Merge pull request #16107 from zeertzjq/vim-8.1.1542Jan Edmund Lazo2021-12-06
|\
| * vim-patch:8.1.1542: an OptionSet autocommand does not get enough infozeertzjq2021-11-22
* | feat(api): add nvim_get_option_valueGregory Anders2021-12-04
|/
* Merge pull request #16341 from zeertzjq/vim-8.2.2518nightlyJan Edmund Lazo2021-11-21
|\
| * vim-patch:8.2.3588: break statement is never reachedzeertzjq2021-11-17
| * fix(options): using :set fillchars should clear local valuezeertzjq2021-11-17
| * vim-patch:8.2.2518: 'listchars' should be window-localzeertzjq2021-11-17
* | refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* | vim-patch:8.2.3522: cannot use \x and \u when setting 'listchars' (#16049)zeertzjq2021-11-17
|/
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* Merge pull request #16047 from mcepl/vim-8.2.3520Jan Edmund Lazo2021-11-14
|\