Re: Some basic Vim commands

2021-04-19 Thread Marc Weber
then command fg or use screen and have 2 windows  or various old solutions which try to provide :h terminal like features but as script code which might work only most of the time. Marc Weber -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your r

Re: How to debug a vim plugin?

2018-12-10 Thread Marc Weber
https://github.com/MarcWeber/vim-git-wiki/blob/master/vim-online-wiki-source/topic/debugging-viml -- -- 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: Using Vim as a Browser Bookmark Manager - Auto Recursive Folding

2018-11-16 Thread Marc Weber
Why use folding? use tags: http:/// #bar #batch #s http:/// #batch #s http:/// #batch #batch the folder thing never works.. and create shortcut for filter for filtering or :%!grep .. https://github.com/MarcWeber/vim-addon-other/blob/master/plugin/vim-addon-other.vim#L39 Marc Weber -- -- You

Re: When I develop a vim script, how can I debug it?

2018-08-19 Thread Marc Weber
I use the following ways http://vim-wiki.mawercer.de/wiki/topic/debugging-viml.html -- -- 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

PHP completion - eg port PDT?

2018-01-19 Thread Marc Weber
at eventually. Maybe we can join forces ? Marc Weber -- -- 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

Re: Gvim startup slow. Please see the log and advise

2017-08-19 Thread Marc Weber
use -V20/tmp/log and look at the logfile to find out where Vim is spending most time. Marc Weber -- -- 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

Idea and prototype: Vim independent event based communication & completions?

2017-08-02 Thread Marc Weber
- its very early stage. Marc Weber -- -- 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

Re: Vim startup profiling

2017-05-24 Thread Marc Weber
files into one to seed things up - but its likely to break code such as did_load or similar. See vam#install#MergePluginFiles( .. But as far as I remember I stopped using it myself even before switching to SSD / getting a faster machine. Marc Weber -- -- You received this message fr

Re: Vim startup profiling

2017-05-23 Thread Marc Weber
> Thank you Sped up by using a plugin manager supporting lazy loading or as needed (vim-addon-manager/Neobundle maybe more). Typically sourcing twice is not a problem, often guard [1] like guard has been setup which is a quick workraound which immediately saves most time. Marc Weber

Re: Vim Improvement suggester

2017-04-19 Thread Marc Weber
ecord lack context, so no human/ai would be able to suggest "how to do things better" without knowing your task. MfG Marc Weber -- -- 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 informa

Re: vim & ctags: how to jump to the definition in new window

2016-09-21 Thread Marc Weber
s then use :tjump or such -> you can write a mapping easily such as :nnoremap s:tjump Marc Weber -- -- 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: VimScript tips needed

2016-08-08 Thread Marc Weber
:h search() -> there is an option to not change cursor position or such is an option as well -- -- 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

Re: Vim and Lisp

2016-07-12 Thread Marc Weber
some chars to the intpreter and intercepting the result bevor it gets shown to the user - see samples. Marc Weber -- -- 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/ma

Re: Vim and Lisp

2016-07-12 Thread Marc Weber
s. So I've been using ruby repl within a vim buffer for quite a while by piping from to stdin/out via a helper process calling back into vim via client-server feature. Marc Weber -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below

Re: Percentage of distros using Python enabled Vim?

2016-01-19 Thread Marc Weber
Eventually you may want to talk about your software first. Maybe it already exists .. -- -- 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

Re: Passing parameters to Ruby within vimscript...

2015-10-13 Thread Marc Weber
Typically you use the vim API to get values from vim. Eg let g:xoo= "value" ruby << xoo = vim.eval('g:xoo') END or the like Marc Weber -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replyin

Re: vim suitable for professional software development?

2015-08-23 Thread Marc Weber
such as Scala / Groovy (eg gradle is using that). Rule of thumb: Always use the best tool for a job. If its about text editing (and code happens to be that) Vim often is a good fit. Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below

Re: Sourcing .vimrc for use in bash shell?

2015-06-04 Thread Marc Weber
- but because zsh/vim are independent implementations you may hit cases which don't work. Marc Weber -- -- 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

