aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* vim-patch:8.1.0515: reloading a script gives errors for existing functionserw72019-09-04
* [squash] Fix errors when portingerw72019-09-04
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* vim-patch:8.1.0046: loading a session file fails if 'winheight' is bigJan Edmund Lazo2019-09-02
* vim-patch:8.0.1768: SET_NO_HLSEARCH() used in a wrong wayJan Edmund Lazo2019-09-02
* vim-patch:8.0.0858: check if job terminal is running #10908Jan Edmund Lazo2019-09-01
* screen: use dedicated message gridBjörn Linse2019-09-01
* findoption_len: treat viminfo/viminfofile as aliasesDaniel Hahler2019-08-26
* vim-patch:8.1.1913: not easy to compute the space on the command line (#10845)Daniel Hahler2019-08-25
* styleJustin M. Keyes2019-08-13
* startup: handle 'guicursor' after user configJustin M. Keyes2019-08-13
* Merge #10098 'win: fix msg_puts_printf()'Justin M. Keyes2019-08-12
|\
| * Fix problems with message catalog directoryerw72019-06-09
* | clang/"dead assignments" #10620Bartosz Miera2019-07-29
* | refactor: use int for Columns and RowsBjörn Linse2019-07-19
* | vim-patch:8.1.0495: :filter only supports some commandsJan Edmund Lazo2019-07-15
* | ui: add 'redrawdebug' option for flexible debugging of redrawingBjörn Linse2019-07-09
* | Merge pull request #10090 from bfredl/floatpopupBjörn Linse2019-07-07
|\ \
| * | api/window: add style="minimal" flag to nvim_open_win()Björn Linse2019-07-07
* | | vim-patch:8.1.1614: 'numberwidth' can only go up to 10Jan Edmund Lazo2019-07-05
|/ /
* | defaults: wildoptions=pum,tagfile #10384Justin M. Keyes2019-07-01
* | ui: add 'winblend' to support blending of floating windowsBjörn Linse2019-06-25
* | vim-patch:8.1.1366: using expressions in a modeline is unsafeJames McCoy2019-06-24
* | vim-patch:8.0.1704: 'backupskip' default doesn't work for MacDaniel Hahler2019-06-13
|/
* vim-patch:8.1.1270: cannot see current match positionerw72019-06-05
* vim-patch:8.1.0205: invalid memory access with invalid modelineJan Edmund Lazo2019-05-25
* vim-patch:8.1.1046: the "secure" variable is used inconsistentlyJan Edmund Lazo2019-05-05
* vim-patch:8.1.0613: when executing an insecure function the secure flag is stuckJan Edmund Lazo2019-05-05
* win/defaults: Use "…/nvim-data/site" in 'runtimepath'Justin M. Keyes2019-04-28
* vim-patch:8.0.0702: error in a timer can make Vim unusable #9826Justin M. Keyes2019-04-10
* lintJames McCoy2019-04-08
* Remove MSVC optimization workaround for SHM_ALLJames McCoy2019-04-08
* Make SHM_ALL to a variable instead of a compound literal #defineJames McCoy2019-04-07
* fixup: use vim_snprintf, ASCII_ISALNUMAbdelhakeem2019-03-29
* lintAbdelhakeem2019-03-29
* vim-patch:8.1.0544: setting 'filetype' in a modeline causes an errorAbdelhakeem2019-03-28
* vim-patch:8.1.0540: may evaluate insecure value when appending to optionAbdelhakeem2019-03-28
* vim-patch:8.1.0539: cannot build without the sandboxAbdelhakeem2019-03-28
* signs: support multiple columns #9295Dan Aloni2019-03-25
* Allow using internal popupmenu or ext_popupmenu for wildmenuBjörn Linse2019-03-16
* vim-patch:8.1.0932: remove Farsi support (#9622)Justin M. Keyes2019-02-17
* ui: implement ext_messagesBjörn Linse2019-02-10
* UI: implement 'pumblend' option for semi-transparent popupmenuBjörn Linse2019-02-07
* options: set 'scrollback' to -1 by default #9563Marco Hinz2019-02-04
* Merge #9539 "options: make 'listchars' and 'fillchars' local to window"Marco Hinz2019-01-28
|\
| * vim-patch:8.1.0759: showing two characters for tab is limitedMarco Hinz2019-01-26
| * linter: fix issuesMarco Hinz2019-01-26
| * options: make 'fillchars'/'listchars' local to windowMarco Hinz2019-01-26