1 parent 73917f9 commit 528c508Copy full SHA for 528c508
1 file changed
ftplugin/cpp.vim
@@ -66,6 +66,7 @@ function! s:Cppman(page)
66
setlocal buftype=nofile
67
setlocal bufhidden=delete
68
setlocal noswapfile
69
+ setlocal iskeyword+=:,=,~,[,],*,!,<,>
70
71
let g:page_name = a:page
72
0 commit comments