Jan Hermann
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'...
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...
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...
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...
 In fact, any brackets in the caption break the highlighting even though it's valid pandoc, but in those cases at least, one can...