Coder Social home page Coder Social logo

macvim-kaoriya's People

Contributors

splhack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

macvim-kaoriya's Issues

Help + Statuslineなどの表示

便利に使わせていただいております。
質問が二つあります。

(1)Helpを全て英語表示にするにはどのようにすればよい�
��でしょうか。
現状では以下のようになります。
英語のHelpファイルを開いた後、Ctrl+]でジャンプすると日本�
��のHelpに移動する。

(2)Menuだけではなく、Statuslineの表示やメッセージも英語
にするにはどのようにすれば良いでしょうか。
現状、.vimrcに以下を追加しています。
set langmenu=en_US.UTF-8
"language en
"language messages en
2行目の3行目はエラーになるのでコメントアウトしてい��
�す。

よろしくお願いします。

Original issue reported on code.google.com by [email protected] on 15 Apr 2013 at 3:51

20091027版でのATOK入力

Leopard 
10.5.8での使用ですが、20090802版で入力できていたATOK日本語��
�力が
20091027版ではできませんね。ことえりを使えば20091027版でも�
��本語入力できる
のですが。

Original issue reported on code.google.com by [email protected] on 1 Nov 2009 at 6:51

k no

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 18 Oct 2011 at 7:32

MarkdownをSyntaxにした際にboldやitalic表示が反映されない

シンタックスモードをMarkdownにした際、通常のVimではbold表��
�などが適用されるが、MacVimでは適用されない。

手順
1.シンタックスモードをMarkdownに
2.テスト文字列記述 ex.foo**bar**buz
3.barがboldにならないことを確認

MacVim 7.4にて確認しました。
参考: 
http://q.hatena.ne.jp/1395791914

Original issue reported on code.google.com by [email protected] on 1 Apr 2014 at 3:09

vimproc に win64.dll が含まれています

VimShell を動かそうとしていて妙なことを見つけました.

MacVim には plugin として vimproc.vim 
が含まれているのでそれを利用して VimShell 
を動かせるだろうと思いましたが,うまくいきませんでし��
�.時前で vimproc をインストールしたら動きました.

MacVim.app/Contents/Resources/vim/plugins/vimproc/autoload

に本来は vimproc_mac.so 
があるべきだと思うのですが,そのかわりに vimproc_win64.dll 
があります.

Original issue reported on code.google.com by [email protected] on 1 May 2014 at 1:37

guifontが正しく適用されない条件

1. .gvimrc設定

set list
set listchars=eol:↲

※  ↲ が問題

2. utf-8エンコーディングのファイルを開く

3. 
マルチバイト文字が出現する前に改行コードが存在すると��
�guifont, guifontwideが無効になる

Shift_JIS, EUC-JPエンコーディングのファイルでは影響なし

Original issue reported on code.google.com by [email protected] on 5 May 2014 at 5:05

Attachments:

org.vim.MacVim.KaoriYa

git commit済み
http://repo.or.cz/w/MacVim/KaoriYa.git?
a=commit;h=92f2c26e2a4dd25c2a567a043abf80a10f429086

リリース時wiki更新

Original issue reported on code.google.com by [email protected] on 21 Jul 2009 at 9:19

brew install での depends_on 不足(20140107版)

What steps will reproduce the problem?

1. brew tap splhack/splhack
2. brew update
3. brew install --HEAD cmigemo-mk
4. brew install --HEAD ctags-objc-ja
5. brew install --HEAD macvim-kaoriya

What is the expected output? What do you see instead?

5.の実行に以下の各メッセージが出ました。

Error: /usr/local/Cellar/python3/3.4.0_1/bin/python3

Error: /usr/local/Cellar/ruby/2.1.1_1/bin/ruby

Error: /usr/local/Cellar/lua/5.1.5/bin/lua

Error: /usr/local/Cellar/lua52/5.2.3/bin/lua

Error: /usr/local/Cellar/luajit/2.0.3/bin/luajit

それぞれ発生毎に brew edit macvim-kaoriya を実行し、
以下の depends_on を追加しました。

  depends_on 'python3' => :build
  depends_on 'ruby' => :build
  depends_on 'lua52' => :link
  depends_on 'luajit' => :build

What version of the product are you using? On what operating system?

20140107版

Please provide any additional information below.

依存関係は解決しましたが、まだbuildに失敗しています。こ
ちらは引き続き調べてみたいと思いま。

==> Installing macvim-kaoriya
==> Cloning https://github.com/splhack/macvim.git
Updating /Library/Caches/Homebrew/macvim-kaoriya--git
==> ./configure --prefix=/usr/local/Cellar/macvim-kaoriya/HEAD 
--with-features=huge --enable-multibyte --enable-netbeans --with-tlib=ncurses 
--enable-cscope --enable-perlinterp=dy
Warning: inreplace: replacement of '-L/usr/local/Cellar/readline/6.3.3/lib' 
with '' failed
==> make
==> make
    objects/if_ruby19.o
