Commit Graph

476 Commits

Author SHA1 Message Date
Alan Hamlett e91fda400a v6.0.1 2017-10-04 19:16:23 -07:00
Alan Hamlett 68482e95bf changes for v6.0.1 2017-10-04 19:16:10 -07:00
Alan Hamlett a1003eacda link to install section 2017-10-04 19:15:08 -07:00
Alan Hamlett cd80204a78 badges for vim and neovim support 2017-10-04 19:13:40 -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 1dca728991 changes for v6.0.0 2017-10-04 08:32:23 -07:00
Alan Hamlett a600baade8 update readme with new async behavior note 2017-10-04 08:27:16 -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
Alan Hamlett a8e99ff8dc Merge pull request #52 from skywind3000/master
Eliminate annoying popup window on Windows Taskbar
2017-08-04 15:12:54 -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
Alan Hamlett 0c5368cf01 add Maxim to authors file 2017-07-03 12:03:06 -07:00
Alan Hamlett 160260819e Merge pull request #51 from Mephistophiles/master
Change input to inputsecret
2017-07-03 12:01:21 -07:00
Maxim Zhukov f8b0021fa4 Change input to inputsecret
Do not display the keys.
2017-07-03 21:48:15 +03:00
Alan Hamlett a96180dd0e upgrade wakatime-cli to v8.0.3 2017-06-08 00:18:26 -07:00
Alan Hamlett 9100af48c6 v5.0.2 2017-05-25 00:04:48 -07:00
Alan Hamlett 4963953bb8 changes for v5.0.2 2017-05-25 00:04:31 -07:00
Alan Hamlett ef2273ae13 Upgrade wakatime-cli to v8.0.2 2017-05-24 23:56:51 -07:00
Alan Hamlett 74ef082213 improve config section 2017-05-24 06:39:56 -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
Alan Hamlett 67a8a4eec8 Merge pull request #49 from yogeshnachnani/master
makes plugin compatible with old vim installations that do not have q…
2017-04-30 08:57:48 -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 6e7c5b0b4d changes for v5.0.1 2017-04-24 00:46:18 -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 edda7ed729 changes for v5.0.0 2017-04-23 08:58:35 -07:00
Alan Hamlett 033a96a90f improve changelog formatting 2017-04-23 08:58:24 -07:00
Alan Hamlett df845c3709 line break for readability 2017-04-22 14:04:34 -07:00
Alan Hamlett a1e1910fef more info about finding errors without debug mode 2017-04-22 14:03:27 -07:00
Alan Hamlett e940017181 improve troubleshooting steps 2017-04-22 14:00:33 -07:00
Alan Hamlett a6f03a085a troubleshooting section in readme 2017-04-22 13:58:32 -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