summaryrefslogtreecommitdiffstats
path: root/src/option.c
AgeCommit message (Expand)Author
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
2023-02-09patch 9.0.1293: the set_num_option() is too longv9.0.1293Yegappan Lakshmanan
2023-02-06patch 9.0.1286: Coverity warns for using a NULL pointerv9.0.1286Bram Moolenaar
2023-02-05patch 9.0.1284: compiler warnings for uninitialized variablesv9.0.1284Bram Moolenaar
2023-02-05patch 9.0.1283: the code for setting options is too complicatedv9.0.1283Yegappan Lakshmanan
2023-02-02patch 9.0.1275: the code for setting options is too complicatedv9.0.1275Yegappan Lakshmanan
2023-01-25patch 9.0.1242: code for :runtime completion is not consistentv9.0.1242zeertzjq
2023-01-17patch 9.0.1215: using isalpha() adds dependency on current localev9.0.1215zeertzjq
2023-01-16patch 9.0.1208: code is indented more than necessaryv9.0.1208Yegappan Lakshmanan
2022-12-02patch 9.0.0990: callback name argument is changed by setqflist()v9.0.0990Bram Moolenaar
2022-11-28patch 9.0.0963: function name does not match autocmd event namev9.0.0963zeertzjq
2022-11-22patch 9.0.0921: missing defined(PROTO) in #ifdefv9.0.0921Bram Moolenaar
2022-11-05patch 9.0.0835: the window title is not redrawn when 'endoffile' changesv9.0.0835K.Takata
2022-10-28Add missing entry for the 'endoffile' option.Bram Moolenaar
2022-10-15patch 9.0.0761: cannot use 'indentexpr' for Lisp indentingv9.0.0761Bram Moolenaar
2022-10-13patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij
2022-10-06patch 9.0.0670: no space for command line when there is a tablinev9.0.0670Bram Moolenaar
2022-10-05patch 9.0.0665: setting 'cmdheight' has no effect if last window was resizedv9.0.0665Bram Moolenaar
2022-10-04patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij
2022-10-03patch 9.0.0644: 'smoothscroll' is not copied to a new window on :splitv9.0.0644Bram Moolenaar
2022-10-02patch 9.0.0640: cannot scroll by screen line if a line wrapsv9.0.0640Bram Moolenaar
2022-09-22patch 9.0.0544: minor issues with setting a string optionv9.0.0544zeertzjq
2022-09-22patch 9.0.0540: assigning stack variable to argument confuses Coverityv9.0.0540Bram Moolenaar
2022-09-21patch 9.0.0537: the do_set() function is much too longv9.0.0537Bram Moolenaar
2022-09-12patch 9.0.0449: there is no easy way to translate a key code into a stringv9.0.0449zeertzjq
2022-08-31patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar
2022-08-29patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar
2022-08-26patch 9.0.0278: the +wildignore feature is nearly always availablev9.0.0278Bram Moolenaar
2022-08-25patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar
2022-08-16patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-07-30patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita
2022-07-27patch 9.0.0096: flag "new_value_alloced" is always truev9.0.0096zeertzjq
2022-07-27patch 9.0.0090: no error when assigning bool to a string optionv9.0.0090Bram Moolenaar