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 806f4a4 commit 82a2e14Copy full SHA for 82a2e14
test/test_buffer.py
@@ -107,7 +107,7 @@ def test_options(vim):
107
vim.current.buffer.options['define'] = 'test'
108
assert vim.current.buffer.options['define'] == 'test'
109
# Doesn't change the global value
110
- assert vim.options['define'] == r'^\s*#\s*define'
+ assert vim.options['define'] == ''
111
112
with pytest.raises(KeyError) as excinfo:
113
vim.current.buffer.options['doesnotexist']
0 commit comments