regex - OCaml Syntax file for vim : '#' and '*' search -
i use vim text editor , when in ocaml source code, if have this:
mymodule.my_function if put cursor somewhere on mymodule , press # or * key, vim going search mymodule.my_function, search mymodule. , if put cursor on my_function, search my_function.
is there simple way it? couldn't identify regexp in vim syntax file...
thanks in advance,
what :set iskeyword? prints. if there . included.
please remove using :set iskeyword-=.
hope fixes issue. if so, might add in ~/.vimrc
more details @ :h iskeyword
Comments
Post a Comment