Commit Graph

200 Commits

Author SHA1 Message Date
Alan Hamlett 3d88d49551 New g:wakatime_OverrideCommandPrefix setting 2018-05-25 06:50:30 -07:00
Alan Hamlett e0e7621f18 move wakatime-cli to parent folder for faster startup on Windows 2018-04-05 09:24:11 -07:00
Alan Hamlett f9e5760e72 move wakatime-cli into autoload folder for faster Vim startup 2018-04-05 09:11:41 -07:00
Alan Hamlett c02c9f2812 support spaces in Windows cmd.exe arguments 2018-04-05 00:19:33 -07:00
Alan Hamlett ab2a52a69b v7.1.1 2018-04-04 08:13:22 -07:00
Alan Hamlett 370a6a3551 number to string helper function 2018-04-04 08:11:24 -07:00
Alan Hamlett 81e2a93bcd force forward slash for cli path 2018-04-04 08:11:10 -07:00
Alan Hamlett 068496b66b Support Python versions up to 3.9 2018-04-03 23:56:31 -07:00
Alan Hamlett 353e78e0d5 v7.1.0 2018-04-03 23:07:59 -07:00
Alan Hamlett d692e95e6e rename EscapeArg to SanitizeArg 2018-04-03 23:00:15 -07:00
Alan Hamlett c9f0c2590d move python discovery code into own function 2018-04-03 22:36:37 -07:00
Alan Hamlett a70243be77 detect python binary from common paths 2018-04-03 22:30:20 -07:00
Alan Hamlett dfa06d11fe v7.0.7 2018-03-15 01:52:43 -07:00
Alan Hamlett c53ff9bbe4 v7.0.6 2018-03-15 01:36:04 -07:00
Alan Hamlett dadf0bc969 v7.0.5 2018-01-28 20:08:30 -08:00
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