X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1f883a325dd54382b5a2db6925c1397fc20f3e57..6d2cb3c06cd546fd4bee4136679db3a3d5de97fa:/doc/vim-markdown.txt diff --git a/doc/vim-markdown.txt b/doc/vim-markdown.txt index 109ffdc..714d3a9 100644 --- a/doc/vim-markdown.txt +++ b/doc/vim-markdown.txt @@ -26,6 +26,7 @@ Contents ~ |vim-markdown-do-not-require-.md-extensions-for-markdown-links| 13. Auto-write when following link |vim-markdown-auto-write-when-following-link| + 14. Change default file extension |vim-markdown-auto-extension-ext| 4. Mappings |vim-markdown-mappings| 5. Commands |vim-markdown-commands| 6. Credits |vim-markdown-credits| @@ -309,6 +310,15 @@ this option will automatically save any edits you made before moving you: > let g:vim_markdown_autowrite = 1 < +------------------------------------------------------------------------------- + *vim-markdown-auto-extension-ext* +Change default file extension ~ + +If you would like to use a file extension other than '.md' you may do so using +the 'vim_markdown_auto_extension_ext' variable: +> + let g:vim_markdown_auto_extension_ext = 'txt' +< =============================================================================== *vim-markdown-mappings* Mappings ~