How to restrict operations to certain lines?
        Posted  
        
            by Ayman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ayman
        
        
        
        Published on 2010-03-30T07:20:20Z
        Indexed on 
            2010/03/30
            7:33 UTC
        
        
        Read the original article
        Hit count: 422
        
I have to work on some relatively huge code files in vim.
How do I restrict some operations like find-next normal-n and others to a certain function / block?
How would I visually know if I'm within that block or outside it?
Looking and line numbers seems awkward, specially that the line numbers I need to work with are generally 5 digits long!
© Stack Overflow or respective owner