Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
886e5e737d0b2eea755c415a86997ca3b7fe5349
/
src
/
testdir
886e5e7
patch 8.2.2715: Vim9: tests fail without the channel feature
by Bram Moolenaar
· 5 years ago
409da84
patch 8.2.2714: filetype pattern ending in star is too far up
by Bram Moolenaar
· 5 years ago
68ffe8c
patch 8.2.2713: folding code not sufficiently tested
by Bram Moolenaar
· 5 years ago
3c49e74
patch 8.2.2711: "gj" in a closed fold does not move out of the fold
by Bram Moolenaar
· 5 years ago
90193e6
patch 8.2.2710: Vim9: not all tests cover script and :def function
by Bram Moolenaar
· 5 years ago
3a6aadb
patch 8.2.2708: test sometimes fails waiting for shell in terminal
by Bram Moolenaar
· 5 years ago
a7511c0
patch 8.2.2706: Vim9: wrong line number reported for boolean operator
by Bram Moolenaar
· 5 years ago
77709b1
patch 8.2.2705: Vim9: misleading reported line number for wrong type
by Bram Moolenaar
· 5 years ago
6e50ec2
patch 8.2.2703: Vim9: memory leak when failing on locked variable
by Bram Moolenaar
· 5 years ago
c17ba79
patch 8.2.2702: compiler completion test fails when more scripts are added
by Bram Moolenaar
· 5 years ago
6437475
patch 8.2.2700: nested autocmd test fails sometimes
by Bram Moolenaar
· 5 years ago
c48f2dc
patch 8.2.2699: Lua test fails
by Bram Moolenaar
· 5 years ago
b9c6b6f
patch 8.2.2698: Lua test fails on MS-Windows
by Bram Moolenaar
· 5 years ago
f65ed86
patch 8.2.2696: Lua test fails with Lua 5.4.3 and later
by Bram Moolenaar
· 5 years ago
1e6bbfb
patch 8.2.2695: cursor position reset with nested autocommands
by Bram Moolenaar
· 5 years ago
5b8cabf
patch 8.2.2694: when 'matchpairs' is empty every character beeps
by Bram Moolenaar
· 5 years ago
dcf29ac
patch 8.2.2693: Vim9: locked script variable can be changed
by Bram Moolenaar
· 5 years ago
f5906aa
patch 8.2.2692: Vim9: locked script variable can be changed
by Bram Moolenaar
· 5 years ago
ef38bcf
patch 8.2.2690: PowerShell files are not recognized
by Bram Moolenaar
· 5 years ago
ca51cc0
patch 8.2.2688: Vim9: crash when using s: for script variable
by Bram Moolenaar
· 5 years ago
d877a57
patch 8.2.2687: Vim9: cannot use "const" for global variable in :def function
by Bram Moolenaar
· 5 years ago
ce0b757
patch 8.2.2686: status line is not updated when going to cmdline mode
by Bram Moolenaar
· 5 years ago
49c51b8
patch 8.2.2685: custom statusline not drawn correctly with WinBar
by Bram Moolenaar
· 5 years ago
5c504f6
patch 8.2.2684: not enough folding code is tested
by Bram Moolenaar
· 5 years ago
529fb5a
patch 8.2.2682: Vim9: cannot find Name.Func from "import * as Name"
by Bram Moolenaar
· 5 years ago
e535db8
patch 8.2.2680: Vim9: problem defining a script variable from legacy function
by Bram Moolenaar
· 5 years ago
ae0f151
patch 8.2.2679: status line missing for non-current window with winbar
by Bram Moolenaar
· 5 years ago
82820d9
patch 8.2.2678: test for 'autoshelldir' does not reset the option
by Bram Moolenaar
· 5 years ago
38a3bfa
patch 8.2.2677: Vim9: cannot use only some of the default arguments
by Bram Moolenaar
· 5 years ago
8b9abfd
patch 8.2.2675: directory change in a terminal window shell is not followed
by Bram Moolenaar
· 5 years ago
3215466
patch 8.2.2673: Vim9: script-local funcref can have lower case name
by Bram Moolenaar
· 5 years ago
b2cb6c8
patch 8.2.2672: Vim9: cannot use :lockvar and :unlockvar in compiled script
by Bram Moolenaar
· 5 years ago
b2ac7d0
patch 8.2.2670: Vim9: error for append(0, text)
by Bram Moolenaar
· 5 years ago
df749a2
patch 8.2.2669: command line completion does not work after "vim9"
by Bram Moolenaar
· 5 years ago
f49a1fc
patch 8.2.2668: Vim9: omitting "call" for "confirm()" does not give an error
by Bram Moolenaar
· 5 years ago
24f21fd
patch 8.2.2667: prop_find() cannot find item matching both id and type
by Bram Moolenaar
· 5 years ago
c580943
patch 8.2.2666: Vim9: not enough function arguments checked for string
by Bram Moolenaar
· 5 years ago
7b45d46
patch 8.2.2665: test failures
by Bram Moolenaar
· 5 years ago
32105ae
patch 8.2.2664: Vim9: not enough function arguments checked for string
by Bram Moolenaar
· 5 years ago
7007e31
patch 8.2.2662: there is no way to avoid some escape sequences
by Bram Moolenaar
· 5 years ago
ccc25aa
patch 8.2.2660: Vim9: no error for declaration with trailing text
by Bram Moolenaar
· 5 years ago
c61cb8b
patch 8.2.2659: eval test fails because for loop on string works
by Bram Moolenaar
· 5 years ago
74e54fc
patch 8.2.2658: :for cannot loop over a string
by Bram Moolenaar
· 5 years ago
522eefd
patch 8.2.2657: Vim9: error message for declaring variable in for loop
by Bram Moolenaar
· 5 years ago
a2b3e7d
patch 8.2.2656: some command line arguments and regexp errors not tested
by Bram Moolenaar
· 5 years ago
0a1a6a1
patch 8.2.2655: The -w command line argument doesn't work
by Bram Moolenaar
· 5 years ago
fa98441
patch 8.2.2652: Vim9: can use command modifier without an effect
by Bram Moolenaar
· 5 years ago
a91a713
patch 8.2.2651: Vim9: restoring command modifiers happens after jump
by Bram Moolenaar
· 5 years ago
2fecb53
patch 8.2.2650: Vim9: command modifiers not handled in nested function
by Bram Moolenaar
· 5 years ago
1ff89de
patch 8.2.2649: Vim9: some wincmd arguments cause a white space error
by Bram Moolenaar
· 5 years ago
c54f347
patch 8.2.2648: terminal resize test sometimes hangs
by Bram Moolenaar
· 5 years ago
f4a2ed0
patch 8.2.2647: terminal test sometimes hangs
by Bram Moolenaar
· 5 years ago
f28f2ac
patch 8.2.2646: Vim9: error for not using string doesn't mentionargument
by Bram Moolenaar
· 5 years ago
49f1e9e
patch 8.2.2645: using inline function is not properly tested
by Bram Moolenaar
· 5 years ago
1f448d9
patch 8.2.2643: various code not covered by tests
by Bram Moolenaar
· 5 years ago
e98f60a
patch 8.2.2642: Vim9: no clear error for wrong inline function
by Bram Moolenaar
· 5 years ago
2cec027
patch 8.2.2641: display test fails because of lacking redraw
by Bram Moolenaar
· 5 years ago
f138728
patch 8.2.2640: screenstring() returns non-existing composing characters
by Bram Moolenaar
· 5 years ago
4c86830
patch 8.2.2638: cannot write a message to the terminal from the GUI
by Bram Moolenaar
· 5 years ago
7a6eaa0
patch 8.2.2635: Vim9: cannot define an inline function
by Bram Moolenaar
· 5 years ago
f90c855
patch 8.2.2634: 'tagfunc' does not indicate using a pattern
by Bram Moolenaar
· 5 years ago
196a1f7
patch 8.2.2633: multi-byte 'fillchars' for folding do not show properly
by Bram Moolenaar
· 5 years ago
c5cf369
patch 8.2.2632: not all command line arguments are tested
by Bram Moolenaar
· 5 years ago
a0c8aea
patch 8.2.2631: commands from winrestcmd() do not always work properly
by Bram Moolenaar
· 5 years ago
592f57f
patch 8.2.2630: hard to see where a test gets stuck
by Bram Moolenaar
· 5 years ago
a0399ef
patch 8.2.2629: Vim9: error for #{{ is not desired
by Bram Moolenaar
· 5 years ago
5c7a299
patch 8.2.2628: Vim9: #{ can still be used at the script level
by Bram Moolenaar
· 5 years ago
4355894
patch 8.2.2627: no need to check for BSD after checking for not root
by Bram Moolenaar
· 5 years ago
af12586
patch 8.2.2625: rss files not recognized
by Bram Moolenaar
· 5 years ago
74b99f6
patch 8.2.2624: atom files not recognized
by Bram Moolenaar
· 5 years ago
17709e2
patch 8.2.2623: some tests fail when run as root
by Bram Moolenaar
· 5 years ago
108cf01
patch 8.2.2621: typval2type() cannot handle recursive structures
by Bram Moolenaar
· 5 years ago
4b3e196
patch 8.2.2620: Vim9: Using #{ for a dictionary gives strange errors
by Bram Moolenaar
· 5 years ago
5f91e74
patch 8.2.2619: Vim9: no test for return type of lambda
by Bram Moolenaar
· 5 years ago
3f32788
patch 8.2.2618: Vim9: cannot use a normal list name to store function refs
by Bram Moolenaar
· 5 years ago
8863bda
patch 8.2.2617: Vim9: script variable in block not found by function
by Bram Moolenaar
· 5 years ago
3e19169
patch 8.2.2616: Vim9: if 'cpo' is change in Vim9 script it may be restored
by Bram Moolenaar
· 5 years ago
a4c81be
patch 8.2.2615: test is sourcing the wrong file
by Bram Moolenaar
· 5 years ago
c970e42
patch 8.2.2614: Vim9: function is deleted while executing
by Bram Moolenaar
· 5 years ago
6ccfd99
patch 8.2.2613: new test throws exception
by Bram Moolenaar
· 5 years ago
18b7d86
patch 8.2.2612: col('.') may get outdated column value
by Bram Moolenaar
· 5 years ago
f8c52e8
patch 8.2.2611: conditions for startup tests are not exactly right
by Bram Moolenaar
· 5 years ago
1e44846
patch 8.2.2610: mouse click test fails when using remote connection
by Bram Moolenaar
· 5 years ago
3214812
patch 8.2.2609: test disabled on MS-Windows even though it should work
by Bram Moolenaar
· 5 years ago
f4fcedc
patch 8.2.2608: character input not fully tested
by Bram Moolenaar
· 5 years ago
02b4d9b
patch 8.2.2607: strcharpart() cannot include composing characters
by Bram Moolenaar
· 5 years ago
70ce8a1
patch 8.2.2606: strchars() defaults to counting composing characters
by Bram Moolenaar
· 5 years ago
0289a09
patch 8.2.2605: Vim9: string index and slice does not include composing chars
by Bram Moolenaar
· 5 years ago
240309c
patch 8.2.2604: GUI-specific command line arguments not tested
by Bram Moolenaar
· 5 years ago
77b10ff
patch 8.2.2603: Vim9: no effect if user command is also a function
by Bram Moolenaar
· 5 years ago
2e34c34
patch 8.2.2602: Vim9: continue doesn't work if :while is very first command
by Bram Moolenaar
· 5 years ago
6bce585
patch 8.2.2601: memory usage test often fails on FreeBSD
by Bram Moolenaar
· 5 years ago
93e1cae
patch 8.2.2600: Vim9: crash when putting an unknown type in a dictionary
by Bram Moolenaar
· 5 years ago
6508880
patch 8.2.2598: Vim9: :open does not need to be supported
by Bram Moolenaar
· 5 years ago
cb4e80f
patch 8.2.2597: Vim9: "import * as" does not work at script level
by Bram Moolenaar
· 5 years ago
41cd803
patch 8.2.2596: :doautocmd may confuse scripts listening to WinEnter
by Bram Moolenaar
· 5 years ago
9e813b3
patch 8.2.2595: setting 'winminheight' may cause 'lines' to change
by Bram Moolenaar
· 5 years ago
0756f75
patch 8.2.2594: alternate buffer added to session file even when it's hidden
by Bram Moolenaar
· 5 years ago
6fd367a
patch 8.2.2592: code coverage could be improved
by Bram Moolenaar
· 5 years ago
c80f647
patch 8.2.2591: Poke files are not recognized
by Bram Moolenaar
· 5 years ago
Next »