Re: Looking for step by step plugin setup installation instructions for Vundle

2015-05-26 Thread Marc Weber
very new to vim get started by vimtutor (by typing it into the shell) - it'll tell you the very basics eg how to use the help. Marc Weber -- -- 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

Re: Vim completion using reverse engineering Eclipse

2015-03-03 Thread Marc Weber
Excerpts from David Fishburn's message of Tue Mar 03 21:22:47 + 2015: I am hoping someone on this list has a passing familiarity with Eclipse. Lookup eclim.org project Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you

Re: http://www.vim.org/about.php: 404 error

2015-01-02 Thread Marc Weber
Excerpts from keith.briggs's message of Fri Jan 02 13:16:11 + 2015: The About Vim link at vim.org doesn't work. Whatever it was - seems to be fixed now. The whole www.vim.org was broken showing a sourceforge standard page. Marc Weber -- -- You received this message from the vim_use

Re: vim (windows) == vim (unix)

2014-11-30 Thread Marc Weber
is the exact solution. Eventually do :options and compare diff the results .. Marc Weber -- -- 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

Re: Fwd: Preferred vim method to put xml tags around selected text

2014-10-21 Thread Marc Weber
zencoding sparkup might have similar features. Marc Weber -- -- 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: Cannot make snippet plugin working...

2014-10-06 Thread Marc Weber
http://vim-wiki.mawercer.de/wiki/topic/text-snippets-skeletons-templates.html There are more solutions - and the comparison chart is incomplete. snipmate/ultisnips and vim-snippets might be a good starting point. Marc Weber -- -- You received this message from the vim_use maillist. Do not top

Re: Vim Error Format

2014-09-10 Thread Marc Weber
Excerpts from Pieter-Jan's message of Tue Sep 09 07:40:29 + 2014: ** Error: ** while parsing file included at /path/to/some/pkg.sv(41) ** at /path/to/some/mdl.sv(216): near ): syntax error, unexpected ')' set efm=\*\*\ at\ %f(%l):%m -- -- You received this message from the vim_use

Re: Keep Vim light and clean

2014-09-08 Thread Marc Weber
Using https://github.com/MarcWeber/vim-addon-local-vimrc you can add project specific configurations easily. Marc Weber -- -- 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: Keep Vim light and clean

2014-09-07 Thread Marc Weber
vim-addon-manager and NeoBundle allow to load plugins as needed. There are older AsNeeded solutions, too See samples in the README files of those projects Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying

Re: best vim plugin for tex?

2014-09-03 Thread Marc Weber
http://vim-wiki.mawercer.de/wiki/languages/latex.html which one is best - depends on your liking -- -- 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

Re: Can't get vim-go bundle to work

2014-08-31 Thread Marc Weber
for command which defines a plugin provided Vim command or such. Also ensure plugin and filetype is enabled in your .vimrc Eg see here http://vim-wiki.mawercer.de/wiki/topic/vimrc.html (This wiki also contains some hints about how to debug/troubleshoot VimL) Marc Weber -- -- You received

RE: How to start vimdiff?

2014-06-07 Thread Marc Weber
:bufdo diffoff might be useful, too Marc Weber -- -- 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: Added asm.snippets to snipmate but cannot get it working without :set filetype=asm

2014-05-06 Thread Marc Weber
the collaborative vim-snippets effort: https://github.com/honza/vim-snippets We welcome you to help maintain the assembler snippets. Marc Weber -- -- 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

Re: Official Windows build recipe

2014-04-11 Thread Marc Weber
google: wiki vim build windows eg shows http://vim.wikia.com/wiki/Build_Python-enabled_Vim_on_Windows_with_MinGW Marc Weber -- -- 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

Re: Poll: What's good about plugin managers?

2014-04-08 Thread Marc Weber
I've already said that most wolk reasonably well for most common use cases. Smaller differences are documented here (maybe this is incomplete): http://vim-wiki.mawercer.de/wiki/index.html Try them all, and help keeping that page up to date. Marc Weber -- -- You received this message from

