aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/optionstr.c
Commit message (Collapse)AuthorAge
* refactor(optionstr.c): align comments (#22070)zeertzjq2023-02-01
| | | Align comments in did_set_string_option_for() at column 57.
* vim-patch:9.0.1255: changing 'virtualedit' does not have immediate effect ↵zeertzjq2023-01-29
| | | | | | | | | | (#22039) Problem: Changing 'virtualedit' does not have immediate effect. Solution: Correct how is checked for a changed value. (closes vim/vim#11878) https://github.com/vim/vim/commit/8fe5b9c8c1223861cec0484ccc031858ae08d107 Co-authored-by: Bram Moolenaar <Bram@vim.org>
* refactor(options): don't pass negative number to illegal_char() (#21999)zeertzjq2023-01-26
| | | | | | | This only changes the error messages for an unexpected Unicode char in an option to show its first byte instead of some special keycode. The second argument of vim_strchr() usually doesn't matter, but it may be better to consistently cast to uint8_t.
* vim-patch:9.0.1243: :setglobal cannot use script-local function for "expr" ↵zeertzjq2023-01-26
| | | | | | | | option (#21997) Problem: :setglobal cannot use script-local function for "expr" option. Solution: Use the pointer to the option value properly. (closes vim/vim#11883) https://github.com/vim/vim/commit/01d4efe2e87632aa085897d3d64e27585908f977
* refactor(optionstr.c): move handling of formatlistpatLewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_exproptLewis Russell2023-01-25
|
* refactor(optionstr.c): remove some redundant parensLewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_option_listflagsLewis Russell2023-01-25
|
* refactor(optionstr.c): add did_set_string_option_forLewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 52Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 51Lewis Russell2023-01-25
|
* refactor(optionstr.c): remove some simple did_set_* functions 2Lewis Russell2023-01-25
|
* refactor(optionstr.c): remove some simple did_set_* functionsLewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 50Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 49Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 48Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 47Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 46Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 45Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 44Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 43Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 42Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 41Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 40Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 39Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 38Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 37Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 36Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 35Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 34Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 33Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 32Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 31Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 30Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 29Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 28Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 27Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 26Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 25Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 24Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 23Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 22Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 21Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 20Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 19Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 18Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 17Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 16Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 15Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 14Lewis Russell2023-01-25
| | | | squash me