parent
24362c7c22
commit
799445eaf8
|
@ -231,7 +231,8 @@ class Application(object):
|
||||||
if not opened:
|
if not opened:
|
||||||
previous = self.bufferlist.slots[n].window.buffer
|
previous = self.bufferlist.slots[n].window.buffer
|
||||||
|
|
||||||
lines = ["This is a completion buffer:", ""]
|
#lines = ["This is a completion buffer:", ""]
|
||||||
|
lines = []
|
||||||
if len(candidates) > self.bufferlist.slots[n].height:
|
if len(candidates) > self.bufferlist.slots[n].height:
|
||||||
m = len(candidates) - (len(candidates) // 2)
|
m = len(candidates) - (len(candidates) // 2)
|
||||||
mlen = 0
|
mlen = 0
|
||||||
|
|
Loading…
Reference in New Issue