diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-29 21:13:43 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-29 21:56:34 -0400 |
commit | 1e03e76dafb5d166bb3d9ed262695f306de6ac4d (patch) | |
tree | 6a56adadbd656a2fe074e558d9043e1337eabe5f /runtime/autoload | |
parent | 9f54d125d2b601029cb2b6dbffcc361c2e8fb974 (diff) | |
download | rneovim-1e03e76dafb5d166bb3d9ed262695f306de6ac4d.tar.gz rneovim-1e03e76dafb5d166bb3d9ed262695f306de6ac4d.tar.bz2 rneovim-1e03e76dafb5d166bb3d9ed262695f306de6ac4d.zip |
vim-patch:207f009326c8
Update runtime files.
https://github.com/vim/vim/commit/207f009326c8f878defde0e594d7d9ed9860106e
Omit nl.po.
Diffstat (limited to 'runtime/autoload')
-rw-r--r-- | runtime/autoload/dist/ft.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/dist/ft.vim b/runtime/autoload/dist/ft.vim index 91f9585669..1ac74b5785 100644 --- a/runtime/autoload/dist/ft.vim +++ b/runtime/autoload/dist/ft.vim @@ -1,7 +1,7 @@ " Vim functions for file type detection " " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2020 Mar 30 +" Last Change: 2020 Aug 17 " These functions are moved here from runtime/filetype.vim to make startup " faster. |