Nathaniel

Results 2 issues of Nathaniel

Consider the following snippet ```viml let my_fallbacks_dict = { 'val1': 1, 'val2': 2 } for val in keys(my_fallbacks_dict) let s:my_{val} = exists('g:my_'.val) ? g:my_{val} : my_fallbacks_dict[val] endfor " vint says...

feature
question

Hello, I run neovim without python2 support, currently without setting `g:gundo_prefer_python3` I get an error regarding the import of the neovim module (to be expected), this removes the need to...