Mercurial > vim
comparison runtime/ftplugin/livebook.vim @ 32294:b2e8663e6dcc
Update runtime files
Commit: https://github.com/vim/vim/commit/71badf9547e8f89571b9a095183671cbb333d528
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Apr 22 22:40:14 2023 +0100
Update runtime files
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 22 Apr 2023 23:45:05 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
32293:6f7c948e5b15 | 32294:b2e8663e6dcc |
---|---|
1 " Placeholder livebook filetype plugin file. | |
2 " This simply uses the markdown filetype plugin. | |
3 | |
4 " Only load this plugin when no other was loaded. | |
5 if exists("b:did_ftplugin") | |
6 finish | |
7 endif | |
8 | |
9 runtime! ftplugin/markdown.vim ftplugin/markdown_*.vim ftplugin/markdown/*.vim |