aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #14915 from clason/ts-match-limitBjörn Linse2021-06-28
|\
| * fix(treesitter): set match limit for query cursorsChristian Clason2021-06-26
* | [RDY] Add buffer information to tabline_update (#12481)John Gehrig2021-06-27
* | vim-patch:8.2.2954: short file name extension for Scala not recognizedJan Edmund Lazo2021-06-26
* | vim-patch:8.2.3049: JSON patch file not recognizedJan Edmund Lazo2021-06-26
* | vim-patch:8.2.3050: cannot recognize elixir filesJan Edmund Lazo2021-06-26
* | vim-patch:8.2.3018: 'quickfixtextfunc' formatting is lost when switching buff...Yorick Peterse2021-06-26
* | vim-patch:8.1.0897: can modify a:000 when using a reference (#14902)Jan Edmund Lazo2021-06-26
* | Fix `<afile>` getting prepended with a slash on WinClosed (#14515)Ghjuvan Lacambre2021-06-26
|/
* vim-patch:8.2.3033: no error when using alpha delimiter with :globalJan Edmund Lazo2021-06-23
* vim-patch:8.2.2185: BufUnload is not triggered for the quickfix dummy bufferJan Edmund Lazo2021-06-23
* vim-patch:8.2.1255: cannot use a lambda with quickfix functionsJan Edmund Lazo2021-06-23
* vim-patch:8.1.1437: code to handle callbacks is duplicatedJan Edmund Lazo2021-06-23
* Merge pull request #14868 from shadmansaleh/patch_verbose_for_luaBjörn Linse2021-06-23
|\
| * fix(source): Source giving E484 & parsing error at line 1 for lua filesshadmansaleh2021-06-21
| * BugFix: Fix inconsistent verbose messageshadmansaleh2021-06-21
* | extmark: fix deletable nodes in MarkTree sometimes getting skippedsnezhniylis2021-06-22
* | vim-patch:8.2.3020: unreachable code (#14866)jimman20032021-06-20
|/
* Merge pull request #14824 from vigoux/extmarks-ts-perfBjörn Linse2021-06-18
|\
| * perf(extmarks): allow ephemeral extmarks past EOFThomas Vigouroux2021-06-16
* | vim-patch:8.2.3012: when 'rightleft' is set the line number is drawn reversed...Jan Edmund Lazo2021-06-17
|/
* Merge pull request #14454 from eltociear/patch-1Thomas Vigouroux2021-06-15
|\
| * screen: fix typo in screen.cIkko Ashimine2021-04-29
* | option: fix typo in option.cIkko Ashimine2021-06-16
* | Merge pull request #14804 from clason/rounded-bordersMichael Lingelbach2021-06-14
|\ \
| * | feat(float): add rounded borders presetChristian Clason2021-06-14
* | | vim-patch:8.2.2990: Jupyter Notebook files are not recognizedJan Edmund Lazo2021-06-13
* | | vim-patch:8.2.0936: some terminals misinterpret the code for getting cursor s...Jan Edmund Lazo2021-06-13
* | | vim-patch:8.2.1354: test 59 is old styleJan Edmund Lazo2021-06-13
|/ /
* | Merge pull request #14788 from shadmansaleh/fix/lua_runtime1Björn Linse2021-06-13
|\ \
| * | refactor(startup): Load init.lua with do_sorceshadmansaleh2021-06-13
| * | fixup(runtime): Fix lua runtime files not listedshadmansaleh2021-06-13
* | | vim-patch:8.2.2896: spellfile functionality not fully testedJan Edmund Lazo2021-06-12
* | | vim-patch:8.2.0945: cannot use "z=" when 'spell' is offJan Edmund Lazo2021-06-12
* | | vim-patch:8.2.0046: tests for spell suggestions are slowJan Edmund Lazo2021-06-12
* | | vim-patch:8.2.0039: memory access error when "z=" has no suggestionsJan Edmund Lazo2021-06-12
* | | vim-patch:8.2.0038: spell suggestions insufficiently testedJan Edmund Lazo2021-06-12
* | | vim-patch:8.1.1865: spellrare and spellrepall in the wrong orderJan Edmund Lazo2021-06-12
* | | vim-patch:8.1.1838: there is :spellwrong and :spellgood but not :spellrareJan Edmund Lazo2021-06-12
|/ /
* | fix(ui): Fix pum incorrect position in multigrid modeSerg Tereshchenko2021-06-12
* | Merge pull request #14761 from janlazo/vim-8.2.2966Jan Edmund Lazo2021-06-11
|\ \
| * | vim-patch:8.2.2974: Greek spell checking uses wrong case foldingJan Edmund Lazo2021-06-11
| * | vim-patch:8.2.2971: cannot yank a block without trailing spacesJan Edmund Lazo2021-06-10
| * | vim-patch:8.2.2422: crash when deleting with line number out of rangeJan Edmund Lazo2021-06-10
| * | vim-patch:8.2.1702: crash when using undo after deleting folded linesJan Edmund Lazo2021-06-10
| * | vim-patch:8.2.2966: ml_get errors after recovering a fileJan Edmund Lazo2021-06-10
* | | Merge pull request #14773 from mjlbach/fix/vim-region-boundsMichael Lingelbach2021-06-11
|\ \ \
| * | | fix(lua): ensure vim.region truncates to buf rangeMichael Lingelbach2021-06-11
| |/ /
* | | Merge pull request #14686 from shadmansaleh/feat/evaluate_plugin/luaBjörn Linse2021-06-11
|\ \ \
| * | | refactor(source): Move lua file detection to do_sourceshadmansaleh2021-06-11