ld: 6 duplicate symbols for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [Vim] Error 1
make: *** [first] Error 2

Original issue reported on code.google.com by [email protected] on 2 May 2014 at 5:34

特定の環境にてMacVimからpythonが実行されるとクラッシュする

vim: MacVim-KaoriYa 20140107
OS X: 10.9.2

以下のように再現(GUIから行っても同様)。
python上で例外が発生しています。

$ /Applications/MacVim.app/Contents/MacOS/Vim --noplugin -c "python 1+1"

Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py", line 550, in
main()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py", line 532, in main
known_paths = addusersitepackages(known_paths)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py", line 266, in addusersitepackages
user_site = getusersitepackages()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py", line 241, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py", line 231, in getuserbase
USER_BASE = get_config_var('userbase')
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py", line 516, in get_config_var
return get_config_vars().get(name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py", line 449, in get_config_vars
import re
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py", line 105, in
import sre_compile
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.py", line 14, in
import sre_parse
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.py", line 17, in
from sre_constants import *
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.py", line 18, in
from _sre import MAXREPEAT
ImportError: cannot import name MAXREPEAT


以下は問題なし

/Applications/MacVim.app/Contents/MacOS/Vim --noplugin -c "ruby 1+1"


$ python
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_const
ants.py
done


ご報告まで。

Original issue reported on code.google.com by [email protected] on 24 Apr 2014 at 9:00

-

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by info%[email protected] on 26 Jun 2013 at 8:05

外部ディスプレイを利用すると画面が真っ白になる

いつも便利に使わせていただいております。

MacbookProで外部ディスプレイとノートの画面との間を
ウインドウをドラッグして行き来させているとウインドウ��
�が真っ白になってしまいます。
タブの切替等をしますと元に戻ります。

以上、よろしくお願い致します。

Original issue reported on code.google.com by [email protected] on 12 Jun 2013 at 4:02

20140107版で、ウィンドウが表示されません

What steps will reproduce the problem?
1. macvim-kaoriya-20140107.dmg 経由でインストール
2. MacVim を起動、左上のリンゴマークの隣に MacVim 
の文字とそのメニューが表示される
3. ファイル > 新しいウィンドウ を選択

What is the expected output? What do you see instead?
ウィンドウが表示されるのを期待するが表示されない


What version of the product are you using? On what operating system?
以下2つで再現
OS 10.9.1 on MacBook Pro Mid 2010
OS 10.9.1 on Mac mini Late 2012


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 5 Feb 2014 at 12:02

Tigerで起動しない

gettext(libintl)が、TigerにないpthreadのAPIを使ってしまっている�
��め。
gettextを10.4 universal SDKでbuildすれば直ると思われる。

Original issue reported on code.google.com by [email protected] on 31 May 2009 at 4:26

20101102版は -ruby

デフォルトのRUBY_DLL名が間違っているため。

let $RUBY_DLL="/usr/lib/libruby.dylib"

すると使用可能

Original issue reported on code.google.com by [email protected] on 2 Nov 2010 at 2:08

k の移動スピードが遅い

カーソルを上に移動するときにkを利用するが、
kを離してから約1秒程度してから1行上に移動する。

例)
①kを1回だけ打鍵する。
②1秒程度まつ。
③1行上に移動する。

kをおしっぱなしにしている間のスピードは、
jで下に移動しているときと差はありません。


Original issue reported on code.google.com by [email protected] on 18 Oct 2011 at 7:36

10.9 で開かない

What steps will reproduce the problem?
1. ダウンロード
2. アプリケーションにコピー
3. アイコンをダブルクリック

What is the expected output? What do you see instead?
アプリの起動
「開発元が未確認のため開けません。」

What version of the product are you using? On what operating system?
MacOSX 10.9 + 20140107

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 27 Feb 2014 at 6:40

set twを指定して日本語入力時、改行すると先頭の文字が繰り返される

■再現方法
1. set tw=24 (数値は任意) を指定
2. 日本語を入力

自動改行された後、2行目以降の入力を行うと添付の画像の�
��うに先頭の文字が繰り返し入力されます。


■確認したバージョン
Custom Version 7.3 (KaoriYa 20111111)

※Custom Version 7.2 (KaoriYa 20100330) では問題ありませんでした。

Original issue reported on code.google.com by [email protected] on 5 Jan 2012 at 2:22

Attachments:

20101005版は -ruby

ビルド時に+ruby/dynの認識に失敗した模様。Patch 
7.3.043が原因と思われる。

Original issue reported on code.google.com by [email protected] on 27 Oct 2010 at 8:54

半角文字と全角文字が混ざると描画とカーソル位置がズレる

愛用させて頂いております。
PHP等、ソースを書いている時にコメントを書くことが多い��
�ですが、その際に日本語(全角文字)と英語(半角文字)、そし
て三点リーダーが混ざっている文章になると、全角文字で��
�る三点リーダーが半角文字として描画され、カーソル位置�
��描画位置が一致しないという症状が発生します。

