Skip to content

Commit

Permalink
Fix #15: Update README to use autocmd for airline status
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Jan 14, 2019
1 parent 955dad6 commit 5e66cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 5e66cb8

Please sign in to comment.