summaryrefslogtreecommitdiffstats
path: root/src/option.c
AgeCommit message (Expand)Author
4 dayspatch 9.1.0472: Inconsistencies between functions for option flagsv9.1.0472zeertzjq
8 dayspatch 9.1.0469: Cannot have buffer-local value for 'completeopt'v9.1.0469zeertzjq
2024-05-04patch 9.1.0393: 'viewdir' not respecting $XDG_CONFIG_HOMEv9.1.0393Christian Brabandt
2024-04-21patch 9.1.0362: expanding rc config files does not work wellv9.1.0362Christian Brabandt
2024-04-16patch 9.1.0341: Problem: a few memory leaks are foundv9.1.0341Christian Brabandt
2024-04-14patch 9.1.0327: No support for using $XDG_CONFIG_HOMEv9.1.0327Luca Saccarola
2024-03-31patch 9.1.0231: Filetype may be undetected when SwapExists sets ft in other bufv9.1.0231zeertzjq
2024-03-03patch 9.1.0147: Cannot keep a buffer focused in a windowv9.1.0147Colin Kennedy
2024-02-18patch 9.1.0114: Setting some options may change curswantv9.1.0114zeertzjq
2024-02-03patch 9.1.0074: did_set_breakat() should be in optionstr.cv9.1.0074zeertzjq
2024-01-17patch 9.1.0039: too vague errors for 'listchars'/'fillchars'v9.1.0039zeertzjq
2024-01-12patch 9.1.0024: z/OS (MVS) support can be improvedv9.1.0024Igor Todorovski
2024-01-04patch 9.1.0010: Keymap completion is not availablev9.1.0010Doug Kearns
2024-01-04patch 9.1.0006: is*() and to*() function may be unsafev9.1.0006Keith Thompson
2023-12-08patch 9.0.2154: The option[] array is not sortedv9.0.2154zeertzjq
2023-12-05patch 9.0.2150: Using int for errbuflen in option funcsv9.0.2150Mike Williams
2023-12-04patch 9.0.2147: Type check tests fail without the channel featurev9.0.2147Yegappan Lakshmanan
2023-12-01patch 9.0.2142: [security]: stack-buffer-overflow in option callback functionsv9.0.2142Christian Brabandt
2023-11-02patch 9.0.2086: code cleanup for option callbacks neededv9.0.2086zeertzjq
2023-10-28patch 9.0.2081: smoothscroll may result in wrong cursor positionv9.0.2081Luuk van Baal
2023-10-17patch 9.0.2035: [security] use-after-free with wildmenuv9.0.2035Yee Cheng Chin
2023-10-16runtime: Fix more typos (#13354)Viktor Szépe
2023-10-09patch 9.0.2009: cmdline-completion for comma-separated options wrongv9.0.2009Yee Cheng Chin
2023-10-02patch 9.0.1973: Clean up cmdline option completion codev9.0.1973Yee Cheng Chin
2023-10-01patch 9.0.1968: cmdline completion should consider key optionv9.0.1968Yee Cheng Chin
2023-09-30patch 9.0.1960: Make CI checks more strictv9.0.1960Yee Cheng Chin
2023-09-29patch 9.0.1958: cannot complete option valuesv9.0.1958Yee Cheng Chin
2023-08-31patch 9.0.1829: Vim9 missing access-checks for private varsv9.0.1829Yegappan Lakshmanan
2023-08-27patch 9.0.1798: The 'syntax' option has no completion.v9.0.1798Doug Kearns
2023-08-22patch 9.0.1781: Problems when setting bin/paste optionv9.0.1781Christian Brabandt
2023-08-13patch 9.0.1710: scrolloff options work slightly differentv9.0.1710Christian Brabandt
2023-06-27patch 9.0.1670: resetting local option to global value is inconsistentv9.0.1670Bram Moolenaar
2023-06-14patch 9.0.1631: passing wrong variable type to option gives multiple errorsv9.0.1631zeertzjq
2023-05-31patch 9.0.1594: some internal error messages are translatedv9.0.1594RestorerZ
2023-05-06patch 9.0.1520: completion for option name includes all bool optionsv9.0.1520Bram Moolenaar
2023-04-23patch 9.0.1481: decrypting with libsodium may fail if the library changesv9.0.1481Christian Brabandt
2023-03-15patch 9.0.1405: missing check for out-of-memoryv9.0.1405Bram Moolenaar
2023-03-12patch 9.0.1403: unused variables and functionsv9.0.1403Dominique Pelle
2023-03-07patch 9.0.1391: "clear" macros are not always usedv9.0.1391Yegappan Lakshmanan
2023-03-04patch 9.0.1380: CTRL-X on 2**64 subtracts twov9.0.1380Bram Moolenaar
2023-03-04patch 9.0.1379: functions for handling options are not orderedv9.0.1379Yegappan Lakshmanan
2023-03-02patch 9.0.1369: still some "else if" constructs for setting optionsv9.0.1369Yegappan Lakshmanan
2023-02-25patch 9.0.1353: too many "else if" statements to handle option valuesv9.0.1353Yegappan Lakshmanan
2023-02-20patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan
2023-02-15patch 9.0.1313: some settings use the current codepage instead of 'encoding'v9.0.1313K.Takata
2023-02-15patch 9.0.1311: Coverity warns for using a NULL pointerv9.0.1311Bram Moolenaar
2023-02-14patch 9.0.1308: the code for setting options is too complicatedv9.0.1308Yegappan Lakshmanan
2023-02-13patch 9.0.1307: setting 'formatoptions' with :let doesn't check for errorsv9.0.1307Yegappan Lakshmanan
2023-02-10patch 9.0.1295: the option initialization function is too longv9.0.1295Yegappan Lakshmanan
2023-02-09patch 9.0.1294: the set_bool_option() function is too longv9.0.1294Yegappan Lakshmanan