mattn

Results 892 comments of mattn

そのラッパー関数で呼び出される backtick から =s:foo() の様に関数が呼び出され、それが wildignore を期待してるとアウト。 On 8/7/14, Shougo [email protected] wrote: > そういえば、今思ったのですがラッパー関数内で一時的に wildignore を空にし、 > その上でコマンドを `=`により実行することもできそうです。 > > --- > > Reply to this email directly or...

Closed by https://github.com/vim-jp/vital.vim/pull/743 ?

スペースが2つ入ると再現できないので必須かと思います。 そのうえで unix like な引数分解をしたいのであれば gist-vim のこれが使えるかと思います。 https://github.com/mattn/gist-vim/blob/master/autoload/gist.vim#L115-L120

> gist-vimのこのコードは、', "で囲ったときだけスペースOKにしてる、ってことですよね?(正規表現 易読化ツールが欲しい… はい。 > あと、以下はどこに対するコメントですか? ``` function! s:foo(...) echo a:000 endfunction command! -nargs=* Foo call foo() ``` これで ``` :Foo "foo bar" ``` ※スペース2個 とした場合、f-args だと幾ら `join(a:000, '...

Can you take a look?

Hi, currently, `fn use context` always fail since this issue. Windows can not rename/move file that handle of the file is opened.

I get always errors with trying examples/basic since Go on Windows does not support root certification. On Windows, you should set cfg.CertPath to `~/.oci/oci_api_key.pem` and InsecureSkipVerify = true for cloud...

BTW, I found some bugs that using `path` instead of `path/filepath` for reality files. (ex ExpandPath above)

Thanks. memo is designed for serving files on http server. And the _posts directory can be used to jekyll. If you put `_config.yml` on the base directory of _posts, it...

I don't like Hugo because templates are not user friendly. I can use but I can't say that all of users like it. One of the choice will be jedie....