summary refs log tree commit diff
path: root/.config/nvim/autoload
diff options
context:
space:
mode:
authorJune McEnroe <curtis.mcenroe@adgear.com>2016-07-27 15:56:14 -0400
committerJune McEnroe <curtis.mcenroe@adgear.com>2016-07-27 15:56:14 -0400
commitbd37d64e2fce4d29c0d41686fea27bef588f5fb5 (patch)
treec912f64bc69ed0144cd050247cb2e120f06db0e0 /.config/nvim/autoload
parentColorscheme colors and schemes (diff)
downloadsrc-bd37d64e2fce4d29c0d41686fea27bef588f5fb5.tar.gz
src-bd37d64e2fce4d29c0d41686fea27bef588f5fb5.zip
Color macros in yellow
Diffstat (limited to '.config/nvim/autoload')
0 files changed, 0 insertions, 0 deletions
94be0187a95b&follow=1'>Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe