Skip to content

Commit

Permalink
Fix broken backquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbarye committed Jul 15, 2020
1 parent fe74b36 commit aca0295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -1535,7 +1535,7 @@ let g:molokai_original = 1
colorscheme molokai
```

設定を追加したらVimを再起動して ``:source ~/.vimrc` を実行し :PlugInstall`
設定を追加したらVimを再起動して `:source ~/.vimrc` を実行し `:PlugInstall`
実行してください。これでプラグインがダウンロードされインストールされます。
プラグインがインストールされたら再びVimを再起動してください。
<!--
Expand Down Expand Up @@ -3217,7 +3217,7 @@ func countLines(msg string) int {
関数の中身は私たちが先程選択したコードであることがわかるでしょう。そして
関数への入力は `:GoFreevars` の結果である自由変数です。私たちは何を返すか
(返すものがあれば) を決めただけです。このケースでは count を返します。
`main.go は以下のようになります。
`main.go` は以下のようになります。
<!--
You'll see that the content is our previously selected code. And the input to
the function is the result of `:GoFreevars`, the free variables. We only
Expand Down

0 comments on commit aca0295

Please sign in to comment.