You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two common line jump protocols supported by mc are:
mcedit +lineno file
mcedit file:lineno
Unfortunately, in the implementation of the first protocol, if line
number equals to zero, which is often used to position the cursor at the beginning of the file, it is completely ignored and file "+0" is opened instead.
Important
This issue was migrated from Trac:
zaytsev
(@zyv)Two common line jump protocols supported by mc are:
Unfortunately, in the implementation of the first protocol, if line
number equals to zero, which is often used to position the cursor at the beginning of the file, it is completely ignored and file "+0" is opened instead.
This patch fixes aforementioned issue.
Note
Original attachments:
zaytsev
(@zyv) onSep 9, 2010 at 8:43 UTC
The text was updated successfully, but these errors were encountered: