aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* vim-patch:8.0.1660: the terminal API "drop" command doesn't support optionsJan Edmund Lazo2020-02-16
* vim-patch:8.1.0032: BS in prompt buffer starts new lineerw72020-02-12
* vim-patch:8.1.0027: difficult to make a plugin that feeds a line to a joberw72020-02-12
* env: try find library dir (like /usr[/local]/lib/nvim) and add it to &rtpBjörn Linse2020-02-07
* options: winhighlight: fix incorrect string equality testBjörn Linse2020-01-28
* refactor: move session functions to ex_session.cJustin M. Keyes2020-01-28
* vim-patch:8.1.1144: too strict checking of the 'spellfile' optionJan Edmund Lazo2020-01-26
* vim-patch:8.1.1143: may pass weird strings to file name expansionJan Edmund Lazo2020-01-26
* vim-patch:8.1.0061: fix resetting, setting 'title' #11733Billy SU2020-01-21
* restore old 'termencoding' behaviorBjörn Linse2020-01-19
* Remove termtype optionerw72020-01-17
* Change option name from termwintype to termtypeerw72020-01-17
* Rename from os_win_conpty.{c,h} to pty_conpty_win.{c,h}erw72020-01-17
* Change to use ConPTY, if availableerw72020-01-17
* defaults: set fillchars "foldsep" to box line #11702Matthieu Coudron2020-01-11
* option: restore termencoding (readonly) #11662Jan Edmund Lazo2020-01-02
* fillchars: adding foldopen, foldsep, foldcloseMatthieu Coudron2019-12-25
* jumplist: browser-style (or 'tagstack') navigation #11530butwerenotthereyet2019-12-10
* Merge pull request #11445 from bfredl/fcslcsBjörn Linse2019-11-26
|\
| * options: make 'fillchars' and 'listchars' global-localBjörn Linse2019-11-26
* | UI: emit mouse_on/mouse_off on attach #11455Justin M. Keyes2019-11-25
|/
* vim-patch:8.1.1228: not possible to process tags with a functionRob Pilling2019-10-22
* win_line: update `w_last_cursorline` alwaysDaniel Hahler2019-10-04
* 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