Aristotle Pagaltzis
Aristotle Pagaltzis
Cf. #45
It would be nice if the user could ask `perldoc-complete` to add itself to their `.bashrc`. Maybe `--bash` and `--zsh` switches which echo the command line to `STDOUT`. Something along...
Cf. #164 for the discussion so far.
And I guess also for how to write support for new filetypes and the fact that you can have them in your `.vim/after` independently of the filetypes supported by the...
[Reported by @JulioJu in skammer/vim-css-color#25] Hi, With the vimrc at the end of this message, ap/vim-css-color doesn't work correctly. Colors are highlighted when the line is commented. For example in...
To avoid cramming everything possible into configuration options, allow the user to specify how tabs should be rendered, possibly by providing custom rendering code for tabs.
There’s no reason this couldn’t incorporate Vim tabs by just showing a | 1 | 2 | 3 |-style display at either end of the tabline. Clickable ’n’ all. They would not have names, just numbers,...