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 |
|
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
|
2a2670a9f6
|
changes for v4.0.15
|
2017-04-13 23:05:44 -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 |
|