File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11" autoload/editorconfig_core.vim: top-level functions for
22" editorconfig-core-vimscript and editorconfig-vim.
33
4- " Copyright (c) 2018-2019 EditorConfig Team, including Chris White {{{1
4+ " Copyright (c) 2018-2020 EditorConfig Team, including Chris White {{{1
55" All rights reserved.
66"
77" Redistribution and use in source and binary forms, with or without
4444" The latest version of the specification that we support.
4545" See discussion at https://github.com/editorconfig/editorconfig/issues/395
4646function ! editorconfig_core#version ()
47- return [0 ,12 , 2 ]
47+ return [0 ,13 , 0 ]
4848endfunction
4949
5050" === CLI =============================================================== {{{1
Original file line number Diff line number Diff line change 11*editorconfig.txt*
22
33File: editorconfig.txt
4- Version: 1.1.0-beta
4+ Version: 1.1.1
55Maintainer: EditorConfig Team <http://editorconfig.org >
66Description: EditorConfig vim plugin
77
You can’t perform that action at this time.
0 commit comments