summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/options.lua
AgeCommit message (Expand)AuthorFiles
2024-11-28vim-patch:9.1.0890: %! item not allowed for 'rulerformat' (#31369)zeertzjq1
2024-11-24vim-patch:9.1.0883: message history cleanup is missing some tests (#31331)zeertzjq1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-11-20refactor(options): impl default 'titlestring' by format flags #30843zshuzh1
2024-11-16refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque1
2024-11-15vim-patch:9.1.0864: message history is fixed to 200 (#31215)zeertzjq1
2024-11-05refactor(options): remove fileformat macrosFamiu Haque1
2024-11-04feat(options)!: disallow setting hidden options #28400Famiu Haque1
2024-11-03vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)zeertzjq1
2024-10-29docs(options): shell-powershell #30969Kai Moschcau1
2024-10-29vim-patch:9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argu...zeertzjq1
2024-10-29vim-patch:9.1.0811: :find expansion does not consider 'findexpr'zeertzjq1
2024-10-29vim-patch:9.1.0810: cannot easily adjust the |:find| commandzeertzjq1
2024-10-27refactor(options): always allocate option values (#30917)Famiu Haque1
2024-10-25refactor(options)!: use OptVal for option defaults #26691Famiu Haque1
2024-10-24vim-patch:9.1.0803: tests: no error check when setting global 'isk'zeertzjq1
2024-10-20feat(terminal)!: make 'belloff' and 'visualbell' apply to terminal bell (#30859)zeertzjq1
2024-10-17vim-patch:6c2fc37: runtime(help): Update help syntaxzeertzjq1
2024-10-15vim-patch:5bcfb5a: runtime(doc): add some docs for file-watcher programszeertzjq1
2024-10-15vim-patch:7b5e52d: runtime(doc): add preview flag to statusline examplezeertzjq1
2024-10-07docs: dev-arch, focusable windows #30510Justin M. Keyes1
2024-10-07vim-patch:9.1.0762: 'cedit', 'termwinkey' and 'wildchar' may not be parsed co...zeertzjq1
2024-10-07vim-patch:fd4e47e: runtime(doc): clarify the effect of 'startofline' option (...zeertzjq1
2024-10-03vim-patch:ae62fe5: runtime(doc): 'filetype', 'syntax' and 'keymap' only allow...zeertzjq1
2024-10-03vim-patch:9.1.0754: fixed order of items in insert-mode completion menu (#30619)glepnir1
2024-10-01vim-patch:9.1.0752: can set 'cedit' to an invalid value (#30616)zeertzjq1
2024-09-19refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418)zeertzjq1
2024-09-11fix: replace NVIM with Nvim in default titlestring (#30348)Gregory Anders1
2024-09-07vim-patch:9.1.0720: Wrong breakindentopt=list:-1 with multibyte or TABs (#30293)zeertzjq1
2024-08-30feat(mbyte): support extended grapheme clusters including more emojibfredl1
2024-08-10feat(term): enable reflow by default (#21124)Christian Clason1
2024-08-10vim-patch:9.1.0667: Some other options reset curswant unnecessarily when set ...zeertzjq1
2024-08-02vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq1
2024-08-01vim-patch:partial:f10911e: Update runtime files (#29936)zeertzjq1
2024-07-29vim-patch:partial:52e7cc2: runtime(doc): tweak documentation style a bit (#29...zeertzjq1
2024-07-18vim-patch:9.1.0594: Unnecessary redraw when setting 'winfixbuf' (#29775)zeertzjq1
2024-07-15vim-patch:df62c62: runtime(doc): grammar fixes in options.txt (#29729)zeertzjq1
2024-07-13vim-patch:9.1.0572: cannot specify tab page closing behaviour (#29682)zeertzjq1
2024-07-07vim-patch:9.1.0537: signed number detection for CTRL-X/A can be improved (#29...zeertzjq1
2024-06-30feat(jumplist): allow opting out of removing unloaded buffers (#29347)zeertzjq1
2024-06-17Merge pull request #29357 from luukvbaal/statuscolzeertzjq1
2024-06-16feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal1
2024-06-16docs: document 'list' behavior when 'listchars' excludes "tab" (#29360)zeertzjq1
2024-06-06vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'zeertzjq1
2024-06-05vim-patch:2a2c4ff: runtime(doc): clarify how fuzzy 'completeopt' should workzeertzjq1
2024-06-05vim-patch:9.1.0463: no fuzzy-matching support for insert-completionzeertzjq1
2024-06-04vim-patch:9.1.0464: no whitespace padding in commentstring option in ftpluginsChristian Clason1
2024-06-02vim-patch:e299591: runtime(doc): clarify 'shortmess' flag "S" (#29131)zeertzjq1
2024-04-30docs: misc #24163Justin M. Keyes1
2024-04-30docs: various fixes (#28208)dundargoc1