Skip to content

Commit

Permalink
Do not load up on *.http files automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharat87 committed Mar 20, 2019
1 parent c86089a commit 1bca295
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ftdetect/roast.vim
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
au BufRead,BufNewFile *.roast,*.http setf roast
au BufRead,BufNewFile *.roast setf roast

if get(g:, 'roast_http_ext', 0) == 1
au BufRead,BufNewFile *.http setf roast
endif

0 comments on commit 1bca295

Please sign in to comment.