view nsis/gvim_version.nsh @ 30341:65c69861bad0 v9.0.0506

patch 9.0.0506: line number argument for :badd does not work Commit: https://github.com/vim/vim/commit/a2b91036d12e1b406ed5d17bf03f8d1ed05221f6 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 19 18:20:08 2022 +0100 patch 9.0.0506: line number argument for :badd does not work Problem: Line number argument for :badd does not work. Solution: Set the last cursor position in the new buffer. (closes https://github.com/vim/vim/issues/11161)
author Bram Moolenaar <Bram@vim.org>
date Mon, 19 Sep 2022 19:30:03 +0200
parents f8116058ca76
children 4635e43f2c6f
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 9
!define VER_MINOR 0
!endif