Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
:source command
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Adolfo Olivera  
View profile  
 More options Oct 30 2012, 11:42 am
From: Adolfo Olivera <olivera.ado...@gmail.com>
Date: Tue, 30 Oct 2012 12:42:15 -0300
Local: Tues, Oct 30 2012 11:42 am
Subject: :source command

Hi,
    Would somebody explain me essentially what is the :source command used
for and how.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marcin Szamotulski  
View profile  
 More options Oct 30 2012, 12:26 pm
From: Marcin Szamotulski <msza...@gmail.com>
Date: Tue, 30 Oct 2012 16:26:13 +0000
Local: Tues, Oct 30 2012 12:26 pm
Subject: Re: :source command
On 12:42 Tue 30 Oct     , Adolfo Olivera wrote:

> Hi,
>     Would somebody explain me essentially what is the :source command used
> for and how.

> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

Hi,

    There is :source command and :runtime command, which are similar.
        :source {file}
    executes commands written in a {file} The {file} is usually a VimL
    script (plugin, filetype plugin, color scheme, indent file, etc). It
    may contain any ex-commands, and VimL declarations.
        :runtime {file}
    does the same but the {file} is search in 'runtimepath'.

Best regards,
Marcin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charlie Kester  
View profile  
 More options Oct 31 2012, 10:09 pm
From: Charlie Kester <corky1...@comcast.net>
Date: Wed, 31 Oct 2012 19:14:37 -0700
Local: Wed, Oct 31 2012 10:14 pm
Subject: Re: :source command
On 10/30/2012 09:26 AM, Marcin Szamotulski wrote:

Probably inspired by the source or dot command found in most Unix shells.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »