| Commit message (Collapse) | Author | Age |
... | |
| | | |
| | | |
| | | |
| | | | |
nvim does not support v:none for json_encode() and json_decode().
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: No test for strpart().
Solution: Add a test. (Dominique Pelle, closes vim/vim#2347)
https://github.com/vim/vim/commit/c7d16dce2f180c8ebfc8105ad090b0ea2deedcdc
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: Some functions are not tested.
Solution: Add more tests for functions. (Dominique Pelle, closes vim/vim#1541)
https://github.com/vim/vim/commit/41042f3cfdb91f946e553456278a995e61dd8578
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Problem: Not enough test coverage for eval functions.
Solution: Add more tests. (Dominique Pelle, closes vim/vim#1420)
https://github.com/vim/vim/commit/24c2e48ef8b8b9053fa18039e6f6118337f908f8
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: Not enough test coverage for syntax commands.
Solution: Add a few more tests. (Dominique Pelle, closes vim/vim#1624)
https://github.com/vim/vim/commit/ea588154d00aec288e48b344b2685e46bea99cd6
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Problem: The :ownsyntax command is not tested.
Solution: Add a test. (Dominique Pelle, closes vim/vim#1622)
https://github.com/vim/vim/commit/f8ec998613d8037e345f4e7e08460dfc15c528a9
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | | |
When/if TUI/bridge teardown is refactored to use events, this
commit can be reverted.
|
| | | |
|
| | |
| | |
| | | |
Fixes #8385
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Character classes are not well tested. They can differ between
platforms.
Solution: Add tests. In the documentation make clear which classes depend
on what library function. Only use :cntrl: and :graph: for ASCII.
(Kazunobu Kuriyama, Dominique Pelle, closes vim/vim#1560)
Update the documentation.
https://github.com/vim/vim/commit/0c078fc7db2902d4ccba04506db082ddbef45a8c
|
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: A large count on a normal command causes trouble. (Dominique
Pelle)
Solution: Make "opcount" long.
https://github.com/vim/vim/commit/b1e04fca3704e272a30afbe062498819eaacd4f9
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: MS-Windows users are confused about default mappings.
Solution: Don't map keys in the console where they don't work. Add a choice
in the installer to use MS-Windows key bindings or not. (Christian
Brabandt, Ken Takata, closes vim/vim#2093)
https://github.com/vim/vim/commit/c3fdf7f80b2febdd8a8f7a1310631567d257d66a
|
|/ /
| |
| |
| |
| |
| |
| | |
Problem: When using the tiny version trying to load the matchit plugin
gives an error. On MS-Windows some default mappings fail.
Solution: Add a check if the command used is available. (Christian Brabandt)
https://github.com/vim/vim/commit/8cc2a9c062fa38e133a62778518f769a423a2526
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Menuage for skipping client-server tests is unclear.
Solution: Be more specific about what's missing (Hirohito Higashi, Kazunobu
Kuriyama)
https://github.com/vim/vim/commit/a683ec44c34f0717dcc6a0c03493ba39b879ac38
|
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Client-server tests fail when $DISPLAY is not set.
Solution: Check for E240 before running the test.
https://github.com/vim/vim/commit/a2845b8f5a3058c8c89699771ffd4d69513b097d
|
|/ /
| |
| |
| |
| |
| | |
Problem: ml_get errors in silent Ex mode. (Dominique Pelle)
Solution: Clear valid flags when setting the cursor. Set the topline when
not in full screen mode.
https://github.com/vim/vim/commit/d5d37537d1fa46fd468bd378af2006dd09840f38
|
|\ \ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Problem: Failed window split for :stag not handled. (Coverity CID 99204)
Solution: If the split fails skip to the end. (bstaletic, closes vim/vim#1577)
https://github.com/vim/vim/commit/ba6ad17378ddb9b33412d85174224997b8ff7a4f
|
| | |
| | |
| | |
| | |
| | | |
Problem: Insufficient testing for folding.
Solution: Add a couple more fold tests. (Dominique Pelle, closes vim/vim#1579)
https://github.com/vim/vim/commit/518c9b133baed4b1a555d7be0ece1b48bb234b1d
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
after_each + os.remove ensures Xfile is deleted after every test.
Windows exit code is inconsistent.
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
mkfifo (msysgit) does not work outside of msys2 environment.
gzip tests fail on Windows.
mklink requires admin privs for file symbolic links so mklink fails.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Compiler warnings for comparing unsigned char with 256 always
being true. (Manuel Ortega)
Solution: Add type cast.
https://github.com/vim/vim/commit/977d03733601948ab334fec24d0da82bc18c57c3
|
| |/
|/|
| |
| |
| | |
Problem: Endless loop in updating folds with 32 bit ints.
Solution: Subtract from LHS instead of add to the RHS. (Matthew Malcomson)
vim/vim@9d20ce6
|
|\ \
| | |
| | | |
Add methods to enumerate channels and clients to identify themselves
|
|/ /
| |
| |
| |
| | |
Fire autocmd when channel opens or its info changes.
Add a way for API clients can describe themselves.
|
| |
| |
| |
| | |
closes #8426
|
| | |
|
|/ |
|
|\ |
|
| |
| |
| |
| | |
https://github.com/neovim/neovim/pull/8218#issuecomment-383412049
|
| | |
|
| | |
|
|\ \ |
|