aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAge
...
* vim-patch:8cc5b559f700 (#19066)Christian Clason2022-06-23
* docs(deprecated): alternatives for $NVIM_LISTEN_ADDRESSeyalk112022-06-21
* Merge pull request #18743 from gpanders/bowooptvalueGregory Anders2022-06-20
|\
| * feat(api): add "buf" and "win" to nvim_get_option_valueGregory Anders2022-06-20
* | vim-patch:d799daa660b8 (#19031)Christian Clason2022-06-20
|/
* vim-patch:8.2.5116: "limit" option of matchfuzzy() not always respected (#19005)zeertzjq2022-06-18
* vim-patch:d592deb33652 (#19002)Christian Clason2022-06-17
* docs: improve 'insertmode' emulation #18962zeertzjq2022-06-16
* feat(server): instance "name", store pipes in stdpath(state)Justin M. Keyes2022-06-15
* docs: fix typos (#18866)dundargoc2022-06-15
* vim-patch:6ba83ba9ee29 (#18948)Christian Clason2022-06-14
* feat: cmdheight=0 #16251Shougo2022-06-13
* refactor(api): update vimdocbfredl2022-06-12
* vim-patch:partial:63f32603789d (#18916)Christian Clason2022-06-10
* feat(filetype): remove side effects from vim.filetype.match (#18894)Gregory Anders2022-06-09
* vim-patch:8.2.5066: lcs-leadmultispacezeertzjq2022-06-09
* feat(autocmds): retrieve lua callback (#18642)kylo2522022-06-09
* fix(eval/f_getmatches): return empty list for invalid win argument (#18893)Sean Dewar2022-06-07
* vim-patch:partial:016188fd8a30 (#18890)Christian Clason2022-06-07
* docs: documenting struct members inline #18783Javier Lopez2022-06-06
* vim-patch:partial:cfa8f9a3f285 (#18858)Christian Clason2022-06-04
* docs: fix typos (#18269)dundargoc2022-06-04
* feat(lsp): add a start function (#18631)Mathias Fußenegger2022-06-03
* Merge pull request #18730 from bfredl/apiconvertbfredl2022-06-02
|\
| * refactor(api): use a unpacker based on libmpack instead of msgpack-cbfredl2022-06-02
* | fix(treesitter): correct region for string parser (#18794)Christian Clason2022-06-02
|/
* refactor: correct comments and assertions about mapping rhs <Nop> (#18821)zeertzjq2022-06-01
* feat(fs): add vim.fs.normalize()Gregory Anders2022-05-31
* feat(fs): add vim.fs.find()Gregory Anders2022-05-31
* feat(fs): add vim.fs.dir()Gregory Anders2022-05-31
* feat(fs): add vim.fs.basename()Gregory Anders2022-05-31
* feat(fs): add vim.fs.dirname()Gregory Anders2022-05-31
* feat(fs): add vim.fs.parents()Gregory Anders2022-05-31
* refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720Javier Lopez2022-05-31
* Merge pull request #18194 from famiu/feat/usercmd_previewbfredl2022-05-31
|\
| * feat: add preview functionality to user commandsFamiu Haque2022-05-31
* | docs(dev-style): remove rules covered by uncrustify #18767dundargoc2022-05-30
* | docs: clarify that nvim_strwidth counts control characters as one cell (#18802)zeertzjq2022-05-31
* | fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
|/
* Merge pull request #18792 from famiu/feat/nvim_create_user_command/smodsbfredl2022-05-29
|\
| * feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque2022-05-29
* | fix(treesitter): offset directive associates range with capture (#18276)Lewis Russell2022-05-28
|/
* docs(options): move all removed options to vim_diff.txt (#18770)dundargoc2022-05-28
* fix(ui): require window-local value to show winbar on floating windows (#18773)Famiu Haque2022-05-28
* Merge pull request #18306 from lewis6991/fnfastbfredl2022-05-26
|\
| * feat(lua): allow some viml functions to run in fastLewis Russell2022-05-17
* | feat(lsp): turn rename filter into a predicate (#18745)Mathias Fußenegger2022-05-26
* | vim-patch:8.2.5010: the terminal debugger uses various global variableszeertzjq2022-05-26
* | docs: add missing termdebug docs from Vim runtime updateszeertzjq2022-05-26
* | feat(lsp)!: turn format filter into predicate (#18458)Mathias Fußenegger2022-05-25