Original issue reported on code.google.com by [email protected] on 3 Mar 2014 at 3:20

IM挿入モードの中断

Vim-LaTeXプラグインを使用してTeXファイルを編集していた所��
�日本語入力中にIM挿入が終わってしまって、変換などが出��
�なくなってしまいます。
プラグインのバグかと思いましたが、プラグインは半年前��
�ら更新されていないですし、
MacVim-kaoriyaを以前のバージョンに戻したところ、正常に動作
しました。
なので、MacVim-kaoriyaの方に問題があるのではと考えています
。

Vim-LaTeX
 http://vim-latex.sourceforge.net/index.php?subject=download&title=Download

Original issue reported on code.google.com by [email protected] on 21 Aug 2011 at 5:44

vimshell がうまくうごかない。

vimshell がうまくうごかない。


下記のページにならってvimshelのインストロールを試みまし�
��が、
vimshellがうまく動作しません。特に「ls」コマンドが受け付�
��ず、
添付のエラーが繰り返し出力されます。

http://code.google.com/p/macvim-kaoriya/wiki/Tutorial_0

Original issue reported on code.google.com by [email protected] on 26 Oct 2011 at 6:20

Attachments:

Fullscreen解除後のウィンドウサイズ

どもお世話になっております。

もう既に本家のほうで話題になっているかもしれませんが��
�
フルスクリーンから戻した時にウィンドウサイズが大きい��
�まで
ちょいとビックリします。
できればフルスクリーンにする直前のサイズに戻って欲し��
�ところです。

Original issue reported on code.google.com by [email protected] on 1 Aug 2011 at 4:21

migemo検索がデフォルトでOFF

デフォルトで
set migemo
set migemodict=$VIMRUNTIME/dict/migemo-dict
となるように要修正。githubへの移行時のmergeが原因と思われ
る

Original issue reported on code.google.com by [email protected] on 22 Oct 2010 at 12:27

vimfiler が動かない

vimfilerをDownloadし、~/.vimにputしました。
その後、macvimを起動し、:VimFiler と打鍵しましたが、
添付のような画面が表示されて起動しません。

何が原因になっているのでしょうか。

.vimrcに下記を設定しています。

" vimfiler の設定
source $HOME/.vim/plugin/vimfiler.vim
let g:vimfiler_as_default_explorer=1
let g:vimfiler_safe_mode_by_default=0

Original issue reported on code.google.com by [email protected] on 26 Oct 2011 at 10:08

Attachments:

vimrcでset backgroud=darkが反映されない

GUIで起動した場合のみ
vimrcでの
set backgroud=dark
のような記述が反映されず、
明るい背景色になってしまいます。

問題は起動時のみ発生し、
手動でコマンドを実行した時や
起動後に
source ~/.vimrc
などと再読み込みすると正しく設定されます。

Original issue reported on code.google.com by [email protected] on 16 Sep 2011 at 8:14

IM on/off判定をpollingからnotificationへ

http://hg.pqrs.org/DrasticInputSourceStatus/index.cgi/file/4bbaa0765899/DrasticI
nputSourceStatusAppDelegate.m

kTISNotifySelectedKeyboardInputSourceChanged

MacVimにもpull requestする

Original issue reported on code.google.com by [email protected] on 2 Nov 2010 at 12:43

数秒毎にプロセスが増加していきます。

MacVim を起動後、数秒毎にプロセスが増加していきます。
( ターミナルでSSHを実行した際に fork: Resource temporarily 
unavailable が出て気づきました )

MacVim のヴァージョンは
VIM - Vi IMproved 7.3 BETA (2010 May 15, compiled Jun 14 2010 13:46:27)    

OSX のヴァージョンは 10.6.4 です。

ps aux | grep Vim した画像を添付いたします。

Original issue reported on code.google.com by [email protected] on 22 Jun 2010 at 1:11

Attachments:

problema mactube

Process:         MacTubes [48047]
Path:            
/Users/macpro/Desktop/Activadores/MacTubes_v3.1/MacTubes.app/Contents/MacOS/MacT
ubes
Identifier:      jp.MacTubes.MacTubesApp
Version:         3.1 (???)
Code Type:       X86 (Native)
Parent Process:  launchd [65]

Date/Time:       2011-11-12 10:12:22.249 -0200
OS Version:      Mac OS X 10.5.6 (9G3553)
Report Version:  6

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Application Specific Information:
*** Terminating app due to uncaught exception 
'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: 
aString != nil'

