Skip to content

Commit

Permalink
Combine vim ftdetect commands
Browse files Browse the repository at this point in the history
Causes [very] slightly less memory to be used by Vim.
  • Loading branch information
h3xx authored and brndnmtthws committed May 19, 2023
1 parent 1592881 commit 7807ea6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extras/vim/ftdetect/conkyrc.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
" Vim filetype detection file for Conky config files
"

au BufNewFile,BufRead *conkyrc set filetype=conkyrc
au BufNewFile,BufRead conky.conf set filetype=conkyrc
au BufNewFile,BufRead *conkyrc,conky.conf set filetype=conkyrc

0 comments on commit 7807ea6

Please sign in to comment.