Commit Graph

185 Commits

Author SHA1 Message Date
Alan Hamlett 646662c777 Handle async output in Neovim to fix #62 2018-01-28 20:06:13 -08:00
Alan Hamlett 263ec71d39 v7.0.4 2018-01-04 23:38:06 -08:00
Alan Hamlett 7baf27ec14 v7.0.3 2017-11-23 12:51:46 -08:00
Alan Hamlett 0b8631173b v7.0.2 2017-11-22 13:16:46 -08:00
Alan Hamlett c3d97d070b v7.0.1 2017-11-09 09:08:40 -08:00
Alan Hamlett f177bdc959 v7.0.0 2017-11-08 23:18:00 -08:00
Alan Hamlett 29b6d3fd9b v6.0.3 2017-10-29 12:51:06 -07:00
Alan Hamlett f411be9303 v6.0.2 2017-10-19 08:49:21 -07:00
Alan Hamlett a8a7950f80 move up nested if statement 2017-10-18 19:09:29 -07:00
Alan Hamlett be69fd223d temporarily overwrite shell to fix #55 2017-10-18 19:08:56 -07:00
Alan Hamlett 6816edd140 require patch 7.4.2344 to use Vim async job_start 2017-10-17 08:08:08 -07:00
Alan Hamlett e91fda400a v6.0.1 2017-10-04 19:16:23 -07:00
Alan Hamlett 7481518856 support for neovim async 2017-10-04 18:59:43 -07:00
Alan Hamlett e7f65fb7ad we don't care about vim version as long as it has async 2017-10-04 18:24:40 -07:00
Alan Hamlett aafc4bf402 fix async on Windows 2017-10-04 09:44:44 -07:00
Alan Hamlett 43cf7c3460 v6.0.0 2017-10-04 08:32:40 -07:00
Alan Hamlett 99ffbf39cf improve performance using vim async. fixes #32, #35, #53 2017-10-04 08:23:07 -07:00
Alan Hamlett f20a93e778 fix bug causing extra heartbeats time to contain two decimals 2017-10-04 08:20:19 -07:00
Alan Hamlett cc46d817ce should not always send heartbeats 2017-09-06 12:10:13 -07:00
Alan Hamlett d7b6f18e84 new redraw setting auto, to redraw screen when command takes too long 2017-09-04 10:13:34 -07:00
skywind3000 80a9f1ad9a Eliminate annoying popup window on Windows Taskbar when loading, saving or switching buffers. 2017-08-05 04:47:35 +08:00
Maxim Zhukov f8b0021fa4 Change input to inputsecret
Do not display the keys.
2017-07-03 21:48:15 +03:00
Alan Hamlett 9100af48c6 v5.0.2 2017-05-25 00:04:48 -07:00
Alan Hamlett 00443e2b58 backup and restore wildignore to prevent conflicts with expand(), fixes #50 2017-05-18 22:07:17 -07:00
Alan Hamlett af236232a6 set last sent to current time to prevent sending heartbeats when first opening vim 2017-05-16 21:00:44 -07:00
Alan Hamlett 820059e82d 4 spaces for indentation 2017-04-30 08:59:45 -07:00
yogesh nachnani 108e2e5024 makes plugin compatible with old vim installations that do not have quitpre 2017-04-30 17:24:19 +05:30
Alan Hamlett dcfaf16a96 make sure buffered heartbeats keep correct ordering 2017-04-26 20:02:22 -07:00
Alan Hamlett 8aa92e51bf improve has_reltime check 2017-04-26 18:57:33 -07:00
Alan Hamlett c89b973cb1 disable screen redraw by default 2017-04-25 08:49:53 -07:00
Alan Hamlett 469bce9302 ability to disable screen redraw for improved performance 2017-04-25 07:56:04 -07:00
Alan Hamlett 5b52ce47d1 remove leading whitespace from reltimestr 2017-04-24 00:55:32 -07:00
Alan Hamlett 31f61d4aa7 v5.0.1 2017-04-24 00:46:37 -07:00
Alan Hamlett 583e902c61 call not needed when assigning to variable 2017-04-24 00:44:41 -07:00
Alan Hamlett b86e69d9f6 Use localtime() when reltime() not available 2017-04-24 00:43:59 -07:00
Alan Hamlett 5b22d4c8c8 v5.0.0 2017-04-23 08:58:52 -07:00
Alan Hamlett ec1f867807 last_activity_at better name than last_seen_at 2017-04-22 13:40:54 -07:00
Alan Hamlett 6bfd62865f use Dictionary for last heartbeat to improve readability 2017-04-22 13:39:07 -07:00
Alan Hamlett f1b6c2a142 better comments around heartbeat logic 2017-04-22 13:08:49 -07:00
Alan Hamlett 8d3988ce97 update last sent time even when no heartbeats to send 2017-04-22 02:22:56 -07:00
Alan Hamlett 8a72498e13 buffer heartbeats in memory and send to wakatime-cli every 10 seconds 2017-04-22 02:09:01 -07:00
Alan Hamlett d350a97b72 new WakaTimeApiKey command to edit api key within Vim 2017-04-21 08:00:06 -07:00
Alan Hamlett eb862c880a add commands to toggle debug mode within Vim 2017-04-20 19:14:54 -07:00
Alan Hamlett 84e81cb596 correctly check for api key to fix #46 2017-04-18 01:57:35 -07:00
Alan Hamlett 6e4b160f97 v4.0.15 2017-04-13 23:05:54 -07:00
Alan Hamlett c0fcdc52a8 support env variable 2017-04-13 23:04:40 -07:00
Alan Hamlett e98a9f394f run wakatime-cli in foreground when debug mode on 2017-04-13 22:51:24 -07:00
Alan Hamlett 2bff8ca6cf https url 2017-04-13 22:47:29 -07:00
Alan Hamlett a2b7bf1161 better formatted error message 2017-04-13 22:46:25 -07:00
Alan Hamlett 5de0208d3e display output from wakatime-cli when debug mode turned on 2017-04-13 22:37:10 -07:00