diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c index f405413913c..e6ceeeee0a5 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -105,7 +105,7 @@ With positive ARG, a non-empty line at the end counts as one line\n\ | |||
| 105 | } | 105 | } |
| 106 | 106 | ||
| 107 | negp = count <= 0; | 107 | negp = count <= 0; |
| 108 | pos = scan_buffer ('\n', pos2, count - negp, &shortage); | 108 | pos = scan_buffer ('\n', pos2, count - negp, &shortage, 1); |
| 109 | if (shortage > 0 | 109 | if (shortage > 0 |
| 110 | && (negp | 110 | && (negp |
| 111 | || (ZV > BEGV | 111 | || (ZV > BEGV |