26bc9c0ab0cc
linux
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 10 Jun 2018 09:12:37 -0700 |
parents | 379e7e5ededc |
children | a51c35224604 |
branches/tags | (none) |
files | vim/vimrc |
Changes
--- a/vim/vimrc Sun Jun 10 09:11:59 2018 -0700 +++ b/vim/vimrc Sun Jun 10 09:12:37 2018 -0700 @@ -584,7 +584,7 @@ let s .= "%{StatusLineMode()}" let s .= " " let s .= "%#GWStatusLineModeX#" - let s .= "⮀ " + let s .= " " if strlen(errors) != 0 let s .= "%#Error#" @@ -600,9 +600,9 @@ let s .= " \[%{&fileencoding?&fileencoding:&encoding}/%{&fileformat}\] " let s .= "%#GWStatusLineModeY#" - let s .= "⮂" + let s .= "" let s .= "%#GWStatusLineMode#" - let s .= " %3c ⭡ " + let s .= " %c/" let s .= "%l" " Current line let s .= "/" let s .= "%L" " Total lines @@ -1137,6 +1137,7 @@ au BufNewFile,BufRead *.asd,*.ros set filetype=lisp au BufNewFile,BufRead *.paren set filetype=lisp au BufNewFile,BufRead .abclrc set filetype=lisp + au BufNewFile,BufRead .stumpwmrc set filetype=lisp au FileType lisp nnoremap <buffer> U :syntax sync fromstart<cr>:redraw!<cr>:call TurnOnLispFolding()<cr>