Vim Tips Wiki
We recommend that you log in before editing. This will allow other users to leave you a message about your edit, and will let you track edits via your Watchlist. Creating an account is quick and free.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 39: Line 39:
 
</pre>
 
</pre>
   
βˆ’
Next time you do vim abc.class, you have the source code for abc.class.
+
Next time you do vim abc.class, voila, you have the source code for abc.class.
   
βˆ’
NOTE: I have written the script so as to open the class file read only, So that you don't accidentally modify it. You can also extend this script to unjar a jar file and then view each file in the JAR file.
+
NOTE: I have written the script so as to open the class file read only, So that u dont accidently modify it. U can also exted this script to unjar a jar file and then view each file in the JAR file.
   
 
==Comments==
 
==Comments==
  +
 
I modified this a little bit to use the improved file runtime organisation of vim60, I don't know if other will like it better but here it is:
 
I modified this a little bit to use the improved file runtime organisation of vim60, I don't know if other will like it better but here it is:
 
I added to filetype.vim:
 
I added to filetype.vim:
Please note that all contributions to the Vim Tips Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)