1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 11:35:35 +03:00
Commit Graph

2004 Commits

Author SHA1 Message Date
Tae Won Ha
c02603313a
Update neovim to v0.2.1, II 2017-11-08 08:09:53 +01:00
Tae Won Ha
cf4a4e1216
Update release notes 2017-11-08 08:07:18 +01:00
Tae Won Ha
6a07590c09
Update neovim to v0.2.1 2017-11-08 08:05:07 +01:00
Tae Won Ha
7ace93756d Update neovim 2017-10-31 14:04:22 +09:00
Tae Won Ha
dcc1b20d8c Merge remote-tracking branch 'origin/develop' into update-neovim 2017-10-27 15:17:34 +09:00
Tae Won Ha
479e687256
Bump appcast(s) to SNAPSHOT-232 2017-10-23 21:01:57 +02:00
Tae Won Ha
24400bacb1
Bump version: snapshot/232 2017-10-23 20:59:31 +02:00
Tae Won Ha
5d4c5bb903
Merge branch '544-swift4' into develop 2017-10-23 20:48:16 +02:00
Tae Won Ha
3a334f42e0 Merge pull request #546 from stephengroat/brew-bundle
Move to brew bundle
2017-10-23 18:57:33 +02:00
Tae Won Ha
7803c2574f
GH-544 Remove duplicate reference 2017-10-22 21:45:24 +02:00
Tae Won Ha
c57733f7e4
GH-544 Use String.count instead of String.characters.count 2017-10-22 21:43:03 +02:00
Tae Won Ha
4f09da0789
GH-544 Include swifter as framework again 2017-10-22 21:28:09 +02:00
Tae Won Ha
d7d24c6887
GH-544 Re-enable Carthage cache 2017-10-22 20:56:10 +02:00
Stephen G
d46ca0f85f Move to brew bundle 2017-10-22 19:38:11 +01:00
Tae Won Ha
db2eb819e7
GH-544 Try not to cache Carthage 2017-10-22 19:54:07 +02:00
Tae Won Ha
0a78357993
GH-544 Separate build and testing 2017-10-22 19:38:36 +02:00
Tae Won Ha
ab035e6f7e
GH-544 Update release notes 2017-10-22 15:18:01 +02:00
Tae Won Ha
24badc16fd
GH-544 Use xcode9 in travis 2017-10-22 15:15:18 +02:00
Tae Won Ha
1134b2fed8
GH-544 Make Swift 4 the default version 2017-10-22 14:54:40 +02:00
Tae Won Ha
bdb34d3703
GH-544 Turn off Swift 3 @objc inference 2017-10-22 14:53:35 +02:00
Tae Won Ha
735ce25807
GH-544 Migrate SwiftNeoVim to Swift 4 2017-10-22 14:49:29 +02:00
Tae Won Ha
5656f6765a
GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
Tae Won Ha
4fb0962e04
GH-544 Upgrade to Xcode's recommended settings 2017-10-22 12:05:44 +02:00
Tae Won Ha
409621bb04
Update neovim 2017-10-21 22:26:56 +02:00
Tae Won Ha
ff78624ef8 Merge remote-tracking branch 'origin/develop' into update-neovim 2017-10-17 21:43:49 +02:00
Tae Won Ha
baf3950c39 Update neovim 2017-10-17 21:43:08 +02:00
Tae Won Ha
3180816c56
Bump appcast(s) to SNAPSHOT-231 2017-10-17 21:34:25 +02:00
Tae Won Ha
8b23d2fa35
Bump version: snapshot/231 2017-10-17 21:25:46 +02:00
Tae Won Ha
52f029ea07
Bump version: snapshot/230 2017-10-17 21:16:03 +02:00
Tae Won Ha
614dfeba30
GH-521 Update release notes 2017-10-17 21:08:57 +02:00
Tae Won Ha
5cce06d889
GH-521 Compute the max width differently 2017-10-17 19:39:11 +02:00
Tae Won Ha
b6ebe92e1f Update neovim 2017-10-10 19:25:08 +02:00
Greg Omelaenko
b0862601ef
Change the way Touch Bar control titles are set 2017-10-07 14:38:11 +11:00
Tae Won Ha
d579db9de5
GH-521 Remove old colum witdh computation 2017-10-06 19:14:06 +02:00
Tae Won Ha
cc482608c0
Update release notes 2017-10-06 18:59:26 +02:00
Tae Won Ha
0345f59147 Merge pull request #534 from nclark/develop
Choose the “Discard and Quit” button with ⌘-D
2017-10-06 18:47:50 +02:00
Neal Clark
4e700af5b3 cover the MainWindow+Delegates.swift case 2017-10-06 09:34:01 -07:00
Neal Clark
a1f827a4d8 use .command instead of NSCommandKeyMask 2017-10-06 09:33:51 -07:00
Neal Clark
911e860d36 Close the “Discard and Quit” menu with ⌘-D
Allow quitting the application with an unsaved 
buffer via the keyboard. macvim makes the “Quit” 
button default. vimr makes the “Cancel” button 
default, leaving no way to “Discard and Quit” 
without using the mouse (as far as I can tell). 

⌘-D uses the convention of ⌘ + first letter of 
the button text
2017-10-05 17:18:47 -07:00
Tae Won Ha
1d66622217 Update neovim 2017-10-04 23:11:10 +02:00
Tae Won Ha
b6d80770b0 Update neovim 2017-09-30 10:02:22 +02:00
Tae Won Ha
746676a918
Update some paths 2017-09-23 16:18:42 +02:00
Greg Omelaenko
d13e4b7135
Add Touch Bar support for switching between tabs 2017-09-20 05:09:22 +10:00
Greg Omelaenko
f22675fc92
Add -isCurrent to NeoVimTab, -isCurrentInTab to NeoVimWindow for state tracking
Also adds -currentWindow to NeoVimTab for convenience
2017-09-20 04:47:48 +10:00
Greg Omelaenko
479a64e9c3
Set 2-space indentation in Xcode project config to match source files 2017-09-20 02:11:07 +10:00
Greg Omelaenko
4fdacc7296
Call currentBufferChanged when a different buffer is selected
- in addition to being called when a file is read or written, as before
2017-09-20 01:56:41 +10:00
Tae Won Ha
437ff2b2e9 Update neovim 2017-09-17 21:47:53 +02:00
Tae Won Ha
f64bea5b5b Merge pull request #525 from musically-ut/patch-1
Fix link to SwiftNeoVim.
2017-09-15 16:29:59 +02:00
Utkarsh Upadhyay
195f29b96e Fix link to SwiftNeoVim.
GitHub links are case sensitive.
2017-09-12 12:59:13 +02:00
Tae Won Ha
7b8c5217e8 Update neovim 2017-09-10 13:52:25 +02:00