Re: Poll: What's good about plugin managers?

2014-03-27 Thread Marc Weber
them? Can you ellaborate which feature is being used by VimOutliner ? Marc Weber -- -- 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

Re: Poll: What's good about plugin managers?

2014-03-27 Thread Marc Weber
that turns out to be ... (my view). Marc Weber -- -- 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: Poll: What's good about plugin managers?

2014-03-25 Thread Marc Weber
, and that is the crux, there is no API. You're wrong. I patched vim.sf.net to return a huge json dictionary containing all plugins. See vim-pi code. Maybe the API is not perfect, just enough to make vim-pi work reliably. Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type

Re: Poll: What's good about plugin managers?

2014-03-25 Thread Marc Weber
important, too. It might be too early to judge. Thus what is the wisest way to proceed ? Start a new project? Unless there is a nice central way to document options (eg where to find plugins) this all is kind of 'lucky' IMHO. Also do we want testing and continuous integration ? Marc Weber -- -- You

Re: Vim Spreadsheets

2014-03-25 Thread Marc Weber
for instance. Marc Weber -- -- 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 vim_use

Re: Poll: What's good about plugin managers?

2014-03-24 Thread Marc Weber
. The key is managing the community better / and collaborating on the important things. Right now this means at least watch NeoVim eventually. Sorry that there is no easy answer to this topic. Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply

Re: Reactive programming

2014-03-24 Thread Marc Weber
. Marc Weber -- -- 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 vim_use group

Re: Poll: What's good about plugin managers?

2014-03-24 Thread Marc Weber
for a similar reason). This is just a reminder for those who missed the happenings in the past. Marc Weber [1] Sample code: let scripts = [] call add(scripts, {'name': 'plugin_c', 'tag': 'c-dev'}) call add(scripts, {'name': 'plugin_ruby', 'tag': 'ruby-dev'}) call add(scripts, {'name': 'script

Re: Reactive programming

2014-03-23 Thread Marc Weber
is as you say known) or wait for additional replies by more knowledgable vimmers. reactive programming is just a tool to get a job done - which job did you think about when writing your first mail in this thread ? Thanks Marc Weber -- -- You received this message from the vim_use maillist. Do

Re: Reactive programming

2014-03-22 Thread Marc Weber
exactly. Marc Weber -- -- 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 vim_use group

Re: Reactive programming

2014-03-22 Thread Marc Weber
decsription about what you exactly mean you can try talking to him or vim-dev mailinglist. Until that happens think about when you want to be reactive, maybe tools like the ones mentioned above can help you come close. Marc Weber -- -- You received this message from the vim_use maillist. Do

Re: Programming Lua with vim

2014-03-12 Thread Marc Weber
engines like these could be helpful: http://vim-wiki.mawercer.de/wiki/topic/text-snippets-skeletons-templates.html http://vim-wiki.mawercer.de/wiki/topic/finding-a-vim-plugin.html Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text

Re: Need help about CompilerSet errorformat

2014-02-26 Thread Marc Weber
:setl efm=%A%f:%l:\ %m,%-Z%p^,%-C%.%# See docs for %A start of a multi-line message (unspecified type) %C continuation of a multi-line message Thus try somethingc like this (untested) %A%f:,%CColumn\ %l:,%Z%m mind the \ before the space. Marc Weber

Re: magnum.vim - Pure Vim script big integer library

2014-02-18 Thread Marc Weber
Excerpts from glts's message of Tue Feb 18 13:44:04 + 2014: I'm happy to announce magnum.vim, a multiple-precision integer library written entirely in Vim script. And which is your usage? Why not just use python? (for speed, maintainance, and more reasons?) Marc Weber -- -- You received

Re: magnum.vim - Pure Vim script big integer library

2014-02-18 Thread Marc Weber
echo tlib#cmd#Time('call Test2()') Why am I asking about why it was written ? If there are strong arguments for adding it I'd like to add it to the list of things to improve about Vim. Marc Weber === [1 little benchmark] looks like its still quite fast

Re: VIM - Detect Whether a Plugin is Active/Running/Open?

2014-02-12 Thread Marc Weber
reasons - taking care about resetting or unloading plugins/mapping/... is not worth the effort because restarting Vim is that cheap. Plugins such as github.com/MarcWeber/vim-addon-local-vimrc can help reconfiguring Vim to work with a specific project. Marc Weber -- -- You received this message from

website / wikis - important links / proposal

2014-02-10 Thread Marc Weber
/ZilTT7O6wZ Marc Weber -- -- 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 vim_use group

Re: Can vim output its entire display to stdout?

2014-02-06 Thread Marc Weber
:h 2html.vim There might be more options http://shjs.sourceforge.net/ http://google-code-prettify.googlecode.com/svn/trunk/README.html http://alexgorbatchev.com/SyntaxHighlighter/manual/brushes/ etc Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type

Re: vimrc skeleton

2014-02-05 Thread Marc Weber
You can use snippet like solutions, too http://vim-wiki.mawercer.de/wiki/topic/text-snippets-skeletons-templates.html for x in ['tex','bar'] exec 'au BufNewFile for x in ['tex','bar'] exec 'au BufNewFile *.'.x.' do ...' endfor endfor Marc Weber -- -- You received this message from

Re: Vim Weekly

2014-01-29 Thread Marc Weber
I'm not sure we even found out which kind of spamming happened more often. Unless I know that I feel its enough to be smarter than bots which should be simple. Of course my judgment could be wrong. Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type your

Re: Vim Weekly

2014-01-29 Thread Marc Weber
be managed - by letting people access individual repositories or be admin. However I've hit one issue: No idea how to upload a special key so that a server can update a repository without creating a new user. I hope that these were the replies you've been waiting for, if not reply again. Marc

Re: Vim Weekly

2014-01-28 Thread Marc Weber
grant you access to the github repository. Marc Weber -- -- 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: Vim Weekly

2014-01-28 Thread Marc Weber
on depending on the feedback. You can still write plugins etc. To get started I'd even say people can put there tips here (I've put almost everything I find useful on my wiki ..) If you want to write plugins I'm not going to stop you - just wondering whether its most important to get started. Marc Weber

