LiTuX S.

Results 23 comments of LiTuX S.

Sorry for my poor English, I mean, of course, to combine those features into a single plugin, but not bugs >_< Python is good, but I still don't know how...

我整了个非常初级的 vim 语法高亮插件,要不要玩一玩? [dongbei.vim.zip](https://github.com/zhanyong-wan/dongbei/files/4218178/dongbei.vim.zip) 解压到 `~/.vim/syntax` 里面,顺便新建 `~/.vim/ftdetect/dongbei.vim` ``` vim " ftdetect/dongbei.vim autocmd BufNewFile,BufRead *.dongbei setfiletype dongbei ``` 就行咧。

vim 的版本扔这儿了: https://github.com/suxpert/dongbei.vim

整了个动图,现在勉强算是个合格的辅助开发插件了: ![好使!](https://github.com/suxpert/dongbei.vim/blob/master/doc/screencast.gif?raw=true)

我有个提议,简单的比如 lambda x: func(x) 干哈呢吧(老王)就套路(老王)

然后 ```python map(lambda x: len(x), abc) ``` 可以是 > 整个浪儿的(干哈呢吧(老王)就老鼻子(老王),王家村) 之类的。map 的候选还有:麻溜的、可劲儿造、掰扯掰扯……

I don't know how to set easytags to meet my need, but I've modified the function for a different logic: if `g:easytags_dynamic_files` is 3, then: if there's a "dynamic tag...

> Can you try again with the same arguments? If it still crashes, can you run MRIQC while adding the argument `--no-sub`? I got the exact same error even if...

For my latest try, I limited the memory with `--mem 80` (the workstation has 128G), `mriqc` still used all memory resources during some processing (without any output after the *'Generating...