SundaraRaman R

Results 27 comments of SundaraRaman R

> The scrolling on the markdown viewer presented by :GonvimMarkdown is backwards. I think this should respect the OS's choice for scrolling. I'm not sure if you've put custom scrolling...

Under Cygwin, gcc defines macros `__CYGWIN__` and `__unix__`, for use in platform checks. `__CYGWIN__` is probably the one to use in the conditional at line 20 here. The ENDIAN macros...

Another reporting that it works fine with Vundle and has been for some time. Added to that, I believe nowadays Vundle just silently changes the URI when it detects a...

The `has_command?` change also fixes things like #189, which is most likely an incidental error message due to the invocation of the `where` command.

I encountered the same issue when trying to use Vim with vim-hdevtools in a Windows FAT drive mounted under Linux. I was able to solve it by having hdevtools create...

+1 to this (for the newer version, whenever that comes out). Apps that come from F-Droid inspire more trust from me implicitly, and cutting a possible piece of data from...

I use `OhMyREPL.input_prompt!` to show the curent time in the prompt, and tried to adapt that for this purpose. ```julia let _replcounter = 1 OhMyREPL.input_prompt!(:green) do "$(_replcounter): julia> " end...

For the original request wanting to pick specific bits of REPL history and copying them to the clipboard, there's `pickandcopy()` from [DoctorDocstrings.jl](https://miguelraz.github.io/DoctorDocstrings.jl/). (Seems to not be registered with General, so...

Hi @MilenitaR Do you still have this issue? The problem seems to have likely been an issue with JuliaInterpreter.jl, which might have been fixed by now. In any case, Juno...

(This is all after enabling 'Extended Unicode Support' - without checking that option, no completion happens at all; after checking it, completion happens only for 'a' vowel like mentioned in...