diff --git a/vim/plugin/shame.vim b/vim/plugin/shame.vim index 442a9ce..7341fb8 100644 --- a/vim/plugin/shame.vim +++ b/vim/plugin/shame.vim @@ -89,6 +89,7 @@ else set showbreak=↳\ end set listchars=eol:¶,tab:\│\ ,trail:·,nbsp:…,space:· +set list " Allows setting vim options in other files set modeline diff --git a/vim/plugin/zen.vim b/vim/plugin/zen.vim index cfd7c12..41429d3 100644 --- a/vim/plugin/zen.vim +++ b/vim/plugin/zen.vim @@ -12,7 +12,7 @@ function s:dumpState(state) return l:newstate endfun -let s:state = { "&number": "0", "&relativenumber": "0", "&colorcolumn": "0", "&laststatus": "0", "&fillchars": "eob:\\ ", "&showtabline": "0" } +let s:state = { "&list": "0", "&number": "0", "&relativenumber": "0", "&colorcolumn": "0", "&laststatus": "0", "&fillchars": "eob:\\ ", "&showtabline": "0" } function Zen() if exists("g:zenState")