Mercurial > vim
view src/VisVim/VisVim.def @ 17748:6ffe295f7492 v8.1.1871
patch 8.1.1871: modeless selection in GUI still not correct
commit https://github.com/vim/vim/commit/ff9f27cdc7be6023f833b9d63189894839df9655
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Aug 17 16:15:53 2019 +0200
patch 8.1.1871: modeless selection in GUI still not correct
Problem: Modeless selection in GUI still not correct.
Solution: Fix max_col.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 17 Aug 2019 16:30:02 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
; VisVim.def : Declares the module parameters for the DLL. LIBRARY "VISVIM" DESCRIPTION 'VISVIM Windows Dynamic Link Library' EXPORTS ; Explicit exports can go here DllCanUnloadNow PRIVATE DllGetClassObject PRIVATE DllRegisterServer PRIVATE DllUnregisterServer PRIVATE