+9
-0
lines changedFilter options
+9
-0
lines changed Original file line number Diff line number Diff line change
@@ -117,6 +117,11 @@ func! s:StarSetf(ft)
117
117
endif
118
118
endfunc
119
119
120
+
" Load user-defined filetype.vim
121
+
augroup filetypedetect
122
+
runtime! filetype.vim
123
+
augroup END
124
+
120
125
augroup filetypedetect
121
126
122
127
" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE
@@ -4834,6 +4839,10 @@ au BufNewFile,BufRead *.txt
4834
4839
\| setf text
4835
4840
\| endif
4836
4841
4842
+
" Use the filetype detect plugins. They may overrule any of the previously
4843
+
" detected filetypes.
4844
+
runtime! ftdetect/*.vim
4845
+
4837
4846
" NOTE: The above command could have ended the filetypedetect autocmd group
4838
4847
" and started another one. Let's make sure it has ended to get to a consistent
4839
4848
" state.
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4