NoScripter
NoScripter
same here. update@20150915 The author seems to have stopped maintenance of this project, maybe we should all fork this project and fix this issue by ourselves. just add these four...
Same problem encountered. Following these [question](https://superuser.com/questions/741422/vim-move-word-skips-dot), get the following output: ``` txt iskeyword=@,48-57,_,192-255,$,-,#,. Last set from ~/.vim/bundle/vim-coloresque/after/syntax/css/vim-coloresque.vim ```
@treymack what's the detail steps or positions to write your fix?
Thanks a lot, the other convenient way is to use `:set isk?` to checkout the current 'iskeyword' and add the characters like `.`.
This is related to the `conceal` behaviour of vim, please make sure you have `let g:indentLine_conceallevel` set to bigger than 0, and check your current buffer's `conceallevel` option is set...
This is indeed a bug.
> const obj = { a: {b: 3} }; > const value = get(obj, 'a.b', {default: 0)); // value equals -> undefined > const value = get(obj, 'a.b', 0); //...
well done!
Could this issue be related to browser MIME compatibility?