Linda_pp

Results 502 comments of Linda_pp

ใ‚ณใƒผใƒ‰ใ‚’ใƒ™ใƒผใ‚นใซ่ฉฑใ‚’ใ—ใŸใปใ†ใŒ่‰ฏใ„ใ‹ใชใจๆ€ใ„ใพใ™๏ผŽ ## 1. import ใŒไพ‹ๅค–ใ‚’ๆŠ•ใ’ใ‚‹ๆ™‚ ```vim try let s:Job = vital#some_plugin#import('System.Job') catch endtry " ๅ‡ฆ็†ใ‚’ๅˆ†ใ‘ใ‚‹ใจใ“ใ‚ if exists('s:Job') " job ใŒใ‚ใ‚‹ใจใใ€œ else " ใชใ„ใจใโ€ฆ endif ``` ## 2. import ใŒไพ‹ๅค–ใ‚’ๆŠ•ใ’ใชใ„ๆ™‚ ```vim...

```vim try let s:Job = vital#some_plugin#import('System.Job') function! foo(...) " ใ‚ใ‚‹ใจใใ€œ endfunction catch function! foo(...) " ใชใ„ใจใโ€ฆ endfunction endtry ``` ใฟใŸใ„ใซ้–ขๆ•ฐๅˆ‡ใ‚Šๅˆ†ใ‘ใ‚‹ใจใ‹ใฏใ‚ใ‚Šใ‹ใ‚‚ใงใ™ใŒ๏ผŒใƒ—ใƒฉใ‚ฐใ‚คใƒณใฎๅ‡ฆ็†ใซใ‚ˆใฃใฆใฏใ“ใ†ใ„ใ†ๅฎŸ่ฃ…ใฏๅŽณใ—ใใ†ใชๆฐ—ใ‚‚

> slow (overhead of import()) I was just curious but did someone measure this overhead?

ok. I'm not denying the point. I was just curious about how much overhead it causes as a user of vital.vim if anyone has already done some measurements.

XML ใ‚„ใฃใฆใพใ™

OptionParser ใซไธ‹่จ˜ใ‚’ๅฎŸ่ฃ…ใ—ใพใ—ใŸ๏ผŽ - ใƒ‡ใƒ•ใ‚ฉใƒซใƒˆๅ€คใ‚’ๆŒ‡ๅฎšใ™ใ‚‹ๆฉŸ่ƒฝ - ใ‚ชใƒ—ใ‚ทใƒงใƒณๅ๏ผˆ`--hoge=huga` ใฎ `hoge` ใฎ้ƒจๅˆ†๏ผ‰ใฎ่ฃœๅฎŒ - ใ‚ชใƒ—ใ‚ทใƒงใƒณๅ€ค๏ผˆ`--hoge=huga` ใฎ `huga` ใฎ้ƒจๅˆ†๏ผ‰ใฎ่ฃœๅฎŒใ‚’ใƒฆใƒผใ‚ถๅฎš็พฉใ™ใ‚‹ๆฉŸ่ƒฝ

Could you describe exact steps to reproduce this (your environment, setup, command executed, expected output)

Thank you for the description. I'll look into this.

It seems that your 'Actual result' is not an invalid markdown. From [commonmark spec]() > In general, a setext heading need not be preceded or followed by a blank line....

Does this actually break some markdown parser?