mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
Merge #11319 'inccommand: fix issues with modifiers and prompting'
This commit is contained in:
@@ -66,7 +66,7 @@ except IndexError:
|
||||
def filt(entry): return True
|
||||
else:
|
||||
_filt = filt
|
||||
def filt(entry): return eval(_filt, globals(), {'entry': entry})
|
||||
def filt(entry): return eval(_filt, globals(), {'entry': entry}) # noqa
|
||||
|
||||
poswidth = len(str(os.stat(fname).st_size or 1000))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user