dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 71fbd3ff3757fe0aa2ef8f29df57016277c12c03
parent 0d570e6b54057141ba2c57bfbdbb974c914f8000
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 27 Mar 2018 09:26:39 -0400

Remove old comments

Diffstat:
Mlinks/.vim/plugin/appearance.vim | 20--------------------
1 file changed, 0 insertions(+), 20 deletions(-)

diff --git a/links/.vim/plugin/appearance.vim b/links/.vim/plugin/appearance.vim @@ -50,26 +50,6 @@ function! StatuslineLinterOK() abort return l:counts.total == 0 ? ' ✓ ' : '' endfunction -" configure bottom status line -"set statusline=%F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v] -"" | | | | | | | | | | | -"" | | | | | | | | | | +-- current column -"" | | | | | | | | | +-- current line -"" | | | | | | | | +-- current % into file -"" | | | | | | | +-- current syntax -"" | | | | | | +-- current fileformat -"" | | | | | +-- number of lines -"" | | | | +-- preview flag in square brackets -"" | | | +-- help flag in square brackets -"" | | +-- readonly flag in square brackets -"" | +-- rodified flag in square brackets -"" +-- full path to file in the buffer - -" default: -" set statusline=%f\ %h%w%m%r\ %=%(%l,%c%V\ %=\ %P%) - - - augroup StatuslineConfig " define 3 custom highlight groups for statusline coloring