This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | diff --git a/autoload/ref/man.vim b/autoload/ref/man.vim | |
| index 210576e..2a43304 100644 | |
| --- a/autoload/ref/man.vim | |
| +++ b/autoload/ref/man.vim | |
| @@ -11,7 +11,7 @@ scriptencoding utf-8 | |
| " config. {{{1 | |
| if !exists('g:ref_man_cmd') " {{{2 | |
| - let g:ref_man_cmd = executable('man') ? 'man' : '' | |
| + let g:ref_man_cmd = executable('man') ? 'man -Tutf8' : '' | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | diff --git a/src/testdir/test_listchars.in b/src/testdir/test_listchars.in | |
| --- a/src/testdir/test_listchars.in | |
| +++ b/src/testdir/test_listchars.in | |
| @@ -2,6 +2,7 @@ Tests for 'listchars' display with 'list | |
| STARTTEST | |
| :so small.vim | |
| +:set ff=unix | |
| :let g:lines = [] | |
| :function GetScreenCharsForLine(lnum) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | times in msec | |
| clock self+sourced self: sourced script | |
| clock elapsed: other lines | |
| 000.006 000.006: --- VIM STARTING --- | |
| 009.201 009.195: Allocated generic buffers | |
| 020.430 011.229: locale set | |
| 043.485 023.055: GUI prepared | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | times in msec | |
| clock self+sourced self: sourced script | |
| clock elapsed: other lines | |
| 000.006 000.006: --- VIM STARTING --- | |
| 000.096 000.090: Allocated generic buffers | |
| 000.168 000.072: locale set | |
| 000.182 000.014: GUI prepared | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | times in msec | |
| clock self+sourced self: sourced script | |
| clock elapsed: other lines | |
| 000.015 000.015: --- VIM STARTING --- | |
| 128.619 128.604: Allocated generic buffers | |
| 270.489 141.870: locale set | |
| 293.936 023.447: GUI prepared | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | clock elapsed: other lines | |
| clock self+sourced self: sourced script | |
| 16365.862 000.002: --- VIM STARTED --- | |
| 16203.116 000.003: before starting main loop | |
| 1118.903 000.004: expanding arguments | |
| 15268.132 000.006: start termcap | |
| 15972.439 000.007: editing files in windows | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | times in msec | |
| clock self+sourced self: sourced script | |
| clock elapsed: other lines | |
| 000.009 000.009: --- VIM STARTING --- | |
| 283.414 283.405: Allocated generic buffers | |
| 342.566 059.152: locale set | |
| 403.273 060.707: GUI prepared | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | void setup() { | |
| size(360, 150); | |
| smooth(); | |
| noLoop(); | |
| } | |
| void draw() { | |
| int num = 4; | |
| int rad = 360/num; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * Copyright nitoyon ( http://wonderfl.net/user/nitoyon ) | |
| * Remix by master ( https://github.com/crazymaster ) | |
| * MIT License ( http://www.opensource.org/licenses/mit-license.php ) | |
| */ | |
| package | |
| { | |
| import flash.display.*; | |
| import flash.events.*; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package | |
| { | |
| import flash.display.*; | |
| import flash.events.*; | |
| import flash.text.*; | |
| import flash.geom.*; | |
| [SWF(backgroundColor="#000000", width="800", height="600", frameRate="30")] | |
| /** | 
NewerOlder