Skip to content

Commit 72e428e

Browse files
committed
nvim: change double quote to backtick
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 833ee44 commit 72e428e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvim/api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3224,7 +3224,7 @@ func testHighlight(v *Nvim) func(*testing.T) {
32243224
t.Fatalf("SetHighlight:\nwant %#v\n got %#v", wantErrorMsgEHL, errorMsgHL)
32253225
}
32263226

3227-
const cmd2 = "hi NewHighlight2 guifg=yellow guibg=red gui=bold"
3227+
const cmd2 = `hi NewHighlight2 guifg=yellow guibg=red gui=bold`
32283228
if err := v.Command(cmd2); err != nil {
32293229
t.Fatal(err)
32303230
}

0 commit comments

Comments
 (0)