mattn

Results 892 comments of mattn

where is your cursor? please show me BEFORE and AFTER you expected.

This is difficult to handle brackets if the Test is string literal like `"}"`.

Yes, previously it was not registered on the cheet sheet. Could you please send me PR?

If empty_elements / block_elements / inline_elements are specified as empty string, those are not merged. If the type does not have those keys, those will be merged. How about this...

`emmet#getResourceIfExists` might be below. ```vim function! emmet#getResourceIfExists(type, name, default) abort if !has_key(s:emmet_settings, a:type) || !has_key(s:emmet_settings[a:type], a:name) return a:default endif return emmet#getResource(type, name, default) endfunction ```

emmet-vim expand as same as https://docs.emmet.io/ And you can modify default configuration. ``` let g:user_emmet_settings = { \ 'html': { \ 'snippets': { \ 'html:5': 'you expected' \ } \...

set configration like below. ```vim \ 'html': { \ 'block_all_childless' : 1, \ }, ```

If someone make pull-request, I'll merge it , thank you.

Is this expected? ![image](https://user-images.githubusercontent.com/10111/137504164-934c6685-5d2e-459d-97f4-cd77a2ef0ccc.png)