Guest User

Untitled

a guest
May 16th, 2012
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Vim autoindent does not work the way I expect after 'if', 'for', 'while'; how can I make it work the way I want?
  2. while (! skynet.selfAware()){
  3. DARPA.funding++;█
  4. }
  5.  
  6. while (! skynet.selfAware()){
  7. DARPA.funding++;
  8. }
  9.  
  10. while (! skynet.selfAware()){█
  11. }
  12.  
  13. while (! skynet.selfAware()){
  14. }
  15.  
  16. while (! skynet.selfAware()){
  17. }
Advertisement
Add Comment
Please, Sign In to add comment