can now q!

This commit is contained in:
2017-03-02 18:26:14 +08:00
parent e81fe5cc37
commit 6c39f480bf
4 changed files with 12 additions and 4 deletions
+3 -2
View File
@@ -13,11 +13,12 @@
var LineOffset = function( buffs, l )
{
/** @type {Components.Vim.LineBuffer} */
var offset = 0;
LineLoop:
for( var i = 0, line = buffs[0];
for( var i = 0,
/** @type {Components.Vim.LineBuffer} */
line = buffs[0];
line && i < l; i ++ )
{
while( line )