I've just updated my unofficial Mac OS X build (featuring alloy's native sidebar with a file tree): https://github.com/rcarmo/macvim/releases/tag/7.4 It's a tad controversial, I know, but I find it vastly more friendly than NERDTree, and I know quite a few people were looking for alloy's builds a while back. EDIT: screenshot, from an older build: https://f.cloud.github.com/assets/392683/793013/469e0c62-ebd...
Vim 7.4 is released
51–60 of 126 posts
Re: Vim 7.4 is released
#52And still no viable competitor to emacs.
Re: Vim 7.4 is released
#53I've just updated my unofficial Mac OS X build (featuring alloy's native sidebar with a file tree): https://github.com/rcarmo/macvim/releases/tag/7.4 It's a tad controversial, I know, but I find it vastly more friendly than NERDTree, and I know quite a few people were looking for alloy's builds a while back. EDIT: screenshot, from an older build: https://f.cloud.github.com/assets/392683/793013/469e0c62-ebd...
The link above should mention this requires 10.8 and above.
Re: Vim 7.4 is released
#54Earlier quoted context omitted.
It sounds like someone read Russ Cox's work on regexp. Russ Cox? You know that regular expressions have existed since Kleene's first proposals, and everyone with a CS degrees knows that you can compile them to deterministic finite state automata. Right?
Larry Wall does not have a CS degree.
Re: Vim 7.4 is released
#55MacVim dont't have lion or moutain lion style native scrollbar still.
Hi! Are you sure? Check out my build: https://github.com/rcarmo/macvim/releases/tag/7.4 EDIT: link to fixed release.
$ ./MacVim dyld: Library not loaded: /usr/local/lib/liblua.5.1.5.dylib Referenced from: /Applications/MacVim.app/Contents/MacOS/Vim Reason: image not found
Re: Vim 7.4 is released
#56Earlier quoted context omitted.
Hi! Are you sure? Check out my build: https://github.com/rcarmo/macvim/releases/tag/7.4 EDIT: link to fixed release.
It doesn't open for me on Mountain Lion 10.8. There is no window. I've tried to open it from terminal and it gives an error with: $ ./MacVim dyld: Library not loaded: /usr/local/lib/liblua.5.1.5.dylib Referenced from: /Applications/MacVim.app/Contents/MacOS/Vim Reason: image not found
EDIT: fixed! Disabled Lua for now, I have both my own build and brew's installed, and it will take some time to sort out.
Re: Vim 7.4 is released
#57Earlier quoted context omitted.
It doesn't open for me on Mountain Lion 10.8. There is no window. I've tried to open it from terminal and it gives an error with: $ ./MacVim dyld: Library not loaded: /usr/local/lib/liblua.5.1.5.dylib Referenced from: /Applications/MacVim.app/Contents/MacOS/Vim Reason: image not found
Hmm. I guess turning on Lua was a bad idea. Apparently forcing a static build didn't work right. Will be fixed in around 20m. EDIT: fixed! Disabled Lua for now, I have both my own build and brew's installed, and it will take some time to sort out.
Re: Vim 7.4 is released
#58I love vim, but:- http://www.vim.org/ http://www.sublimetext.com/ Which one would you want to use?
I use an IDE for code, FocusWriter for just about everything else involving text and nano for server work (I'm can use vim if needed but I prefer nano for quick config file edits and after using it for a decade muscle memory isn't worth fighting).
Re: Vim 7.4 is released
#59Re: Vim 7.4 is released
#60Earlier quoted context omitted.
It doesn't open for me on Mountain Lion 10.8. There is no window. I've tried to open it from terminal and it gives an error with: $ ./MacVim dyld: Library not loaded: /usr/local/lib/liblua.5.1.5.dylib Referenced from: /Applications/MacVim.app/Contents/MacOS/Vim Reason: image not found
Hmm. I guess turning on Lua was a bad idea. Apparently forcing a static build didn't work right. Will be fixed in around 20m. EDIT: fixed! Disabled Lua for now, I have both my own build and brew's installed, and it will take some time to sort out.