swdotcom / swdc-vim

Track your programming activity in real-time in Vim
Apache License 2.0
20 stars 2 forks source link

Whitespace at the bottom of the screen (~ten lines of nothing) #6

Open vitaly-zdanevich opened 5 years ago

vitaly-zdanevich commented 5 years ago

Even without adding set runtimepath^=~/.vim/bundle/swdc-vim.vim into vimrc.

image

Stock Vim 8 on current Mac:

:version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Aug 17 2018 17:24:51)
Included patches: 1-503, 505-680, 682-1283
Compiled by root@apple.com
Normal version without GUI.  Features included (+) or not (-):
+acl             +cmdline_hist    -ebcdic          -gettext         +listcmds        -mouse_sgr       +persistent_undo +smartindent     +termresponse    +wildignore
-arabic          +cmdline_info    -emacs_tags      -hangul_input    +localmap        -mouse_sysmouse  +postscript      +startuptime     +textobjects     +wildmenu
+autocmd         +comments        +eval            +iconv           -lua             -mouse_urxvt     +printer         +statusline      +timers          +windows
-balloon_eval    -conceal         +ex_extra        +insert_expand   +menu            +mouse_xterm     -profile         -sun_workshop    +title           +writebackup
-browse          +cryptv          +extra_search    +job             +mksession       +multi_byte      +python/dyn      +syntax          -toolbar         -X11  
+builtin_terms   +cscope          -farsi           +jumplist        +modify_fname    +multi_lang      -python3         +tag_binary      +user_commands   -xfontset
+byte_offset     +cursorbind      +file_in_path    -keymap          +mouse           -mzscheme        +quickfix        +tag_old_static  +vertsplit       -xim
+channel         +cursorshape     +find_in_path    +lambda          -mouseshape      +netbeans_intg   +reltime         -tag_any_white   +virtualedit     -xpm
+cindent         +dialog_con      +float           -langmap         -mouse_dec       +num64           -rightleft       -tcl             +visual          -xsmp
-clientserver    +diff            +folding         +libcall         -mouse_gpm       +packages        +ruby/dyn        -termguicolors   +visualextra     -xterm_clipboard
-clipboard       +digraphs        -footer          +linebreak       -mouse_jsbterm   +path_extra      +scrollbind      -terminal        +viminfo         -xterm_save
+cmdline_compl   -dnd             +fork()          +lispindent      -mouse_netterm   -perl            +signs           +terminfo        +vreplace
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
 2nd user vimrc file: "~/.vim/vimrc"
      user exrc file: "$HOME/.exrc"
       defaults file: "$VIMRUNTIME/defaults.vim"
  fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H   -DMACOS_X_UNIX  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: gcc   -L/usr/local/lib -o vim        -lm -lncurses  -liconv -framework Cocoa
Migacz85 commented 5 years ago

same here normal terminal 8.1 vim on latest manajaro

redrick commented 5 years ago

This is fixing it -> https://github.com/swdotcom/swdc-vim/pull/7

No idea if there is some reason for having 10 lines of cmd there...

Migacz85 commented 5 years ago

@redrick Have you made this plugin actually to work ?

redrick commented 5 years ago

if you look at my master it works the way that I can see time and strokes on the website, but on start I get some method missing token thing I have to have look at why + screen blinks from time to time when some info appears down in cmd.... so lets say yes :)

brettmstevens7 commented 5 years ago

Hi everyone. Sorry for the delay in getting back to you. Unfortunately, we don't have the bandwidth to maintain this plugin right now, but will revisit in the near future. I'll ping this thread when there is an update.

Again - really sorry for the confusion.