projectile.nvim icon indicating copy to clipboard operation
projectile.nvim copied to clipboard

compatibility with python 3.5

Open xerron opened this issue 8 years ago • 0 comments

f-string is only for python 3.6

error

[denite]   File "/home/xerron/.vim/plugged/projectile.nvim/rplugin/python3/denite/source/bookmark.py", line 165
[denite]     self.vim.command(f'syntax match {self.syntax_name} /^.*$/ '

xerron avatar Feb 19 '18 21:02 xerron