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

1978 Commits

Author SHA1 Message Date
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
Tae Won Ha
74e29cfa19
Reformat 2017-09-07 18:42:24 +02:00
Tae Won Ha
3d45ed607c
Refactor slightly 2017-09-07 18:42:24 +02:00
Tae Won Ha
2bddff5956
Refactor slightly 2017-09-07 18:42:24 +02:00
Tae Won Ha
ff4b2fa4c6
Refactor slightly 2017-09-07 18:42:24 +02:00
Tae Won Ha
28175102a4
Refactor slightly 2017-09-07 18:42:24 +02:00
Tae Won Ha
fc864fdeb3
Merge branch 'develop' into update-neovim 2017-09-07 18:41:55 +02:00
Tae Won Ha
e3d612db81
Bump appcast(s) to v0.19.1-229 2017-09-07 18:39:36 +02:00
Tae Won Ha
dc938264bb
Bump version: v0.19.1-229 2017-09-07 18:37:45 +02:00
Tae Won Ha
ff89731076
Update release notes 2017-09-07 18:32:33 +02:00
Tae Won Ha
0eee692eaa
GH-520 Actually invkoe new method 2017-09-07 18:29:25 +02:00
Tae Won Ha
e2f21e5948
GH-520 Adapt to removal of FocusGained/Lost pseudo key in neovim 0.2.1 2017-09-07 18:24:06 +02:00
Tae Won Ha
13144d19c7 Merge remote-tracking branch 'origin/develop' into update-neovim 2017-09-04 22:33:24 +02:00
Tae Won Ha
b61be470ef
Move changeTheme() to Theme.swift 2017-09-03 23:14:08 +02:00
Tae Won Ha
1cd2db1ba5
Distribute MainWindow in 4 files 2017-09-03 23:13:07 +02:00
Tae Won Ha
0e52dca2f4
GH-485 Use the title value of neovim 2017-09-03 22:54:13 +02:00
Tae Won Ha
d2997c2d67
Bump appcast(s) to SNAPSHOT-228 2017-09-03 22:27:53 +02:00
Tae Won Ha
cde20074af
Bump version: snapshot/228 2017-09-03 22:25:57 +02:00
Tae Won Ha
3f8a58e332
GH-485 Restore previous first responder 2017-09-03 22:21:01 +02:00
Tae Won Ha
25a4c8dc91
Bump appcast(s) to SNAPSHOT-227 2017-09-03 22:05:09 +02:00
Tae Won Ha
3b57542b24
Bump version: snapshot/227 2017-09-03 22:03:06 +02:00
Tae Won Ha
d8fcc1d3a1
GH-485 Update release notes 2017-09-03 21:58:56 +02:00
Tae Won Ha
e0f52e2110
GH-485 Add the prototype to the VimR target 2017-09-03 21:56:36 +02:00
Tae Won Ha
52bc83cd8a Merge remote-tracking branch 'origin/develop' into update-neovim 2017-09-03 21:24:53 +02:00
Tae Won Ha
adc6b72162 Update neovim 2017-09-03 21:24:49 +02:00
Tae Won Ha
640bcb3785
GH-485 Refactor frame restoration after (un)theming 2017-09-03 19:22:57 +02:00
Tae Won Ha
4ad8ee2bff
GH-485 Grow by 22 when entering themed mode (and vice versa) 2017-09-03 19:16:52 +02:00