-
Notifications
You must be signed in to change notification settings - Fork 2
The tweaking dll for GVim.exe.
vim-scripts/VimTweak
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=687 This should work on Win2k (or WinXP maybe) Alpha Window: 200/255 alpha :call libcallnr("vimtweak.dll", "SetAlpha", 200) reset alpha :call libcallnr("vimtweak.dll", "SetAlpha", 255) Maximized Window: Enable :call libcallnr("vimtweak.dll", "EnableMaximize", 1) Disable :call libcallnr("vimtweak.dll", "EnableMaximize", 0) TopMost Window: Enable :call libcallnr("vimtweak.dll", "EnableTopMost", 1) Disable :call libcallnr("vimtweak.dll", "EnableTopMost", 0)
About
The tweaking dll for GVim.exe.
Resources
Stars
Watchers
Forks
Packages 0
No packages published