diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2021-08-21 18:26:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-21 18:26:33 -0700 |
commit | 8331cd13c45fb75bff0cec328ccba79b3ae61fa5 (patch) | |
tree | 84a5a9adbdce62c6c82711e6a603b486f2e69be0 /README.md | |
parent | a90513c24bd8f789fba980509a4bdd1d7fc890ec (diff) | |
download | rneovim-8331cd13c45fb75bff0cec328ccba79b3ae61fa5.tar.gz rneovim-8331cd13c45fb75bff0cec328ccba79b3ae61fa5.tar.bz2 rneovim-8331cd13c45fb75bff0cec328ccba79b3ae61fa5.zip |
docs #15447
- update ":help 'hidden'" #15410
- update ":help K" #15398
- try to capture some of the debug steps from #12036 (bpftrace, USDT probes)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ To install to a non-default location: make CMAKE_INSTALL_PREFIX=/full/path/ make install -To inspect the build, these CMake features are useful: +CMake hints for inspecting the build: - `cmake --build build --target help` lists all build targets. - `build/CMakeCache.txt` (or `cmake -LAH build/`) contains the resolved values of all CMake variables. |