If you are using vdebug and you are facing the situation where vim is stopping in the first line of any script you want to debug (or if you want it to actually stop), make sure to modify the following value in your .vimrc file: let g:vdebug_options.break_on_open = 0 As the official documentation states: This determines whether the debugger should…
Category: Short Articles
vim-gutentags ignoring exclude parameters from ctags
This is another quick-and-dirty post added with the solely purpose of helping someone facing the same issue. If you happen to be using vim-gutentags with vim, and are facing difficulties making it excluding certain paths from your tags file using the gutentags_ctags_exclude option in your vimrc, make sure that you are using the same file path format (relative vs. absolute)…
Magazon WordPress Theme Error
Yo!, what’s up? I’ll post this here in order to (hopefully) save someone some time: If you happen to be using a WordPress theme called Magazon (even the latest versions), you probably found out that it’s broken. The issue gets worst as in latest version of WordPress it is not evident what the problem is because WordPress suppresses the error…