diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-06-12 18:17:15 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-06-15 15:51:43 +0200 |
| commit | d721c953a5e4ff1e456d35c82e5a65d511955561 (patch) | |
| tree | c654e0dd4b227baf54602dcc58b79c5ac645eff1 /vis-lua.c | |
| parent | c4b4eebff51fcf718457d92848322f7ec20fc139 (diff) | |
| download | vis-d721c953a5e4ff1e456d35c82e5a65d511955561.tar.gz vis-d721c953a5e4ff1e456d35c82e5a65d511955561.tar.xz | |
view: rename view_cursors_selection_clear
Diffstat (limited to 'vis-lua.c')
| -rw-r--r-- | vis-lua.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1890,7 +1890,7 @@ static int window_cursor_newindex(lua_State *L) { if (text_range_valid(&sel)) view_selections_set(cur, &sel); else - view_cursors_selection_clear(cur); + view_selection_clear(cur); return 0; } } |
