convert_case.vim : Convert Case  
 
 
  |  script karma  | 
  
    Rating 9/9,
    Downloaded by 961   | 
  
   Comments, bugs, improvements 
   | 
  
    Vim wiki
   |   
 
 
 
| created by |  
| vijayandra singh |  
|   |  
| script type |  
| utility |  
|   |  
| description |  
 Some times when you migrate from Windows to Linux you encounter issues in include directive where compiler looking for some include files and it can not find because upper/lower case in include file name. this utility lets you convert few selected lines by range into lower or upper case as needed by situation.
 Use it as command
 :1,$ Tu   => Convets whole file to upper case
 :1,$ Tl   => Convets whole file to lower case
 Example
 " convert line 1 to 10  to upper case 
 1,10Tu   
 
 " convert line 1 to 10  to lower case 
 1,10Tl   
  |  
|   |  
| install details |  
| Just drop this script in Plugin directory |  
|   |  
 
script versions (upload new version)
Click on the package to download.
 
 
ip used for rating: 216.73.216.208
           |