I'm not sure if there is a bug here. If I read the 8-bit character string from a file and attempt to replace characters, it skips characters (majority of the...
Hello, The attachment is a patch for filetype.vim to improve the determination of *.pro files. If the pro file is a cpp file, we think that the second line is...
Hello! Pls add support for $XDG_CONFIG_HOME variable. In short term $XDG_CONFIG_HOME is where all configs should be (standard by freedesctop.org) and normaly...
Hello, Zero comment on the below thread in vim_use. I think it is a bug. Best regards Jean Johner ... -- You received this message from the "vim_dev" maillist....
I have pastetoggle set to <F11> and it works. ... pastetoggle key sequence to toggle paste mode set pt=<80>F1 ... pastetoggle key sequence to toggle paste mode...
I am trying to compile(7.3.138) on my Pardus Linux box with the following two commands ./configure --with-features=huge --enable-gui=gnome2 --enable-cscope ...
Hi I'm on ubuntu 10.04. I've compiled vim 7.3 from mercurial repo with gui options on. My problem is as folow: gvim runs correctly but for e.g if I run :intro...
Hello, Recently I was using vim to edit large, multi-gigabyte text files and I noticed that writing a file back to disk takes significantly longer time than...
Entering :echo &w[tab] in 7.3 138 is giving me - instead of the first option starting with "w" - the following wildmenu expansion: [1] [No Name] Hitting [tab]...
Hello, I would like to make a suggestion for the graphical Vim. When using Orca, a screenreader for the graphical desktop, I can't use GVim. Since the menu's...
After using :version the display is cleared immediately, making it impossible to read the information shown. I'm using 7.3 138 here. Axel -- You received this...
Consider the following text: <text> a b a c a b </text> Place the cursor on the first (empty) line. Execute search: /b/;?a The cursor is now on the first 'a'...
Hi, To make it easy I have started another wiki page[1] containing the application template for the organizations. I will try to fill in trivial details after...
Hi, Its exciting to see people enthusiastic about Vim participating in Google Summer of Code; see [1]. To take things ahead we will need an organization admin...
Hi list. 1. vim -u NONE -i NONE 2. :echo strdisplaywidth("\<Tab>foo", 8) It returns 11 but I expect that the return value is 3 ("foo"). I'm getting something...
Just an idea ... Would it be possible to add mouse support in omni completion suggestion list? -- You received this message from the "vim_dev" maillist. Do not...
Hi, I believe the last of the first steps for gsoc. We need people to volunteer to mentor, and co-mentor different ideas. I am not sure but mentoring should...
Forgot to mention, 7.3.138 ... -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. ...
Consider the following script: vim -u NONE -s <(echo $'gg0VG:call writefile(getpos("\'>"), "getpos")\n:qa!') It will end up having [0, 1, 2147483647, 0] as...
Patch subject is complete summary. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying...
Consider the following script: % cat > expr-feedkeys.vim <<EOF set nocompatible let g:n=0 function FeedKeys() call feedkeys("i".g:n."92;e") let g:n+=1 return "" ...
Hello, Consider the following _vimrc (for Windows vim 7.3) set nocompatible set lines=47 set cmdheight=2 set number Open a file Add the pattern "foobar" at...
Hello, Not a single comment to the vim_use message below. I think it is a bug. Could you fix it. Best regards Jean Johner ... -- You received this message from...
I have gnupg.vim 3026 from http://www.vim.org/scripts/script.php?script_id=661 This is a plugin to edit a file encrypted with GnuPG. A few issues: - when...
If you delete a line, it gets pushed onto the register stack (the line lands in the "" register). If you then undo the delete with 'u', the register stack...
Hi, One problem with searching for phrases in files that contain wrapped text (LaTeX source files, e-mails, source code comments, etc.) is that you never know...
The cursor disappears after the processing of the 'setDot39; netbeans command when vim runs in a terminal. Any further action (such as a movement key) turns back...