vim-airline/autoload
Christian Brabandt 994cfd80eb
Powerline: Mention alternative to notexists symbol
I noticed, that in some environments the default
g:airline_symbols[notexists] just does not show up, even when the same
font in the gui works. So let's at least mention a possible alternative,
that you can easily use in your vimrc:

```vim
  if !exists("g:airline_symbols")
    let g:airline_symbols = {}
  endif
  let g:airline_symbols.notexists = "\u2204"
```
2022-12-15 17:15:15 +01:00
..
airline Powerline: Mention alternative to notexists symbol 2022-12-15 17:15:15 +01:00
airline.vim Remove trailing whitespace 2022-09-30 23:25:47 -04:00