Quick solution: generate tutor.ru.utf-8 from tutor.ru (KOI8-R). This will work right now. Better solution: keep tutor.ru.utf-8, generate .cp1251 and .koi8 from...
Alexey I. Froloff
raorn@...
Sep 1, 2006 1:55 pm
44724
... [...] ... IIUC, synIDattr() always returns a syn-match or syn-keyword group. It does not tell you whether you are in a syn-region. HTH --Benji Fisher...
Benji Fisher
benji@...
Sep 1, 2006 7:14 pm
44725
... That looks like a good solution. -- They now pass three KNIGHTS impaled to a tree. With their feet off the ground, with one lance through the lot of...
Bram Moolenaar
Bram@...
Sep 1, 2006 9:01 pm
44726
... In this case only tutor.ru.utf-8 shall be kept in source tree. I guess it can't be done right now since patch will be to big. New patch attached, should...
Alexey I. Froloff
raorn@...
Sep 1, 2006 9:59 pm
44727
... Hmmm why, I always been having 'set acd' in my .vimrc for years; and everyhing works just fine. It's convenient. I never had problems. I also have...
Yakov Lerner
iler.ml@...
Sep 1, 2006 10:14 pm
44728
Greetings, Vim users. I am hosting a Vim BOF at the upcoming O'Reilly Open Source Convention: Title: Vim 8? Date: Tuesday, 19 September 2006 Time: 20:30 -...
Bram Moolenaar
Bram@...
Sep 1, 2006 10:21 pm
44729
... I checked the existing Russian tutor files, and they are exactly the same when converted to utf-8. Thus we can use the utf-8 file as the master and...
Bram Moolenaar
Bram@...
Sep 1, 2006 10:21 pm
44730
... Don't keep 'autochdir' set all the time, some things won't work. I'll see if the option can be switched off in the session file until the very end, that...
Bram Moolenaar
Bram@...
Sep 1, 2006 10:24 pm
44731
... Features missing (at least): - When someone is not subscribed the message should bounce, not sent to the maillist owner. (I have to manually remove spam...
Bram Moolenaar
Bram@...
Sep 1, 2006 10:27 pm
44732
... It does return region names for me....
Ilya
ilya@...
Sep 2, 2006 12:28 am
44733
Hello.
I have a question regarding syntax matching. I have some kind of syntax and I have some solution to highlight it, but it does not work the way I...
Ilya
ilya@...
Sep 2, 2006 1:03 am
44734
... Yes, that will be useful to find the right tab for a buffer and switch to that tab and window, without needing to scour through tabpagebuflist() for each...
Hari Krishna Dara
hari_vim@...
Sep 2, 2006 5:09 am
44735
... So it does, but only if there is no active match nor keyword at the cursor. What I should have said is that synIDattr() (or maybe I should say synID())...
Benji Fisher
benji@...
Sep 2, 2006 12:05 pm
44736
Patch 7.0.078 Problem: There are two error messages E46. Solution: Change the number for the sandbox message to E794. Files: src/globals.h ... ...
Bram Moolenaar
Bram@...
Sep 2, 2006 12:20 pm
44737
Patch 7.0.077 Problem: ":unlet v:this_session" causes a crash. (Marius Roets) Solution: When trying to unlet a fixed variable give an error message. ...
Bram Moolenaar
Bram@...
Sep 2, 2006 12:21 pm
44738
... Thanks. I notice you rename tutor.ru to tutor.ru.koi8. Is there anything against keeping the old name? Just to avoid a big diff that doesn't change...
Bram Moolenaar
Bram@...
Sep 2, 2006 12:23 pm
44739
... At least a few plugins don't work with 'acd'. Some of them got fixed and/or perhaps you don't use them. -- DINGO: And after the spanking ... the oral...
Bram Moolenaar
Bram@...
Sep 2, 2006 12:24 pm
44740
... When I removed both 'keepend' and 'extend', it started to work as expected. With ''kepend extend', it apparently takes identifier-closing brace for a ...
Yakov Lerner
iler.ml@...
Sep 2, 2006 12:48 pm
44741
Patch 7.0.079 Problem: Russian tutor doesn't work when 'encoding' is "utf-8". Solution: Use tutor.ru.utf-8 as the master, and generate the other encodings...
Bram Moolenaar
Bram@...
Sep 2, 2006 12:52 pm
44742
... It's because "tutor.ru" is "default" file. Now there's no such thing like "default russian encoding". I think it's better check if current locale is...
Alexey I. Froloff
raorn@...
Sep 2, 2006 1:27 pm
44743
Patch 7.0.080 Problem: Generating auto/pathdef.c fails for CFLAGS with a backslash. Solution: Double backslashes in the string. (Alexey Froloff) Files:...
Bram Moolenaar
Bram@...
Sep 2, 2006 2:32 pm
44744
Patch 7.0.081 Problem: Command line completion doesn't work for a shell command with an absolute path. Solution: Don't use $PATH when there is an absolute...
Bram Moolenaar
Bram@...
Sep 2, 2006 3:56 pm
44745
... Bram, I just set up a new mailing list on SF. I think the above features are there on the version of mailman they just installed. Gautam -- 'Fortissimoe'...
Gautam Iyer
gautam@...
Sep 2, 2006 4:50 pm
44746
... I do notice there is now an option to reject posts from non-members, instead of sending them to the list owner for approval. I don't see a setting for...
Bram Moolenaar
Bram@...
Sep 2, 2006 6:43 pm
44747
Hi all, The BufWinEnter autocmd is not invoked when splitting a window. According to the help for the BufWinEnter autocmd, this autocmd is invoked when a...
Yegappan Lakshmanan
yegappanl@...
Sep 3, 2006 6:23 am
44748
... The BufWinEnter event is normally used to set window-local options for the file being edited. When you split a window you get all the option settings from...
Bram Moolenaar
Bram@...
Sep 3, 2006 10:53 am
44749
Patch 7.0.082 Problem: Calling a function that waits for input may cause List and Dictionary arguments to be freed by the garbage collector. Solution:...
Bram Moolenaar
Bram@...
Sep 3, 2006 1:46 pm
44750
Patch 7.0.083 Problem: Clicking with the mouse on an item for inputlist() doesn't work when 'compatible' is set and/or when 'cmdheight' is more than one. ...
Bram Moolenaar
Bram@...
Sep 3, 2006 2:40 pm
44751
... I vaguely recall that some people were having unreproducible crashes when using input() or inputlist(). This patch should solve that. What happened was...