aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* eval: use VAR_UNLOCKED enum, not the direct valueJan Edmund Lazo2020-11-21
* vim-patch:8.2.2027: Coverity warnts for uninitialized fieldJan Edmund Lazo2020-11-21
* vim-patch:8.2.2029: Coverity warns for not checking return valueJan Edmund Lazo2020-11-21
* vim-patch:8.2.2028: Coverity warns for using an uninitialized variableJan Edmund Lazo2020-11-21
* Merge pull request #13307 from janlazo/vim-8.1.0777Jan Edmund Lazo2020-11-21
|\
| * menu: remove winbar codeJan Edmund Lazo2020-11-20
| * vim-patch:8.2.1608: Vim9: getchar() test fails with GUIJan Edmund Lazo2020-11-20
* | Merge pull request #13250 from bfredl/missinglinkBjörn Linse2020-11-21
|\ \ | |/ |/|
| * decorations: allow nvim_set_hl to break existing linksBjörn Linse2020-11-21
* | test,unit: Change test according to change of bg color response processingerw72020-11-20
* | TUI: fix processing of bg color responseerw72020-11-20
* | TUI: fix bracket paste getting stuckerw72020-11-20
* | Merge pull request #12592 from jamessan/fix-mod-keysJames McCoy2020-11-20
|\ \ | |/ |/|
| * keymap: Preserve S- modifier when C- is presentJames McCoy2020-11-16
| * tui/input: Add S- modifier for chords with capital ASCIIJames McCoy2020-11-16
| * Understand Escape as another name for EscJames McCoy2020-11-16
* | vim-patch:8.2.2011: "syn sync" reports a very large numberSean Dewar2020-11-19
* | vim-patch:8.2.2006: .pbtxt files are not recognizedSean Dewar2020-11-19
* | startup: load files from &packpath . '/start/{pluginname}'Björn Linse2020-11-19
* | Merge pull request #13316 from bfredl/vim-8.2.2005Björn Linse2020-11-18
|\ \
| * | vim-patch:8.2.2005: redoing a mapping with <Cmd> doesn't work properlyBjörn Linse2020-11-18
* | | fix: NULL segfaults brought to you by @vigouxTJ DeVries2020-11-18
|/ /
* / vim-patch:8.2.1995: the popup menu can cause too much redrawingShougo Matsushita2020-11-17
|/
* fix(floatwin): don't always use winheightThomas Vigouroux2020-11-16
* globals: eliminate "enc_utf8" macroJan Edmund Lazo2020-11-14
* globals: eliminate "has_mbyte" macroJan Edmund Lazo2020-11-14
* vim-patch:8.2.1982: quickfix window now updated when adding invalid entriesJan Edmund Lazo2020-11-14
* Merge pull request #13275 from janlazo/vim-8.1.0805Matthieu Coudron2020-11-14
|\
| * vim-patch:8.1.0805: too many #ifdefsJan Edmund Lazo2020-11-12
| * vim-patch:8.1.0810: too many #ifdefsJan Edmund Lazo2020-11-12
| * vim-patch:8.1.0809: too many #ifdefsJan Edmund Lazo2020-11-12
| * vim-patch:8.1.0806: too many #ifdefsJan Edmund Lazo2020-11-12
| * vim-patch:8.1.0811: too many #ifdefsJan Edmund Lazo2020-11-12
* | Merge pull request #12698 from erw7/fix-popupmenu-with-rlJan Edmund Lazo2020-11-13
|\ \
| * | ui: fix problem with the popupmenu when rightleft is seterw72020-07-31
* | | Merge pull request #13287 from jamessan/github-actionsJames McCoy2020-11-13
|\ \ \
| * | | ci: Rename travis_fold to ci_fold and add GHA supportJames McCoy2020-11-13
| * | | build: Rename TRAVIS_CI_BUILD variable to CI_BUILDJames McCoy2020-11-13
| | |/ | |/|
* | | feat(lua): improve error message to make it actionable (#13276)Alvaro Muñoz2020-11-13
* | | lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
|/ /
* | Merge pull request #13273 from janlazo/vim-8.2.1972Jan Edmund Lazo2020-11-11
|\ \
| * | vim-patch:8.2.1973: finding a patch number can be a bit slowJan Edmund Lazo2020-11-11
| * | vim-patch:8.2.1972: crash when recreating nested foldJan Edmund Lazo2020-11-11
* | | Removed restricted mode - Fix #11972georg3tom2020-11-11
|/ /
* | options.lua: add short descriptions (#6288)Matthieu Coudron2020-11-11
* | Add PVS comment to new source filesJames McCoy2020-11-10
* | Merge pull request #13263 from jamessan/tree-sitter-detectJames McCoy2020-11-09
|\ \
| * | Align naming of FindTreeSitter cmake file and variablesJames McCoy2020-11-09
* | | Merge pull request #13244 from tk-shirasaka/fix/multigrid-click-foldcolumnMatthieu Coudron2020-11-10
|\ \ \ | |/ / |/| |
| * | Fix alignment issueShirasaka2020-11-10