We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af8ab8 commit 26f4ca6Copy full SHA for 26f4ca6
ftplugin/python/ipy.vim
@@ -344,6 +344,7 @@ pattern = vim.eval('a:pattern')
344
if pattern:
345
if not pattern.startswith('*') and not pattern.endswith('*'):
346
pattern = '*{0}*'.format(pattern)
347
+ pattern = pattern.replace('[', '[[]')
348
else:
349
pattern = None
350
unique = vim.eval('get(g:, "ipython_history_unique", "")')
0 commit comments