Re: vim9 exported functions not recognized by ctags

2024-01-10 Thread Ken Takata
Hi, I created an issue for this: https://github.com/universal-ctags/ctags/issues/3913 2023年12月29日金曜日 18:20:34 UTC+9 Christian Brabandt: > Hi, > perhaps someone :) should send a PR to > https://github.com/universal-ctags/ctags to add support for Vim9 Script? > > Thanks, > Chris > -- > An

Re: Windows 9.0.1341 colorscheme or syntax bug?

2023-02-23 Thread Ken Takata
Hi Chainsaw, It has been changed recently. If you want to use :: as comment, add the following line in your .vimrc: let dosbatch_colons_comment = 1 See `:help ft-dosbatch-syntax` for detail. Regards, Ken Takata 2023年2月24日金曜日 1:36:19 UTC+9 Chainsaw: > Hello, > > I reported th

Re: clipbaord internals ques

2020-05-20 Thread Ken Takata
even on terminal to support clipboard. If you use Vim which is compiled without X11, you will find that the clipboard feature (in output of `:version`) is disabled. Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below th

Re: issue subtituting new lines

2020-05-19 Thread Ken Takata
lly it sets > the number of colors available to zero.) In testing, both forms seem > to work in .vimrc, and neither seems to work from the ":" prompt -- > even after I ":!ls" as suggested by the help page. > > Thanks for finding that. > > Elijah >

Re: Best way to launch a URL from within VIM

2019-09-27 Thread Ken Takata
m do you use? Win32 version or Cygwin (MSYS2) version? Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this m

Re: [OT(?)] Ubuntu 18 now defaults to 4-space tabs

2019-09-12 Thread Ken Takata
rc: let g:python_recommended_style = 0 Older versions of ftplugin/python.vim may not have the setting. Then you may need to overwrite the recommended setting by autocommand or some other way. Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not

Re: Setting the language

2019-05-20 Thread Ken Takata
internal sort command sorts (in Linux - > having set $LC_ALL to "de_DE.UTF-8") sorting works with /bin/sort. > > Questions over questions... ;-) The internal sort doesn't affected by the locale. Regards, Ken Takata -- -- You received this message from the "vim_use" m

Re: Setting the language

2019-05-20 Thread Ken Takata
:language cannot be used for setting the encoding. Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this me

Re: Windows build: STATIC_STDCPLUS=yes no longer works

2019-02-20 Thread Ken Takata
S=yes > > > Perhaps the removal of DOS did something? > > > Thank you, Could you try the attached patch? Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more informat

Re: CTRL-F Setting

2019-01-27 Thread Ken Takata
want to source mswin.vim or not. (And it doesn't source mswin.vim by default now.) Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php ---

Re: How to use file explorer on my local gVim to access remote file system?

2018-11-12 Thread Ken Takata
oked into commands.vim and changed the last line to: > e scp://myuserid@192.168.1.20//path/ > > but I get the error: > **error** (netrw) your g:netrw_list_cmd is empty; perhaps ssh is not > executable on your system So, did you set g:netrw_list_cmd? If not try setting it. E.g

Re: Compiling Vim on Ubuntu

2018-11-06 Thread Ken Takata
not fix > the issue, edit /etc/apt/sources.list, e.g. using > > > sudo vim > /etc/apt/sources.list > > > and ensure that the > deb-src lines are not commented out. > > > sudo > apt upgrade > > > sudo > apt -get build-dep vim > > >

Re: runtime: Update NSIS syntax

2018-10-02 Thread Ken Takata
Hi, 2018/10/2 Tue 23:42:35 UTC+9 Ken Takata wrote: > Dear Bram, > > I have updated the NSIS syntax file. > There was a mistake in highlighting the lables. > Please include this. I should have sent to vim_dev. Sorry. Regards, Ken Takata -- -- You received this message fr

runtime: Update NSIS syntax

2018-10-02 Thread Ken Takata
Dear Bram, I have updated the NSIS syntax file. There was a mistake in highlighting the lables. Please include this. Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more i

Re: E121 : Undefined variable: paste#paste_cmd on Vim 8.1 1-436 second launch

2018-09-27 Thread Ken Takata
Hi Ni, 2018/9/27 Thu 18:47:04 UTC+9 Ni Va wrote: > Hi, > > I use this last built version of Vim. > > VIM - Vi IMproved 8.1 (2018 May 18, compiled Sep 26 2018 13:46:15) > MS-Windows 32-bit GUI version with OLE support > Included patches: 1-436 > Compiled by ni.va > Huge version with GUI. > > >

Re: Vim Silent Install Issue

2018-09-25 Thread Ken Takata
ll vimrun.exe). How to test that it works well for all Vim users? Unfortunately there are no progress. Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.v

