commit | 4ba5f1dab656103e8f4a4505452d1816b9e83c1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 14:36:29 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 14:36:29 2022 +0100 |
tree | 9485d33fa43b47acb7dcd42e5b4d17f7f152fdee | |
parent | 2f7e1b8b40dbc97752b8b816560f752f16e0207a [diff] [blame] |
patch 9.0.0656: cannot specify another character to use instead of '@' Problem: Cannot specify another character to use instead of '@' at the end of the window. Solution: Add "lastline" to 'fillchars'. (Martin Tournoij, closes #11264, closes #10963)
diff --git a/src/structs.h b/src/structs.h index d68468c..686aa8f 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -3519,6 +3519,7 @@ int foldsep; int diff; int eob; + int lastline; } fill_chars_T; /*