aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
* refactor: uncrustify #16090dundargoc2021-10-29
* fix(eval): fix has('wsl') #16153erw72021-10-29
* refactor(api): break out Vim script functions to its own fileBjörn Linse2021-10-29
* refactor(api): break out vim_to_object/object_to_vim to own fileBjörn Linse2021-10-29
* fix(eval): checking for a non-empty string is too strict (#15987)Fabian2021-10-28
* vim-patch:8.2.3556: filler lines are incorrect for other window in diff mode ...Jaehwang Jerry Jung2021-10-28
* Merge pull request #16125 from dundargoc/refactor/lua/split-executorBjörn Linse2021-10-26
|\
| * refactor: split executor.c into two filesDundar Göc2021-10-26
* | refactor(api): move extmark API to its own fileBjörn Linse2021-10-25
|/
* Merge pull request #16124 from mjlbach/feat/bjorn-baitBjörn Linse2021-10-24
|\
| * feat: add vim.str_utf_pos functionMichael Lingelbach2021-10-24
* | vim-patch:8.2.3547: opening the quickfix window triggers BufWinEnter twice (#...Yorick Peterse2021-10-23
* | vim-patch:8.2.3542: too many comments are old style (#16096)dundargoc2021-10-23
* | vim-patch:8.2.0026: still some /* */ comments (#16088)dundargoc2021-10-23
* | Merge pull request #16111 from dundargoc/vim-patch/commentsJan Edmund Lazo2021-10-23
|\ \
| * | vim-patch:8.1.2396: using old C style commentsDundar Göc2021-10-21
| * | vim-patch:8.1.2395: using old C style commentsDundar Göc2021-10-21
| * | vim-patch:8.1.2394: using old C style commentsDundar Göc2021-10-21
| * | vim-patch:8.1.2392: using old C style commentsDundar Göc2021-10-21
| * | vim-patch:8.1.2388: using old C style commentsDundar Göc2021-10-21
| * | vim-patch:8.1.2387: using old C style commentsDundar Göc2021-10-21
| * | vim-patch:8.1.2380: using old C style commentsDundar Göc2021-10-21
| * | vim-patch:8.1.2379: using old C style commentsDundar Göc2021-10-21
| * | vim-patch:8.1.2378: using old C style commentsDundar Göc2021-10-21
| * | vim-patch:8.1.2368: using old C style commentsDundar Göc2021-10-21
* | | Merge pull request #16029 from bfredl/multilineBjörn Linse2021-10-23
|\ \ \ | |_|/ |/| |
| * | feat(decorations): support more than one virt_lines blockBjörn Linse2021-10-23
| * | refactor(decorations): mark decorations directly on the marktreeBjörn Linse2021-10-23
| |/
* / vim-patch:8.2.3550: completion() does not work properly (#16112)Christian Clason2021-10-21
|/
* vim-patch:8.1.2243: typos in comments (#16104)dundargoc2021-10-20
* Merge pull request #16086 from bfredl/termpipe_inputBjörn Linse2021-10-20
|\
| * feat(nvim_open_term): support input callback in luaBjörn Linse2021-10-20
* | build: update cmake min version to 3.10 #16065Jakub Łuczyński2021-10-19
* | Merge pull request #15767 from lewis6991/lua_var_indexBjörn Linse2021-10-19
|\ \
| * | feat(lua): allow passing handles to vim.b/w/tLewis Russell2021-10-19
* | | fix(gen_vimdoc.py): spacing around inline elements #16092Gregory Anders2021-10-19
|/ /
* | vim-patch:8.2.3537: wrong mode() during 'operatorfunc' #16087zeertzjq2021-10-19
* | fix(api/nvim_eval_statusline): allow maxwidth=0 #16080Famiu Haque2021-10-19
* | refactor: remove space after starDundar Göc2021-10-19
* | refactor: make commas trail in enumsDundar Göc2021-10-19
* | refactor: enable formatting for files under libDundar Göc2021-10-19
|/
* feat(api): evaluate statusline string #16020Famiu Haque2021-10-18
* refactor: convert to doxygen-style comments #16013dundargoc2021-10-17
* fix(PVS/V1028): prevent possible overflow #16023dundargoc2021-10-17
* Merge pull request #15999 from famiu/fix/build/export-windows-symbolsBjörn Linse2021-10-17
|\
| * fix(build): export symbols on WindowsFamiu Haque2021-10-17
* | Merge pull request #15973 from bfredl/luapathBjörn Linse2021-10-17
|\ \
| * | fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
| |/
* | Merge pull request #15952 from zeertzjq/vim-8.1.1291Jan Edmund Lazo2021-10-17
|\ \
| * | refactor(dirchanged): tab -> tabpagezeertzjq2021-10-17