patch 8.2.3022: available encryption methods are not strong enoughProblem: Available encryption methods are not strong enough.Solution: Add initial support for xchaha20. (Christian Brabandt,
patch 8.2.3022: available encryption methods are not strong enoughProblem: Available encryption methods are not strong enough.Solution: Add initial support for xchaha20. (Christian Brabandt, closes #8394)
show more ...
patch 8.0.1298: missing test fileProblem: Missing test file.Solution: Add samples/test000. (Christian Brabandt)
patch 7.4.1953Problem: Not all parts of the quickfix code are tested.Solution: Add more tests. (Yegappan Lakshmanan)
patch 7.4.1802Problem: Quickfix doesn't handle long lines well, they are split.Solution: Drop characters after a limit. (Anton Lindqvist)
updated for version 7.4.497Problem: With some regexp patterns the NFA engine uses many states and becomes very slow. To the user it looks like Vim freezes.Solution: When the numbe
updated for version 7.4.497Problem: With some regexp patterns the NFA engine uses many states and becomes very slow. To the user it looks like Vim freezes.Solution: When the number of states reaches a limit fall back to the old engine. (Christian Brabandt)