Hi Christian,
It seems that the hg mirror repositories are missing two tags: v8.2.0 and
v8.2..
Could you add those tags?
Regards,
Ken Takata
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more informatio
Hi Bram,
I found a missing feature which should have been added in the
*new-vimscript-8.2* section in the version8.txt.
|optional-function-argument| was added in 8.1.1310.
It's too late for the release notes, but it might be better to update
version8.txt.
I also found a typo:
--- a/runtime/do
Great idea, a universal script to locate project.
Emacs has a plugin named `projectile` which is definitely the "universal
script" for emacs,
It has been widely used and many other emacs plugins (helm / ivy / rails /
...) use it to
retrive project location of the current file.
Here I present a
On 2019-12-20, skywind3000 wrote:
> Obviously, there are project related problems needs to be solved. At least we
> have consensus below:
>
> 1. use something which seems to have been established as standard.
> 2. which is easy to be implemented by plugins with minimal dependency.
>
> editorconfi
Patch 8.2.0025
Problem:Repeated word in comment.
Solution: Remove one. (Rene Nyffenegger, closes #5384)
Files: src/structs.h
*** ../vim-8.2.0024/src/structs.h 2019-12-16 17:10:30.287144434 +0100
--- src/structs.h 2019-12-20 19:05:48.053238568 +0100
***
*** 68,
Obviously, there are project related problems needs to be solved. At least
we have consensus below:
1. use something which seems to have been established as standard.
2. which is easy to be implemented by plugins with minimal dependency.
editorconfig seems like a good choice, but only one thing,
On Thu, 19 Dec 2019, irreallich wrote:
> @k-takata , thanks you too.
> after :echo $DISPLAY , vim print 'localhost:10.0' or 'localhost:11.0'
I remember 10:0 and 11:0 to be the typical 'ssh tunneled X11'
connections, so may be you have the same Problem I had once …
ASSUMING:
You sit at a X11-co
On Do, 19 Dez 2019, skywind3000 wrote:
> a `.vim_project` file to mark the project root ? It's fine, but give us a
> standard, or:
>
> plugin A uses `.vim_project1`, plugin B uses `.vim_root`, plugin C
> uses `.project_root` and plugin C uses `.root`.
>
> And plugin D uses `.git`, and due to