Skip to content

Commit

Permalink
add entry in doc for cmake_build_path_pattern (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigPeet committed Mar 7, 2023
1 parent 89a0e50 commit 7aefd41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/cmake4vim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ VARIABLES *cmake-variables*
Default is '' which evaluates to the
current working directory.

*g:cmake_build_path_pattern* allows to set a pattern for build dir.
Expects two strings (format and args)
which are evaluated in a 'printf' call.
Default is ''.

*g:cmake_build_dir_prefix* allows to set cmake build directory prefix.
Default is 'cmake-build-'.

Expand Down

0 comments on commit 7aefd41

Please sign in to comment.