Skip to content

Commit

Permalink
docs(readme): fix typo: orig_table -> orig_view
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Dec 14, 2023
1 parent 4f22910 commit e184117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ basic element of [`dropbar_t`](#dropbar_t) and [`dropbar_menu_entry_t`](#dropbar
| `dropbar_symbol_t:displaywidth(): integer` | returns the display width of the symbol |
| `dropbar_symbol_t:bytewidth(): integer` | returns the byte width of the symbol |
| `dropbar_symbol_t:jump()` | jump to the start of the range of the dropbar symbol |
| `dropbar_symbol_t:preview(orig_view: table?)` | preview the symbol in the source window, use `orig_table` as the original view of the source window (to restore win view after preview ends) |
| `dropbar_symbol_t:preview(orig_view: table?)` | preview the symbol in the source window, use `orig_view` as the original view of the source window (to restore win view after preview ends) |
| `dropbar_symbol_t:preview_restore_hl()` | clear the preview highlights in the source window |
| `dropbar_symbol_t:preview_restore_view()` | restore the view in the source window after previewing the symbol |
| `dropbar_symbol_t:swap_field(field: string, new_val: any)` | temporarily change the content of a dropbar symbol |
Expand Down

0 comments on commit e184117

Please sign in to comment.