[ANN] minpac v2.0: a minimal package manager for Vim 8 (and Neovim)

2018-09-02 Thread Ken Takata
Hi all, 2017/4/22 Sat 14:06:44 UTC+9 Ken Takata wrote: > Hi all, > > I announce release of minpac ver 1.0. > It is a minimal package manager for Vim 8 (and Neovim). > > https://github.com/k-takata/minpac > > Minpac utilizes the packages feature of Vim 8, a

Re: Start terminal in a given directory

2018-08-23 Thread Ken Takata
h, has led me to believe that "cwd" was not supported. > > Thanks for letting me know! > Life. The "cwd" option was supported by Vim 8.0.0902. If you use older than that version, you may want to try this: new | lcd /path/to/dir | terminal ++curwin Regards, Ken Takata

Re: Avoid "auto" short paths

2018-08-09 Thread Ken Takata
s: 1. HOME 2. HOMEDRIVE + HOMEPATH 3. USERPROFILE And vim_getenv("HOME") returns a value with the homedir variable. However home_replace() uses mch_getenv("HOME") and it doesn't uses vim_getenv("HOME") nor homedir. Maybe home_replace() should use homedir instead of mch_getenv(&qu

Re: How to insert text on current text position when I press key in vim in insert and normal mode?

2018-06-15 Thread Ken Takata
doc-en/ Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google

Re: How to replace edit command calling netrw by own function call

2018-06-13 Thread Ken Takata
nerdtree). https://github.com/scrooloose/nerdtree/blob/cb9f4db6ffc98f055954801cfced9399a1da829a/plugin/NERD_tree.vim#L170-L175 Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For

Re: organize dll

2017-12-08 Thread Ken Takata
Hi, 2017/12/8 Fri 20:06:32 UTC+9 Ni Va wrote: > Le vendredi 8 décembre 2017 11:27:40 UTC+1, Ken Takata a écrit : > > Hi, > > > > 2017/12/8 Fri 18:46:16 UTC+9 Ni Va wrote: > > > Hi, > > > > > > > > > Instead of deploy external d

Re: bad display of output utf-8 chars