Thread 0 Crashed:
0   com.apple.CoreFoundation        0x938f6fb4 
___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 4
1   libobjc.A.dylib                 0x90c0ce3b objc_exception_throw + 40
2   com.apple.CoreFoundation        0x938f6eeb +[NSException 
raise:format:arguments:] + 155
3   com.apple.Foundation            0x9321c6a4 -[NSAssertionHandler 
handleFailureInMethod:object:file:lineNumber:description:] + 116
4   com.apple.AppKit                0x941b23b4 -[NSMenuItem 
initWithTitle:action:keyEquivalent:] + 182
5   jp.MacTubes.MacTubesApp         0x000266f1 -[MenuItemPlaylist 
createSubMenu:] + 1031
6   jp.MacTubes.MacTubesApp         0x000262cc -[MenuItemPlaylist awakeFromNib] 
+ 100
7   com.apple.CoreFoundation        0x93905915 -[NSSet 
makeObjectsPerformSelector:] + 181
8   com.apple.AppKit                0x9418e45a -[NSIBObjectData 
nibInstantiateWithOwner:topLevelObjects:] + 1533
9   com.apple.AppKit                0x94184686 loadNib + 264
10  com.apple.AppKit                0x94183fe8 +[NSBundle(NSNibLoading) 
_loadNibFile:nameTable:withZone:ownerBundle:] + 946
11  com.apple.AppKit                0x94183c2b +[NSBundle(NSNibLoading) 
loadNibFile:externalNameTable:withZone:] + 171
12  com.apple.AppKit                0x94183b69 +[NSBundle(NSNibLoading) 
loadNibNamed:owner:] + 391
13  com.apple.AppKit                0x94183818 NSApplicationMain + 434
14  jp.MacTubes.MacTubesApp         0x00002392 _start + 216
15  jp.MacTubes.MacTubesApp         0x000022b9 start + 41

Thread 1:
0   libSystem.B.dylib               0x969901c6 mach_msg_trap + 10
1   libSystem.B.dylib               0x969979bc mach_msg + 72
2   com.apple.CoreFoundation        0x9387d0ae CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation        0x9387dcd8 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork             0x968b2052 CFURLCacheWorkerThread(void*) + 
396
5   libSystem.B.dylib               0x969c1095 _pthread_start + 321
6   libSystem.B.dylib               0x969c0f52 thread_start + 34

Thread 2:
0   libSystem.B.dylib               0x969901c6 mach_msg_trap + 10
1   libSystem.B.dylib               0x969979bc mach_msg + 72
2   com.apple.CoreFoundation        0x9387d0ae CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation        0x9387dd34 CFRunLoopRun + 84
4   com.apple.QTKit                 0x96bb0ceb 
QTSurfaceRendererScheduledDisplayThread + 105
5   libSystem.B.dylib               0x969c1095 _pthread_start + 321
6   libSystem.B.dylib               0x969c0f52 thread_start + 34

Thread 3:
0   libSystem.B.dylib               0x969901c6 mach_msg_trap + 10
1   libSystem.B.dylib               0x969979bc mach_msg + 72
2   com.apple.CoreFoundation        0x9387d0ae CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation        0x9387dd34 CFRunLoopRun + 84
4   com.apple.QTKit                 0x96ba7cb1 
QTVisualContextImageProviderWorkLoop + 108
5   libSystem.B.dylib               0x969c1095 _pthread_start + 321
6   libSystem.B.dylib               0x969c0f52 thread_start + 34

Thread 4:
0   libSystem.B.dylib               0x969973ae __semwait_signal + 10
1   libSystem.B.dylib               0x969c1d0d pthread_cond_wait$UNIX2003 + 73
2   libGLProgrammability.dylib      0x954a0b32 glvmDoWork + 162
3   libSystem.B.dylib               0x969c1095 _pthread_start + 321
4   libSystem.B.dylib               0x969c0f52 thread_start + 34

