Shad

Results 5 comments of Shad

I've played a little bit with the colouring algorithm on my branch: https://github.com/shadowwa/vim-fugitive/tree/commit-date-playground # simple log without adapting for oldest commit date (same as blame_color branch) ## complete day to...

I also have this problem in Konsole and kitty terminals. In my case, replacing _maxlinenr_ symbol was not enough, I also have to replace the _whitespace_ symbol ("\u2632") otherwise the...

yes, it does not display any warning. If I apply modification from PR #1115, it correctly display a warning a the compilation time like other php functions.

I've also had the same problem last year and ended up updating dbestevez version https://github.com/shadowwa/smarty.vim

I don't get it, this is the modification I proposed. Edit: did you mean `libs/sysplugins/smarty_internal_compile_private_modifier.php:112` ?: ```php if (!in_array($modifier, ['time', 'join', 'is_array', 'in_array'])) { trigger_error('Using unregistered function "' . $modifier...