Skip to content

Commit 4924a26

Browse files
committed
fixup! WIP: use b:_jedi_callsig_orig to get original line contents
1 parent fa6faea commit 4924a26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/indent/indent_spec.rb

+3
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,9 @@
410410
# for concealed lines.
411411
vim.command 'let b:_jedi_callsig_orig = {3: "if True:", 4: "def f("}'
412412
}
413+
after {
414+
vim.command 'unlet b:_jedi_callsig_orig'
415+
}
413416

414417
it "ignores the call signature after a colon" do
415418
# Assert that we are in line 3.

0 commit comments

Comments
 (0)