aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/org.vim
Commit message (Collapse)AuthorAge
* vim-patch:9.1.0865: filetype: org files are not recognizedChristian Clason2024-11-15
Problem: filetype: org files are not recognized Solution: detect '*.org' files as 'org' filetype, include filetype and syntax plugin (Luca Saccarola) closes: vim/vim#16054 https://github.com/vim/vim/commit/0684800c853ee5bd6e6736389b1a6ebe6a16a741 Co-authored-by: Luca Saccarola <github.e41mv@aleeas.com>