similar to: gvim error with rails.vim

Displaying 20 results from an estimated 10000 matches similar to: "gvim error with rails.vim"

2009 Mar 06
1
R and vim (gvim) on ubuntu
Dear all - I do fret this to be a revealing beginner question - fortunately, this mailing list have been good to me in the paste .-) I am looking for a good R editor/environment in ubuntu. To that end, I have decided to dive into gvim as the modality offered here seems to make sense for editing. I want to use Johannes Ranke's vim r-plugin, but I can't make it work. I have the plugin
2020 Nov 06
0
GVIM annoyances
On Fri, 6 Nov 2020 at 06:11, Gary Stainburn <gary.stainburn at ringways.co.uk> wrote: > I've just upgraded from my old F9 box to C7, which of course means lots > of changes. However, the ones are are annoying me most are with VIM. > > No matter what I do I can't get gvim to open in a reasonable size. I > have a dual headed setup (laptop + external) and every time
2020 Nov 06
3
GVIM annoyances
I've just upgraded from my old F9 box to C7, which of course means lots of changes.? However, the ones are are annoying me most are with VIM. No matter what I do I can't get? gvim to open in a reasonable size. I have a dual headed setup (laptop + external) and every time gvim opens it takes up both screens. I've tried a few suggestions including the one below without success.? In
2014 Feb 27
0
Problems with gvim 7.4 under CentOS6.5
Compiling vim 7.4 as described by vim works fine, but calling gvim/vim results in a segmentation fault in CentOS6.5. Debugging with gdb points to a problem with strncmp(). Even compiling gvim 7.3 does not work. How to resolve this issue? Would be great if somebody could help. Thanks Christoph
2002 May 10
1
gvim hangs under ssh
This happens every time. I: 1. ssh into another machine 2. start gvim 3. Select another color scheme from "Edit | Color Scheme" At this point gvim hangs and so does the terminal that I am ssh'ed into. I am using vim 6.1 on Solaris 7 machines. I am using: OpenSSH_2.9p1, SSH protocols 1.5/2.0, OpenSSL 0x0090600f This problem doesn't happen if I rlogin and set my
2012 Jul 04
2
Strange alterations to vim and related packages on KVM host
OS CentOS-6.2 with updates to present. I use git on this host to manage configuration changes and to monitor package alterations. This is not meant to be a security check. It is simply a way for me to easily recover from fumble fingered configuration changes. Yesterday git status reported that the following files had changed since the previous commit: # modified: ../usr/bin/gdb #
2011 Jun 18
1
Vim-R-Plugin issue : Python interface must be enabled to run Vim-R-Plugin
I am trying to get the Vim-R-Plugin<http://www.vim.org/scripts/script.php?script_id=2628> to work with gvim and R on Windows 7. When I open a .R file in VIM, it complains and says ""Python interface must be enabled to run Vim-R-Plugin." I have installed pywin32 for python 2.7, and added the following 4 lines to my _vimrc per the instructions
2015 Jun 16
2
gvim current directory
When I gvim a file from gnome, gvim's working directory is always my home directory. That is not what I want. It is inconvenient for :vi , :r and :w something.else . Is there a way to automatically cause gvim's current directory to be the directory of the edited file? I am aware of workarounds involving the command line. I am aware of gedit. I am looking for a way to give gvim the correct
2006 Mar 14
0
Vim autoindenting?
Does anyone else find gVim 6.4 a bit unstable on Windows XP? It''s become my editor of choice since learning it recently but I''m noticing some peculiar behavior. Last night I spontaneously lost the "Edit in vim" context-menu option, at the same time as its autoindenting feature changed on its own. So I can confirm what''s going on, what options control the
2015 Jun 17
0
gvim current directory
On Tue, June 16, 2015 15:15, Jonathan Billings wrote: > On Tue, Jun 16, 2015 at 11:56:58AM -0500, Michael Hennebry wrote: >> When I gvim a file from gnome, >> gvim's working directory is always my home directory. >> [snip] >> I am looking for a way to give gvim the correct working directory. >> Is this a gnome thing? > > No, it's not a GNOME thing. I
2008 Mar 12
2
Gnome desktop, workspaces and windows
I was editing a file in gvim when I inadvertently pressed some key combination that caused the vim window to disappear from the desktop. I looked in ps and found that it was still running. Checking the tool bar at the bottom of my display I noticed that a large rectangle now occupied the second of four boxes on the extreme right hand side. Clicking on that box brought back the gvim instance but
2003 Mar 10
3
VIM Syntax Highlighting
Has anyone got vim to have syntax highlighting with R function codes? I know there's something similar that works with emacs (ESS or something like that), but I was wondering if anyone knew an equivalent that worked with vim. Thank you, -- []'s mentus at gmx.de Bitte l?cheln! Fotogalerie online mit GMX ohne eigene Homepage!
2008 Aug 10
6
gcc editor for newbie (Emacs or vim or ?)
I downloaded the .pdf version of "Thinking in C++" and I've begun to read that and I did yum groupinstall 'Development Tools' I'm a Newbie Desktop user, jumping into the deep end of the pool. Should I try to learn vi (Vim) (which obviously will help me, if I ever need to administer a remote box) or install Emacs or something else, for the gcc editor? An easy learning
2016 Oct 29
3
Stupid vim question
on very large files, vim will condense display - e.g. +-- 8 lines: static inline void php_openssl_rand_add_timeval() -------------------------------------------------------------------------------------------------------------------------------------------------- #endif +-- 29 lines: static int php_openssl_load_rand_file(const char * file, int *egdsocket, int *seeded)
2016 Feb 02
0
Re: Latest version of kate editor
On Tue, 2 Feb 2016 18:02, H wrote: > On 02/02/2016 03:50 PM, Lamar Owen wrote: >> On 02/02/2016 09:28 AM, Jonathan Billings wrote: >> > CentOS is not a bleeding-edge distribution that constantly keeps >> > packages up to date with the upstream projects. If you want that, try >> > another distribution like Fedora. >> <rant> >> GNOME can
2006 Apr 18
6
R and ViM
Dear all, I'm starting to learn R, but I'm already programing for a while, using ViM as editor. Therefore I'd like to be able to use R together with ViM. My question now is, whether there are already people out there knowing how to do this in a similar easy way as with Emacs, and if those would be willing to share this knowledge. I did already research on the web on this topic,
2015 Feb 18
1
How to write RPM spec
> On Wed, 18 Feb 2015 05:36:48 +1300 > Jegadeesh Kumar wrote: > >> I setup the RPM build server and read some doc to write the spec >> files. but i did get it clearly. So can you guys please help me >> to write a new RPM spec. If you have set up an RPM build server then you should have installed the rpmbuild and rpmdevtools packages. If you have installed the latter
2016 Feb 03
1
Latest version of kate editor
On Tue, February 2, 2016 12:02, H wrote: > > What do people use as a programming editor on CentOS 6? My first > impression of kate was favorable, not only did it support the usual > programming and scripting languages but also markdown which I have > recently discovered... > > I use vim/gvim together with numerous add-ons from Tim Pope. -- *** e-Mail is NOT a
2005 Sep 07
0
CESA-2005:745 Low CentOS 4 x86_64 vim - security update (re-release)
The below update is re-released to correct a video problem with vim- X11-6.3.046-0.40E.7.x86_64.rpm. See this bug report: http://bugs.centos.org/view.php?id=1009 The following updated files have been uploaded and are currently syncing to the mirrors: x86_64: vim-common-6.3.046-0.40E.7.centos4.x86_64.rpm vim-enhanced-6.3.046-0.40E.7.centos4.x86_64.rpm
2016 Dec 21
0
CESA-2016:2972 Moderate CentOS 6 vim Security Update
CentOS Errata and Security Advisory 2016:2972 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-2972.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: b01b15ec916cbb7acfb4dae1d00536e3bd5454399fbc09882fb44c34ca59b6d8 vim-common-7.4.629-5.el6_8.1.i686.rpm