Click on the package to download.
| fontsize-0.6.0.zip |
0.6.0 |
2025-11-27 |
7.0 |
Michael Henry |
- Add support for Haiku.
- Make font step size configurable via `g:fontsize#stepSize`, which may be
a fractional value.
- Add `:Fontsize` command to display current font size or change the font size.
|
| fontsize-0.5.0.zip |
0.5.0 |
2023-08-20 |
7.0 |
Michael Henry |
Add support for Neovim GUIs (at least nvim-qt and neovide).
|
| fontsize-0.4.1.zip |
0.4.1 |
2016-11-16 |
7.0 |
Michael Henry |
Add support for GTK3-based GUI. |
| fontsize-0.4.0.zip |
0.4.0 |
2015-10-04 |
7.0 |
Michael Henry |
Add configurable time-out settings for font mode (including the ability to never time out). |
| fontsize-0.3.4.zip |
0.3.4 |
2015-04-30 |
7.0 |
Michael Henry |
Do not load plugin without GUI running (thanks to Anatolii Sakhnik). |
| fontsize-0.3.3.zip |
0.3.3 |
2014-04-05 |
7.0 |
Michael Henry |
- Add support for [count] (thanks to Ingo Karkat).
|
| fontsize-0.3.2.zip |
0.3.2 |
2014-02-14 |
7.0 |
Michael Henry |
Minor update:
- Add autoloaded guard.
- Fix paste error in documentation (thanks to hfs for the bug report).
|
| fontsize-0.3.1.zip |
0.3.1 |
2013-10-03 |
7.0 |
Michael Henry |
Documentation reorganization. |
| vim-fontsize-0.3.0.zip |
0.3.0 |
2013-10-02 |
7.0 |
Michael Henry |
- Switch default key bindings to <Leader><Leader>x instead of <Leader>xx.
- Convert to bundle-based installation instructions.
- Use getfontname() instead of reading 'guifont', allowing fontsize to work
when 'guifont' was not set or was set to a comma-separated list of fonts
where the first font was not valid.
- Use "(fontsize)" string for prettier-looking 'showcmd' output.
|
| fontsize-0.2.1.vba |
0.2.1 |
2013-09-24 |
7.0 |
Michael Henry |
Properly restore cpoptions. |
| fontsize-0.2.0.vba |
0.2.0 |
2009-10-23 |
7.0 |
Michael Henry |
Version 0.2.0 Date 2009-10-21 *fontsize-changelog-0.2.0*
- Changed <Leader>== to enter "font size" mode without changing the
font size.
- Fixed regex for win32 and others to not require colon after size field
(e.g., "fontname:h12" works, don't need "fontname:h12:cANSI"). Added
regex support for other platforms.
- Added g:fontsize_encoding feature to handle different encodings for
&guifont and &guifontwide.
- Handles empty &guifont better now (but cannot change font size in that
case).
- Added documentation sections for TODO, ChangeLog. |
| fontsize-0.1.0.vba |
0.1.0 |
2009-10-11 |
7.0 |
Michael Henry |
Initial upload |