Re: [vim/vim] add small inner trim function (#1280)

2016-12-01 Thread Vim Github Repository
@bukn pushed 1 commit.

2a52c7d  rm gistdiff file


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/vim/vim/pull/1280/files/01ed05dbef4c94478e2a45a131ffd94c4a33be90..2a52c7d79bd4ef1e6c8b1e0317752ccad51e159d

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vim/vim] add small inner trim function (#1280)

2016-11-29 Thread Vim Github Repository
@bukn pushed 1 commit.

01ed05d  .vim->.res in Make_all.mak


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/vim/vim/pull/1280/files/fa917953fb465375b0d2c22c518cd2d3b904c77c..01ed05dbef4c94478e2a45a131ffd94c4a33be90

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vim/vim] add small inner trim function (#1280)

2016-11-27 Thread Vim Github Repository
@bukn pushed 1 commit.

fa91795  revert incorect changes


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/vim/vim/pull/1280/files/d994fe1f81829fb49ceed5d4db4f3e7a1e2c95bd..fa917953fb465375b0d2c22c518cd2d3b904c77c

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vim/vim] add small inner trim function (#1280)

2016-11-27 Thread Vim Github Repository
@bukn pushed 1 commit.

d994fe1  add empty string test cases


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/vim/vim/pull/1280/files/9f95961ac040f43221b6bcb982d32a62134dc639..d994fe1f81829fb49ceed5d4db4f3e7a1e2c95bd

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vim/vim] add small inner trim function (#1280)

2016-11-27 Thread Vim Github Repository
@bukn pushed 1 commit.

9f95961  add trim doc


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/vim/vim/pull/1280/files/f03f71ef8a8d4a66de7f3c31770e6641cf24b16d..9f95961ac040f43221b6bcb982d32a62134dc639

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vim/vim] add small inner trim function (#1280)

2016-11-27 Thread Vim Github Repository
@bukn pushed 12 commits.

2645282  
7b16a5a  
bc24a24  
582d608  
fce4d11  
33f9b0f  
6b65fa9  
ec511c1  testing makefile entrace
75abf69  Merge branch 'master' of https://github.com/vim/vim into 
inner_trim_func
3aa2f95  Merge https://gist.github.com/mattn/3bc46f6618c7d170dec403d8c05be7fb 
into inner_trim_func
b0d64c7  new test for trim
f03f71e  replace trim logic with mattn's code which supported multibytes; test 
cases has multibytes character(Chinese)


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/vim/vim/pull/1280/files/0edca289eede975ab95dc0dd628fc6dd9265b90b..f03f71ef8a8d4a66de7f3c31770e6641cf24b16d

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vim/vim] add small inner trim function (#1280)

2016-11-25 Thread Vim Github Repository
@bukn pushed 1 commit.

0edca28  add test for new trim inner function


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/vim/vim/pull/1280/files/8fbae5f6cb87ca84b5b12b354cf026724edbd5a5..0edca289eede975ab95dc0dd628fc6dd9265b90b

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vim/vim] add small inner trim function (#1280)

2016-11-25 Thread Vim Github Repository
@bukn pushed 1 commit.

8fbae5f  change declare position


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/vim/vim/pull/1280/files/b343206f47c8e194ee3d0e0e4157145256874b8a..8fbae5f6cb87ca84b5b12b354cf026724edbd5a5

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.