javascript in !-- -- is commented out when SCRIPT tag is uppercase

2011-01-24 Fir de Conversatie tyru
Hi list. javascript in !-- -- is commented out when the tag is SCRIPT (uppercase). (*I* don't use uppercase tag though...) because maybe !-- -- works like html syntax even if it is in script tag. I made very ad-hoc patch to fix it. but I don't understand why this fixes this problem even if there

Multiple top-level window Todo

2011-01-24 Fir de Conversatie Atilla Filiz
Hello This is from :help todo 7 When starting Vim several times, instantiate a Vim server, that allows communication between the different Vims. Feels like one Vim running with multiple top-level windows. Esp. useful when Vim is started from an IDE too. Requires some form of

trivial doc fix for eval.txt

2011-01-24 Fir de Conversatie Yukihiro Nakadaira
Some ')' parentheses are missed. --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1920,7 +1920,7 @@ Listspelling suggestions split( {expr} [, {pat} [, {keepempty}]]) Listmake |List| from {pat} separated {expr}

Re: Two search patterns

2011-01-24 Fir de Conversatie Christian Brabandt
On So, 23 Jan 2011, Tim Chase wrote: Per the help at :help last-pattern Note that two patterns are remembered: One for 'normal' search commands and one for the substitute command :s. Each time an empty pattern is given, the previously used pattern is used. There

vim crash

2011-01-24 Fir de Conversatie Hoss
Hello, What I am trying to do is open 60 files, each in their own tabpage, with the names of the files given on the command line. Here is my command: $ find . -mindepth 1 -maxdepth 1 -name '*.pm' | xargs sh -c '/usr/ local/bin/vim -p $@ /dev/tty' The find command has 60 hits. Now, if I just

RE: vim crash

2011-01-24 Fir de Conversatie John Beckett
Hoss wrote: $ find . -mindepth 1 -maxdepth 1 -name '*.pm' | xargs sh -c '/usr/ local/bin/vim -p $@ /dev/tty' The find command has 60 hits. Now, if I just run this command, it works fine, and I get 10 tabpages. I want each in their own tabpage, so I put this in my .vimrc file set tpm=60

Re: trivial doc fix for eval.txt

2011-01-24 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: Some ')' parentheses are missed. Thanks. I now also spot squar that should be square. -- Fingers not found - Pound head on keyboard to continue. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features

Re: vim crash

2011-01-24 Fir de Conversatie Christian Brabandt
Hi John! On Di, 25 Jan 2011, John Beckett wrote: Hoss wrote: $ find . -mindepth 1 -maxdepth 1 -name '*.pm' | xargs sh -c '/usr/ local/bin/vim -p $@ /dev/tty' The find command has 60 hits. Now, if I just run this command, it works fine, and I get 10 tabpages. I want each in their own