mirror of
https://github.com/amix/vimrc
synced 2025-07-12 14:15:00 +08:00
rename vim_plugins_src to vim_plugin_candinates_src and used as an plugin candinate dir
This commit is contained in:
@ -0,0 +1,42 @@
|
||||
==== s_read_pastebuffer
|
||||
---- It should read the paste buffer which contains empty string
|
||||
..
|
||||
---- It should read the paste buffer which contains string without newline
|
||||
..
|
||||
---- It should read the paste buffer which contains single-line string
|
||||
..
|
||||
---- It should read the paste buffer which contains multi-line string
|
||||
..
|
||||
---- It should read the paste buffer which contains multi-line string w/o last LF
|
||||
..
|
||||
---- It should read the paste buffer which is emptied by "register . ''"
|
||||
..
|
||||
|
||||
==== s_read_pastebuffer_gnuscreen
|
||||
---- It should read the paste buffer which contains empty string
|
||||
..
|
||||
---- It should read the paste buffer which contains string without newline
|
||||
..
|
||||
---- It should read the paste buffer which contains single-line string
|
||||
..
|
||||
---- It should read the paste buffer which contains multi-line string
|
||||
..
|
||||
---- It should read the paste buffer which contains multi-line string w/o last LF
|
||||
..
|
||||
---- It should read the paste buffer which is emptied by "register . ''"
|
||||
..
|
||||
|
||||
==== s_write_pastebuffer
|
||||
---- It should succeed
|
||||
.....
|
||||
|
||||
==== s_write_pastebuffer_gnuscreen
|
||||
---- It should succeed
|
||||
.....
|
||||
|
||||
|
||||
|
||||
**** Result ****
|
||||
|
||||
|
||||
34 examples, 0 failures
|
Reference in New Issue
Block a user