2017-12-08 Thread Ken Takata
`:grep`, `:make` or some other commands, you can use the 'makeencoding' option to set the encoding for those commands. (If you use recent versions of Vim.) If you use setqflist() to set qflist, you may want to use iconv() to convert the encoding. E.g. call setqflist(iconv(readfile(debug_file), 'cp12

Re: organize dll

2017-12-08 Thread Ken Takata
set rubydll='.$vimruntime.'/extDlls/ruby/x64-msvcrt-ruby240.dll' > > > It seems to not working after test. If a DLL doesn't require another DLL, it might be possible. However x64-msvcrt-ruby240.dll requires another DLLs. In that case, the DLLs should be placed in a directory in $PATH

Re: Vim windows vundle and vimrc

2017-11-17 Thread Ken Takata
#begin() I think this is caused by the difference of rtp on Windows and other platforms. See the official wiki page: https://github.com/VundleVim/Vundle.vim/wiki/Vundle-for-Windows You need to adjust rtp and add an argument to vundle#begin(). Regards, Ken Takata -- -- You received this messag

Re: Vim startup profiling

2017-10-26 Thread Ken Takata
Hi, 2017/10/25 Wed 21:28:50 UTC+9 Christian Brabandt wrote: > Hi Ken, > I briefly looked at your patch and have some feedback. > > On Mi, 25 Okt 2017, Ken Takata wrote: > > > Changes are: > > * Merge the two patches into one. > > * Update the document.

Re: Vim startup profiling

2017-10-25 Thread Ken Takata
Hi, 2017/10/25 Wed 6:20:09 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > > > 2017/5/26 Fri 22:36:40 UTC+9 Ken Takata wrote: > > > > > > 096.000 047.000 044.000: sourcing D:\Logiciels\Vim\vim80/menu.vim > > > > > > 096.000 072.000

Re: Vim startup profiling

2017-10-24 Thread Ken Takata
Hi Bram, 2017/10/24 Tue 5:45:40 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > 2017/5/26 Fri 22:36:40 UTC+9 Ken Takata wrote: > > > > 096.000 047.000 044.000: sourcing D:\Logiciels\Vim\vim80/menu.vim > > > > 096.000 072.000 025.000: sourcing

Re: Vim startup profiling

2017-10-23 Thread Ken Takata
Hi, 2017/5/26 Fri 22:36:40 UTC+9 Ken Takata wrote: > > 096.000 047.000 044.000: sourcing D:\Logiciels\Vim\vim80/menu.vim > > 096.000 072.000 025.000: sourcing D:\Logiciels\Vim\vim80\filetype.vim > > menu.vim uses `globpath()` to search some kind of files under the run

Re: vim8: changes behavior of the clipboard (middle mouse button)

2017-09-04 Thread Ken Takata
r, you can disable it as a workaround by adding the following line in your .vimrc: set t_BE= Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: vim-8 packages and package managers

2017-07-12 Thread Ken Takata
ub.com/nicodebo/vim-pck * vim8-pack: Written in Bash https://github.com/mkarpoff/vim8-pack Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.o

Re: Cursor isn't at right position for Commit message

2017-06-08 Thread Ken Takata
uot;") > 1 && line("'\"") <= line("$") && > +\ !~# 'commit' | exe "normal! g`\"" | endif > > line2byte({lnum}) *line2byte()* > Return the byte count from

Re: Insert lines at begin of file with writefile

2017-05-31 Thread Ken Takata
PYTHON3=' > \, 'PYTHON3_VER=' > \, 'EVENT_LOOP=yes' > \, ' > ' > \] > " method 1 : slow to add lines but job able > let cmd = [$vimruntim

Re: Vim startup profiling

2017-05-26 Thread Ken Takata
eymaps, spell files and compiler plugins are searched when menu.vim is loaded. This is why it takes long time to be loaded. Unlike those items, file types are not listed automatically. If a user selects "Syntax" -> "Show File Types in Menu", they will be listed. If w

Re: command-t plugin need wrong ruby version

2017-04-23 Thread Ken Takata
Vim 7.4 requires 192. I think the easiest way to enable ruby support is using Vim 8.0. (I don't know about command-t.) Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more info

Re: [ANN] minpac v1.0: a minimal package manager for Vim 8

2017-04-22 Thread Ken Takata
Hi Bram, At first, I have to say one thing: minpac is actually a plugin manager using the packages feature, not a package manager. It cannot download packages and install them. (Maybe it's better to fix the document.) 2017/4/22 Sat 22:18:04 UTC+9 Bram Moolenaar wrote: > Ken Takata wr

[ANN] minpac v1.0: a minimal package manager for Vim 8

2017-04-21 Thread Ken Takata
Hi all, I announce release of minpac ver 1.0. It is a minimal package manager for Vim 8 (and Neovim). https://github.com/k-takata/minpac Minpac utilizes the packages feature of Vim 8, and uses the jobs feature for parallel install/update. So, it is simple and fast. Have fun! Regards, Ken

Re: vim 'less.sh' script probs w/folds

2017-03-27 Thread Ken Takata
ll folds: :norm! zR Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you a

Re: Vim maximise weirdness

2017-03-14 Thread Ken Takata
alt ~ I confirmed that `:simalt ~x` worked fine on v8.0.0274. However, on v8.0.0275, `:simalt ~x` makes the window maximized but the contents is not properly updated. I need to hit Ctrl-L to update the contents. Alt-Space doesn't work on neither 0274 nor 0275. Regards, Ken Takata -- -- You received this

Re: [doc][patch] Fix usage of single quotations

2017-02-18 Thread Ken Takata
Hi, 2017/2/19 Sun 11:16:16 UTC+9 Ken Takata wrote: > Hi, > > Single quotations are used for options in the Vim documents. However, there > are some parts which uses single quotations for non-option words. They might > sometimes cause confusion, I think. Attached patch fixes

[doc][patch] Fix usage of single quotations

2017-02-18 Thread Ken Takata
* and *terminal-key-codes* * Fix missing tags in term.txt: *'t_PS'* and *'t_PE'* * Fix typos in usr_02.txt and version8.txt Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more informat

Re: How to do block pasting?

2017-01-06 Thread Ken Takata
lp gui-mouse-select". It says "quadruple clicking makes it rectangular block-wise." Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www

Re: default.vim getting sourced even when vimrc is present

2016-11-07 Thread Ken Takata
your _vimrc file? If so it might happen, because vimrc_example.vim sources defaults.vim. In that case, setting skip_defaults_vim in the last line has no meaning, because it is already sourced. Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! T

Re: Windows installation questions

2016-10-05 Thread Ken Takata
exe doesn't really > save me much, hence the reason I was hoping to understand what exactly is > done by the switches. You can check the function RegisterMe() in src/if_ole.cpp. It writes some data to the registry and calls RegisterTypeLib() API. Regards, Ken Takata -- -- You received this

Re: Is vim supporting 24 bit colors?

2016-09-23 Thread Ken Takata
t; windows 10 bash is supporting 24bit colors on beta version. > > Are you sure? See this: https://blogs.msdn.microsoft.com/commandline/2016/09/22/24-bit-color-in-the-windows-console/ Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post!

Re: vimrc cannot be load

2016-09-23 Thread Ken Takata
> In gvim do :version and check the path of 1st-3rd user vimrc. Those > should be used. And also try `:echo $VIM` in gvim. Then, as I wrote in GitHub, read the help (:help $VIM). Important part is here: https://github.com/vim/vim/blob/50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e/runtime/doc/sta

Re: Missing symbols file (pdb) for current gvim windows build (gvim74-1024.exe)

2016-05-13 Thread Ken Takata
not in ftp.vim.org/pub/vim/pc, is it somewhere else? > > Sorry, no. Perhaps another Windows build has it? Oh, our vim/vim-win32-installer also don't have pdb files. https://github.com/vim/vim-win32-installer I totally forgot about that. Maybe we should add them... Regards, Ken Takata -- -- You rec

Re: E254?

2016-04-26 Thread Ken Takata
using gui-settings as far as I know. > > > > The colorscheme is a modificated one...I have attached it to > > this posting... > > If it colornames such as DarkMagenta or Cornsilk and you are using Vim > with 'guicolors' set in the console and you are missing

Re: strikethrough text in gvim

2016-04-26 Thread Ken Takata
Hi, 2016/4/26 Tue 15:12:51 UTC+9 Christian Brabandt wrote: > Hi Ken! > > On Mo, 25 Apr 2016, Ken Takata wrote: > > > Hi Christian, > > > > 2016/4/26 Tue 1:53:17 UTC+9 Christian Brabandt wrote: > > > Hi Ken! > > > > > >

Re: Capture columns nummers of matches ending with double byte chars

2016-04-26 Thread Ken Takata
.4.1782_x86.exe > gvim_7.4.1786_x86.exe > > Both gives an error: > Error detected while processing vimrc_example.vim > line 114: > E919: Directory not found in 'packpath': "pack/*/opt/matchit" Oops! We should have updated the nsis script when we turned some scripts i

Re: strikethrough text in gvim

2016-04-25 Thread Ken Takata
Hi Christian, 2016/4/26 Tue 1:53:17 UTC+9 Christian Brabandt wrote: > Hi Ken! > > On Do, 10 Mär 2016, Ken Takata wrote: > > > Hi, > > > > 2013/10/12 Sat 23:25:06 UTC+9 Ken Takata wrote: > > > Hi Christian, > > > > > > 2013/07/31 Wed

Re: Capture columns nummers of matches ending with double byte chars

2016-04-25 Thread Ken Takata
not capture > correctly double byte characters within the string. Can you show an example? match()/matchend() return a byte offset, not a character count. FYI, matchstrpos() can be used to get both start and end position after 7.4.1685. Regards, Ken Takata -- -- You received this message fr

Re: strikethrough text in gvim

2016-03-10 Thread Ken Takata
Hi, 2013/10/12 Sat 23:25:06 UTC+9 Ken Takata wrote: > Hi Christian, > > 2013/07/31 Wed 4:56:39 UTC+9 Christian Brabandt wrote: > > Attached is a patch to try out. It seems to work for me with GTK and > > Motif Gui. I am a Unix gui and can't say for sure the code fo

Re: gvim acts differently when invoked from mingw64 and ms-windows

2016-02-27 Thread Ken Takata
ight get different results if the .vimrc are different. (E.g. when you set different value in g:vimsyn_embed.) Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more informati

Re: big with windows codepage 65001 (UTF-8)

2016-02-26 Thread Ken Takata
Hi Ben, 2016/2/27 Sat 9:05:32 UTC+9 Ben Fritz wrote: > On Friday, February 26, 2016 at 4:29:32 PM UTC-6, Ken Takata wrote: > > However recent vim.exe doesn't use 'termencoding'. > > > > Woah, when did that happen? It's 7.4.852. Now vim.exe uses Unicode API. Regards, Ke

Re: gvim acts differently when invoked from mingw64 and ms-windows

2016-02-26 Thread Ken Takata
ws, it acts just as expected; > but when invoked from mingw bash, it fails to highlight tcl as if vim.vim was > unchanged. > > So I did :syntax in both case and diffed the outputs. All differences are > related to tcl. Some environment variables might be different. How about $HOME?

Re: big with windows codepage 65001 (UTF-8)

2016-02-26 Thread Ken Takata
exe seems old. Try gvim74-1024.exe from http://www.vim.org/download.php#pc . Old vim.exe needs to be set 'termencoding' properly when you change the codepage (or 'encoding'). However recent vim.exe doesn't use 'termencoding'. Regards, Ken Takata -- -- You received this message from the "v

Re: Re:Re: Blowfish[2] failed to encrypt big text file of 24MB

2015-12-18 Thread Ken Takata
block. */ -if (*mfp->mf_buffer->b_p_key != NUL) +if (*mfp->mf_buffer->b_p_key != NUL || mfp->mf_old_key != NULL) ml_decrypt_data(mfp, hp->bh_data, offset, size); #endif @@ -1136,7 +1136,7 @@ #ifdef FEAT_CRYPT /* Encrypt if 'key' is set and this is a

Re: Blowfish[2] failed to encrypt big text file of 24MB

2015-12-18 Thread Ken Takata
Hi Christian, 2015/12/19 Sat 4:24:00 UTC+9 Christian Brabandt wrote: > On Fr, 18 Dez 2015, Ken Takata wrote: > > > Perhaps I found a fix for this. > > Wasn't this fixes with 7.4.730? Unfortunately, it wasn't. Regards, Ken Takata -- -- You received this message from the

Re: Re:Re: Blowfish[2] failed to encrypt big text file of 24MB

2015-12-18 Thread Ken Takata
Hi Bram, 2015/12/19 Sat 4:47:19 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > 2015/2/14 Sat 6:04:00 UTC+9 Bram Moolenaar wrote: > > > Ben Fritz wrote: > > > > > > > On Friday, February 13, 2015 at 4:16:01 AM UTC-6, might1 wrote: > > >

Re: move tabs using mouse in gvim

2015-01-26 Thread Ken Takata
=sidepath=/runtime/doc/todo.txt (Line 433 to Line 156) I hope this patch to be included in a few months. Regards, Ken Takata -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org

Re: Opening large files?

2014-08-10 Thread Ken Takata
Hi Bram, 2014/5/12 Mon 22:17:05 UTC+9 Ken Takata wrote: Hi Bram, 2014/5/10 Sat 20:23:47 UTC+9 Bram Moolenaar wrote: Ken Takata wrote: 2014/4/29 Tue 22:04:23 UTC+9 Bram Moolenaar wrote: Ken Takata wrote: 2014/4/17 Thu 0:58:01 UTC+9 Adrian wrote: 'm helping another

Re: Opening large files?

2014-05-29 Thread Ken Takata
Hi Bram, 2014/5/14 Wed 23:19:38 UTC+9 Ken Takata wrote: Hi Bram, 2014/5/13 Tue 20:12:59 UTC+9 Bram Moolenaar wrote: Ken Takata wrote: 2014/5/13 Tue 3:40:37 UTC+9 Bram Moolenaar wrote: So is the patch now ready to be included, or did you still have a problem to fix? I

Re: Opening large files?

2014-05-14 Thread Ken Takata
Hi Bram, 2014/5/13 Tue 20:12:59 UTC+9 Bram Moolenaar wrote: Ken Takata wrote: 2014/5/13 Tue 3:40:37 UTC+9 Bram Moolenaar wrote: So is the patch now ready to be included, or did you still have a problem to fix? I think it's ready. I don't see any regressions with the patch

Re: Opening large files?

2014-05-12 Thread Ken Takata
Hi Bram, 2014/5/10 Sat 20:23:47 UTC+9 Bram Moolenaar wrote: Ken Takata wrote: 2014/4/29 Tue 22:04:23 UTC+9 Bram Moolenaar wrote: Ken Takata wrote: 2014/4/17 Thu 0:58:01 UTC+9 Adrian wrote: 'm helping another user open a large, 3Gb, file. The standard windows editors

Re: Opening large files?

2014-05-12 Thread Ken Takata
Hi Bram, 2014/5/13 Tue 3:40:37 UTC+9 Bram Moolenaar wrote: So is the patch now ready to be included, or did you still have a problem to fix? I think it's ready. I don't see any regressions with the patch (at least in my use cases). Updating the tests is another todo item. Regards, Ken Takata

Re: Opening large files?

2014-05-09 Thread Ken Takata
Hi Bram, 2014/4/29 Tue 22:04:23 UTC+9 Bram Moolenaar wrote: Ken Takata wrote: 2014/4/17 Thu 0:58:01 UTC+9 Adrian wrote: 'm helping another user open a large, 3Gb, file. The standard windows editors balk, so I recommended VIM. Unfortunately, even vim crashes after scrolling some

Re: Opening large files?

2014-04-17 Thread Ken Takata
/vim-ktakata-mq/src/192069dac4356c186b89e0451a254599713d2309/use-stat_T.patch?at=default Regards, Ken Takata -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: Question about integer size and limits

2014-01-08 Thread Ken Takata
/p8Fl_vJDGy8/discussion Regards, Ken Takata -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed

Re: Vim redraw issue in Xubuntu 13.10 (running inside VMWare Workstation 10)

2013-12-30 Thread Ken Takata
about reverting the patch 7.3.638? Regards, Ken Takata -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you

Re: strikethrough text in gvim

2013-10-12 Thread Ken Takata
terminals (*) will show strikethrough lines. (*) RLogin: http://nanno.dip.jp/softlib/man/rlogin/ (Japanese) pangoterm: https://launchpad.net/pangoterm/ Regards, Ken Takata -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you

Re: Which version of Ruby should I use with Vim 7.4?

2013-09-12 Thread Ken Takata
Regards, Ken Takata -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups