From df845c3709ec3f8292e1a5abae5eb2bbf931d3e9 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sat, 22 Apr 2017 14:04:34 -0700 Subject: [PATCH] line break for readability --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64d77be..9638a8f 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Run `:WakaTimeDebugEnable` in Vim then run this Terminal command: `tail -f ~/.wakatime.log` Enabling Debug Mode writes Vim Script errors to your Vim Status Bar and tells [wakatime-cli][wakatime-cli] to write verbose logs to `$WAKATIME_HOME/.wakatime.log`. + Debug mode can make it hard to find the real error because of all the extra logging, so also try disabling Debug Mode while tailing `~/.wakatime.log` and editing files in Vim. With Debug Mode enabled, the plugin sends data synchronously so disable it when finished debugging with `:WakaTimeDebugDisable`.