mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
tests/ui: Also test character at cursor
This commit is contained in:
committed by
Thiago de Arruda
parent
638452da2a
commit
a7aeda8c7a
@@ -418,9 +418,8 @@ function Screen:_row_repr(row, attr_ids, attr_ignore)
|
||||
end
|
||||
if self._rows[self._cursor.row] == row and self._cursor.col == i then
|
||||
table.insert(rv, '^')
|
||||
else
|
||||
table.insert(rv, row[i].text)
|
||||
end
|
||||
table.insert(rv, row[i].text)
|
||||
end
|
||||
if current_attr_id then
|
||||
table.insert(rv, '}')
|
||||
|
||||
Reference in New Issue
Block a user