Howdy all,
A number of people noted that the VTY trac homepage has been hacked.
And I also suddenly lost access to the VTY darcs repo. For these
reasons I have moved VTY to github.com:
https://github.com/coreyoconnor/vty
I will be migrating issues from the VTY trac
(http://trac.haskell.org/vty/re
Comment #5 on issue 329 by jeffwheeler: Working directory does not follow
dired
http://code.google.com/p/yi-editor/issues/detail?id=329
I'd be okay with this, but you maybe should put it in yi-contrib. (And hey,
you could lead the way on moving other stuff there too.)
(Sorry for the dupli
Comment #4 on issue 329 by jeffwheeler: Working directory does not follow
dired
http://code.google.com/p/yi-editor/issues/detail?id=329
I'd be fine with that, but you maybe out to put it in yi-contrib. (That
might lead the way to moving other stuff there as well . . .)
--
Yi development m
Comment #3 on issue 329 by issac.vi...@gmail.com: Working directory does
not follow dired
http://code.google.com/p/yi-editor/issues/detail?id=329
Vim changes the directory if you have autochdir enabled. Anyway, to avoid
confusion, I may just make a new version of Vim.hs called Vym.hs that has
Comment #2 on issue 329 by jeffwheeler: Working directory does not follow
dired
http://code.google.com/p/yi-editor/issues/detail?id=329
I'm hesitant here. Vim doesn't do this, and we use dired mode for both. Vim
only changes dir with :cd, afaik.
--
Yi development mailing list
yi-devel@goo
Branch: refs/heads/master
Home: https://github.com/yi-editor/yi
Commit: cdd3b7ef07a64d714022aae95e241498aa60e97f
https://github.com/yi-editor/yi/commit/cdd3b7ef07a64d714022aae95e241498aa60e97f
Author: Issac Trotts
Date: 2011-03-16 (Wed, 16 Mar 2011)
Changed paths:
M Makefile
Log Mess
OK, I almost have the fix:
ijt@curry:~/repos/yi$ gd
diff --git a/src/Yi/Keymap/Vim.hs b/src/Yi/Keymap/Vim.hs
index 8720ff9..a6f1c2c 100644
--- a/src/Yi/Keymap/Vim.hs
+++ b/src/Yi/Keymap/Vim.hs
@@ -1745,7 +1745,10 @@ validMarkIdentifier = fmap f $ oneOfchar
"<>^'`" <|> charOf i
--
This is fixed in my fork.
On Mar 12, 1:47 pm, yi-edi...@googlecode.com wrote:
> Updates:
> Owner: DexterPu
>
> Comment #1 on issue 329 by dexte...@gmail.com: Working directory does not
> follow diredhttp://code.google.com/p/yi-editor/issues/detail?id=329
>
> (No comment was entered for t
On Mar 15, 9:16 pm, Jeff Wheeler wrote:
> On Tue, Mar 15, 2011 at 11:12 PM, Issac wrote:
> > Maybe the packages should be split like this:
>
> > yi-lib
> > yi-vty
> > yi-gtk
> > yi-windows <- if the gtk version doesn't cover Windows
> > yi-cocoa
> > yi-contrib
>
> We should avoid brea
On Mar 15, 10:02 pm, Jeff Wheeler wrote:
> On Tue, Mar 15, 2011 at 11:57 PM, Issac wrote:
> > main :: Config -> Maybe Editor -> IO ()
> > main cfg state = do
> > args <- getArgs
> > #ifdef TESTING
> > when ("--self-check" `elem` args)
> > TestSuite.main
> > #endif
>
10 matches
Mail list logo