akiyosi.goneovim/editor
2020-03-25 00:13:14 +09:00
..
cmdline.go Fix an issue where cell's highlight would remain old (#102) 2020-03-05 00:05:42 +09:00
config.go Add support for drawing float window border 2020-03-13 21:25:57 +09:00
cursor.go Smooth cursor position 2020-03-08 23:12:24 +09:00
editor.go Add input test for macOS 2020-03-24 23:40:45 +09:00
editor_linux_test.go Add input test for linux 2020-03-25 00:13:14 +09:00
editor_mac_test.go Add input test for macOS 2020-03-24 23:40:45 +09:00
editor_test.go Add input test for macOS 2020-03-24 23:40:45 +09:00
export_test.go Fix convertKey() and add common test cases 2020-03-24 00:03:42 +09:00
finder.go Use sync.Map instead map 2019-12-07 00:54:27 +09:00
font.go Fix to purge text cache when linespace is changed 2019-12-17 00:53:23 +09:00
locpopup.go fix loc 2019-12-07 01:50:45 +09:00
markdown.go fixup 2020-02-15 01:02:25 +09:00
message.go Fix an issue where cell's highlight would remain old (#102) 2020-03-05 00:05:42 +09:00
minimap.go WIP 2020-03-07 17:53:16 +09:00
notification.go Minor fixes 2019-11-21 01:01:51 +09:00
palette.go Minor fixes 2020-03-18 00:48:05 +09:00
popupmenu.go Fix an issue where cell's highlight would remain old (#102) 2020-03-05 00:05:42 +09:00
rgba.go Fix curosr text position, and support multi-byte cursor 2019-12-28 00:05:39 +09:00
screen.go WIP 2020-03-22 22:51:13 +09:00
screen_test.go Fix an issue where cell's highlight would remain old (#102) 2020-03-05 00:05:42 +09:00
scrollbar.go rename methods 2020-03-12 19:53:02 +09:00
signature.go Fix signature position 2019-12-04 01:51:20 +09:00
statusline.go Fix an issue where cell's highlight would remain old (#102) 2020-03-05 00:05:42 +09:00
svg.go Improve popupmenu 2020-02-08 22:38:30 +09:00
tabline.go Fix an issue where cell's highlight would remain old (#102) 2020-03-05 00:05:42 +09:00
workspace.go detect prefix to map meta key 2020-03-22 23:21:40 +09:00