Merge branch 'master' of https://github.com/yannickreiss/nvim_cfg
This commit is contained in:
commit
4134bec26e
|
@ -50,7 +50,7 @@ snippet pfun "prototype for function" bA
|
|||
* @brief Description:
|
||||
* ${4: Description}
|
||||
* @param Parameter:`!p
|
||||
params = t[3].split(",")
|
||||
params = t[3].split(", ")
|
||||
rval = ""
|
||||
for param in params:
|
||||
if len(param.split(' ')) >= 2:
|
||||
|
|
|
@ -187,7 +187,7 @@ snippet pfun "prototype for function" bA
|
|||
* @brief Description:
|
||||
* ${4: Description}
|
||||
* @param Parameter:`!p
|
||||
params = t[3].split(",")
|
||||
params = t[3].split(", ")
|
||||
rval = ""
|
||||
for param in params:
|
||||
if len(param.split(' ')) >= 2:
|
||||
|
|
Loading…
Reference in New Issue