Category: Uncategorized

  • Error detected while processing Users tpowell vim plugins…

    Error detected while processing /Users/tpowell/.vim/plugins/vim-fugitive/plugin/fugitive.vim: line 471: E1208: -complete used without allowing argumentsline 472: E1208: -complete used without allowing argumentsline 476: E1208: -complete used without allowing argumentsline 479: E1208: -complete used without allowing argumentsPress ENTER or type command to continue Fixed by changing -nargs=0 instances in fugitive.vim to -nargs=? Found via https://github.com/mhinz/vim-sayonara/pull/19/commits/7e774f58c5865d9c10d40396850b35ab95af17c5

  • Trying to add rbenv to RubyMine https www…

    Trying to add rbenv to RubyMine… https://www.jetbrains.com/help/ruby/ruby-version-managers.html mentions `/usr/bin/rbenv` but for me it’s *actually* `/usr/local/bin/rbenv`.

  • Getting C64Studio to work with C128 BASIC and Assembly

    C64Studio for building more complex projects for Commodore build targets C64Studio is a .NET based IDE which has some nice macros and dependency linking to connect your BASIC and Assembly files together automatically. Using it with Commodore 128 BASIC and linking the Assembly in add a few extra challenges. Starting with a template Sample Project…