clouddistortion

Results 7 comments of clouddistortion

For sure :) Here a working example code. ```python def some_function(): id=1 d="somestring" LINE_BREAK="\n" rendered_result = 'System_Boundary({id},"{descr}") {{'.format(id=id,descr=d) + LINE_BREAK return rendered_result print(some_function()) ``` If text is being added after...

I think it s interpreted as a variable

even a simple `S="{{"` provokes a file indent on the next line

if the cursors location is in the string with the two curly brackets it displays: `['pythonStrFormat', 'pythonString']`

I am using the configuration of https://vim.fisadev.com/ at https://raw.githubusercontent.com/fisadev/fisa-vim-config/master/config.vim

Got the latest release v2.5.6 from github (installed manually). Works great thanks a lot