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

139 Commits

Author SHA1 Message Date
Tae Won Ha
70cfb2de7f
GH-297 React to publication 2016-11-23 22:07:09 +01:00
Tae Won Ha
462c7b022d
Merge branch 'develop' into issue/297-bufferlist 2016-11-22 21:57:37 +01:00
Tae Won Ha
8bda8ad23c
Use "+pa instead of "+Pi for Cmd-V 2016-11-22 21:54:14 +01:00
Tae Won Ha
3090ba83a3
GH-297 Rename callback and add changeBufferList action 2016-11-21 23:13:38 +01:00
Tae Won Ha
c87fde969f
GH-297 Add buffer event 2016-11-21 21:47:31 +01:00
Tae Won Ha
a1c7db04d7
GH-297 Reformat 2016-11-20 21:55:18 +01:00
Tae Won Ha
d3c30a75d0
GH-341 Re-introduce exec method 2016-11-20 14:29:51 +01:00
Tae Won Ha
83326a6e32
GH-341 Remove trailing blanks 2016-11-20 12:07:47 +01:00
Tae Won Ha
3274dd0e94
Merge branch 'issue/237-scroll' into develop 2016-11-12 17:04:43 +01:00
Tae Won Ha
9085bc4c66
GH-299 Add a context menu 2016-11-12 16:42:10 +01:00
Tae Won Ha
109fe8e458
GH-276 Draw a thin rect in insert mode 2016-11-11 21:52:34 +01:00
Tae Won Ha
8cbc9cb0de
GH-237 Make mouse scrollwheeling bearable 2016-11-11 20:38:58 +01:00
Tae Won Ha
1f4487bdfa
GH-334 Set title and termguicolors by default 2016-11-11 15:29:17 +01:00
Tae Won Ha
672f45488b
GH-333 AnyObject! -> AnyObject? 2016-11-11 13:55:51 +01:00
Tae Won Ha
df257ad99e
GH-332 Use combination of normal mode commands to Cmd-V and not
nvim_input
2016-11-11 12:16:37 +01:00
Tae Won Ha
704100bcee
GH-332 Refactor get/set bool option 2016-11-11 12:14:31 +01:00
Tae Won Ha
703201c69f
GH-332 Add get/set bool option 2016-11-10 17:33:37 +01:00
Tae Won Ha
b07f9c492d
GH-321 Fix Cmd-V in term mode 2016-11-06 22:16:17 +01:00
Tae Won Ha
bd4470f987
GH-308 Set cwd when opening in a new window 2016-11-05 15:17:43 +01:00
Tae Won Ha
12a9a54efe
GH-270 Store linespacing in the user defaults 2016-10-26 23:11:55 +02:00
Tae Won Ha
a9f41bf523
GH-270 Take linespacing into account when drawing. 2016-10-26 22:42:49 +02:00
Tae Won Ha
c8a767354d
GH-239, GH-312 Use font smoothing 2016-10-24 23:45:33 +02:00
Tae Won Ha
2cc2f054fb
Revert "GH-239, GH-312 Use font smoothing on non-retina"
This reverts commit f56773710e.
2016-10-24 23:30:21 +02:00
Tae Won Ha
f56773710e
GH-239, GH-312 Use font smoothing on non-retina
- With smoothing turned on on non-retina displays the rendering seems to be the same as MacVim... Dunno exactly why...
2016-10-24 22:01:56 +02:00
Tae Won Ha
3769633d24
GH-309 Select the neovim window when the file is already open 2016-10-23 19:49:38 +02:00
Tae Won Ha
3f7c51cdcb
GH-309 Add isEqual to NeoVimBuffer 2016-10-23 11:43:21 +02:00
Tae Won Ha
1750af1ce5
GH-309 Add some more neovim objects 2016-10-22 22:23:10 +02:00
Tae Won Ha
21cf7c3fd5
Rename properties 2016-10-22 17:35:36 +02:00
Tae Won Ha
bb773f46cf
Add emojis 2016-10-19 22:05:31 +02:00
Tae Won Ha
ba9b8576bc
GH-303 Disable some menu items, e.g. open/save, when NeoVim reports that there is no current buffer
- This can happen when the CtrlP panel is open.
2016-10-12 19:41:18 +02:00
Tae Won Ha
e20bcd9a8c
Reformat 2016-10-09 16:09:09 +02:00
Tae Won Ha
79f34463a2
Replace open by public
- make things open when nec'.
2016-10-07 18:23:54 +02:00
Tae Won Ha
a90b16d976
GH-284 Remove unused param 2016-10-06 19:49:41 +02:00
Tae Won Ha
46b69882ef
GH-286 Add a stub file browser 2016-10-02 11:28:22 +02:00
Tae Won Ha
109f498291
GH-286 Rename and use Any? 2016-10-02 11:23:31 +02:00
Tae Won Ha
784146f361
GH-227 Remove warnings 2016-09-25 18:47:42 +02:00
Tae Won Ha
0f7b564667
GH-227 It compiles, it compiles 2016-09-25 17:50:33 +02:00
Tae Won Ha
8265505666
Rename LaunchOptions to Config 2016-09-25 08:55:26 +02:00
Tae Won Ha
1614717ba5
GH-262 Add advenced pref pane 2016-09-24 16:31:14 +02:00
Tae Won Ha
10b8fc09f7
GH-284 Guard against index out of range 2016-09-19 08:22:46 +02:00
Tae Won Ha
00a9111ffc
GH-275 comment out a log msg 2016-09-15 21:10:13 +02:00
Tae Won Ha
89bd9e7b41
GH-275 Use default fore- and background to draw cursor
- draw the text in the cursor region with inverted attributes.
2016-09-15 20:42:43 +02:00
Tae Won Ha
9613b2de77
GH-275 Render cursor background and then the text over it 2016-09-11 18:22:25 +02:00
Tae Won Ha
d09a300349
GH-275 Display more rects for cursor 2016-09-11 18:12:43 +02:00
Tae Won Ha
5a6546daf1
GH-275 Remove unused method 2016-09-11 16:22:55 +02:00
Tae Won Ha
c5b5707958
GH-264 Monitor and unmonitor urls 2016-09-07 22:29:45 +02:00
Tae Won Ha
c9e4626c32
GH-264 Do not use nvim_command_output
- When compiling with -Os nvim_command_output does not work somehow...
  Dunno why. For -O0 it works...
2016-09-03 22:49:09 +02:00
Tae Won Ha
0bd9511550
GH-264 Add (sync) NeoVimAgent.vimCommandOutput 2016-09-02 23:07:20 +02:00
Tae Won Ha
798058354a
Remove unused stuff 2016-08-26 17:45:58 +02:00
Tae Won Ha
762c1e7267
GH-251, GH-258 Show a warning when there was an error during the initialization of init.vim 2016-08-25 22:52:31 +02:00