Re: Replacing a string which is in a line and not in the beginning?

2014-01-25 Thread Marc Weber
: |/\@!| \@! \@! nothing, requires NO match |/zero-width| (*) Marc Weber -- -- 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: Do developers use vim exclusively or alternate with an IDE?

2014-01-13 Thread Marc Weber
not - firebug etc were good enough for me. Marc Weber -- -- 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: Do developers use vim exclusively or alternate with an IDE?

2014-01-13 Thread Marc Weber
side. Marc Weber -- -- 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 vim_use

Re: Do developers use vim exclusively or alternate with an IDE?

2014-01-13 Thread Marc Weber
-wiki.mawercer.de/wiki/tips/replacing-mouse-by-keyboard Marc Weber -- -- 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: Do developers use vim exclusively or alternate with an IDE?

2014-01-13 Thread Marc Weber
Marc Weber -- -- 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 vim_use group

Re: Do developers use vim exclusively or alternate with an IDE?

2014-01-13 Thread Marc Weber
but not least you can automate much more by using crazy tools such as autohotkey (windows) - for linux there might be similar tools. Marc Weber -- -- 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

Re: Do most Vim users use snippets?

2014-01-12 Thread Marc Weber
is still incomplete, but tries to give an initial overview). If you feel something is missing on those pages let me know or edit it yourself. Marc Weber -- -- 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

Re: plugin for taking notes with code?

2014-01-10 Thread Marc Weber
files adding an extension such as .review, then you could use vim's builtin diff feature to show your comments I've created a small wiki article about the mentioned options: http://vim-wiki.mawercer.de/wiki/tips/taking-notes-about-code Marc Weber -- -- You received this message from the vim_use

Re: plugin for taking notes with code?

2014-01-09 Thread Marc Weber
and work with diffs? Then you can edit code and add your own statements ... its as much work as git stash or hg has a way to keep a pile of patches which you can apply/remove easily, too. Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply

