aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | | | | | | | | Merge pull request #17034 from zeertzjq/compl-lua-selectbfredl2022-01-13
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | feat(completion): support selecting item via API from Lua mappingzeertzjq2022-01-11
* | | | | | | | | | fix(keywordprg): retain terminal buffer after K (#17046)Daniel Steinberg2022-01-12
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | vim-patch:8.2.4064: foam files are not detected (#17041)Christian Clason2022-01-11
* | | | | | | | | Merge pull request #16962 from f380cedric/vim-8.2.3409Thomas Vigouroux2022-01-11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | vim-patch:8.2.3409: reading beyond end of line with invalid utf-8 characterf380cedric2022-01-06
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #16961 from f380cedric/vim-8.2.3582Thomas Vigouroux2022-01-11
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | vim-patch:8.2.3582: reading uninitialized memory when giving spell suggestionsf380cedric2022-01-06
| |/ / / / / / /
* | | | | | | | Merge pull request #17025 from zeertzjq/compl-k-luabfredl2022-01-10
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(completion): prevent K_LUA from closing pumzeertzjq2022-01-10
* | | | | | | | | Merge pull request #17006 from vigoux/tree-sitter-allocThomas Vigouroux2022-01-10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | feat(treesitter): set allocator when possibleThomas Vigouroux2022-01-09
* | | | | | | | | Merge pull request #16849 from dundargoc/refactor/pvs/v1048bfredl2022-01-09
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | refactor(PVS/V1048): ignore "assigned the same value" warningDundar Göc2022-01-08
| |/ / / / / / / /
* | | | | | | | | test: use old style test for testing filetype.lua (#17003)Gregory Anders2022-01-09
* | | | | | | | | fix(api): validate user_command name (#17004)Lewis Russell2022-01-09
|/ / / / / / / /
* | | | | | | | Merge pull request #16848 from dundargoc/refactor/prevent-overflow-by-castingbfredl2022-01-08
|\ \ \ \ \ \ \ \
| * | | | | | | | chore(fixup): bfredl size_tDundar Göc2022-01-01
| * | | | | | | | chore(fixup): zeerdundargoc2022-01-01
| * | | | | | | | refactor: avoid overflow by explicitly casting operand to a wider typeDundar Göc2021-12-31
* | | | | | | | | Merge pull request #16991 from bk2204/ex-modebfredl2022-01-08
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix: make mode() return correct value in ex modebrian m. carlson2022-01-08
| | |_|/ / / / / / | |/| | | | | | |
* / | | | | | | | vim-patch:8.2.4033: running filetype tests leaves directory behind (#16984)zeertzjq2022-01-07
|/ / / / / / / /
* | | | | / / / vim-patch:8.2.4014: git and gitcommit file types not properly recognized (#16...Christian Clason2022-01-07
| |_|_|_|/ / / |/| | | | | |
* | | | | | | vim-patch:8.2.0951: search stat test has leftover from debugging (#16967)zeertzjq2022-01-06
* | | | | | | fix(lua): print multiple return values with =expr (#16933)Shadman2022-01-06
* | | | | | | feat(lua): add notify_once() (#16956)Gregory Anders2022-01-06
* | | | | | | Merge pull request #16591 from shadmansaleh/feat/lua_keymaps2Björn Linse2022-01-06
|\ \ \ \ \ \ \
| * | | | | | | feat(lua): add vim.keymapshadmansaleh2022-01-04
* | | | | | | | Merge pull request #16817 from lewis6991/masterBjörn Linse2022-01-06
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | vim-patch:8.2.3921: the way xdiff is used is inefficientLewis Russell2021-12-28
* | | | | | | | feat(autocmd): populate v:event in RecordingLeave (#16828)Axel Dahlberg2022-01-04
* | | | | | | | fix(api): force redefinition of user commands by default (#16918)Gregory Anders2022-01-04
* | | | | | | | chore: fix typos (#16816)dundargoc2022-01-04
| |/ / / / / / |/| | | | | |
* | | | | | | feat: filetype.lua (#16600)Gregory Anders2022-01-04
* | | | | | | feat(lua): make =expr print result of exprshadmansaleh2022-01-04
| |_|_|_|_|/ |/| | | | |
* | | | | | vim-patch:8.2.3995: not all sshconfig files are detected as such (#16899)Christian Clason2022-01-03
* | | | | | ci: simplify ci_fold function (#16874)dundargoc2022-01-03
* | | | | | fix(lua): stricter type check when calling API function (#16745)dundargoc2022-01-03
* | | | | | Merge pull request #16870 from dundargoc/refactor/pvs/V009James McCoy2022-01-01
|\ \ \ \ \ \
| * | | | | | refactor(PVS/V009): add special comment at top of file required by PVSDundar Göc2022-01-01
* | | | | | | perf(api): elide luaref copy when setting 'callback' in nvim_set_keymapBjörn Linse2022-01-01
|/ / / / / /
* | | | | | Merge pull request #16857 from dundargoc/vim-8.2.3956Björn Linse2022-01-01
|\ \ \ \ \ \
| * | | | | | vim-patch:8.2.3956: duplicate assignmentDundar Göc2022-01-01
* | | | | | | vim-patch:8.2.3964: some common lisp and scheme files not recognized (#16866)Christian Clason2022-01-01
|/ / / / / /
* | | | | | feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* | | | | | vim-patch:8.2.3952: first line not redrawn when adding lines to an empty bufferzeertzjq2021-12-31
| |/ / / / |/| | | |
* | | | | Merge pull request #16728 from dundargoc/refactor/remove-unused-macrosBjörn Linse2021-12-30
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | refactor: remove unused macrosDundar Göc2021-12-30
* | | | | Merge pull request #16373 from zeertzjq/terminal-mouse-release-forwardBjörn Linse2021-12-28
|\ \ \ \ \