Skip to content

Commit

Permalink
Revert "Revert "nvim: patch unexprot nvim__set_hl_ns""
Browse files Browse the repository at this point in the history
This reverts commit 2f2159c.
  • Loading branch information
zchee committed Mar 22, 2021
1 parent 43dbbf2 commit 7420c31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nvim/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nvim/api_def.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func SetHighlight(nsID int, name string, val *HLAttrs) {
//
// The nsID arg is the namespace to activate.
func SetHighlightNameSpace(nsID int) {
name(nvim_set_hl_ns)
name(nvim__set_hl_ns)
}

// FeedKeys sends input-keys to Nvim, subject to various quirks controlled by mode flags.
Expand Down

0 comments on commit 7420c31

Please sign in to comment.