1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00
vimr/SwiftNeoVim
2017-12-01 19:02:11 +01:00
..
CellAttributes.swift Restructure ui bridge file 2017-05-27 16:27:53 +02:00
CocoaExtensions.swift GH-544 Migrate SwiftNeoVim to Swift 4 2017-10-22 14:49:29 +02:00
ColorUtils.swift Update neovim 2017-05-11 08:08:58 +02:00
Grid.swift GH-544 Use String.count instead of String.characters.count 2017-10-22 21:43:03 +02:00
Info.plist Bump version: snapshot/241 2017-12-01 19:02:11 +01:00
InputTestView.swift GH-544 Use String.count instead of String.characters.count 2017-10-22 21:43:03 +02:00
KeyUtils.swift GH-544 Use String.count instead of String.characters.count 2017-10-22 21:43:03 +02:00
Logger.swift Add a stdout logger 2017-09-01 21:06:43 +02:00
MMCoreTextView.h Implement update fg/bg/sp 2016-06-19 20:54:47 +02:00
MMCoreTextView.m Remove some compile warnings 2017-04-24 20:36:34 +02:00
NeoVimAgent.h Use API for resizing 2017-12-01 18:51:24 +01:00
NeoVimAgent.m Use API for resizing 2017-12-01 18:51:24 +01:00
NeoVimObjectsExtensions.swift Add Position.beginning 2017-02-12 13:41:12 +01:00
NeoVimUiBridgeProtocol.h GH-436 Add theme to neovim view 2017-06-25 17:35:51 +02:00
NeoVimUiBridgeProtocol.m Add function for cursor shape name 2017-05-27 11:08:40 +02:00
NeoVimView.swift Use API to vim command 2017-12-01 15:07:13 +01:00
NeoVimView+Api.swift Open buffer in a new tab when clicked on buffers list 2017-12-01 18:51:34 +01:00
NeoVimView+Dragging.swift GH-544 Migrate SwiftNeoVim to Swift 4 2017-10-22 14:49:29 +02:00
NeoVimView+Draw.swift GH-544 Use String.count instead of String.characters.count 2017-10-22 21:43:03 +02:00
NeoVimView+Key.swift Merge remote-tracking branch 'origin/develop' into update-neovim 2017-10-27 15:17:34 +09:00
NeoVimView+MenuItems.swift Use API to get bool options 2017-12-01 14:55:46 +01:00
NeoVimView+Mouse.swift GH-544 Migrate SwiftNeoVim to Swift 4 2017-10-22 14:49:29 +02:00
NeoVimView+Resize.swift Use API for resizing 2017-12-01 18:51:24 +01:00
NeoVimView+TouchBar.swift Check blocked in NvimMethods by default 2017-12-01 17:44:10 +01:00
NeoVimView+UiBridge.swift GH-571 Stop waiting when quitting 2017-11-29 22:57:19 +01:00
NeoVimViewDelegate.swift Call currentBufferChanged when a different buffer is selected 2017-09-20 01:56:41 +10:00
SwiftNeoVim.h GH-339 Pass through auevents... 2016-12-19 23:11:42 +01:00
TextDrawer.h GH-270 Take linespacing into account when drawing. 2016-10-26 22:42:49 +02:00
TextDrawer.m Chop drawn string into uniform segments of either surrogate pairs o simple unichars 2017-08-04 23:58:35 -05:00
VIM.LICENSE Add very very rudimentary rendering of some characters 2016-06-13 18:09:34 +02:00