mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.0.0691: compiler warning without the linebreak feature
Problem: Compiler warning without the linebreak feature. Solution: Add #ifdef. (John Marriott)
This commit is contained in:
@@ -7329,7 +7329,9 @@ oneleft(void)
|
||||
#ifdef FEAT_VIRTUALEDIT
|
||||
if (virtual_active())
|
||||
{
|
||||
# ifdef FEAT_LINEBREAK
|
||||
int width;
|
||||
# endif
|
||||
int v = getviscol();
|
||||
|
||||
if (v == 0)
|
||||
|
Reference in New Issue
Block a user