Romain Lafourcade
Romain Lafourcade
@xero In my opinion, built-in colorschemes should work equally well wherever Vim works so they should cover everything from 16color to GUI. As for support for plugins, there are unsolved...
@lifepillar thank you for commenting. I think we are in agreement on every point. My criteria: 1. compatibility 2. simplicity 3. performance 4. accessibility
> Looks like templating tools like https://github.com/romainl/vim-rnb might be useful I think lifepillar/vim-colortemplate is a better fit as it could eventually be bundled with Vim itself. As I see it,...
I think it has its place here but the file is only distributed with MacVim.app anyway so it won't be pushed to vim/vim.
We are talking colorschemes, here, so we need as many screenshots as possible :-)
Thanks for your reply. I have `set backspace=indent,eol,start` in my `~/.vimrc`. `:set backspace?` returns the same line so it's not overwritten anywhere. My `:version`: ``` VIM - Vi IMproved 7.3...
1. `:verbose imap ` ``` i & 28__trigger_or_fallback("\", "\") Last set from ~/.vim/bundle/smartinput/autoload/smartinput.vim ``` 2. `:verbose imap ` ``` No mapping found ``` Ho, I forgot to add that I...
No. Backspacing works as advertised with this command. It means that the problem is elsewhere. My vimfiles are [here](https://github.com/romainl/my-vim-folder).
Silly me… that was #23.
@ntnn I don't want external dependencies if I can avoid them. I'd like to play with `:throw` and friends before turning to a logging lib.