We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b518b8 commit 189ab2dCopy full SHA for 189ab2d
autoload/vim_commands_plugin.vim
@@ -7,7 +7,7 @@ function! vim_commands_plugin#openCheatSheet()
7
let l:cheat_sheet = l:user_cheat_sheet
8
else
9
" plugin directory path
10
- let l:cheat_sheet = expand("<sfile>:h:h") . "/doc/vim-commands.md"
+ let l:cheat_sheet = expand("<sfile>:h:h") . "/vim-commands/doc/vim-commands.md"
11
endif
12
13
" Open the markdown file in a new buffer
0 commit comments