Skip to content

Commit 79fca85

Browse files
committed
Embed img height in release notes for less flickering on load
1 parent 0bb3a25 commit 79fca85

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

_includes/releases/r179.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2 id="r179-system-monospace-font-sf-mono">System monospace font (SF Mono)</h2>
2727

2828
<p>Note: I’m contemplating changing the MacVim default value for <code>guifont</code> to be <code>-monospace-</code> in the future so MacVim will always use the native monospace font instead of being hard-coded to Menlo. This makes it more consistent with Apple Terminal and Xcode. Feel free to leave a comment on <a href="https://github.com/macvim-dev/macvim/issues/1277">#1277</a> if you have opinions on this.</p>
2929

30-
<p><img width="310" alt="Menlo (default) vs SF Mono" src="https://github.com/macvim-dev/macvim/assets/1217449/56e4a7b7-9f9d-4cfa-9e6a-bb4baffc6d30" /></p>
30+
<p><img width="310" height="85" alt="Menlo (default) vs SF Mono" src="https://github.com/macvim-dev/macvim/assets/1217449/56e4a7b7-9f9d-4cfa-9e6a-bb4baffc6d30" /></p>
3131

3232
<h2 id="r179-new-vim-features">New Vim features</h2>
3333

@@ -37,7 +37,7 @@ <h2 id="r179-new-vim-features">New Vim features</h2>
3737
<li>Most string option values can now be completed. <a href="https://github.com/vim/vim/commit/900894b09a95398dfc75599e9f0aa2ea25723384">v9.0.1958</a></li>
3838
<li>MacVim options (guifont, fuoptions) also support tab completion. <a href="https://github.com/macvim-dev/macvim/issues/1436">#1436</a></li>
3939
<li>++opt (e.g. <code>:e ++</code>) and <code>:terminal ++</code> completion work as well. <a href="https://github.com/vim/vim/commit/989426be6e9ae23d2413943890206cbe15d9df38">v9.0.2025</a></li>
40-
<li><img width="497" alt="listchars" src="https://github.com/macvim-dev/macvim/assets/1217449/27a17e85-30ed-43d9-b67b-d15ecf116042" /></li>
40+
<li><img width="497" height="227" alt="listchars" src="https://github.com/macvim-dev/macvim/assets/1217449/27a17e85-30ed-43d9-b67b-d15ecf116042" /></li>
4141
</ul>
4242
</li>
4343
<li>New options:

_includes/releases/r180.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2 id="r180-new-vim-features">New Vim features</h2>
2727
<li>
2828
<p>Matched text in a completion popup menu will now be highlighted <a href="https://github.com/vim/vim/commit/40c1c3317d92f8c2adadf744fab72e4458e2a9fa">v9.1.0476</a></p>
2929

30-
<p><img width="147" alt="image" src="https://github.com/user-attachments/assets/9dff8254-74ca-455d-b65e-50ed87e30961" /></p>
30+
<p><img width="147" height="58" alt="image" src="https://github.com/user-attachments/assets/9dff8254-74ca-455d-b65e-50ed87e30961" /></p>
3131
</li>
3232
<li>Insert mode fuzzy completion (<code>:set completopt+=fuzzy</code>). <a href="https://github.com/vim/vim/commit/a218cc6cdabae1113647b817c4eefc2b60a6902f">v9.1.0463</a> / <a href="https://github.com/vim/vim/commit/8159fb18a92e9a9f5e35201bd92bf651f4d5835c">v9.1.0598</a></li>
3333
</ul>

_includes/releases/r181.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ <h2 id="r181-tabs">Tabs</h2>
4343

4444
<p>There are a few ways to customize the colors of the new tabs, under the “Appearance” settings pane. MacVim defaults to an “Automatic colors” mode which tries to pick sensible colors automatically based on the current foreground/background colors. However, you can also configure it to simply use the tab colors specified by the Vim color scheme (some color schemes will work better than others depending on their choice of colors). Another new option is “Use tabs background color” which when combined with “Transparent title bar” allows the title bar and tabs to look like a single cohesive whole.</p>
4545

46-
<p><img width="375" alt="new tabs" src="https://github.com/user-attachments/assets/f70a683e-1450-48d1-89b7-f6c12d73bf90" />
47-
<img width="375" alt="image" src="https://github.com/user-attachments/assets/b1af9c2f-8176-43d8-add7-faf6272f9a74" />
48-
<img width="375" alt="new tabs" src="https://github.com/user-attachments/assets/1190e1e4-2544-485c-adf5-86a57233f9a0" />
49-
<img width="375" alt="new tabs" src="https://github.com/user-attachments/assets/93bc52e6-3559-48fa-8a28-5848fd19b1d7" /></p>
46+
<p><img width="375" height="89.8693" alt="new tabs" src="https://github.com/user-attachments/assets/f70a683e-1450-48d1-89b7-f6c12d73bf90" />
47+
<img width="375" height="89.8693" alt="image" src="https://github.com/user-attachments/assets/b1af9c2f-8176-43d8-add7-faf6272f9a74" />
48+
<img width="375" height="89.8693" alt="new tabs" src="https://github.com/user-attachments/assets/1190e1e4-2544-485c-adf5-86a57233f9a0" />
49+
<img width="375" height="89.8693" alt="new tabs" src="https://github.com/user-attachments/assets/93bc52e6-3559-48fa-8a28-5848fd19b1d7" /></p>
5050

5151
<p>Relevant work:</p>
5252

0 commit comments

Comments
 (0)