Thread 5:
0   libSystem.B.dylib               0x969901c6 mach_msg_trap + 10
1   libSystem.B.dylib               0x969979bc mach_msg + 72
2   com.apple.CoreFoundation        0x9387d0ae CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation        0x9387dcd8 CFRunLoopRunInMode + 88
4   com.apple.Foundation            0x9316cd40 
+[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation            0x931097ed -[NSThread main] + 45
6   com.apple.Foundation            0x93109394 __NSThread__main__ + 308
7   libSystem.B.dylib               0x969c1095 _pthread_start + 321
8   libSystem.B.dylib               0x969c0f52 thread_start + 34

Thread 6:
0   libSystem.B.dylib               0x969df6f2 select$DARWIN_EXTSN + 10
1   libSystem.B.dylib               0x969c1095 _pthread_start + 321
2   libSystem.B.dylib               0x969c0f52 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0xa04ee0f0  ebx: 0x90c0ce1c  ecx: 0xa04ed1a0  edx: 0x0007d000
  edi: 0x0fddb480  esi: 0xa05971b4  ebp: 0xbffff5b8  esp: 0xbffff5b8
   ss: 0x0000001f  efl: 0x00000286  eip: 0x938f6fb4   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x0001e000

Binary Images:
    0x1000 -    0x4efff +jp.MacTubes.MacTubesApp 3.1 (???) /Users/macpro/Desktop/Activadores/MacTubes_v3.1/MacTubes.app/Contents/MacOS/MacTubes
   0xc3000 -   0x128ff3 +com.google.GDataFramework ??? (1.6) /Users/macpro/Desktop/Activadores/MacTubes_v3.1/MacTubes.app/Contents/Frameworks/GData.framework/Versions/A/GData
 0xc2ec000 -  0xc4befe7  com.apple.RawCamera.bundle 2.0.10 (2.0.10) <b7914aed661646e6d54e23fccb207272> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
 0xc547000 -  0xc563ff7  GLRendererFloat ??? (???) <7b68e0fde5d97927d5407221bdf8ace0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
 0xc5a7000 -  0xc5fffff +com.DivXInc.DivXDecoder 6.8.4.3 (6.8.4) <26a406b3e4bcc6ff8f28a99ffeb5cf2d> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
 0xc623000 -  0xc626ff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
 0xd627000 -  0xd7acfe3  GLEngine ??? (???) <945546cdf016a4e5cbbf2ad1bccd0ab4> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
 0xd7da000 -  0xdb42ff8  com.apple.GeForce8xxxGLDriver 1.5.42 (5.4.2) <88e8a1a0575ec2849ee5722fa2827dd3> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xxxGLDriver
0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <9736a715ebabb914fef61680520dc1e0> 
/usr/lib/dyld
0x90003000 - 0x90013fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) 
<273d96ff861dc68be659c07ef56f599a> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/S
peechSynthesis.framework/Versions/A/SpeechSynthesis
0x90014000 - 0x90024ffc  com.apple.LangAnalysis 1.6.4 (1.6.4) 
<7ae8dfd6cff0e34cf7c23ffc6cc291cb> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/L
angAnalysis.framework/Versions/A/LangAnalysis
0x90025000 - 0x9002ffeb  com.apple.audio.SoundManager 3.9.2 (3.9.2) 
<df077a8048afc3075c6f2d9e7780e78e> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.fr
amework/Versions/A/CarbonSound
0x90030000 - 0x90031ffc  libffi.dylib ??? (???) 
<eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
0x900a0000 - 0x900faff7  com.apple.CoreText 2.0.3 (???) 
<689fd17083b2e4cfeb56e1d3091754b2> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreText.framework/Versions/A/CoreText
0x900fb000 - 0x90103fff  com.apple.DiskArbitration 2.2.1 (2.2.1) 
<2664eeb3a4d0c95a21c089892a0ae8d0> 
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x90104000 - 0x901abfeb  com.apple.QD 3.11.54 (???) 
<fb491562ab2e5d011bf3806cc8c786ab> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/Q
D.framework/Versions/A/QD
0x901fc000 - 0x9060cfef  libBLAS.dylib ??? (???) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libBLAS.dylib
0x9060d000 - 0x906c7fe3  com.apple.CoreServices.OSServices 226.5 (226.5) 
<d6a585a58c96bc188be8db739d4bbea9> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServic
es.framework/Versions/A/OSServices
0x906c8000 - 0x90721ff7  libGLU.dylib ??? (???) 
<a08a753efc35f8a27f9c8f938fa01101> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x90722000 - 0x9072dfe7  libCSync.A.dylib ??? (???) 
<be11fa6be41956b5e2c73b848b84d5c7> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x90742000 - 0x907d5ff3  com.apple.ApplicationServices.ATS 3.4 (???) 
<fde81663147f66136ca90b47eaaf0848> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/A
TS.framework/Versions/A/ATS
0x907d6000 - 0x907d6ffb  com.apple.installserver.framework 1.0 (8) 
/System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServ
er
0x907d7000 - 0x907edfff  com.apple.DictionaryServices 1.0.0 (1.0.0) 
<7d20b8d1fb238c3e71d0fa6fda18c4f7> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Dictiona
ryServices.framework/Versions/A/DictionaryServices
0x907ee000 - 0x90b8bfef  com.apple.QuartzCore 1.5.7 (1.5.7) 
<e98308986a274f1ecb29071cd6d08e5b> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x90bc1000 - 0x90bc8fe9  libgcc_s.1.dylib ??? (???) 
<e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
0x90bd9000 - 0x90c02fff  com.apple.CoreMediaPrivate 15.0 (15.0) 
/System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMedi
aPrivate
0x90c03000 - 0x90ce3fff  libobjc.A.dylib ??? (???) 
<d1469bf9fe852864d4fff185c72768e8> /usr/lib/libobjc.A.dylib
0x90ce4000 - 0x90ce4ff8  com.apple.Cocoa 6.5 (???) 
<a1bc9247cf65c20f1a44d0973cbe649c> 
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x90ce5000 - 0x90d03fff  libresolv.9.dylib ??? (???) 
<39f6d8651f3dca7a1534fa04322e6763> /usr/lib/libresolv.9.dylib
0x90d04000 - 0x90d0bfff  com.apple.agl 3.0.9 (AGL-3.0.9) 
<d64d715dab8565014f5e2f239fd2410c> 
/System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x90d0c000 - 0x90d10fff  libGIF.dylib ??? (???) 
<3578a8fe9fb40ab4abf8f3c8356320c2> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
mageIO.framework/Versions/A/Resources/libGIF.dylib
0x90d11000 - 0x90d11ff8  com.apple.ApplicationServices 34 (34) 
<ee7bdf593da050bb30c7a1fc446eb8a6> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationS
ervices
0x90d44000 - 0x90f12ff3  com.apple.security 5.0.4 (34102) 
<df031fd994ef504de762eeb1a78e7808> 
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x90f31000 - 0x91f0cff6  com.apple.QuickTimeComponents.component 7.6 (1291) 
/System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTime
Components
0x91f0d000 - 0x91f1bffd  libz.1.dylib ??? (???) 
<a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
0x92043000 - 0x92067fff  libxslt.1.dylib ??? (???) 
<f0872c9ba3c17861fba8c45a3647cee1> /usr/lib/libxslt.1.dylib
0x920a5000 - 0x926f6fff  com.apple.WebCore 5525.26 (5525.26.6) 
<6342102431eb3a8d7f6369baa734a373> 
/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framew
ork/Versions/A/WebCore
0x926f7000 - 0x926f7fff  com.apple.Carbon 136 (136) 
<8ae1cd25fd33db22d69ecbd5f5103227> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x926f8000 - 0x926fdfff  com.apple.CommonPanels 1.2.4 (85) 
<c135f02edd6b2e2864311e0b9d08a98d> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.f
ramework/Versions/A/CommonPanels
0x926fe000 - 0x92a06fff  com.apple.HIToolbox 1.5.4 (???) 
<2b5a116eb22ca8a43c47610c3b14d092> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram
ework/Versions/A/HIToolbox
0x92a08000 - 0x92a87ff5  com.apple.SearchKit 1.2.1 (1.2.1) 
<bf8c50d86ebd0c199752065658b9e2c3> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKi
t.framework/Versions/A/SearchKit
0x92a88000 - 0x92a88ffa  com.apple.CoreServices 32 (32) 
<373d6a888f9204641f313bc6070ae065> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x92a89000 - 0x92bc1ff7  libicucore.A.dylib ??? (???) 
<e5f0d8a8fe37bf5a7bff56f8c16453bd> /usr/lib/libicucore.A.dylib
0x92d42000 - 0x92d4bfff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) 
<da2d8411921a3fd8bc898dc753b7f3ee> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognit
ion.framework/Versions/A/SpeechRecognition
0x92d4c000 - 0x92defff3  com.apple.QuickTimeImporters.component 7.6 (1291) 
/System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeI
mporters
0x92df0000 - 0x92eaefff  com.apple.WebKit 5525.27 (5525.27.1) 
<b918fec53a03a4fb73c5de0d220cd052> 
/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x92eaf000 - 0x92ec4ffb  com.apple.ImageCapture 5.0.1 (5.0.1) 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.f
ramework/Versions/A/ImageCapture
0x92ec5000 - 0x92efcfff  com.apple.SystemConfiguration 1.9.2 (1.9.2) 
<eab546255ac099b9616df999c9359d0e> 
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfig
uration
0x92f02000 - 0x92f40fff  libGLImage.dylib ??? (???) 
<b154e14c351ddc950d5228819201435e> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyli
b
0x92f54000 - 0x92f5bffe  libbsm.dylib ??? (???) 
<fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
0x930a3000 - 0x930e5fef  com.apple.NavigationServices 3.5.2 (163) 
<72cdc9d21f6690837870923e7b8ca358> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServ
ices.framework/Versions/A/NavigationServices
0x930ec000 - 0x930f9fe7  com.apple.opengl 1.5.10 (1.5.10) 
<95c3d857570a137d0e8285c9eafa1112> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x930fa000 - 0x930fefff  libmathCommon.A.dylib ??? (???) 
/usr/lib/system/libmathCommon.A.dylib
0x930ff000 - 0x9337afe7  com.apple.Foundation 6.5.7 (677.22) 
<761ce089f9f2f877d0892db1efba0afe> 
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9337b000 - 0x933bafff  com.apple.CoreMediaIOServicesPrivate 15.0 (15.0) 
/System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/
A/CoreMediaIOServicesPrivate
0x933bb000 - 0x93779fea  libLAPACK.dylib ??? (???) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libLAPACK.dylib
0x937e2000 - 0x937e4fff  com.apple.securityhi 3.0 (30817) 
<547bdd9ce4e7276d9bdc137d4caf9c3f> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fra
mework/Versions/A/SecurityHI
0x937e5000 - 0x93804ffa  libJPEG.dylib ??? (???) 
<219f13f403b1e09a67f926c9269582e2> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
mageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9380a000 - 0x9393dfff  com.apple.CoreFoundation 6.5.5 (476.17) 
<5b65f091060b7e38ab9a7985463d07d6> 
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9393e000 - 0x9396dfe3  com.apple.AE 402.2 (402.2) 
<95c19d4ee4eb86270ad404e32a2c67e1> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.frame
work/Versions/A/AE
0x9396e000 - 0x93999fe7  libauto.dylib ??? (???) 
<2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
0x9399a000 - 0x939a1ff7  libCGATS.A.dylib ??? (???) 
<1939d6f6ab7d73db3b2c39c2d0ec069e> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x939a2000 - 0x939cffeb  libvDSP.dylib ??? (???) 
<4daafed78a471133ec30b3ae634b6d3e> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libvDSP.dylib
0x939d0000 - 0x939f8fff  libcups.2.dylib ??? (???) 
<9b55ef683af770c3ce215e012452f9e7> /usr/lib/libcups.2.dylib
0x939f9000 - 0x93a42fef  com.apple.Metadata 10.5.2 (398.25) 
<281076cdaea1362e02b6892b93d16bbb> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata
.framework/Versions/A/Metadata
0x93ba5000 - 0x93e7fff3  com.apple.CoreServices.CarbonCore 786.10 (786.10) 
<0b55598f5c946559d719191f9e5a568e> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCo
re.framework/Versions/A/CarbonCore
0x93e80000 - 0x93f13fff  com.apple.ink.framework 101.3 (86) 
<d4c85b5cafa8027fff042b84a8be71dc> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/
Versions/A/Ink
0x9417d000 - 0x9497bfef  com.apple.AppKit 6.5.6 (949.43) 
<899f4620ef52c12b11cdf9c7629774df> 
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x949af000 - 0x94b01ff3  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) 
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94b02000 - 0x94bb4ffb  libcrypto.0.9.7.dylib ??? (???) 
<68a12d8b592182ef6a7689137e1a612b> /usr/lib/libcrypto.0.9.7.dylib
0x94bb5000 - 0x94c11ff7  com.apple.htmlrendering 68 (1.1.3) 
<1c5c0c417891b920dfe139385fc6c155> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.
framework/Versions/A/HTMLRendering
0x94c37000 - 0x94c3dfff  com.apple.print.framework.Print 218.0.2 (220.1) 
<6c2ddea45d9cdff9a9be0666a13e2dd4> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewor
k/Versions/A/Print
0x94e4a000 - 0x94f18ff3  com.apple.JavaScriptCore 5525.26 (5525.26.2) 
<0853620af084711f81974b4eb1c90f73> 
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x94f19000 - 0x94fa3fe3  com.apple.DesktopServices 1.4.7 (1.4.7) 
<3e4e0fa4c4c24724a95dd06439b34402> 
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Deskt
opServicesPriv
0x94fa5000 - 0x94fa7ff5  libRadiance.dylib ??? (???) 
<232d7e7bbe8c65c16098bc1a52b30b9b> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
mageIO.framework/Versions/A/Resources/libRadiance.dylib
0x94fa8000 - 0x94fc0fff  com.apple.openscripting 1.2.8 (???) 
<a6b446eb8ec7844096df5fb9002f5c7b> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.
framework/Versions/A/OpenScripting
0x94fe0000 - 0x94fe0ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/vecLib
0x94fed000 - 0x9509dfff  edu.mit.Kerberos 6.0.12 (6.0.12) 
<b760768f5085f323e633a5c22ddb5f23> 
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9509e000 - 0x953c3fe2  com.apple.QuickTime 7.6.0 (1291) 
<07b7f2aca9aa205e9bd202f0cfa28c19> 
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x953c4000 - 0x953dfffb  libPng.dylib ??? (???) 
<ae92a25664039afc82409484407d5e83> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
mageIO.framework/Versions/A/Resources/libPng.dylib
0x953e0000 - 0x9543dffb  libstdc++.6.dylib ??? (???) 
<7d389389a99ce696726cf4c8980cc505> /usr/lib/libstdc++.6.dylib
0x95479000 - 0x9594af76  libGLProgrammability.dylib ??? (???) 
<bf7fb226cbb412edfa377537c3e35877> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammab
ility.dylib
0x9594b000 - 0x95963ff7  com.apple.CoreVideo 1.6.0 (20.0) 
<c0f8e729d9876e91f79f9c3b6b13beb0> 
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9596a000 - 0x959e7feb  com.apple.audio.CoreAudio 3.1.1 (3.1.1) 
<d1b34afa2b571578d640b5849ed2e075> 
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x95b21000 - 0x95c06ff3  com.apple.CoreData 100.1 (186) 
<50219bcb005cb15ea999a19391a8d523> 
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x95c07000 - 0x95d95fe7  com.apple.CoreAUC 3.07.0 (3.07.0) 
<bf8ec8a4b37a87bf22fcefeb88c77dec> 
/System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x95fd3000 - 0x95fd3ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) 
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x96004000 - 0x960e5ff7  libxml2.2.dylib ??? (???) 
<ab2534bfa7a774b2ad75cc2d9ad683a6> /usr/lib/libxml2.2.dylib
0x960e6000 - 0x96137ff7  com.apple.HIServices 1.7.0 (???) 
<a2352abae2b8b44a95a8a76c8e111d36> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/H
IServices.framework/Versions/A/HIServices
0x96138000 - 0x96144ffe  libGL.dylib ??? (???) 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x96145000 - 0x9620cff2  com.apple.vImage 3.0 (3.0) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fra
mework/Versions/A/vImage
0x9620d000 - 0x968adfff  com.apple.CoreGraphics 1.408.1 (???) 
<47d80eee02e70d95ddf5665522512bdf> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/CoreGraphics
0x968ae000 - 0x968aeffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x968af000 - 0x9694cffc  com.apple.CFNetwork 422.11 (422.11) 
<15d1dc95cf5c921781b54d88c10922a3> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwor
k.framework/Versions/A/CFNetwork
0x9694d000 - 0x9698efe7  libRIP.A.dylib ??? (???) 
<f4f12eabe23eebcc7581714c8c43c263> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9698f000 - 0x96af6ff3  libSystem.B.dylib ??? (???) 
<0ddbaae699690b09239f69dea7d0fbb0> /usr/lib/libSystem.B.dylib
0x96b2a000 - 0x96be1ff3  com.apple.QTKit 7.6 (1291) 
/System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x96be2000 - 0x96c6eff7  com.apple.LaunchServices 290.3 (290.3) 
<5cc084567fa647cd6da4fea21208d51f> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe
rvices.framework/Versions/A/LaunchServices
0x96c6f000 - 0x96db5ff7  com.apple.ImageIO.framework 2.0.4 (2.0.4) 
<bf2299657a0600d4d4bc1f0b45ce2252> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
mageIO.framework/Versions/A/ImageIO
0x96e84000 - 0x96f4ffff  com.apple.ColorSync 4.5.1 (4.5.1) 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
olorSync.framework/Versions/A/ColorSync
0x96f50000 - 0x96fcaff8  com.apple.print.framework.PrintCore 5.5.3 (245.3) 
<98633ef67d419c1b02f56556cb4d843d> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/P
rintCore.framework/Versions/A/PrintCore
0x96fcb000 - 0x97052ff7  libsqlite3.0.dylib ??? (???) 
<eeedc8bf6881ac9f2c1954b1c8037720> /usr/lib/libsqlite3.0.dylib
0x97058000 - 0x97097fef  libTIFF.dylib ??? (???) 
<745ad643ca5bde81a88c0cdc8c942380> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
mageIO.framework/Versions/A/Resources/libTIFF.dylib
0x97098000 - 0x970d2fe7  com.apple.coreui 1.2 (62) 
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x970d3000 - 0x97150fef  libvMisc.dylib ??? (???) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libvMisc.dylib
0x97151000 - 0x971ddff7  com.apple.framework.IOKit 1.5.1 (???) 
<356fc4ce02e064d1ac6058313336d18c> 
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x97230000 - 0x97230ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) 
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97231000 - 0x97234fff  com.apple.help 1.1 (36) 
<1a25a8fbb49a830efb31d5c0a52939cd> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework
/Versions/A/Help
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

