Linda_pp
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?