yinflying
yinflying
I found many interesting function about this csv plugin, but how can I locate the specific row and column? I could use such combination to locate 32 row and 24...
Change Some code to fit for LINUX modify `url_hinter.rb` in line 50 `Weechat.config_set_plugin(option, 'open' )` to `Weechat.config_set_plugin(option,'xdg-open') ` modify `url_hinter.rb` in line 351 `Weechat.string_remove_color(message.dup, '')` to `Weechat.string_remove_color(message.dup, '').force_encoding("UTF-8") `
First, I have to thank you for the idea to send message from vim to matlab. However, it seems a little complex to modify the python code(I am a vim...