aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* refactor: remove superfluous function-like macros #15918dundargoc2021-10-06
* fix(tui): remove dead code #15929erw72021-10-06
* vim-patch:8.2.0155: MinGW warnings; tests without +float #15908Jan Edmund Lazo2021-10-05
* fix(docs): add win_config.cJustin M. Keyes2021-10-05
* fix(docs): duplicate tag, wrong formattingJustin M. Keyes2021-10-05
* feat(api): named marks set, get, delete #15346Javier Lopez2021-10-05
* feat(lsp): improve json deserialization performance (#15854)Michael Lingelbach2021-10-05
* vim-patch:8.2.3473: some tcl files are not recognized #15912Christian Clason2021-10-05
* Merge pull request #15259 from muniter/muniter/checkhealth-from-luaMatthieu Coudron2021-10-05
|\
| * feat(ex_checkhealth): provide function for command line completionJavier López2021-10-04
* | Merge pull request #15813 from bfredl/neomouseBjörn Linse2021-10-04
|\ \
| * | fix(mouse): correct dragged position in composed layoutBjörn Linse2021-10-04
* | | docs: fix typoAditya Kurdunkar2021-10-04
* | | Merge pull request #15901 from bfredl/apiorgBjörn Linse2021-10-04
|\ \ \ | |_|/ |/| |
| * | refactor(api): move window config related functions to own fileBjörn Linse2021-10-04
| * | refactor(api): make export of functions opt-in, not opt-outBjörn Linse2021-10-03
| |/
* | refactor: inline unnecessary macros #15890dundargoc2021-10-04
* | feat(startup): load builtin plugins with --clean #15893Gregory Anders2021-10-04
* | refactor: remove redundant char casts #15888dundargoc2021-10-04
* | refactor: define diagnostic highlights in syntax.cGregory Anders2021-10-03
* | vim-patch:8.2.3469: some files with json syntax are not recognized (#15891)dundargoc2021-10-03
* | vim-patch:8.2.3466: completion submode not indicated for virtual replace (#15...zeertzjq2021-10-03
* | vim-patch:8.2.3465: cannot detect insert scroll mode (#15885)zeertzjq2021-10-03
|/
* Merge pull request #15516 from bfredl/keysetBjörn Linse2021-10-03
|\
| * refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* | vim-patch:8.2.3464: nginx files are not recognized (#15883)Christian Clason2021-10-03
* | fix(nvim_open_win): crash if autocmds delete buffer/window #15549Sean Dewar2021-10-02
* | vim-patch:8.2.3460: some type casts are not needed #15868dundargoc2021-10-02
* | fix(float)!: always anchor to corner of window including border #15832zeertzjq2021-10-02
* | refactor: format with uncrustify #15872dundargoc2021-10-02
* | fix(input): resolve isolated (non-ALT/META) mappings #13109erw72021-10-02
* | Merge pull request #15867 from bfredl/starpackBjörn Linse2021-10-02
|\ \
| * | fix(runtime): add packages as "/pack/*/start/*" patterns to &rtpBjörn Linse2021-10-02
| |/
* | refactor: format with uncrustify #15842dundargoc2021-10-02
* | refactor: convert char_u to char #15824dundargoc2021-10-02
* | Merge pull request #15861 from dundargoc/refactor/xdiffJames McCoy2021-10-01
|\ \
| * | refactor: update path to xdiff in commentsDundar Göc2021-10-01
| |/
* / refactor: remove PVS comment on top of filesDundar Göc2021-10-01
|/
* fix(runtime): fix ordering of "after" packagesBjörn Linse2021-09-30
* Merge pull request #14937 from dstein64/vim-8.1.2304Jan Edmund Lazo2021-09-29
|\
| * vim-patch:8.1.2321: cannot select all text with the mouseDaniel Steinberg2021-09-29
| * vim-patch:8.1.2319: compiler warning for int sizeDaniel Steinberg2021-09-29
| * vim-patch:8.1.2309: compiler warning for argument typeDaniel Steinberg2021-09-29
| * vim-patch:8.1.2304: cannot get the mouse position when getting a mouse clickDaniel Steinberg2021-09-29
* | Refactor/uncrustify (#15790)dundargoc2021-09-29
|/
* Merge pull request #15812 from bfredl/tabaBjörn Linse2021-09-28
|\
| * fix(runtime): make a copy of runtime_search_path when iteratingBjörn Linse2021-09-27
* | feat(ui): add vim.ui.select and use in code actions (#15771)Mathias Fußenegger2021-09-27
|/
* Merge pull request #14871 from mjlbach/feature/lua-cjson-embeddedMichael Lingelbach2021-09-26
|\
| * feat(lua): expose lua-cjson as vim.jsonMichael Lingelbach2021-09-26