summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/options.lua
AgeCommit message (Expand)AuthorFiles
2022-10-06feat(window/ui): add splitkeep option (#19243)luukvbaal1
2022-10-05feat(messages)!: graduate the 'msgsep' featurebfredl1
2022-10-05refactor(redraw): no type argument in update_screen()bfredl1
2022-09-18vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc1
2022-09-07fix(options): mark `winhighlight` as list style (#19477)ii141
2022-09-06feat(extmarks,ts,spell): full support for spellingThomas Vigouroux1
2022-09-04feat(ui-ext): make 'mousemoveevent' a ui_optionzeertzjq1
2022-09-04vim-patch:8.2.4674: cannot force getting MouseMove eventszeertzjq1
2022-08-01fix(session): respect sessionoptions=terminal #19497Gustavo Sampaio1
2022-07-17feat(defaults): mouse=nvi #19290matveyt1
2022-07-06feat: add 'mousescroll' option (#12355)Jay1
2022-05-22refactor!: delete insertmode (#18547)Gregory Anders1
2022-05-19refactor!: remove 'terse' optionDundar Goc1
2022-05-19refactor!: remove 'remap' optionDundar Goc1
2022-05-18feat(ui): add `'winbar'`Famiu Haque1
2022-04-09vim-patch:8.2.4702: C++ scope labels are hard-codedTom Praschan1
2022-01-29feat(provider)!: remove support for python2 and python3.[3-5]Björn Linse1
2022-01-15vim-patch:8.2.4094: 'virtualedit' is window-local but using buffer-local enumzeertzjq1
2022-01-15vim-patch:8.2.3227: 'virtualedit' can only be set globallyzeertzjq1
2022-01-04chore: fix typos (#16816)dundargoc1
2021-12-25vim-patch:partial:0e6adf8a29d5zeertzjq1
2021-12-25vim-patch:8.2.3780: ":cd" works differently on MS-Windowszeertzjq1
2021-11-06vim-patch:8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scopeMatěj Cepl1
2021-10-23vim-patch:8.2.3520: cannot define a function for thesaurus completionMatěj Cepl1
2021-09-10vim-patch:8.1.2281: 'showbreak' cannot be set for one windowSean Dewar1
2021-08-17feat(defaults): set nojoinspacesGregory Anders1
2021-08-17feat(defaults): set hiddenGregory Anders1
2021-08-17refactor(options): remove vi/vim default value distinctionGregory Anders1
2021-08-16feat(defaults): remove 'options' from viewoptions #15397Gregory Anders1
2021-08-16feat(defaults): switchbuf=uselast #15394Gregory Anders1
2021-08-16feat: defaults: inccommand=nosplit #15395Gregory Anders1
2021-08-02vim-patch:8.1.2029: cannot control 'cursorline' highlighting wellzeertzjq1
2021-07-30vim-patch:8.1.2019: 'cursorline' always highlights the whole line (#15161)zeertzjq1
2021-07-23Remove EXMODE_NORMALmatveyt1
2021-07-14refactor(options): remove obsolete distinction of "vi" vs "vim" defaultsBjörn Linse1
2021-07-14refactor(options): delet unused P_VIM flagBjörn Linse1
2021-06-29fix(vim.opt): #14708 Now lets you put duplicate values in wildmodeTJ DeVries1
2021-05-20vim-patch:8.2.0869: it is not possible to customize the quickfix window contentskevinhwang911
2021-03-28vim-patch:8.1.0105: all tab stops are the sameVVKot1
2021-03-12vim-patch:8.2.2452: no completion for the 'filetype' optionJan Edmund Lazo1
2021-02-04Change default for tpf optionerw71
2021-02-04Add termpastefilter optionerw71
2020-12-30vim-patch:8.1.0172: 'viminfofile' option does not behave like a file nameJan Edmund Lazo1
2020-11-11options.lua: add short descriptions (#6288)Matthieu Coudron1
2020-10-26vim-patch:8.1.1769: 'shellslash' is also used for completionskippi1
2020-09-24vim-patch:8.2.0953: spell checking doesn't work for CamelCased wordsThomas Vigouroux1
2020-09-06UI: forward 'mousefocus' option #12863Justin M. Keyes1
2020-08-31docs, remove 'guifontset' #11708Justin M. Keyes1
2020-08-02options: fix 'isident' for WindowsJan Edmund Lazo1
2020-03-21TUI: do not use "nvim_get_option" in tui threaderw71