On Mo, 28 Aug 2017, Barry Gold wrote:
> What does vim think an extension of ".cl" means?
:verbose set filetype?
according to $VIMRUNTIME/filetype.vim .cl extensions seems to suggest
common lisp files. So Vim sets the lisp filetype.
Now you didn't answer the question in the other thread you cr
On Mo, 28 Aug 2017, Barry Gold wrote:
> I have set noloadplugins, but I'm still getting the same strange
> behavior. I guess I should just use a different extension.
I am not sure what you are trying to say here and you didn't really go
into any of the suggested solutions.
Best,
Christian
--
On Sunday, August 27, 2017 at 11:59:54 PM UTC-7, Christian Brabandt wrote:
> On So, 27 Aug 2017, Barry Gold wrote:
>
> > What does vim think an extension of ".cl" means?
> >
> > I've been writing a program that will take a list of input HTML files (some
> > written using an editor like vim, some
What does vim think an extension of ".cl" means?
I've been writing a program that will take a list of input HTML files (some
written using an editor like vim, some generated by MS Word) and convert them
to legal (and reasonably clean) XHTML. The program is written in PHP, and I've
been followi
On Monday, August 28, 2017 at 8:52:16 PM UTC-5, cjsmall wrote:
> To find non-ascii characters in a file, I have defined the following:
>
>
> syntax match nonascii "[^\x00-\x7F]"
> highlight nonascii ctermbg=13
>
>
>
> I can disable this with the command:
>
>
> syntax off
>
>
>
Hi forum,
I'm using gvim on Windows, checking the new :terminal feature.
How can I copy/paste text inside the terminal window? The usual DOS way of
marking with the mouse and right-clicking does not seem to work. The only way I
found is going to Terminal-Normal mode with CTRL-W N , yanking the t
To find non-ascii characters in a file, I have defined the following:
syntax match nonascii "[^\x00-\x7F]"
highlight nonascii ctermbg=13
I can disable this with the command:
syntax off
I would like to create a command that toggles this highlight group on/off
and
hopefully do so with
On Tue, Aug 29, 2017 at 3:51 AM, Jeffery Small wrote:
> To find non-ascii characters in a file, I have defined the following:
>
> syntax match nonascii "[^\x00-\x7F]"
> highlight nonascii ctermbg=13
>
> I can disable this with the command:
>
> syntax off
>
> I would like to create a c
To find non-ascii characters in a file, I have defined the following:
syntax match nonascii "[^\x00-\x7F]"
highlight nonascii ctermbg=13
I can disable this with the command:
syntax off
I would like to create a command that toggles this highlight group on/off
and
hopefully do so with
On Mon, Aug 28, 2017 at 7:02 PM, Graham Lawrence wrote:
> I have the customary mappings for :help,
>
> nmap :exec "help " . expand("")
> nmap :exec "help " . expand("")
>
> and have been trying to develop similar do the option on the cursor
> word, something like
>
> nmap \\ yiw:h ^
Am 28.08.2017 um 19:02 schrieb Graham Lawrence:
I have the customary mappings for :help,
nmap :exec "help " . expand("")
nmap :exec "help " . expand("")
and have been trying to develop similar do the option on the cursor
word, something like
nmap \\ yiw:h ^R"^[
But ^[ means
On Mon, Aug 28, 2017 at 6:18 PM, hackware wrote:
> Over the years, I've installed many .vim files to customize vim for various
> uses/projects...
>
> After upgrading to winbloz-10 and vim to 7.4, I get errors in the LH vim lib,
> and editing any .html file will open in readonly mode.
>
> Could I
I have the customary mappings for :help,
nmap :exec "help " . expand("")
nmap :exec "help " . expand("")
and have been trying to develop similar do the option on the cursor
word, something like
nmap \\ yiw:h ^R"^[
but to no avail. Although the mapping does not terminate with a ,
On Mon, Aug 28, 2017 at 12:18 PM, hackware wrote:
> Over the years, I've installed many .vim files to customize vim for
> various uses/projects...
>
> After upgrading to winbloz-10 and vim to 7.4, I get errors in the LH vim
> lib, and editing any .html file will open in readonly mode.
>
> Could I
Over the years, I've installed many .vim files to customize vim for various
uses/projects...
After upgrading to winbloz-10 and vim to 7.4, I get errors in the LH vim lib,
and editing any .html file will open in readonly mode.
Could I get some pointers on tracing vim script execution, and/or the
Lifepillar wrote:
> On 28/08/2017 00:13, Bram Moolenaar wrote:
> >
> > Marcin Szamotulski wrote:
> >
> >> I was looking how to set up background color for the `:termainal` (on
> >> linux). I cannot find proper documentation on how to adjust libvterm.
> >
> > The program you run in the termina
I'm using VIM 8.0.586 on Windows 10. Recently, I've experienced strange and
unexpected behavior when using ":argdo" and ":vimgrep".
When I use either of these commands, the text being operated on or searched
seems to "fly by" on the screen. This is almost as if VIM is playing out the
operations
On 10:24 Mon 28 Aug , Lifepillar wrote:
> On 28/08/2017 00:13, Bram Moolenaar wrote:
> >
> > Marcin Szamotulski wrote:
> >
> >> I was looking how to set up background color for the `:termainal` (on
> >> linux). I cannot find proper documentation on how to adjust libvterm.
> >
> > The progra
On 28/08/2017 00:13, Bram Moolenaar wrote:
Marcin Szamotulski wrote:
I was looking how to set up background color for the `:termainal` (on
linux). I cannot find proper documentation on how to adjust libvterm.
The program you run in the terminal can change the background.
Otherwise the same
On So, 27 Aug 2017, Barry Gold wrote:
> What does vim think an extension of ".cl" means?
>
> I've been writing a program that will take a list of input HTML files (some
> written using an editor like vim, some generated by MS Word) and convert
> them to legal (and reasonably clean) XHTML. The pr
20 matches
Mail list logo