Re: dot in iskeyword in C and sh files

2015-08-06 Thread Olaf Hering
On Wed, Aug 05, Christian Brabandt wrote: > ,[ syntax/sh.vim ]- > | " AFAICT "." should be considered part of the iskeyword. Using iskeywords > in > ` No reason given why a dot should be part of a word. I consider this a regression which should be fixed. > :let g:sh_noisk=1 Guess I'm

dot in iskeyword in C and sh files

2015-08-05 Thread Olaf Hering
Since some time cycling through variables in a shell file with the asterisk '*' key is broken for me. In the simple example like that: var="val" echo "$var.whatever" I was able to move cursor to "var=", hit "*" and saw all "var" strings highlighted. Recently that broken, only the