Jan Hermann

Results 32 issues of Jan Hermann

Without the fix, the search starts one directory above the current directory.

Current vim-sneak and Neovim 0.2.0. To reproduce: `testrc.vim`: ```vim filetype off call plug#begin('~/.local/share/nvim/plugged') Plug 'justinmk/vim-sneak' call plug#end() filetype plugin indent on let g:sneak#label = 1 ``` `echo 'test test test'...

bug

It seems that gfortran (5.3.0) can ocassionally throw multiline warnings, such as: ``` read_control.f90:8488.5: 89 continue 1 read_control.f90:8472.71: read(inputline,*,end=89,err=99) desc_str, n_core_states_soc 2 Warning: Legacy Extension: Label at (1) is not...

syntax checkers
known bugs

For viewing the whole parsed AST in a Python console/notebook, or iterating over it, it's practical to convert the AST objects to dicts. At the moment, I'm using the following...

feature

I believe that the following is parsed incorrectly: ``` Python 3.6.4 (default, Mar 9 2018, 23:15:03) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin Type "help", "copyright", "credits" or...

bug
investigate

![screen shot 2016-05-12 at 20 45 24](https://cloud.githubusercontent.com/assets/940353/15226330/8cc5da0a-1882-11e6-9dac-dc8094a0193e.png) In fact, any brackets in the caption break the highlighting even though it's valid pandoc, but in those cases at least, one can...

bug