Original issue reported on code.google.com by [email protected] on 12 Nov 2011 at 1:30

imap/inoremapで<BS>に割り当てが,日本語入力と競合する問題

imap/inoremapで<BS>に割り当てが,日本語入力と競合する問題

imap(あるいはinoremap) <BS> ....
とバックスペースに機能の割り当てをすると,日本語入力��
�競合してしまいます.

例えば,
imap <BS> <Nop>
とバックスペースの動作を無効にしたとき,日本語入力だ��
�,"あいう"と入力した場合,
あを入力:あ
いを入力:ああい
うを入力:ああいあいう
  決定:ああいあいうあいう
と動作します.バッファが消去されないような挙動から,��
�常の日本語入力では<BS>を使用してバッファの消去をしてい
ると思われます.これでは,バックスペース入力時に機能��
�付加することができません.

改善か代替案があればお願いします.

環境は,OS X 10.9,MacVim 7.4です.

ターミナルのVimでは問題は発生しませんでした.

Original issue reported on code.google.com by [email protected] on 27 Oct 2013 at 7:18

カーソル移動スピードの変更方法

j, k, h, l, の移動スピードを上げたいのですが、
設定方法などありますでしょうか。

windows版のgvimと比較するとmacvimのカーソル移動スピードが
だいぶ遅く感じます。


Original issue reported on code.google.com by [email protected] on 24 Oct 2011 at 10:39

helpで固まる

$HOME/.vim/doc/tags-ja などが
「!_TAG_FILE_ENCODING utf-8   
//」で始まっていると無限ループする。

Original issue reported on code.google.com by [email protected] on 11 May 2009 at 3:24

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.