Package: asciidoc / 9.0.0~rc2-1

vim-asciidoc-add_dummy_ftdetect.patch Patch series | download
1
2
3
4
5
6
7
8
9
Author: Joseph Herlant <herlantj@gmail.com>
Description: No description.
--- /dev/null
+++ b/vim/ftdetect/asciidoc.vim
@@ -0,0 +1,4 @@
+" Detection of asciidoc formated files in vim using the file extension
+" as upstream removed the autodetection
+" See upstream commit 373ca26f6f9c17e51d5beef328d06d4527e0c88f
+au BufRead,BufNewFile *.adoc,*.asciidoc              set filetype=asciidoc