dblume commited on 2023-01-25 10:18:21
Showing 1 changed files, with 3 additions and 3 deletions.
| ... | ... |
@@ -260,9 +260,9 @@ if has("autocmd")
|
| 260 | 260 |
autocmd FileType c,cpp nmap <buffer> <leader>s :call SwitchSourceHeader()<cr> |
| 261 | 261 |
autocmd FileType c,cpp set foldmethod=syntax |
| 262 | 262 |
|
| 263 |
- " autocmd FileType roku :let g:airline_extensions = [] |
|
| 264 |
- " autocmd FileType roku :let g:airline_section_warning = airline#section#create([]) |
|
| 265 |
- autocmd FileType roku :let g:airline#extensions#whitespace#enabled = 0 |
|
| 263 |
+ " autocmd FileType rokulog :let g:airline_extensions = [] |
|
| 264 |
+ " autocmd FileType rokulog :let g:airline_section_warning = airline#section#create([]) |
|
| 265 |
+ autocmd FileType rokulog :let g:airline#extensions#whitespace#enabled = 0 |
|
| 266 | 266 |
|
| 267 | 267 |
if v:version >= 703 |
| 268 | 268 |
" I toggle out of relative number when Vim's focus is lost, because |
| 269 | 269 |