From 5e66cb89749621195f338e73bb14644929a7380a Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Mon, 14 Jan 2019 08:58:24 -0800 Subject: [PATCH] Fix #15: Update README to use autocmd for airline status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccaf27b..0e6fdc5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Note: if you are using the 'airline' plugin for the status line, you can display this custom status part instead of the filename extension with: ```vim -let g:airline_section_x='%{MyStatusLine()}' +autocmd BufNewFile,BufRead *.ino let g:airline_section_x='%{MyStatusLine()}' ``` ## License