Search:

Type: Posts; User: jalvesaq; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.11 seconds.

  1. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    What about editing ~/.inputrc as suggested here:

    http://stackoverflow.com/questions/6235034/vi-keybindings-for-r-command-line-like-in-bash
  2. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    Sorry, but I don't know what more can be done to discover what's causing the problem. I guess that it's something in your .vimrc, your .vim directory, or our .tmuxconf...
  3. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    Did you follow the installation instructions and put these lines in your vimrc?


    set nocompatible
    syntax enable
    filetype plugin on
    filetype indent on

    What's the output of
  4. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    In Vim, do the following in Normal mode to see past messages:


    :messages

    Note: it's better to start tmux first and, then, vim:


    tmux
    vim test.R
  5. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    You may edit ~/.vim/r-plugin/common_global.vim and DELETE the 11 lines of code that test Tmux version:


    let s:tmuxversion = system("tmux -V")
    let s:tmuxversion = substitute(s:tmuxversion,...
  6. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    What is the output of

    tmux -V

    It should be "tmux 1.6".



    ScreenSend is a command to send string to a application running in a Tmux pane started by ScreenShell. The Vim-R-plugin uses it...
  7. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    Sorry, but I have no idea of what may be causing the problem. Does GVim freeze if you install the plugin outside Vundle?
  8. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    I released an R package that I believe will interest most people subscribing to this thread: colorout (colorize R output in terminal emulators). The package is on CRAN and can be installed with the R...
  9. [SOLVED] Re: vim-R-plugin/tmux: divide window horizontally

    Put this in your vimrc:


    let vimrplugin_screenvsplit = 1
    let g:ScreenImpl = 'Tmux'

    More info:

    :h vimrplugin_screenvsplit
  10. [SOLVED] Re: vim-R-plugin/tmux: divide window horizontally

    The meaning of horizontal is ambiguous. If the two panels are side by side they are horizontally aligned relative to each other, but they are divided by a vertical line. Tmux and Vim documentations...
  11. [SOLVED] Re: vim-R-plugin: Error detected while processing function screen#ScreenShell..3

    The plugin documentation has a subsection on Tmux:

    :h r-plugin-use

    It should help you to get started.
  12. [SOLVED] Re: vim-R-plugin: Error detected while processing function screen#ScreenShell..3

    Tmux 1.3 is incompatible with screen plugin 1.5. You have to switch to either Tmux 1.5 or screen plugin 1.4.
  13. [gnome] Re: Problems with GNOME, autofs, NFSv4 and Kerberos security

    Other file affected is ~/.viminfo. The file is created by vim with no warning, but latter it can't be updated. That is, when vim is used for the first time by a new user, ~/.viminfo is created, but...
  14. [gnome] Re: Problems with GNOME, autofs, NFSv4 and Kerberos security

    The group of home directory normally is the user's own group, but I changed this by editing the /etc/adduser.conf file. Anyway, it seems that my "solution" doesn't really work. The .ICEauthority...
  15. [gnome] Re: Problems with GNOME, autofs, NFSv4 and Kerberos security

    I was having this problem with NIS and NFS. The problem wasn't limited to .ICEauthority. Other files with permissions 600 were also affected.

    The home directories at /home had the user as owner...
  16. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    It seems that this is not valid for all packages. Could you please tell what specific package is causing the problem?
  17. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    Could you please provide a sample script that would create such a problematic workspace?
  18. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    That's really strange! Do you have anything in ~/.vim/after/ftplugin/r.vim ?

    Another test would be to make a backup of your .vim directory, delete the directory and then create a new one with just...
  19. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    Perhaps you could start by making a backup of your current ~/.vimrc and test whether a very simple vimrc works. Below is an example of simple vimrc:


    set nocompatible
    syntax enable
    filetype...
  20. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    I don't know if the Mac version of Vim is compiled with support to auto format the lines as they are typed, but I suppose it is.



    Any option may be in any file. The effect is the same, unless...
  21. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    The last version, 110208, released on February, 8, do it, because I added the following option to ftplugin/r.vim:

    setlocal comments=b:#,b:##,b:###
  22. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    I released a new version improving the indentation, including alignment of function arguments. A few bugs in the indentation of R code remain, but some of the differences between the way ESS and...
  23. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    The plugin doesn't do a perfect job indenting R code. I've made minor improvements in the indentation script in the last weekend, but didn't release the new version yet. Could you please email me. So...
  24. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    Hello! The Vim-R-plugin has a new feature: object browser. You may want to try this new version... Please report any bugs. Thanks!
  25. Replies
    147
    Views
    34,652

    Re: Vim R plugin installation issue

    The integration is improving, and the new version of the vim-r-plugin (100917) works better with the development version of Conque Shell.
Results 1 to 25 of 74
Page 1 of 3 1 2 3