Thanks Tony, I will try play with -multi_byte. Best regards, Evgeny On Jan 1, 9:50 pm, Tony Mechelynck <antoine.mechely...@...> ... -- You received this...
60076
Bram Moolenaar
Bram@...
Jan 4, 2011 6:04 pm
Patch 7.3.097 Problem: Using ":call" inside "if 0" does not see that a function returns a Dict and gives error for "." as string concatenation. Solution:...
60075
Bram Moolenaar
Bram@...
Jan 4, 2011 5:12 pm
Patch 7.3.096 Problem: "gvim -nb" is not interruptable. Leaking file descriptor on netbeans connection error. Solution: Check for CTRL-C typed. Free...
60074
Bram Moolenaar
Bram@...
Jan 4, 2011 4:50 pm
Patch 7.3.095 Problem: Win32: In Chinese tear-off menu doesn't work. (Weasley) Solution: Use menu_name_equal(). (Alex Jakushev) Files: src/menu.c ......
60073
Bram Moolenaar
Bram@...
Jan 4, 2011 4:36 pm
... Yes, that is wrong, each byte is used as a character. -- hundred-and-one symptoms of being an internet addict: 84. Books in your bookcase bear the names...
60072
ZyX
zyx.vim@...
Jan 4, 2011 3:10 pm
Consider the following command: vim -u NONE -c 'noremap! <expr> - "‘"' \ -c 'normal i-' \ -c 'wq! result.out39; result.out: $ cat result.out | hexdump -C ...
60071
James Vega
jamessan@...
Jan 4, 2011 1:25 pm
... How many of those people actually use :visual? I wouldn't expect people to know it takes an argument since it's not a common command to use aside for...
60070
Stefan Parviainen
pafcu@...
Jan 4, 2011 1:05 pm
... IMHO it is strange that the same details are included in some commands, but not in others. Either it should be included in all commands or no commands....
60069
Yaron Hirsch
yhirsch@...
Jan 4, 2011 12:41 pm
I wanted to know if there's a way to be notified whether buffer content has changed (either by changing text in insert mode, or by replacement, or any other...
60068
Bram Moolenaar
Bram@...
Jan 4, 2011 12:26 pm
... This is mainly caused by the %f item in 'errorformat39; accepting file names with a space. That's needed for MS-Windows where quite a few directory names...
60067
Bram Moolenaar
Bram@...
Jan 4, 2011 12:26 pm
... Index.txt omits many details, that's intentional. :view is an old Vi command, it works like it works ni Vi. ... Fixed. ... It's easy to make a mistake...
60066
Bram Moolenaar
Bram@...
Jan 4, 2011 12:26 pm
... I'll add the headers. -- hundred-and-one symptoms of being an internet addict: 75. You start wondering whether you could actually upgrade your brain with a...
60065
SungHyun Nam
goweol@...
Jan 4, 2011 8:33 am
... Oh, many thanks! it works! namsh -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are...
60064
Gary Johnson
garyjohn@...
Jan 4, 2011 7:55 am
... I see now that I misunderstood the problem. Thank you for the example. In that case, a solution would be to put a pattern matching the CTIME line at the...
60063
SungHyun Nam
goweol@...
Jan 4, 2011 3:00 am
... It does not work. You can check with the sequence below: $ cat m.sh #!/bin/bash echo 'CTIME - 2000-01-01 12:34:56' exit 0 $ vim ... Now, vim opens 'CTIME...
60062
Gary Johnson
garyjohn@...
Jan 4, 2011 2:08 am
... You can add a pattern to the end of your 'errorformat39; option like this: setlocal errorformat+=%-G%.%# That will cause Vim to ignore any pattern not yet...
60061
SungHyun Nam
goweol@...
Jan 4, 2011 12:05 am
... It is not a compiler's output, but a message from a tool which called by makefile. So that, I wanted to ignore this message by tweaking the 'errorformat39;...
60060
Stefan Parviainen
pafcu@...
Jan 3, 2011 4:20 pm
... Yes, this is true. However, it seems pretty handy to get an overview of all the commands in one place. As you yourself said, you had no idea that :visual...
60059
Charles Campbell
Charles.E.Campbell@...
Jan 3, 2011 3:51 pm
... Hello, Please try netrw v141i available from my website (http://mysite.verizon.net/astronaut/vim/index.html#NETRW). HTH, Chip Campbell -- You received this...
60058
Ben Fritz
fritzophrenic@...
Jan 3, 2011 3:38 pm
... Is vimdiff an alias? Does it use an alternate Vim setup without plugins, etc? -- You received this message from the "vim_dev" maillist. Do not top-post!...
60057
Ben Fritz
fritzophrenic@...
Jan 3, 2011 3:37 pm
... Which compiler is this? Are you using the correct errorformat for that compiler or just the default errorformat? -- You received this message from the...
60056
Ben Fritz
fritzophrenic@...
Jan 3, 2011 3:36 pm
... to :visual (which I just learned also takes a file argument) Additionally, |Ex mode| should be |Ex-mode| to make it a valid link in :help :view ... This is...
60055
Benjamin R. Haskell
vim@...
Jan 3, 2011 5:47 am
... There's something more complex afoot here. I regularly use vimdiff against scp://host/ URLs to sync files from my main machine against whatever is on the...
60054
SungHyun Nam
goweol@...
Jan 3, 2011 1:01 am
Hello, There is always a message: CTIME - 2011-01-03 09:57:57 And vim detects it as error message. Can vim ignore this message? starting with CTIME... Or...
60053
Stefan Parviainen
pafcu@...
Jan 2, 2011 11:14 pm
Hi, I've run into a few bugs in the Vim documentation, most in index.txt because that is really the only place I've looked. - :view does not mention that it...
60052
Peter Odding
peter@...
Jan 2, 2011 4:21 am
... The implication that BufReadCmd automatic commands don't work at start-up is not true. My notes.vim plug-in registers a "pseudo protocol" (note:) using a...
60051
Tony Mechelynck
antoine.mechelynck@...
Jan 1, 2011 8:07 pm
... Recognising URLs is the job of the netrw plugin, which (like all plugins) is only sourced at the end of startup. I think it would work if you started Vim...
60050
Tony Mechelynck
antoine.mechelynck@...
Jan 1, 2011 7:51 pm
... I don't know about the Athena GUI you are using. Also, I wonder at the fact that you get -multi_byte together with +xfontset. I use a GTK2/Gnome2 GUI,...
60049
Tony Mechelynck
antoine.mechelynck@...
Jan 1, 2011 7:34 pm
... Yes, there are in fact two possible answers, corresponding to two different questions: - The Subject of this thread: How can I know if Vim is running as a...
60048
Stefan Parviainen
pafcu@...
Jan 1, 2011 2:25 pm
In the Vim helpfile index.txt, the use of headers is inconsistent. Sections 1 - 3 have headers that look like this: tag char action ... while...