parent
0fc98f894a
commit
7cd3b7dda7
|
@ -1089,7 +1089,7 @@ class Application(object):
|
|||
|
||||
def get_minibuffer_lines(self):
|
||||
lines2 = []
|
||||
if self.error_string and False:
|
||||
if self.error_string:
|
||||
maxlen = self.config['max_error_len']
|
||||
if len(self.error_string) < maxlen:
|
||||
s = self.error_string
|
||||
|
|
Loading…
Reference in New Issue