commit | 71badf9547e8f89571b9a095183671cbb333d528 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 22:40:14 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 22:40:14 2023 +0100 |
tree | 60d0393cb0236345eb4b5d26f98c8c9d030ce8b0 | |
parent | 80406c26188219f3773b2e9c49160caeeb386ee2 [diff] [blame] |
Update runtime files
diff --git a/runtime/indent/livebook.vim b/runtime/indent/livebook.vim new file mode 100644 index 0000000..6311050 --- /dev/null +++ b/runtime/indent/livebook.vim
@@ -0,0 +1,9 @@ +" Placeholder livebook indent file. +" This simply uses the markdown indenting. + +" Only load this indent file when no other was loaded. +if exists("b:did_indent") + finish +endif + +runtime! indent/markdown.vim