From e267980bad8536ffecd434c705624260999a86bc Mon Sep 17 00:00:00 2001 From: Aaron Wolf Date: Tue, 26 May 2015 21:06:17 -0700 Subject: [PATCH] bad line split for command, added break --- FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 7243898..788ae33 100644 --- a/FAQ.md +++ b/FAQ.md @@ -88,7 +88,8 @@ But (especially if you are using a bundler to install airline), you may prefer t 1. Copy `dark.vim` into `~/.vim/autoload/airline/themes/your_theme_name.vim` 2. Open that file and search-replace: `:%s/#dark#/#your_theme_name#/g` 3. (Optionally) test it with: `:AirlineTheme your_theme_name` -4. To make it load on startup, add to your `.vimrc`: `:let g:airline_theme='your_theme_name'` +4. To make it load on startup, add to your `.vimrc`: + `:let g:airline_theme='your_theme_name'` [a]: https://github.com/Lokaltog/vim-powerline [b]: https://github.com/Lokaltog/powerline