mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 02:54:31 +03:00
GH-666 Add some more characters for visual inspection
This commit is contained in:
parent
d904fe23ad
commit
9bd76bd91d
@ -119,6 +119,15 @@ class MyView: NSView {
|
||||
chunk: [">", "=", " ", "-", "-", ">", " ", "<", "=", ">"],
|
||||
attrIds: Array(repeating: 0, count: 10)
|
||||
)
|
||||
self.ugrid.update(
|
||||
row: 1,
|
||||
startCol: 0,
|
||||
endCol: 10,
|
||||
clearCol: 10,
|
||||
clearAttr: 0,
|
||||
chunk: [ "ἐ", "τ" ,"έ", "ἔ", "-", ">", " ", "<", "=", ">"],
|
||||
attrIds: Array(repeating: 0, count: 10)
|
||||
)
|
||||
self.ugrid.update(
|
||||
row: 2,
|
||||
startCol: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user