Fix some 'No such mapping' warnings which led to random test failures on my system
This commit is contained in:
parent
37f28fe580
commit
cee3b423fc
3
test.py
3
test.py
@ -1775,8 +1775,7 @@ class _AnonBase(_VimTest):
|
||||
self.send(":inoremap <silent> " + EA + ' <C-R>=UltiSnips_Anon('
|
||||
+ self.args + ')<cr>\n')
|
||||
def _options_off(self):
|
||||
self.send(":iunmap <silent> " + EA + ' <C-R>=UltiSnips_Anon('
|
||||
+ self.args + ')<cr>\n')
|
||||
self.send(":iunmap <silent> " + EA + '\n')
|
||||
|
||||
class Anon_NoTrigger_Simple(_AnonBase):
|
||||
args = '"simple expand"'
|
||||
|
Loading…
Reference in New Issue
Block a user