mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
tests/indent: remove indentexpr fix
This commit is contained in:
parent
dfcefb3895
commit
17ca7725d2
1 changed files with 0 additions and 3 deletions
|
|
@ -79,10 +79,7 @@ function M.run_indent_test(file, runner, opts)
|
|||
vim.cmd(string.format('edit %s', file))
|
||||
local before = vim.api.nvim_buf_get_lines(0, 0, -1, true)
|
||||
|
||||
-- FIXME: why this is not set automatically?
|
||||
vim.bo.indentexpr = 'nvim_treesitter#indent()'
|
||||
assert.are.same('nvim_treesitter#indent()', vim.bo.indentexpr)
|
||||
|
||||
M.set_buf_indent_opts(opts)
|
||||
|
||||
-- perform the test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue