KnoP-01 / krl-for-vim

Vim plugins (syntax, indent and more) for Kuka Robot Language
MIT License
9 stars 0 forks source link

Default register gets lost if g:krlPathToBodyFiles is set #14

Open KnoP-01 opened 2 years ago

KnoP-01 commented 2 years ago

With g:krlPathToBodyFiles empty it is possible to use c to change a certain part of the code to a function call, use n to create that function and paste the changed part of the code. If g:krlPathToBodyFiles is set the default register gets lost, so this is not possible.