mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.0073
This commit is contained in:
@@ -1644,7 +1644,7 @@ GetFontPanelSelection(char_u* outName)
|
||||
|
||||
/* Only encode font size, because style (bold, italic, etc) is
|
||||
* already part of the font full name */
|
||||
snprintf(styleString, FONT_STYLE_BUFFER_SIZE, ":h%d",
|
||||
vim_snprintf(styleString, FONT_STYLE_BUFFER_SIZE, ":h%d",
|
||||
gFontPanelInfo.size/*,
|
||||
((gFontPanelInfo.style & bold)!=0 ? ":b" : ""),
|
||||
((gFontPanelInfo.style & italic)!=0 ? ":i" : ""),
|
||||
|
Reference in New Issue
Block a user