shiluotang
shiluotang
As the title says, capslock has no effect on cool-retro-term for mac os
```dot digraph { rankdir=LR; node [ shape=record ]; struct1 [ label = "a|b|c"; ]; struct2 [ label = "a|{b1|b2}|c"; ]; struct1:port1 -> struct2:port2 [ label="xyz" ]; } ``` is rendered...
It's rendered almost perfect on MBP except not patched for powerline. Although there was the courier prime which has already been patched for powerline, but the header part of this...
The hiredis.pc file generation section: $(PKGCONFNAME): hiredis.h @echo "Generating $@ for pkgconfig..." @echo prefix=$(PREFIX) > $@ @echo exec_prefix=\$${prefix} >> $@ @echo libdir=$(PREFIX)/$(LIBRARY_PATH) >> $@ @echo includedir=$(PREFIX)/$(INCLUDE_PATH) >> $@ @echo >>...
only show this symbol when g:WebDevIconsNoEndOfLineDefaultSymbol is configured #### Requirements (please check off with 'x') - [x] I have read the [Contributing Guidelines](https://github.com/ryanoasis/vim-devicons/blob/master/CONTRIBUTING.md) - [x] I have read or at...