We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a57f0 commit e9ff669Copy full SHA for e9ff669
buffer/decoration.ts
@@ -64,7 +64,7 @@ export interface Decoration {
64
* }
65
* ```
66
*
67
- * It uses `prop_add_list` in Vim and `nvim_buf_add_highlight` in Neovim to
+ * It uses `prop_add_list` in Vim and `nvim_buf_set_extmark` in Neovim to
68
* decorate the buffer.
69
*/
70
export function decorate(
@@ -122,7 +122,7 @@ export function decorate(
122
123
124
125
- * It uses `prop_add` in Vim and `nvim_buf_add_highlight` in Neovim to decorate the
+ * It uses `prop_remove` in Vim and `nvim_buf_clear_namespace` in Neovim to decorate the
126
* buffer.
127
128
export function undecorate(
0 commit comments