File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 22" Description: Vim plugin for working with buffers
33" Author: Alexander Skachko <alexander.skachko@gmail.com>
44" Homepage: https://github.com/lucerion/vim-buffr
5- " Version: 1 .0.0 (2017-09-03 )
5+ " Version: 2 .0.0 (2022-06-21 )
66" Licence: BSD-3-Clause
77" ==============================================================
88
Original file line number Diff line number Diff line change 22
33Author: Alexander Skachko <alexander.skachko@gmail.com>
44Homepage: https://github.com/lucerion/vim-buffr
5- Version: 1 .0.0 (2017-09-03 )
5+ Version: 2 .0.0 (2022-06-21 )
66Licence: BSD-3-Clause (see vim-buffr-license)
77
88===============================================================================
@@ -88,6 +88,13 @@ buffr#create_buffer({name}, {mods})
8888===============================================================================
8989CHANGELOG *vim-buffr-changelog*
9090
91+ 2.0.0 (2022-06-21)~
92+
93+ Changes
94+ * removed position option from command and functions (use window split modes instead)
95+ * removed default position option
96+ * function params is not an object
97+
91981.0.0 (2017-09-03)~
9299
93100 Code and documentation changes
Original file line number Diff line number Diff line change 22" Description: Vim plugin for working with buffers
33" Author: Alexander Skachko <alexander.skachko@gmail.com>
44" Homepage: https://github.com/lucerion/vim-buffr
5- " Version: 1 .0.0 (2017-09-03 )
5+ " Version: 2 .0.0 (2022-06-21 )
66" Licence: BSD-3-Clause
77" ==============================================================
88
You can’t perform that action at this time.
0 commit comments