promptline.vim icon indicating copy to clipboard operation
promptline.vim copied to clipboard

Preset cannot be found

Open tzohpilotl opened this issue 9 years ago • 0 comments

I was willing to write a preset but i can't get promptline to load it: ~/.vim/bundle/promptline.vim/autoload/promptline/presets/custom.vim

let g:promptline_preset = {
\'a' : [ promptline#slices#user() ],
\'b' : [ promptline#slices#cwd() ],
\'c' : [ promptline#slices#jobs() ],
\'y' : [ promptline#slices#vcs_branch() ],
\'z' : [ promptline#slices#git_status() ],
\'warn' : [ promptline#slices#last_exit_code() ]}

vim keeps telling me Promptline: preset cannot be found 'custom'. I'm using zsh + xterm.

tzohpilotl avatar Feb 25 '16 20:02 tzohpilotl