Lines Matching refs:error

15 …: \(<built-in function eval> returned NULL without setting an \(error\|exception\)\|error return w…
91 " Check deleting lines does not trigger an ml_get error.
97 " Check switching to another buffer does not trigger an ml_get error.
480 " The following code used to trigger an ml_get error
499 \ 'Vim(let):vim.error: attempt to refer to deleted tab page')
501 \ 'Vim(let):vim.error: attempt to refer to deleted tab page')
503 \ 'Vim(py3):vim.error: attempt to refer to deleted tab page')
505 \ 'Vim(py3):vim.error: attempt to refer to deleted tab page')
530 \ 'Vim(let):vim.error: attempt to refer to deleted window')
532 \ 'Vim(py3):vim.error: attempt to refer to deleted window')
534 \ 'Vim(py3):vim.error: attempt to refer to deleted window')
538 \ 'Vim(py3):vim.error: attempt to refer to deleted window')
638 \ 'Vim(py3):vim.error: dictionary is locked')
835 except vim.error:
836 cb.append('l[2] threw vim.error: ' + emsg(sys.exc_info()))
838 call assert_equal(['', "l[2] threw vim.error: error:('list is locked',)"],
842 call AssertException(['py3 l += [4, 5]'], 'Vim(py3):vim.error: list is locked')
869 …call assert_equal("l[1](1, 2, 3):(<class 'vim.error'>, error('Vim:E725: Calling dict function with…
874 …call assert_equal("f(1, 2, 3):(<class 'vim.error'>, error('Vim:E117: Unknown function: New',))", g…
1119 call AssertException(['py3 ll[-10] = 5'], 'Vim(py3):vim.error: internal error:')
1413 inv: -100! error
1434 inv: 'abc4'! error
1721 except vim.error:
1743 \ "Vim(py3):vim.error: Vim:E21: Cannot make changes, 'modifiable' is off")
1745 \ "Vim(py3):vim.error: Vim:E21: Cannot make changes, 'modifiable' is off")
1747 \ "Vim(py3):vim.error: Vim:E21: Cannot make changes, 'modifiable' is off")
1749 \ "Vim(py3):vim.error: Vim:E21: Cannot make changes, 'modifiable' is off")
1751 \ "Vim(py3):vim.error: Vim:E21: Cannot make changes, 'modifiable' is off")
1753 \ "Vim(py3):vim.error: Vim:E21: Cannot make changes, 'modifiable' is off")
1770 \ 'Vim(py3):vim.error: attempt to refer to deleted buffer')
1774 \ 'Vim(let):vim.error: attempt to refer to deleted buffer')
1776 \ 'Vim(py3):vim.error: attempt to refer to deleted buffer')
1780 \ 'Vim(py3):vim.error: attempt to refer to deleted buffer')
1782 \ 'Vim(py3):vim.error: attempt to refer to deleted buffer')
1784 \ 'Vim(let):vim.error: attempt to refer to deleted buffer')
1786 \ 'Vim(py3):vim.error: attempt to refer to deleted buffer')
1788 \ 'Vim(py3):vim.error: attempt to refer to deleted buffer')
1790 \ 'Vim(py3):vim.error: attempt to refer to deleted buffer')
1854 except vim.error:
1857 cb.append('!!!! No vim.error')
2001 cb.append('Type error at assigning None to vim.current.' + attr)
2007 Type error at assigning None to vim.current.window
2008 Type error at assigning None to vim.current.tabpage
2009 Type error at assigning None to vim.current.buffer
2436 sa(): !exception: error:('Vim:E725: Calling dict function without Dictionary: SelfArgs',)
2437 psa1(): !exception: error:('Vim:E725: Calling dict function without Dictionary: SelfArgs',)
2438 psa2(): !exception: error:('Vim:E725: Calling dict function without Dictionary: SelfArgs',)
2446 sa(42, 43): !exception: error:('Vim:E725: Calling dict function without Dictionary: SelfArgs',)
2447 … psa1(42, 43): !exception: error:('Vim:E725: Calling dict function without Dictionary: SelfArgs',)
2448 … psa2(42, 43): !exception: error:('Vim:E725: Calling dict function without Dictionary: SelfArgs',)
3139 dl.pop("a"):(<class 'vim.error'>, error('dictionary is locked',))
3146 dl["b"] = 1:(<class 'vim.error'>, error('dictionary is locked',))
3319 …d.update((("a", {"abcF" : None}),)):(<class 'vim.error'>, error("failed to add key 'a' to dictiona…
3346 …d.update((("a", Mapping({"abcG" : None})),)):(<class 'vim.error'>, error("failed to add key 'a' to…
3358 d.update((("a", None),)):(<class 'vim.error'>, error("failed to add key 'a' to dictionary",))
3446 ll[1] = 2:(<class 'vim.error'>, error('list is locked',))
3449 ll[1:100] = "abcJ":(<class 'vim.error'>, error('list is locked',))
3766 …vim.current.window.cursor = (100000000, 100000000):(<class 'vim.error'>, error('cursor position ou…
3784 vim.current.buffer[0] = "\na":(<class 'vim.error'>, error('string cannot contain newlines',))
3785 vim.current.buffer[0] = b"\na":(<class 'vim.error'>, error('string cannot contain newlines',))
3790 …vim.current.buffer[:] = ["\na", "bc"]:(<class 'vim.error'>, error('string cannot contain newlines'…
3793 …vim.current.buffer.append(["\na", "bc"]):(<class 'vim.error'>, error('string cannot contain newlin…
3794 … vim.current.buffer.append("\nbc"):(<class 'vim.error'>, error('string cannot contain newlines',))
3807 vim.current.buffer.mark("!"):(<class 'vim.error'>, error('invalid mark name',))
3925 vim.command("throw 'abcN'"):(<class 'vim.error'>, error('abcN',))
3926 Exe("throw 'def'"):(<class 'vim.error'>, error('def',))
3927 vim.eval("Exe('throw ''ghi''')"):(<class 'vim.error'>, error('ghi',))
3928 vim.eval("Exe('echoerr ''jkl''')"):(<class 'vim.error'>, error('Vim(echoerr):jkl',))
3929 …vim.eval("Exe('xxx_non_existent_command_xxx')"):(<class 'vim.error'>, error('Vim:E492: Not an edit…
3930 …vim.eval("xxx_unknown_function_xxx()"):(<class 'vim.error'>, error('Vim:E117: Unknown function: xx…
3931 …vim.bindeval("Exe('xxx_non_existent_command_xxx')"):(<class 'vim.error'>, error('Vim:E492: Not an …