community repositories? community and activities report? Who would be interested in joining?

2014-01-01 Thread Marc Weber
. I feel the more communication the better. Ideas, thoughts - comments? Marc Weber -- -- 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

Re: Help getting Vundle to include a plugin I'm writing

2013-12-30 Thread Marc Weber
need to put the file into plugin/syntax/autolad/color/filetype... depending on what you need. In your case its plugin/* which get sourced by Vim. http://vim-wiki.mawercer.de/wiki/topic/vim%20plugin%20managment.html Explains the basic plugin layout and additional options Marc Weber -- -- You

Re: vim quickfix: make a enter locate the match but don't jump on it.

2013-12-18 Thread Marc Weber
expressions. Thus I don't search, I filter the quickfix list a second time. Using both technics there is not much left to spend time on.. So try to understand why mapping :cnext is not enough and think how to optimize that eventually. Marc Weber -- -- You received this message from the vim_use

Re: vim: toggle between tabs and toggle between buffers

2013-12-11 Thread Marc Weber
the last 2 buffers used instead of tabs. c-^ or :b # will do exactly that Marc Weber -- -- 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

Re: Does viminfo store nested lists?

2013-12-10 Thread Marc Weber
neither size nor cycles seem to be a problem .. But even :echo string(list) fails = nested too deep for displaying Marc Weber -- -- 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

Re: How would a vim guru type this c++ snippet?

2013-12-04 Thread Marc Weber
That's enough :) Bonus points if your approach is O(1) with respect to the number of members in the class. ... But what about makefiles etc? Do you want this too? I'ev mapped \gr to grep -r in current dir which is fast enough for many use cases. (also see vim-addon-other) Marc Weber -- -- You

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-12-02 Thread Marc Weber
applications. Again, a use case would help much understanding what you mean exactly. Marc Weber -- -- 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

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-12-02 Thread Marc Weber
close. again very easy and common to forget about escaping or do it wrong I agree. Also system vs :! requires different quoting etc. Also using pipes and not temporary files is faster and sometimes more reliable. r! ... :cbuffer :-) Added this to the sucks page Marc Weber -- -- You

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-12-02 Thread Marc Weber
*not* include partial application, not without lambda subbranch. Please document your work on the wiki. We need to have a primary place to share ideas/ work/ .. Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-12-02 Thread Marc Weber
could be turned into IDEA/Eclipse/... etc ? Not doable in a couple of years. Marc Weber -- -- 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

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-12-02 Thread Marc Weber
makes me think that having a separate viml library is the way to go, so that improvements can be created and debugged more easily. Marc Weber -- -- 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: [ANN]: Plugin for better vertical movement

2013-12-01 Thread Marc Weber
wiki. Marc Weber -- -- 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 vim_use

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-12-01 Thread Marc Weber
/vim-git-wiki/blob/master/vim-online-wiki-source/topic/in-which-way-does-vim-suck I think the first important thing is to collect things to fix, then workout how to fix [1] them, then estimate costs and try to get funding. Thanks for your interest. Marc Weber [1]: And I don't know this yet

Re: how to make vim read local configuration files

2013-11-30 Thread Marc Weber
Another way is to override settings by using ~/.vim/after/ftplugin/* which should be loaded last. Marc Weber -- -- 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: vim slow, Lisp, etc.

2013-11-29 Thread Marc Weber
and ocaml error messages). Marc Weber -- -- 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: vim slow, Lisp, etc.

2013-11-28 Thread Marc Weber
by determining what to fix to create a kickstarter project. Thus add feature requests here: http://vim-wiki.mawercer.de/wiki/topic/in-which-way-does-vim-suck.html Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying

Re: vim slow, Lisp, etc.

2013-11-28 Thread Marc Weber
with sample file. 2) I would appreciate if somebody know how to do it, and could provide a command line to build vim with Racket. Which operating system ? ... --enable-mzscheme or such should be enough (after having installed racket). See ./configure --help Marc Weber -- -- You received

Re: vim slow, Lisp, etc.

2013-11-28 Thread Marc Weber
breaks. Might be of interest if you depend on your computer .. (You should have a backup anyway ..) Marc Weber -- -- 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: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-27 Thread Marc Weber
backends could be served. Marc Weber -- -- 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: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-27 Thread Marc Weber
Please elaborate Also add your ideas to this page, please: http://vim-wiki.mawercer.de/wiki/topic/in-which-way-does-vim-suck.html Then they won't get lost .. Marc Weber [1] if !exists(g:my_buf_list) let g:my_buf_list = {} endif fun SetBNr(nr) let b:nr = a:nr let

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-26 Thread Marc Weber
upcase? Vim also has :h 'virtualedit' Marc Weber -- -- 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: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-26 Thread Marc Weber
it. Marc Weber -- -- 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 vim_use group

RE: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-26 Thread Marc Weber
published my own list of things I'd like to fix. Whether that's enough to become more brilliant is something you have to judge. Marc Weber -- -- 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

improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-25 Thread Marc Weber
to disagree. If you don't receive much feedback I'll try the kickstarter project adding features I think are most useful to start with. Marc Weber -- -- 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

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-25 Thread Marc Weber
ocaml/urweb modules, but when instantiating those modules allow additional arguments such as memory-management-system: ref-count, boehm, other Yes - this is still uncertain and just an idea. If somebody knows a project which tries to achieve this let me know. Marc Weber -- -- You received

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-25 Thread Marc Weber
is data, and at compile time the compiler chooses the right code to operate on it using type classes. If you don't have inheritance the difference should not be that big. Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-25 Thread Marc Weber
Excerpts from Paolo Bolzoni's message of Mon Nov 25 23:12:49 +0100 2013: On Mon, Nov 25, 2013 at 5:51 PM, Nikolay Pavlov zyx@gmail.com wrote: On Nov 25, 2013 5:24 PM, Marc Weber marco-owe...@gmx.de wrote: I would consider D in first place. Not that I actually worked with it, but I have

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-25 Thread Marc Weber
buffers for different tasks. So why not have a p: or a v: to get python/viml command lines ? (I know p is paste ..) Marc Weber -- -- 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

Re: Snipmate not working with pathogen

2013-11-19 Thread Marc Weber
error messages then? Also check :messages. after Vim has started up. About the offer: I offered two things: a) connect to your machine b) let you connect to my machine to investigate You've missed option b. Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post

Re: Snipmate not working with pathogen

2013-11-18 Thread Marc Weber
yes - this just takes too long. Marc Weber -- -- 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: Snipmate not working with pathogen

2013-11-13 Thread Marc Weber
such: bundle/snipmate/after Marc Weber -- -- 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: Snipmate not working with pathogen

2013-11-12 Thread Marc Weber
the problem is I can recommend the VAM downloader for Windows: http://vam.mawercer.de/ Just get snipmate plugin from that page, dependencies will be added automatically. You'll get a _vimrc and a vimfiles directory. If that dosen't work we have to discuss and fix your case. Marc Weber -- -- You

Re: Can I return a Vim error from a function?

2013-11-05 Thread Marc Weber
fun! Foo() abort endf Is a way to make Vim not continue on any error. There is throw error and try .. catch /*.*/ end (v:exception) or such Thus throw or abort are the correct ways to propagate an error, thus make a function return. If you want something else clarify. Marc Weber -- -- You

Re: Any tools for jumping between Gvim and cmd window?

2013-11-03 Thread Marc Weber
autohotkey or the like could come close. You can activate windows that way. There are also additional solutions such as vimproc or the like which eventually could be used to run cmd in Vim. Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply

Re: Vim variables not being created.

2013-11-01 Thread Marc Weber
It did *not*. There was no information about where to put the file by the time you were writing the message and VAM was putting file into ftplugin/ which is incorrect. You're right, sry, fixed. Marc Weber -- -- You received this message from the vim_use maillist. Do not top-post! Type your

  1   2   3   4   5   6   7   >