vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 4a0b697c57bef00cbbf594bbab271268091206ae parent bcec0ff3a059224737893a6cf8a3e2c091767f13 Author: TwoFinger <Two-Finger@users.noreply.github.com> Date: Mon, 4 Jun 2018 12:53:15 +0300 view: Fix a @param name in a comment Diffstat:
| M | view.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/view.h b/view.h @@ -58,7 +58,7 @@ Filerange view_viewport_get(View*); * @param pos The position to query. * @param line Will be updated with screen line on which `pos` resides. * @param row Will be updaded with zero based window row on which `pos` resides. - * @param line Will be updated with zero based window column which `pos` resides. + * @param col Will be updated with zero based window column which `pos` resides. * @return Whether `pos` is visible. If not, the pointer arguments are left unmodified. */ bool view_coord_get(View*, size_t pos, Line **line, int *row, int *col);