diff --git a/.github/data/project-dictionary.txt b/.github/data/project-dictionary.txt index 475dbefd..9c0849ad 100644 --- a/.github/data/project-dictionary.txt +++ b/.github/data/project-dictionary.txt @@ -111,6 +111,5 @@ CC's usr gcc exe -Makefile's MSYS SHELLFLAGS diff --git a/README.md b/README.md index 58184d01..70b4362b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Neovim >= 0.7 (extmarks) SHELL=C:/path/to/Git/usr/bin/sh.exe # if Git/MinGW/MSYS2 `sh.exe` is not in PATH .SHELLFLAGS=-c # if Git/MinGW/MSYS2 `sh.exe` is not in PATH CC=gcc.exe # if CC's default value cc is not set (when `which cc` fails to find the compiler command) -NEOVIM_BIN_PATH=C:/path/to/Neovim/bin # if the Makefile's fails to automatically detect the Neovim/bin path +NEOVIM_BIN_PATH=C:/path/to/Neovim/bin # if the Makefile fails to automatically detect the Neovim/bin path ``` ## Keymaps